Commit graph

286 commits

Author SHA1 Message Date
julien
997090b0f0 lint 2024-10-17 10:04:08 +02:00
julien
cc6bc0a489 remove newline in the migrations file as black is not working locally 2024-10-17 09:24:45 +02:00
julien
8453c31155 add legends pokemon arceus pokemon moves scrapped from serebii.net 2024-10-11 07:54:16 +02:00
gabe
9841870055
fix: use items sprites in items test instead of pokemon sprites 2024-07-29 22:36:43 -04:00
gabe
554747a707
feat: add type sprites test
also rename `type` to `type_obj` to avoid reassigning the `type`
function
2024-07-29 22:33:36 -04:00
gabe
e885e3fa62
feat: add new sprites field to type
via adding `TypeSprites` to db containing type name icons from all games
(excluding tera types, for now)
2024-07-28 22:28:09 -04:00
indyandie
434dadf6e0
refactor(oas): add decorators to PokeapiCommonViewset class 2024-05-11 02:28:19 -05:00
indyandie
c4a10e006a
docs(oas): describe q query string parameter
Documents #1065
2024-05-10 00:21:30 -05:00
indyandie
03237957fc
fix(oas): define id path parameter 2024-05-10 00:04:44 -05:00
Alessandro Pezzè
8276c42823
refactor: remove outdated file 2024-05-04 19:31:51 +02:00
Alessandro Pezzè
45abdfdf11
Merge branch 'master' into feat/pokemon_partial_name_query_filter 2024-05-02 22:39:05 +02:00
JVMartyns
176fdf3417 style: apply format using black 2024-04-08 11:05:29 -03:00
JVMartyns
eb70b7012c format file api.py 2024-04-08 10:51:12 -03:00
JVMartyns
0471f98941 feat: add the query parameter q to search for pokemon using a partial name 2024-04-08 10:27:14 -03:00
indyandie
bf195f948c
chore: make format 2024-03-27 23:16:38 -05:00
indyandie
a5158e2164
fix: use examples property (example is deprecated), fix typo 2024-03-27 23:12:13 -05:00
indyandie
5e02a377cd
fix: use correct type, add format 2024-03-26 23:59:57 -05:00
indyandie
89e55332c9
feat: id parameter (not working) 2024-03-06 23:17:01 -06:00
indyandie
77a4570b15
fix: misplace required (PR review) 2024-03-06 22:27:43 -06:00
indyandie
d772620699
test: make format 2024-03-05 00:54:48 -06:00
indyandie
4688b0d071
tidy 2024-03-05 00:37:02 -06:00
indyandie
c7c2c46f49
typo 2024-03-04 03:07:09 -06:00
indyandie
5c9a73d795
fix: add pokemon_encounters 200 response 2024-03-04 02:47:43 -06:00
indyandie
8198fae37a
fix: add version-group schema_field definitions 2024-03-04 01:05:48 -06:00
indyandie
807fbc1869
fix: add pokedex schema_field definitions 2024-03-04 00:44:24 -06:00
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
Robert Williams
99f2131424 making simonorono's suggest changes 2024-02-10 19:58:37 -06:00
Robert Williams
5e37282c2f
Merge branch 'master' into issue1024 2024-02-09 23:48:00 -06:00