FallenDeity
4828b93860
style: Run black formatter on source
2024-02-03 00:32:51 +05:30
FallenDeity
02baf0b3ef
feat: ✨ Add pokemon cries
...
Add pokemon cries resource field to pokemon endpoint
2024-02-03 00:15:39 +05:30
FallenDeity
545e1a0826
feat: Add showdown field to pokemon api resource
2023-12-16 09:56:19 +05:30
Naramsim
b348e60d2c
refactor: merge migrations
2023-11-30 04:09:39 +01:00
Simón Oroño
b3d6608283
Fix tests for sprites
...
Moved the declaration of sprite_data variables closer to their actual
usage.
2023-11-26 11:57:16 -04:00
Simón Oroño
61c21853ef
Fix serializers for ItemSprites and PokemonFormSprites
2023-11-26 11:57:16 -04:00
Simón Oroño
76f7a340e6
Use JSONField instead of CharField for sprites
...
The models affected were PokemonFormSprites and ItemSprites. This was
done to ensure they are properly returned when querying those tables
with Hasura.
2023-11-26 11:57:16 -04:00
Simón Oroño
db33cfc1a4
Format missing files
2023-11-26 11:57:16 -04:00
Simón Oroño
d1e2d9c5b4
Use new JSON field in Django instead of Postgres custom one
2023-11-26 11:57:16 -04:00
Simón Oroño
30e8a01253
Format migration 0014_auto_20231119_0303.py
2023-11-26 11:57:16 -04:00
Simón Oroño
49d970f0ed
Remove unused serializer class PokemonSpritesSerializer
2023-11-26 11:57:16 -04:00
Simón Oroño
6ff2c0c217
Fix serialization of pokemon sprites
2023-11-26 11:57:16 -04:00
Simón Oroño
218864dfbc
Make the type of the sprites
column in pokemon_v2_pokemonsprites jsonb
...
This is so Hasura automatically transforms the field into an array
instead of a JSON encoded in a string.
Migration was generated by the `makemigrations` command.
2023-11-26 11:57:16 -04:00
Naramsim
8ba6f94c0c
refactor/fix: format/sprite test
2023-11-08 11:11:56 +01:00
Naramsim
5237c4ccc9
refactor: format with new black
2023-11-08 10:44:55 +01:00
Naramsim
3fa2b6952f
fix: don't add or replace parts of the sprites' URL
2023-11-08 10:22:56 +01:00
Alessandro Pezzè
f46af79d58
Merge branch 'master' into Add-previous-abilities
2023-10-02 12:14:57 +02:00
Derrick Maina
c37d48a049
fixed a typo in docs
2023-06-15 12:45:20 +03:00
Ryan Voice
a301ca48ec
Update tests
2023-02-27 10:19:36 -08:00
Ryan Voice
6787cdd62e
format autogenerated migration
2023-02-27 08:10:09 -08:00
Ryan Voice
3d0c4b1953
Remove manual graphql updates
...
- Remove manual graphql updates
- autogen abilitypast migration
2023-02-27 08:02:55 -08:00
Ryan Voice
7af0acf677
fix formatting
2023-02-16 15:53:48 -08:00
Ryan Voice
fb893e4177
Add previous ability data structure
2023-02-16 15:18:04 -08:00
Aniket Chakraborty
c7dd432bbf
Linting changes on auto-generated files
...
Signed-off-by: Aniket Chakraborty <aniket2583@gmail.com>
2022-06-26 19:20:07 +05:30
Aniket Chakraborty
28354a973c
Updated Sprite URL
...
Previously the sprite endpoint returned the relative path of
the image with a /media/ prefix which was not useful for API consumer.
Now it returns a URL pointing to the image present in github.com/PokeApi/Sprites.
Signed-off-by: Aniket Chakraborty <aniket2583@gmail.com>
2022-06-26 19:01:55 +05:30
Julian Lawrance
206af8a6fd
Remove order column from Generation model and use ID column instead
2021-07-19 19:00:40 +01:00
Julian Lawrance
d8dfd24e43
Amend test_type_api to check for past type relations only including extant types
2021-07-16 22:50:32 +01:00
Julian Lawrance
07c502f498
Determine whether a newer type should be present in a past type efficacy relations set based on generation order rather than ID
2021-07-16 22:32:34 +01:00
Julian Lawrance
0d9bc4f2b9
Run formatter
2021-07-16 22:32:06 +01:00
Julian Lawrance
1173b43ad1
Add order field to Generation model
2021-07-16 22:29:55 +01:00
Julian Lawrance
8b9e4f171c
Merge remote-tracking branch 'upstream/master' into feature/past-type-efficacy
2021-07-14 22:23:11 +01:00
Julian Lawrance
596c9f85fb
Remove newer types from past type efficacy relation lists
2021-07-14 21:14:20 +01:00
fissionprime
68745ace03
old variable
2021-07-06 01:13:28 -04:00
fissionprime
f17a09b15f
reformatted with black
2021-07-06 00:58:55 -04:00
fissionprime
1ae3964a5f
fixed 'possible_values' field of characteristic endpoint
...
loop that adds values to 'possible_values' used wrong value in conditional. Created test to verify behavior is as expected.
2021-07-05 21:10:39 -04:00
Julian Lawrance
2445fc4792
Regenerate DB migration for past type efficacies
2021-02-24 15:37:00 +00:00
Julian Lawrance
44f14a0118
Merge remote-tracking branch 'upstream/master' into feature/past-type-efficacy
2021-02-24 13:41:20 +00:00
Julian Lawrance
9a03a7da42
Merge branch 'feature/pokemon-form-types' of https://github.com/phrasmotica/pokeapi into feature/pokemon-form-types
2021-02-19 14:33:54 +00:00
Julian Lawrance
49072e9c45
Format source code
2021-02-19 14:25:39 +00:00
Julian Lawrance
85027ff7f9
Populate Pokemon form types field with types from parent Pokemon if the form has no types of its own
2021-02-19 14:25:14 +00:00
Julian Lawrance
d48e51686c
Recreate Pokemon form type DB migration
2021-02-19 14:24:33 +00:00
Julian Lawrance
bbc8cbdf2b
Merge remote-tracking branch 'origin' into feature/pokemon-form-types
2021-02-18 20:36:13 +00:00
Julian Lawrance
eabd20988d
Update README Type model example response with Ghost type data
2021-02-13 22:43:26 +00:00
Julian Lawrance
10fec5ad1c
Recreate past type efficacy data migration
2021-02-13 22:33:39 +00:00
Julian Lawrance
0aeb047677
Merge branch 'master' into feature/past-type-efficacy
2021-02-13 22:22:41 +00:00
Julian Lawrance
1e30dac6ea
Change README Pokemon form example response to that of Arceus' bug form
2021-02-13 21:50:42 +00:00
Julian Lawrance
6d9a020cb2
Update Pokemon form docs in README
2021-02-13 21:18:59 +00:00
Julian Lawrance
535ba86f71
Re-create new migration for Pokemon form types
2021-02-13 20:44:50 +00:00
Julian Lawrance
a159550aed
Merge remote-tracking branch 'upstream/master' into feature/pokemon-form-types
2021-02-13 18:51:47 +00:00
Julian Lawrance
39856de97b
Format source code again
2021-02-06 22:15:12 +00:00