joereg4
d9dda14501
Add object relationships for region and base form required in Pokemon evolution metadata
...
- Updated v1beta and v1beta2 YAML files to include new foreign key constraints for region_restriction_id and base_form_required_id.
- Enhanced EvolutionChainDetailSerializer to include region_restriction and base_form_required properties with appropriate schema definitions.
2025-09-21 08:13:34 -05:00
joereg4
69ab177072
Remove unused PokemonSummary model and its serializer from the codebase
2025-09-20 10:30:15 -05:00
joereg4
50c3f9d50e
Remove unnecessary blank line in migration file 0020_add_regional_evolution_fields.py
2025-09-20 10:24:15 -05:00
joereg4
d92f06bae1
Refactor: standardize code formatting and add missing newlines
...
- Adjust spacing between functions in import_regional_evolutions.py for consistency.
- Update unique_together definition in PokemonSummary model to use double quotes.
- Ensure proper spacing in PokemonSummaryTextSerializer.
- Add missing newline at the end of migration file 0020_add_regional_evolution_fields.py.
2025-09-20 10:13:18 -05:00
joereg4
7c97f08fb4
Fix CI issues: migration dependency and code formatting
...
- Fix migration dependency to reference correct parent migration (0018_auto_20250123_1838)
- Fix code formatting to match black standards:
- Use double quotes instead of single quotes
- Add trailing commas
- Fix import formatting
- Add proper spacing between functions
2025-09-20 09:55:57 -05:00
Joe Regenstein
c745ee4959
Merge branch 'PokeAPI:master' into regional-evolution-metadata
2025-09-20 09:49:16 -05:00
Alessandro Pezzè
2bdcd60be6
Merge pull request #1303 from motemen/fix-maushold-form-order
...
Fix form_order of Maushold
2025-09-18 09:42:28 +09:00
Hironao OTSUBO
b87055275e
fix: fix form_order of Maushold
...
fixes #1296
2025-09-17 22:25:56 +09:00
Alessandro Pezzè
e09b056537
Merge pull request #1301 from jonbarrow/feat/legacy-cgi
...
Add `legacy-cgi` for newer Python versions
2025-09-16 17:15:07 +09:00
Jonathan Barrow
6c5a8cd051
chore: add new line to requirements.txt
2025-09-15 16:17:39 -04:00
Jonathan Barrow
615129c296
chore: bump Python version in README
2025-09-14 22:45:17 -04:00
Jonathan Barrow
5ecd42bef2
chore: bump Python version in nix
2025-09-14 12:37:18 -04:00
Jonathan Barrow
9c3be75ea7
chore: bump Python version in Docker
2025-09-14 12:37:00 -04:00
Jonathan Barrow
a290b26143
chore: bump Python version in CICD
2025-09-14 12:36:13 -04:00
Jonathan Barrow
074ad4b534
feat: add legacy-cgi for newer Python versions
2025-09-13 21:10:15 -04:00
joereg4
7912afb9a5
Add regional evolution metadata support
...
- Add region_restriction and base_form_required fields to PokemonEvolution model
- Update PokemonEvolutionSerializer to include new fields in API responses
- Add migration for new fields
- Add implementation plan documentation
- Add data import script for regional evolution data
This addresses GitHub issue #639 by adding support for regional evolution
requirements like Galarian Yamask → Runerigus and Galarian Slowpoke → Slowbro.
2025-09-13 12:57:31 -05:00
Alessandro Pezzè
d64f35832b
Merge pull request #1288 from PokeAPI/dependabot/github_actions/actions/checkout-5
...
build(deps): bump actions/checkout from 4 to 5
2025-09-08 14:34:01 +09:00
Alessandro Pezzè
772262b085
Merge pull request #1294 from KritPaoIn/master
...
feat: added missing names for item category
2025-09-07 15:22:59 +09:00
KritPaoIn
93940c6b51
fix: capitalize proper nouns
2025-09-06 14:00:51 +07:00
KritPaoIn
11b020544d
fix: remove title case in item category names
2025-09-06 13:50:23 +07:00
KritPaoIn
0a476bb021
feat: missing item category names
2025-09-06 13:42:26 +07:00
dependabot[bot]
ee8ef9ffb2
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 14:33:48 +00:00
Alessandro Pezzè
c8206194e9
Merge pull request #1276 from Adri1/master
...
Multiple corrections
2025-08-21 03:04:42 +02:00
Lugiad
e53c06c13a
Merge pull request #1 from PokeAPI/master
...
Maj
2025-08-07 14:07:01 +02:00
Adri1
ab406bc343
Multiple corrections
2025-08-07 14:05:19 +02:00
Alessandro Pezzè
66293d2d6b
Merge pull request #1275 from PokeAPI/ursaluna
...
Mark ursaluna-bloodmoon as non-default
2025-08-06 08:11:30 +02:00
Alessandro Pezzè
9796fc6b27
Merge pull request #1273 from PokeAPI/k8s-gql-fix
...
Update hasura k8s
2025-08-06 07:52:38 +02:00
Naramsim
ba182fef0c
data: mark ursaluna-bloodmoon as non-default
2025-08-06 07:50:34 +02:00
Naramsim
9c304d2b2b
try: update hasura
2025-07-31 10:25:00 +02:00
Alessandro Pezzè
02cf5f3e45
Merge pull request #1272 from KritPaoIn/master
...
fix: item prose effects grammar
2025-07-31 10:18:21 +02:00
Krit
a4cc7dd6f8
Merge branch 'PokeAPI:master' into master
2025-07-29 01:47:25 +07:00
KritPaoIn
560db1c086
fix: small grammar mistakes
2025-07-29 01:46:36 +07:00
Alessandro Pezzè
ee111f0a29
Merge pull request #1270 from KritPaoIn/master
...
fix: is_default on pokemon_forms
2025-07-28 16:25:46 +09:00
Alessandro Pezzè
da85a60db5
Merge pull request #1271 from blai30/patch-1
...
fix: typo for crystal-cluster item name (cyrstal-cluster)
2025-07-28 16:24:41 +09:00
Brian Lai
d937296486
fix: typo for crystal-cluster item name (cyrstal-cluster)
2025-07-27 21:25:45 -07:00
KritPaoIn
50b5fe1ce0
fix: is_default on pokemon_forms
2025-07-23 12:10:31 +07:00
Alessandro Pezzè
99adaed255
Merge pull request #1268 from PokeAPI/dependabot/github_actions/softprops/action-gh-release-2.3.2
...
build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2
2025-07-03 10:59:11 +09:00
Alessandro Pezzè
79bbfc7247
Merge branch 'master' into dependabot/github_actions/softprops/action-gh-release-2.3.2
2025-07-03 10:58:53 +09:00
Alessandro Pezzè
3ea56ddf9a
docs:update slack link
2025-07-02 15:25:55 +02:00
dependabot[bot]
fd52f7f216
build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.2.2 to 2.3.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](da05d55257...72f2c25fcb )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.3.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-01 20:17:11 +00:00
Naramsim
a9cdbc315b
fix: new graphiql interface
2025-06-25 05:16:14 +02:00
Naramsim
c0b5e2e16c
chore: update SLO [skip ci]
2025-06-23 09:11:03 +02:00
Naramsim
bd9e7e3778
fix: custom nginx config for v1beta
2025-06-20 04:16:40 +02:00
Alessandro Pezzè
4d8a7173f2
Merge pull request #1264 from PokeAPI/gql-v1beta2
...
v1beta2
2025-06-20 10:40:28 +09:00
Naramsim
abb322ce95
fix: apply correct gql migration on k8s
2025-06-20 03:34:57 +02:00
Naramsim
7ab873081b
feat: allow configuration of both gql versions
2025-06-20 03:31:07 +02:00
Naramsim
5665e3c7fd
refactor: move to separate directory
2025-06-20 03:17:51 +02:00
PraaneshSelvaraj
550b0d8d2b
Merge branch 'refactor/graphql-naming' of https://github.com/PraaneshSelvaraj/pokeapi into refactor/graphql-naming
2025-06-16 18:17:17 +05:30
PraaneshSelvaraj
24e628b0a8
removed select_by_pk for anon
2025-06-16 18:16:48 +05:30
Praanesh S
7ca9d97219
Merge branch 'master' into refactor/graphql-naming
2025-06-13 16:17:25 +05:30