tubearchivist/tubearchivist/config
Clark 85b56300b3
Move user configuration from Redis to ES (#533)
* ES Client must bootstrap itself to be the source of config

If this is not done a cyclic loop is created between the config loader and the ES client.
This lays the ground work for ES being the source of all app config.

* auto_download is not used anymore

* Add UserConfig class that encapsulates user config storage

This class will allow the rest of the code to 'not care' about how user properties are stored.
This requires the addition of a ta_users index in ES.

* Create migration task for user config transfer

* Replace getters and setters for each property

Strongly type the user configuration
Migrate missed sponsorblock ID

* Other DB settings will be another PR
2023-09-21 21:46:55 +07:00
..
management Move user configuration from Redis to ES (#533) 2023-09-21 21:46:55 +07:00
__init__.py minimal viable product 2021-09-06 00:10:14 +07:00
asgi.py linting everything in black 2021-09-21 16:25:22 +07:00
settings.py update TA_VERSION 2023-09-03 12:05:51 +07:00
urls.py new django api app, implementing basic get views 2022-01-10 22:51:52 +07:00
wsgi.py linting everything in black 2021-09-21 16:25:22 +07:00