Alessandro Pezzè
d8b867355e
feat: read env when creating containers
2021-05-14 19:48:14 +02:00
Alessandro Pezzè
234b612904
chore: remove unnecessary volume
2021-05-14 18:29:02 +02:00
Alessandro Pezzè
292d9e8da5
try: update patch
2021-05-14 14:53:42 +02:00
Alessandro Pezzè
fef9cd6efc
data: fix id
2021-05-13 21:03:06 +02:00
Alessandro Pezzè
ed8ccbe7e0
data: add missing move
2021-05-13 20:45:36 +02:00
Alessandro Pezzè
3bbc9da829
try: downgrade djangorestframework
2021-05-12 19:52:58 +02:00
Alessandro Pezzè
1848044489
try: downgrade django-redis
2021-05-12 19:42:21 +02:00
Alessandro Pezzè
3c53e4f751
try: downgrade django
2021-05-12 19:34:59 +02:00
Alessandro Pezzè
14af88ff3a
sync: https://github.com/PokeAPI/pokedex/pull/29
2021-05-12 19:20:28 +02:00
Alessandro Pezzè
432b7304c3
chore: increase minor
2021-04-29 19:36:27 +02:00
Alessandro Pezzè
4f012fb23b
chore: downgrade djangorestframework
2021-04-28 23:16:58 +02:00
Alessandro Pezzè
40424c2705
chore: update test requirements
2021-04-28 23:12:34 +02:00
Alessandro Pezzè
8db11d3240
chore: update deps
2021-04-27 21:58:16 +02:00
Alessandro Pezzè
60583d8882
feat: brings in https://github.com/PokeAPI/pokedex/pull/43
2021-04-18 18:06:17 +02:00
Alessandro Pezzè
b35fdf3616
Merge pull request #611 from PokeAPI/more-graphql-exmples
2021-04-11 20:31:37 +02:00
Alessandro Pezzè
30e531d347
docs: typo
2021-04-11 19:33:42 +02:00
Alessandro Pezzè
880fbf00ce
docs: better comment
2021-04-10 21:19:55 +02:00
Alessandro Pezzè
a918d08da1
docs: improve Node example
2021-04-10 21:19:11 +02:00
Alessandro Pezzè
d74edcc0b6
docs: add two gql examples
2021-04-10 21:02:28 +02:00
Alessandro Pezzè
72dcb019f2
docs: document node example
2021-04-10 20:07:24 +02:00
Alessandro Pezzè
ca1ecb43eb
chore: move js example
2021-04-10 20:03:58 +02:00
Alessandro Pezzè
9802755038
chore: remove go example
2021-04-10 20:03:42 +02:00
Alessandro Pezzè
e0e6431ded
docs: move go examples, document it
2021-04-10 20:03:32 +02:00
Alessandro Pezzè
9dcae991d8
Merge pull request #610 from ichbinfrog/graphql-go-example
...
Add graphql go consumption example
2021-04-10 19:51:44 +02:00
Quoc Trung Hoang
408600f7ed
Add graphql go consumption example
...
Signed-off-by: Quoc Trung Hoang <hoangquo@etu.utc.fr>
2021-04-10 18:12:01 +02:00
Alessandro Pezzè
ad73257649
fix: use new app address
2021-04-08 19:46:57 +02:00
Alessandro Pezzè
d572ea2193
Merge pull request #602 from PokeAPI/graphql
2021-04-07 16:06:50 +02:00
Alessandro Pezzè
7714b570b7
refactor: add newline
2021-03-23 20:43:59 +01:00
Alessandro Pezzè
32dafebc02
Merge branch 'master' into graphql
2021-03-23 20:11:05 +01:00
Alessandro Pezzè
f4b46552fd
perf: disable debug for nginx
2021-03-23 20:08:22 +01:00
Alessandro Pezzè
e967a0ef19
docs: update readme with graphql info/move section
2021-03-23 20:01:28 +01:00
Alessandro Pezzè
120717a6d2
feat: align gunicorn port to the one of compose
2021-03-23 19:46:04 +01:00
Alessandro Pezzè
26c1036d0b
refactor: use correct name
2021-03-23 19:44:14 +01:00
Alessandro Pezzè
480b77ade2
refactor: rename folder
2021-03-23 19:43:58 +01:00
Alessandro Pezzè
e8d00089b2
perf: limit concurrent connections
2021-03-23 19:21:01 +01:00
Alessandro Pezzè
384e86ee47
feat: tune nginx config
2021-03-23 19:11:33 +01:00
Alessandro Pezzè
af8c80d422
docs: add example ssl config
2021-03-23 19:11:18 +01:00
Alessandro Pezzè
21c959e87b
feat: allow ssl
2021-03-22 19:31:59 +01:00
Alessandro Pezzè
b29616791f
docs: add comments
2021-03-21 21:31:22 +01:00
Alessandro Pezzè
2909877a65
chore: bump graphiql
2021-03-20 19:04:28 +01:00
Alessandro Pezzè
ef6f7db539
feat: update hasura
2021-03-19 20:05:08 +01:00
Alessandro Pezzè
c27585db89
fix: allow all hosts
2021-03-19 19:53:12 +01:00
Alessandro Pezzè
1995abb2d1
fix: lower version
2021-03-19 19:53:00 +01:00
Alessandro Pezzè
4d355f7519
docs: add examples
2021-03-19 19:10:13 +01:00
Alessandro Pezzè
875f065275
feat: add graphiql
2021-03-19 19:09:59 +01:00
Alessandro Pezzè
a59b1e0ef2
ignore secrets
2021-03-19 19:07:01 +01:00
Alessandro Pezzè
dec36dfd84
Merge pull request #594 from SimplyBLGDev/fix-missing-data-gen3
2021-03-16 18:20:19 +01:00
SimplyBLGDev
0e98f90051
Add missing encounters underwater, regies
...
- Replaced the encounter method on the underwater encounters in RSE from 'surf' to 'seaweed'
- Added missing location areas for island cave, desert ruins and ancient tomb
- Added missing encounters for the legendary regies (Regirock, Regice and Registeel)
- Added missing encounters for Latios and Latias at Southern Island
2021-03-14 18:49:24 -03:00
SimplyBLGDev
e61049558f
Add missing encounters Gen 3 edition
...
Added encounter methods and slots for:
- Squirt Bottle
- Wailmer Pail
Added missing locations and their areas where applicable:
- Two island
- Three island
- Three isle path
- Six island
- Seven island
- Birth island
- Navel rock
- Faraway island
- Hoenn Battle Frontier
Added missing encounters:
- Deoxis in Birth Island (FR LG & E)
- Lugia and Ho-Oh in Navel Rock (FR LG & E)
- Mew in Faraway island (E)
- Sudowoodo in Johto Route 36 (G S C HG & SS)
- Sudowoodo in Hoenn Battle Frontier (E)
2021-03-11 19:41:29 -03:00
Alessandro Pezzè
27fb1eb160
fix: use correct folder
2021-03-09 20:58:43 +01:00