Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-20 | Configs: Introduce Blueprints. Refactor configs in webqtlConfig. | Frederick Muriuki Muriithi | |
* Introduce flask Blueprints to help with decoupling the various modules from the `wqflask/__init__.py` module * Refactor settings: Create a function `base.webqtlConfig.init_app(...)` to handle setting up the configurations on the app correctly. Call this function at app creation time. * Move configuration utility functions from `utility.tools` module to `utility.configuration` module. * Use the `get_setting(...)` function to retrieve configuration settings from the application. | |||
2022-12-29 | Implement "login" via OAuth2 | Frederick Muriuki Muriithi | |
2022-07-04 | wqflask: Remove DebugToolbarExtension | BonfaceKilz | |
This functionality, at least how we use it, is already provided natively in python's pdb. Should someone need this, they can add it manually. * wqflask/runserver.py (app_config): Remove "flask_debugtoolbar" import and instantiation. * wqflask/utility/startup_config.py (app_config): Ditto. | |||
2021-08-20 | startup_config.py: Add DebugToobarExtension for wsgi DEBUG mode | BonfaceKilz | |
* wqflask/utility/startup_config.py (app_config): Add DebugToolbarExtension | |||
2021-05-08 | utility: startup_config: Use python3 f-strings | BonfaceKilz | |
2021-05-08 | utility: startup_config: Break up long import statement | BonfaceKilz | |
2021-05-08 | utility: startup_config: Remove dead comments | BonfaceKilz | |
2021-04-30 | autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E501 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E20-E27 | BonfaceKilz | |
Run: python -m autopep8 --in-place --recrusive ./ --select\ E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\ E242,E251,E252,E26,E265,E266,E27 -p 3 | |||
2020-08-19 | Remove extra whitespace(or add it) from comma separated items | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib> | |||
2020-08-18 | Wrap print statements in parentheses | BonfaceKilz | |
2020-04-22 | Fixed a variety of issues related to users registering and logging in | zsloan | |
GN2 should now work when Redis is empty | |||
2018-03-26 | Skip automatic use of EXPLAIN_TEMPLATE_LOADING. | Pjotr Prins | |
2018-03-26 | Refactor startup config for gunicorn and werkzeug | Pjotr Prins | |