Commit graph

67 commits

Author SHA1 Message Date
indyandie
f3918c26cb
docs: update tag descriptions 2024-05-30 23:58:29 -05:00
indyandie
843ff18385
fix: typo 2024-05-30 23:42:14 -05:00
indyandie
b06fd1bd36
fix(fmt): run make format 2024-05-25 02:44:13 -05:00
indyandie
435545a0db
fix(drf-spectacular): use correct type (Tag Object), add descriptions, URLs 2024-05-24 01:24:15 -05:00
indyandie
8999159e2c
refactor(drf-spectacular): maintain operation order in api.py 2024-05-24 01:21:13 -05:00
indyandie
a5aff843c9
docs: overview 2024-03-07 01:27:05 -06:00
indyandie
d772620699
test: make format 2024-03-05 00:54:48 -06:00
indyandie
4688b0d071
tidy 2024-03-05 00:37:02 -06:00
indyandie
cfff93d6ed
global tags 2024-03-04 03:06:12 -06:00
indyandie
3c9d27bf46
conf(drf-spectacular): set COMPONENT_SPLIT_REQUEST 2024-03-03 01:02:00 -06:00
indyandie
3a1f9dbf4a
docs(openapi): update SERVERS 2024-02-24 02:05:22 -06:00
indyandie
7f2d2bdf83
docs(openapi): update spectacular settings 2024-02-24 01:51:59 -06:00
indyandie
4bc132d82c
docs(openapi): add drf-spectacular and default settings 2024-02-24 01:51:38 -06:00
Naramsim
dc951e5aec refactor: lint 2024-01-13 18:00:27 +01:00
Naramsim
ccb60d5b24 deps: ipdate django to 3.2 2024-01-13 17:57:47 +01:00
Simón Oroño
0dcaf0d0a0 Remove unused packages in requirements.txt 2023-11-26 11:57:16 -04:00
Simón Oroño
db33cfc1a4 Format missing files 2023-11-26 11:57:16 -04:00
Simón Oroño
8f716cdbf0 Update Django to version 3.1
Some third-party packages had to be updated and some new settings were
added due to `manage.py` not running.
2023-11-26 11:57:16 -04:00
Alessandro Pezzè
c3926c9983 refactor: format 2021-05-28 09:51:30 +02:00
Alessandro Pezzè
d2acfaffe5 feat: allow config via env 2021-05-22 19:20:05 +02:00
Alessandro Pezzè
464aeea4af fix: run black 2020-11-23 22:05:49 +01:00
Paul Hallett
d5d55dad7f Autoformat entire project, tidy up makefile 2020-02-24 13:18:14 +13:00
Alessandro Pezzè
cb413c25cf refactor: remove comments 2020-01-26 12:38:15 +01:00
Alessandro Pezzè
3ee705ae25 feat: comment out throttling 2020-01-26 12:38:15 +01:00
Charles Marttinen
63b4f9040b chore: Configure PyLint and correct code formatting 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
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
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
Paul Hallett
85dd999396 Add alerts model and UI (#252) 2016-08-13 08:24:56 +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
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
489c1a700e Update cors headers regex (#168) 2016-04-23 14:37:43 +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
root
bd30096d43 version rollback 2016-03-07 10:54:51 +00:00
phalt
4bbb7b0a44 final lints 2016-03-05 11:40:41 +00:00
Zane Adickes
ec58b95478 images implemented for pokmon, pokemon forms and items 2016-02-16 01:31:19 -05:00
Zane Adickes
396bbd45ae adding some images 2016-02-10 08:09:36 -05:00
Zane Adickes
399643aa87 get started 2016-02-09 23:11:37 -05:00
Zane Adickes
66370dad44 ui using django templates 2016-01-06 17:10:05 -05:00
Zane Adickes
00408c89e2 home page try it out. contributors. started docs. 2016-01-01 16:48:41 -05:00
Zane Adickes
0fda377b8c new ui code in angular 2015-12-30 08:22:15 -05:00
Adickes
176802e474 starting tests 2015-10-18 19:01:33 -04:00
Adickes
df503e3424 About 80% of data is being served 2015-10-06 13:09:07 -04:00
Adickes
6d7fd53ece little more work on pokemon evolution chains 2015-10-02 23:40:21 -04:00
Adickes
16c4ae33ea Started on pokemon. theyre a bit more complex than v1. not sure hot to break them up. 2015-09-19 18:13:41 -04:00
Zane Adickes
3b8b1a6cf0 Pokedex resources. Getting closer to Pokemon resources 2015-09-15 08:26:47 -04:00