Commit graph

320 commits

Author SHA1 Message Date
Ricky Elrod
3ee1d3db00 Type[pokemon] returns a list of TypePokemon (#233)
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2016-07-11 09:17:48 +01:00
Ricky Elrod
6712d3b362 Be consistent in use of parens for list type parameter (#229)
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2016-07-10 13:01:43 -04:00
Ricky Elrod
64457ba31b Fix duplicated model name in docsv2 document (#228)
* Fix duplicated model name

Signed-off-by: Ricky Elrod <ricky@elrod.me>

* fix varieties link

Signed-off-by: Ricky Elrod <ricky@elrod.me>
2016-07-10 13:01:21 -04:00
Sargun Vohra
779951bff2 Update docsv2.md (#226)
close #225
2016-07-10 10:32:24 -04:00
Ricky Elrod
1bfd81e10e Fix field name in docsv2 documentation (#227) 2016-07-10 15:17:51 +01:00
Alexandre Boucey
d771c293df Added Docker Compose support for production (#183)
* Added Docker Compose support for production

* Added rate limiting to nginx
2016-07-07 13:23:59 +01:00
Paul Hallett
c4b2d52682 Add throttle settings (#223)
* Add throttle settings

Proposed API rate limit throttling. This should work directly with redis.

* Update settings.py
2016-07-06 14:04:09 +01:00
Sargun Vohra
05464a2c6d Add missing field in pokemon species docs (#221) 2016-07-05 09:45:46 +01:00
sentwistler
28bd7ccd67 move flavor texts now available (#220)
* move flavor texts now available

* fix failed lints

* add documentation for move flavor text field
2016-07-05 09:42:03 +01:00
Peter Jeschke
4803d224ed Fix wrong heights (#219)
See here: b5e4038f2d
Original commit by AxeBane
2016-06-28 11:27:28 +01:00
Sargun Vohra
d6ae95c617 Redo PokemonEncounterView (#212)
* redo PokemonEncounterView (fix #210)
2016-06-25 13:33:52 -04:00
Sargun Vohra
cf19dcca29 Pokemon form names (#213)
* added names and form names to the pokemon-form resource

* document pokemon form names

* close #185
2016-06-25 12:56:24 -04:00
Sargun Vohra
f8c641716e Link moves to machines (#211)
* add Machines resource to link TM/HM items to moves

* document new Machines resource

* fix #198
2016-06-25 12:45:20 -04:00
Sargun Vohra
32b28274dc Make clean should remove .pyc files in subdirectories too (fix #164) (#208) 2016-06-25 10:42:39 -04:00
Sargun Vohra
c5301cedb1 Update PokeKotlin link in docs (#214) 2016-06-08 18:06:28 -04:00
Akhil Indurti
9f61b53782 Added missing sprites for pokemon ids 10064-10090. (#157) 2016-06-05 22:17:30 -04:00
Sargun Vohra
fce9410c50 Fix for dealing with name format (#207)
* Allow plus in names (fix #146)

* Handle id/name that does not match the format instead of throwing an error
2016-06-04 12:27:36 -04:00
Sargun Vohra
1890ad9512 Allow negative IDs (fix #145) (#206) 2016-06-04 11:18:45 +01:00
Sargun Vohra
ea12247133 Minor change to "effort" description (#204)
So it's possible to CTRL-F -> "EV" and find it.
2016-06-03 09:58:13 +01:00
Paul Hallett
b558edbb9f Update github links (#202) 2016-06-02 09:42:48 +01:00
Sargun Vohra
1d3ba5494a Documentation update (#201)
* documentation fixes

* minor fix to location_area_encounters doc

* auto format markdown tables
2016-06-02 09:39:06 +01:00
Paul Hallett
15aae235b4 Update views.py 2016-06-01 09:41:48 +01:00
Paul Hallett
4919c0674d DB index, improve Pokemon performance (#194)
* DB index, improve Pokemon performance

* fix test

* blep
2016-05-30 14:58:03 +01:00
Effy Elden
8537999858 Hopefully fixes #189 - replace 'localhost:8000' with 'pokeapi.co' in all page templates. (#193) 2016-05-26 15:20:49 +01:00
Paul Hallett
302b38a8f4 Create ISSUE_TEMPLATE 2016-05-25 09:04:12 +01:00
Sargun Vohra
ba7cfafbc4 use empty list instead of null for evolution details (#191) 2016-05-25 09:01:23 +01:00
Sargun Vohra
254937c673 Always wrap evolution details in a list (#190)
* fix #188, always wrap evolution details in a list

* update evolution details test to accomodate fix
2016-05-24 14:56:15 +01:00
Paul Bowsher
13becdb6a8 Fix a typo (#184)
`abailable` -> `available`
2016-05-09 09:24:32 +01:00
Alexandre Boucey
38a88634ce Improving docker support (#179)
Allow docker to reuse previous pip layer

Fixed newlines
2016-05-03 16:05:37 +01:00
Paul Hallett
a7fa867a7c fix if statements (#177) 2016-04-30 15:42:28 +01:00
Paul Hallett
eb5783697b Set up redis cache (#176) 2016-04-30 15:36:56 +01:00
Paul Hallett
422d98fff2 Optimisations (#174)
* removed all the things causing slow times on data

* fixup look sharp

* use ujson

* bep
2016-04-30 13:02:27 +01:00
Paul Hallett
5b94cff6c8 Update README.md 2016-04-26 09:59:39 +01:00
Paul Hallett
489c1a700e Update cors headers regex (#168) 2016-04-23 14:37:43 +01:00
Shohei Shimomura
0bce568bce Update pokemon_v2/README.md (#153) 2016-04-23 11:06:16 +01:00
phalt
75259851a9 Added missing import 2016-04-22 11:30:02 +01:00
phalt
201d96bb52 blep 2016-04-22 11:13:42 +01:00
phalt
bc8881e337 update text 2016-04-22 11:12:34 +01:00
Paul Hallett
8c8f80d66c Set up stripe donation button (#158)
* Set up stripe donation button

* Add crsf_exempt import

* rebase and update
2016-04-22 10:55:42 +01:00
Zane Adickes
00a968787a Slack information updates (#166)
* slack updates to docsand about page

* typo fixes

* typo fixes
2016-04-20 10:46:35 +01:00
Paul Hallett
f60738d844 Merge pull request #150 from smasher164/docs-html-readme
Updated docs, readme, and footer
2016-03-22 09:27:07 +00:00
smasher164
2bf7a9667b Update docs and readme to show that /location/ and /location-area/ only take an id, not a name. 2016-03-16 19:29:53 -04:00
smasher164
54048c1359 Changed ghbtns Follow button in footer to https to prevent it from being blocked. 2016-03-16 19:23:44 -04:00
Paul Hallett
e9493becf1 Merge pull request #149 from sh0hei/add_mascalade-pokeapi_to_api_v1
Add mascalade-pokeapi wrapper to v1 docs
2016-03-16 10:13:28 +00:00
sh0hei
5bc832bf46 Merge branch 'master' into add_mascalade-pokeapi_to_api_v1 2016-03-16 09:53:33 +09:00
Paul Hallett
cd6a2da586 Merge pull request #133 from M-Zuber/patch-1
Doc fixes
2016-03-15 15:06:28 +00:00
Mordechai Zuber
2f7736f48e Merge branch 'master' into patch-1 2016-03-15 15:58:21 +02:00
sh0hei
76614bfdbd Add mascalade-pokeapi wrapper to v1 docs 2016-03-15 21:06:18 +09:00
Paul Hallett
2a99a016fa Merge pull request #144 from pokesource/pokekotlin-moved
Update PokeKotlin link because it has moved
2016-03-15 09:24:31 +00:00
Sargun Vohra
a56b42f08d Update PokeKotlin link because it has moved 2016-03-14 20:42:51 -04:00