Commit graph

  • 6f6b752dd5 Add move names giginet 2023-12-17 16:55:16 +0900
  • fd9fa1a464 Add moves available since Indigo Disk giginet 2023-12-17 16:35:05 +0900
  • 545e1a0826 feat: Add showdown field to pokemon api resource FallenDeity 2023-12-16 09:56:19 +0530
  • c166545eff fix issue with last commit #975 Wyatt Condon 2023-12-15 07:58:46 -0500
  • b6ce75406a fix hydrapple evolution Wyatt Condon 2023-12-15 07:45:05 -0500
  • 583a596c1f
    Merge branch 'master' into addIndigoDiskPokemon WyattC16 2023-12-15 07:41:32 -0500
  • 571e9cbaf2
    Merge 37bfb54437 into f9225dc825 #963 Andrea Colangelo 2023-12-15 13:44:49 +0530
  • f9225dc825
    Merge pull request #976 from PokeAPI/staging Alessandro Pezzè 2023-12-15 16:07:01 +0900
  • 0fccf81059
    Merge branch 'master' into staging #976 Alessandro Pezzè 2023-12-15 16:06:51 +0900
  • e8a2b6f21e chore: get PR number in the right folder/grammar Naramsim 2023-12-15 08:05:13 +0100
  • 2ca2bfe11a add indigo disk pokedex and pokemon Wyatt Condon 2023-12-14 13:24:23 -0500
  • 4d098942d3 cicd: get pr number earlier Naramsim 2023-12-13 11:22:36 +0100
  • 3bb4692082
    Merge pull request #974 from PokeAPI/staging Alessandro Pezzè 2023-12-13 17:18:36 +0900
  • bd6b4c82c5 cicd: revert checking out staging/add commit and push #974 Naramsim 2023-12-13 08:26:31 +0100
  • 912f1353de cicd: run on custom network/refactor commit message Naramsim 2023-12-13 03:33:03 +0100
  • ca9ba173ca cicd: use newer images Naramsim 2023-12-13 02:36:44 +0100
  • a2ef2e9fdc cicd: run in shell Naramsim 2023-12-12 09:39:12 +0100
  • caefada677 cicd: test updater staging script Naramsim 2023-12-12 09:32:41 +0100
  • b936a8c0fa
    Merge branch 'master' into translate/italian_translate #972 Andrea Colangelo 2023-12-06 17:49:38 +0100
  • ae88bdd55d
    Merge pull request #961 from PokeAPI/staging Alessandro Pezzè 2023-12-01 11:11:42 +0900
  • 35f4712ed3 cicd: run on PRs #961 Naramsim 2023-11-30 15:03:43 +0100
  • f7f2be7c1b cicd: try add build image action Naramsim 2023-11-30 09:14:49 +0100
  • b348e60d2c refactor: merge migrations Naramsim 2023-11-30 04:09:39 +0100
  • 4d489b7711 Update encounter_methods.csv #971 Andrea Colangelo 2023-11-28 19:41:03 +0100
  • 70844ab825 Update pokemon_form_names.csv #970 Andrea Colangelo 2023-11-28 19:34:24 +0100
  • f6de994459 Update evolution_triggers.csv Andrea Colangelo 2023-11-28 19:24:34 +0100
  • 8d990e6d16 Merge branch 'translate/italian_translate' of https://github.com/AndryCola/pokeapi into translate/italian_translate #969 Andrea Colangelo 2023-11-28 19:19:52 +0100
  • 402119a370 Update ability_names.csv Andrea Colangelo 2023-11-28 19:19:39 +0100
  • 3d76564f14
    Merge branch 'master' into translate/italian_translate #968 Andrea Colangelo 2023-11-28 19:11:52 +0100
  • 37bfb54437 Merge branch 'translate/italian_translate' #963 Andrea Colangelo 2023-11-28 19:01:19 +0100
  • d7e0f667f7 Update ability_names.csv Andrea Colangelo 2023-11-28 18:56:15 +0100
  • 1f08ed0eab added italian translate Andrea Colangelo 2023-11-28 18:45:49 +0100
  • 7321a623be
    Merge branch 'PokeAPI:master' into master Andrea Colangelo 2023-11-27 11:28:19 +0100
  • b3d6608283 Fix tests for sprites #959 Simón Oroño 2023-11-26 09:51:08 -0400
  • 61c21853ef Fix serializers for ItemSprites and PokemonFormSprites Simón Oroño 2023-11-26 09:37:31 -0400
  • 76f7a340e6 Use JSONField instead of CharField for sprites Simón Oroño 2023-11-26 09:18:58 -0400
  • 0dcaf0d0a0 Remove unused packages in requirements.txt Simón Oroño 2023-11-25 08:33:36 -0400
  • d57fd5ab01 Add a Makefile rule for running the tests inside the docker container Simón Oroño 2023-11-25 08:21:14 -0400
  • 45efd0702c Remove root __init__.py file Simón Oroño 2023-11-25 08:20:47 -0400
  • db33cfc1a4 Format missing files Simón Oroño 2023-11-23 07:05:30 -0400
  • d1e2d9c5b4 Use new JSON field in Django instead of Postgres custom one Simón Oroño 2023-11-23 06:59:12 -0400
  • 8f716cdbf0 Update Django to version 3.1 Simón Oroño 2023-11-22 07:29:16 -0400
  • 30e8a01253 Format migration 0014_auto_20231119_0303.py Simón Oroño 2023-11-19 00:21:01 -0400
  • 49d970f0ed Remove unused serializer class PokemonSpritesSerializer Simón Oroño 2023-11-19 00:12:35 -0400
  • 6ff2c0c217 Fix serialization of pokemon sprites Simón Oroño 2023-11-18 23:51:02 -0400
  • fa14336516 Stop encoding sprites when inserting them on the database Simón Oroño 2023-11-18 23:24:02 -0400
  • 218864dfbc Make the type of the sprites column in pokemon_v2_pokemonsprites jsonb Simón Oroño 2023-11-18 23:22:56 -0400
  • 7f3d32de57
    Merge pull request #965 from JulesLetters/typo-minds-eye Alessandro Pezzè 2023-11-26 17:27:01 +0900
  • 571361e26c Fix Mind's Eye ability to have apostrophe #965 Justin Dowell 2023-11-25 00:54:28 -0600
  • e0f6505773 Update pokemon_species_flavor_text.csv #962 Andrea Colangelo 2023-11-24 02:03:14 +0100
  • 02d37ecd86 Update pokemon_species_flavor_text.csv Andrea Colangelo 2023-11-24 01:53:56 +0100
  • e6ba307c22
    Merge pull request #957 from penelopeysm/sinnoh-starters 2.6.0 Alessandro Pezzè 2023-11-12 14:33:18 +0900
  • 3ff04231bb
    Add SV learnset for Sinnoh starters #957 Penelope Yong 2023-11-11 14:46:11 +0000
  • 0dfb20d121
    Merge pull request #954 from JintoYamanaka/add_stat_changes Alessandro Pezzè 2023-11-08 23:53:08 +0900
  • d88716bacc
    Merge branch 'master' into add_stat_changes #954 Alessandro Pezzè 2023-11-08 22:46:25 +0900
  • 49380605ed Add 'stat_changes' entries for 4 moves Included the missing 'stat_changes' for Stockpile, Memento, Defog, and Shell Smash to accurately reflect their in-game effects. JintoYamanaka 2023-11-08 20:52:20 +0900
  • f96e236849
    Merge pull request #953 from PokeAPI/format-newblack-serializer Alessandro Pezzè 2023-11-08 19:21:01 +0900
  • 8ba6f94c0c refactor/fix: format/sprite test #953 format-newblack-serializer Naramsim 2023-11-08 11:11:56 +0100
  • 5237c4ccc9 refactor: format with new black Naramsim 2023-11-08 10:44:55 +0100
  • 3fa2b6952f fix: don't add or replace parts of the sprites' URL Naramsim 2023-11-08 10:22:56 +0100
  • 369d09f390
    Merge pull request #951 from 14239/master Alessandro Pezzè 2023-11-08 09:11:59 +0900
  • 5eb8a4e95d Only rearrange edited move's order #951 14239 2023-11-06 20:23:55 +0900
  • ca8a3a6a07 Merge branch 'master' of https://github.com/14239/pokeapi 14239 2023-11-06 20:19:32 +0900
  • 73ea615bfb Revert "Add order for Level 1 moves in Gen 9" 14239 2023-11-06 20:14:34 +0900
  • aad0c8e5fd
    Merge branch 'master' into master Alessandro Pezzè 2023-11-06 11:49:44 +0100
  • e63ce54b80 refactor: run black Naramsim 2023-11-06 11:38:12 +0100
  • 203f3979cd
    Merge branch 'master' into master Alessandro Pezzè 2023-11-06 11:20:38 +0100
  • 3e4a710d07
    refactor: format Alessandro Pezzè 2023-11-06 08:55:57 +0100
  • ccf4c80198
    Merge pull request #949 from LeonEstrak/fix_sprites_url Alessandro Pezzè 2023-11-06 08:25:52 +0100
  • 123bae116a Add order for Level 1 moves in Gen 9 14239 2023-11-04 14:46:44 +0900
  • c4748f5be9
    Fix: Sprites URL in GraphQL #949 LeonEstrak 2023-11-01 14:25:40 +0530
  • f7e87abc70
    Merge pull request #945 from lati111/hisuian-form-index-fix Alessandro Pezzè 2023-10-24 12:30:30 +0200
  • df93e024a3 Adjusted form order on hisuian forms #945 AnonymousPancakes 2023-10-23 19:35:57 +0200
  • b7eb08324c
    Merge pull request #848 from revoice1/Add-previous-abilities Alessandro Pezzè 2023-10-16 17:12:14 +0200
  • 07c8b5c860
    Merge pull request #920 from penelopeysm/sv-dlc Alessandro Pezzè 2023-10-10 15:21:18 +0200
  • f7367faae5
    Merge branch 'master' into Add-previous-abilities #848 Alessandro Pezzè 2023-10-09 12:58:37 +0200
  • 5137037562
    Remove duplicated Ursaluna moves #920 Penelope Yong 2023-10-08 19:18:57 +0100
  • 063a8c5acd
    Merge remote-tracking branch 'upstream/master' into sv-dlc Penelope Yong 2023-10-08 19:03:32 +0100
  • e6a52aca06
    Remove duplicated lines Penelope Yong 2023-10-08 18:58:44 +0100
  • 3988e62575
    Add new TMs in SV Penelope Yong 2023-10-08 18:56:33 +0100
  • d678be937a
    Add Trick Room to Indeedee-F Penelope Yong 2023-10-08 16:38:14 +0100
  • d861c2d64f
    Add Alolan Grimer egg moves Penelope Yong 2023-10-08 01:29:27 +0100
  • 5a066c6a9a
    Remove duplicated moves with game_id = 26 Penelope Yong 2023-10-08 01:03:19 +0100
  • 20c4d68d61
    Re-add Teal Mask learnsets Penelope Yong 2023-10-08 00:53:53 +0100
  • 2df349441f
    Revert "Add learnsets for returning mons in SV DLC1" Penelope Yong 2023-10-07 23:59:00 +0100
  • 793ff3442f
    Merge pull request #939 from giginet/dlc-forms Alessandro Pezzè 2023-10-07 12:11:30 +0200
  • 85189cd55b
    Merge branch 'master' into dlc-forms #939 Alessandro Pezzè 2023-10-06 10:38:29 +0200
  • f38122a09f
    Merge pull request #938 from giginet/teal-mask-abilities Alessandro Pezzè 2023-10-06 07:13:03 +0200
  • 08589810fc Add localizes giginet 2023-10-05 23:27:55 +0900
  • 535aa9fda6 Add missing column giginet 2023-10-05 23:20:31 +0900
  • 2be7b56ae2 Add localizations #938 giginet 2023-10-05 23:11:57 +0900
  • 540a136df4 Add form names for DLC forms giginet 2023-10-05 22:44:40 +0900
  • e375881fdc Add default forms of DLC pokemon giginet 2023-10-05 22:35:02 +0900
  • def8474dc0 Add Embody Aspect giginet 2023-10-05 21:42:57 +0900
  • 0594e1f7f8 Add names for new abilities giginet 2023-10-05 21:34:45 +0900
  • adda7118f8
    Merge pull request #937 from sharkwouter/patch-1 Alessandro Pezzè 2023-10-05 07:09:39 +0200
  • 615ada8485
    Fix Okidogi's hidden ability #937 Wouter Wijsman 2023-10-04 22:14:08 +0200
  • c0c853c7aa
    Merge pull request #935 from leftmostcat/add-pla-sv-languages Alessandro Pezzè 2023-10-04 03:26:54 +0200
  • dd73a78e26 Add missing languages for PLA and SV species names #935 Seán de Búrca 2023-10-03 02:48:37 -0700
  • 0dadcb18b0
    Merge pull request #936 from giginet/modify-moves-teal-mask Alessandro Pezzè 2023-10-03 16:02:41 +0200