Commit graph

349 commits

Author SHA1 Message Date
Alessandro Pezzè
3ee705ae25 feat: comment out throttling 2020-01-26 12:38:15 +01:00
Alessandro Pezzè
23f3d25ea2 refactor: remove unused Pillow 2019-12-28 16:59:29 +01:00
Alessandro Pezzè
3d116fef9c feat: update pokemon sprites 2019-12-17 12:38:39 +01:00
Alessandro Pezzè
f9f8a9bc1d feat: update items sprites 2019-12-17 12:38:39 +01:00
Alessandro Pezzè
122f2519d7 feat: update CSVs 2019-12-17 12:38:39 +01:00
Alessandro Pezzè
65fa5976ce docs: add logo/remove outdated content/reformat 2019-12-12 00:10:52 +01:00
Wern Ancheta
f325449387 Update README.md
Fix contributing link 

https://github.com/PokeAPI/pokeapi/issues/450
2019-10-03 06:53:18 +10:00
dependabot[bot]
353c4058cc Bump django from 2.1.2 to 2.1.11
Bumps [django](https://github.com/django/django) from 2.1.2 to 2.1.11.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.1.2...2.1.11)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-26 03:37:38 +02:00
Matthew Salazar
74d927db8a Added "Auto caching" label to wrapper 2019-06-24 09:48:21 +02:00
Matthew Salazar
613d0b4f3c Added Go wrapper to README 2019-06-24 09:48:21 +02:00
JJ Banda
5cff3c0453 add .Net Standard PokeApiNet wrapper 2019-06-07 15:30:04 +02:00
Kronopt
a5205b5126 fix #423 2019-05-11 20:50:13 -04:00
Ryan Workman
ce032cf8d5 Add Ruby wrapper gem to list of wrappers
Add [poke-api-v2](https://github.com/rdavid1099/poke-api-v2) ruby gem wrapper to list of official wrappers.
2019-05-07 14:27:08 -04:00
Kronopt
85103d24ae Update Readme: Fix wrapper name and link (pykemon -> pokepy)
Just now noticed my mistake...
2019-04-01 08:26:32 +02:00
ajimenezUCLA
85a89492aa Updated ReadMe Typo 2019-02-18 17:41:09 +11:00
ajimenezUCLA
a71115e4e2 Fixed name in LICENSE.rst 2019-02-18 17:41:09 +11:00
ajimenezUCLA
2862e5f274 License Typo Fix 2019-02-18 17:41:09 +11:00
Kronopt
739de49807 Update README: pykemon caching capability 2019-02-02 21:58:19 +01:00
Charles Marttinen
a9ce856253 chore: Remove old dev-data fixture 2019-01-30 14:04:33 -05:00
Charles Marttinen
a81d2907a4 fix: Use correct settings file for docker-compose 2019-01-09 11:48:46 +01:00
Charles Marttinen
1fd142905b fix: Revert docker-compose instructions in readme 2019-01-09 11:48:46 +01:00
Naramsim
654538f550 chore: add more contributors 2019-01-06 18:59:32 +01:00
Naramsim
88eda9fa19 docs: update docker-compose/beautify 2019-01-06 18:59:32 +01:00
Naramsim
647e9ce6fd feat(build): update to Python3 2019-01-06 18:59:32 +01:00
Naramsim
a1d3d9a360 feat(build): create volumes automatically 2019-01-06 18:59:32 +01:00
Naramsim
2fbfdedce0 chore(build): add shell entry in Makefile 2019-01-06 18:59:32 +01:00
Naramsim
67184ce2f9 fix(build): update django-redis 2019-01-06 18:59:32 +01:00
Charles Marttinen
31bcabb069 Update ISSUE_TEMPLATE with note about data source
We often get issues that our data is not up-to-date, which is sometimes beyond our control. Hopefully this will direct these requests to veekun.
2018-12-25 20:10:53 +01:00
Alessandro Pezzè
8f8b0de625 Update test-requirements.txt
https://github.com/PyCQA/pylint-django/issues/201
2018-12-06 08:38:25 +01:00
Alessandro Pezzè
46134774fc feat: add updated data from Veekun 2018-10-29 23:29:45 +01:00
Charles Marttinen
f4eac1a230 fix: Lint each module separately 2018-10-20 11:35:11 -04:00
Charles Marttinen
63b4f9040b chore: Configure PyLint and correct code formatting 2018-10-20 11:35:11 -04:00
Charles Marttinen
6bb6611a89 chore: Switch linter to PyLint 2018-10-20 11:35:11 -04:00
Charles Marttinen
4df9920596 chore: Correct code formatting to appease linter 2018-10-20 11:35:11 -04:00
Charles Marttinen
7714b745a3 fix: Update flake8 and pyflake 2018-10-20 11:35:11 -04:00
Charles Marttinen
3789605b6a docs: Update readme with new Python version 2018-10-20 11:35:11 -04:00
Charles Marttinen
ec6ff6ee86 fix: Update CircleCI config to use Python3.7 2018-10-20 11:35:11 -04:00
Charles Marttinen
8832c819e3 chore: Remove python2 compatibility code 2018-10-20 11:35:11 -04:00
Charles Marttinen
4a3637fddb chore: Update Django to 2.1.2 2018-10-20 11:35:11 -04:00
Charles Marttinen
3d64938a3f chore: Upgrade to Python 3 and update Django to 2.0 2018-10-20 11:35:11 -04:00
Charles Marttinen
546038a831 chore: Update Django to 1.11 2018-10-20 11:35:11 -04:00
Charles Marttinen
23ba8056ef chore: Update Django to 1.10 2018-10-20 11:35:11 -04:00
Charles Marttinen
ee96433e6d chore: Update Django to 1.9 2018-10-20 11:35:11 -04:00
Charles Marttinen
6663813dc2 fix: Add LocationArea back to REST API
LocationArea is a special case that was missed when getting rid of the
hit counter.
2018-10-18 23:18:36 -04:00
Charles Marttinen
d25b66662e chore: Remove API v1 2018-10-18 23:18:36 -04:00
Charles Marttinen
76c2b58e4e fix: Remove old website and associated code
The pokeapi.co website has been rebuilt and moved to a separate
project, so the website in this project is obsolete.

This removes all files and code related to the website, including the
'alerts' and 'hits' apps (which managed website alerts and the hit
counter) and unused site assets (CSS, JS, images).
2018-10-18 23:18:36 -04:00
Charles Marttinen
d8483e9a67 fix: Remove unused apps from settings 2018-10-18 23:18:36 -04:00
Sargun Vohra
b436fdbc83 Update version of psycopg2
Versions below 2.7 no longer work on recent version of Ubuntu.
See https://github.com/psycopg/psycopg2/issues/594.
2018-09-16 03:27:33 -07:00
Tim Malone
db8fdcfd60 chore - add missing lint step in CircleCI 2.0 config 2018-09-10 09:41:51 +10:00
Mark Tse
cbfd195e8b chore - migrate to CircleCI 2.0; resolves #359. 2018-09-10 09:41:51 +10:00