Commit graph

254 commits

Author SHA1 Message Date
indyandie
8060b59125
fix: add pokeathlon_stat schema_field definitions 2024-03-04 00:23:24 -06:00
indyandie
da11f734db
fix: add evolution-chain schema_field definitions 2024-03-03 22:29:50 -06:00
indyandie
0fabe2c70c
fix: add pokemon-species schema_field definitions 2024-03-03 20:49:15 -06:00
indyandie
029f663d2f
fix: add pokemon schema_field definitions 2024-03-03 20:01:04 -06:00
indyandie
38f67d0473
fix: add pokemon_shape schema_field definitions 2024-03-03 14:58:22 -06:00
indyandie
fe9c1fa98d
fix: add move_learn_method schema_field definitions 2024-03-03 14:46:20 -06:00
indyandie
3bb60381f0
fix: add pokemon-form schema_field definitions 2024-03-03 14:37:49 -06:00
indyandie
ef97bc6a45
fix: add pal-park-area schema_field definitions 2024-03-03 01:45:46 -06:00
indyandie
e7ea8b2e8c
fix: add move schema_field definitions 2024-03-03 01:27:45 -06:00
indyandie
928507938a
fix: add nature schema_field definitions 2024-03-03 01:03:33 -06:00
indyandie
ddeaeebeb8
fix: add item schema_field definitions 2024-03-03 00:40:40 -06:00
indyandie
adc66c097b
fix: add schema_field definitions 2024-03-02 02:51:42 -06:00
indyandie
5ee7cdd312
docs: update summary 2024-03-01 03:57:22 -06:00
indyandie
61c4cd084d
fix: resolve drf-spectacular warnings, add schema_field definitions 2024-03-01 03:54:51 -06:00
indyandie
07471047c5
docs(openapi): add path summary 2024-02-28 00:26:18 -06:00
indyandie
5e1c02b07a
docs(openapi): add tags (groups) 2024-02-26 02:10:24 -06:00
indyandie
0e51181c14
docs(openapi): add operation descriptions 2024-02-25 23:56:18 -06:00
Robert Williams
6775022635
making simonorono's suggest changes 2024-02-24 01:51:37 -06:00
Robert Williams
74bb5b28b5
fixing linter issue 2024-02-24 01:51:37 -06:00
Robert Williams
d234ef9def
that line was needed after all 2024-02-24 01:51:36 -06:00
Robert Williams
41818e4755
removing unnecessary line 2024-02-24 01:51:36 -06:00
Robert Williams
ffa89bdfc5
fixing a debugging print line 2024-02-24 01:51:35 -06:00
Robert Williams
082ea57d77
Updating MoveDetailSerializer to change $effect_chance to actual number 2024-02-24 01:51:34 -06:00
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