Age | Commit message (Expand) | Author |
2022-12-29 | Implement "login" via OAuth2 | Frederick Muriuki Muriithi |
2022-10-28 | Settings: Add the `REDIS_URL` setting. | Frederick Muriuki Muriithi |
2022-10-28 | Declutter stdout | Frederick Muriuki Muriithi |
2022-10-28 | Refactor: Pass user id to `check_resource_availability` | Frederick Muriuki Muriithi |
2022-10-12 | Account for empty strings in get_string function | zsloan |
2022-09-29 | Replace MonadicDictCursor with generator function. | Arun Isaac |
2022-09-29 | Remove empty first line in docstrings. | Arun Isaac |
2022-09-29 | Ignore None values early when initializing MonadicDict. | Arun Isaac |
2022-09-29 | Return monadic value from MonadicDictCursor.fetchone. | Arun Isaac |
2022-09-19 | Refactor: raise appropriate error | Frederick Muriuki Muriithi |
2022-09-16 | Add example code to docstring of MonadicDictCursor. | Arun Isaac |
2022-09-16 | Add example code to docstring of MonadicDict. | Arun Isaac |
2022-09-16 | Initialize empty MonadicDict by default. | Arun Isaac |
2022-09-14 | Add monadic utilities MonadicDict and MonadicDictCursor. | Arun Isaac |
2022-09-08 | Deleting utility.logger | Munyoki Kilyungi |
2022-09-08 | Replace g.db with database_connection() context manager | Munyoki Kilyungi |
2022-09-08 | Replace g.db with database_connection() context manager | Munyoki Kilyungi |
2022-08-31 | Delete benchmark module | Munyoki Kilyungi |
2022-08-31 | Remove usage of "logger" and un-necessary comments wrt the same | Munyoki Kilyungi |
2022-08-31 | Remove unused "string" import | Munyoki Kilyungi |
2022-07-25 | Return config in app.config or None | Frederick Muriuki Muriithi |
2022-07-04 | wqflask: Remove DebugToolbarExtension | BonfaceKilz |
2022-04-04 | Return None in load_json_from_redis when the item doesn't exist | zsloan |
2022-02-18 | wqflask: Remove python pre-2.2 checks. | Arun Isaac |
2021-11-25 | Delete noisy logging | BonfaceKilz |
2021-11-04 | Removes unused import | jgart |
2021-10-28 | Remove all elasticsearch references in gn2 | BonfaceKilz |
2021-10-28 | Remove the use of '@deprecated' | BonfaceKilz |
2021-10-25 | utility: redis_tools: Remove dead functions | BonfaceKilz |
2021-10-25 | authentication_tools: Mark `check_owner_or_admin` as deprecated | BonfaceKilz |
2021-10-25 | utility.hmac: Label "hmac_creation" as deprecated | BonfaceKilz |
2021-10-25 | Mark `get_resource_info` as deprecated | BonfaceKilz |
2021-10-22 | Fix line pulling GN3_LOCAL_URL from settings | zsloan |
2021-10-22 | Replace hardcoded GN proxy URLs with one pulled from settings | zsloan |
2021-10-22 | Added proxy and local GN3 URLs in tools.py (which should be set in the settin... | zsloan |
2021-10-04 | Changed get_user_groups to pull both the ID and details in the for loop from ... | zsloan |
2021-09-10 | Removed encoding, since it's apparently not needed since the Python 3 switcho... | zsloan |
2021-08-23 | Account for situations where the minimum permutation value is also above webq... | zsloan |
2021-08-20 | startup_config.py: Add DebugToobarExtension for wsgi DEBUG mode | BonfaceKilz |
2021-07-12 | Encode user_id as bytestring if not already bytestring to account for some us... | zsloan |
2021-06-17 | remove print statements | Alexander Kabui |
2021-06-15 | Fix issue where column values were used as str instead of bytes; pretty sure ... | zsloan |
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-05-07 | Fixed issue that caused /submit_trait page to not load properly | zsloan |
2021-04-30 | autopep8: Run autopep8 100 times with target rules | BonfaceKilz |
2021-04-30 | autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133 | BonfaceKilz |
2021-04-30 | autopep8: Fix E101, E11 | BonfaceKilz |
2021-04-30 | autopep8: Fix W504 | BonfaceKilz |