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
Charles Marttinen
2cb886eee3
Implement suggested naming changes
2018-09-10 06:25:02 +10:00
Charles Marttinen
8ef1a9b931
Update README with changes made to DB build script
2018-09-10 06:25:02 +10:00
Charles Marttinen
9d4f893a69
Improve performance of database build script
...
The remainder of the build script has been converted to use
`bulk_create()`. Running the build script on my machine with a
PostgresQL database took only 5 minutes 40 seconds, and with
SQLite 26 minutes 18 seconds.
2018-09-10 06:25:02 +10:00
Charles Marttinen
def70662f1
Modify database build script to use bulk_create
(WIP)
2018-09-10 06:25:02 +10:00
Alessandro Pezzè
6cac759270
Merge pull request #341 from cmmartti/windows_build_script
...
Fix v2 database build script to work on Windows
2018-06-04 13:33:49 +02:00
Alessandro Pezzè
fae52a460b
Merge pull request #340 from lmerotta/patch-2
...
New PHP Wrapper, with lazy-loading and POPOs
2018-06-04 13:31:26 +02:00
lmerotta
852feaa3e5
Added lmerotta/phpokeapi to the offical wrappers
2018-06-03 23:21:44 +02:00
Charles Marttinen
b12d8576d9
Fix v2 database build script to work on Windows
...
Image sprite paths should be Unix-style, but the build script used the
OS default, so the process failed on Windows.
2018-06-02 19:29:18 -04:00
lmerotta
84e1696369
New PHP Wrapper, with lazy-loading and POPOs
2018-06-02 01:02:32 +02:00
Paul Hallett
6bccfd315c
Update about.html
2017-10-22 12:25:09 +00:00
root
6a5644b197
Put back requirements to not break the server
2017-10-22 12:18:57 +00:00
Alessandro Pezzè
9203a0d286
Sun and moon data ( #305 )
...
* badges
* Added CSV from Veekun
* added sprites from Veekun website
* quick fixes for an Exception
* bumped dependencies version
* add comment on how to upgrade to Django 1.11
* added some reminds to caching, our official wrappers and the true cost of the server
* remove index.html from sprites
* update to conform django-rest-framework 3.3.0 guidelines
* lint
2017-10-21 13:21:23 +00:00
Kronopt
b429bae218
Removed modified/created mention from the docs ( #309 )
...
Discussed in #140
2017-10-19 09:23:47 +01:00