Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-26 | Add a 'system' resource | Frederick Muriuki Muriithi | |
Add a 'system' resource to allow users to have roles they can use to act on the system itself. | |||
2023-09-26 | migrations: Create `group_resources` table. | Frederick Muriuki Muriithi | |
2023-09-26 | Drop `group_id` from resources table | Frederick Muriuki Muriithi | |
Drop the `group_id` from the `resources` table and update all dependent tables to fix FOREIGN KEY constraints to ensure integrity of the data. | |||
2023-09-26 | Add `system` and `group` resource categories. | Frederick Muriuki Muriithi | |
2023-09-26 | Resources refactor: Add `resource_ownership` table | Frederick Muriuki Muriithi | |
New table to link resources to groups, where relevant. | |||
2023-09-19 | Remove pinned commit | Frederick Muriuki Muriithi | |
2023-09-06 | Update yoyo-migration and mypy | Frederick Muriuki Muriithi | |
Update the dependencies to enable the use of Python-3.10 | |||
2023-08-31 | Add documentation on troubleshooting tokens | Frederick Muriuki Muriithi | |
2023-08-31 | Indent the code with `guix-devel-mode` | Frederick Muriuki Muriithi | |
2023-08-30 | Replace `(...) with (list ...): Fixes "undefined gexp" failure. | Frederick Muriuki Muriithi | |
Replace the backquoted expression in the (arguments ...) section of the package definition to fix the error where the build could not find the variable gexp | |||
2023-08-30 | Include missing module. | Frederick Muriuki Muriithi | |
2023-08-25 | Fix linting issues with package definition. | Frederick Muriuki Muriithi | |
2023-08-24 | Add LICENSE file | Frederick Muriuki Muriithi | |
2023-08-23 | Add gunicorn as a dependency. | Frederick Muriuki Muriithi | |
2023-08-23 | pylint: Load extra checkers. | Frederick Muriuki Muriithi | |
2023-08-23 | pylint: Remove statement calling non-existent member | Frederick Muriuki Muriithi | |
2023-08-23 | pylint: replace ellipsis with statement raising exception. | Frederick Muriuki Muriithi | |
2023-08-23 | pylint: Replace `lambda ...` statements with `def ...` | Frederick Muriuki Muriithi | |
2023-08-16 | Do not use current-filename. | Frederick Muriuki Muriithi | |
For some reason, current-filename does not work with Guix channels. This change was provided by Arun Isaac<arunisaac@systemreboot.net> but I could not seem to figure out how to download the patches from protonmail therefore I give the credit here. | |||
2023-08-16 | Fix typo in package name. | Frederick Muriuki Muriithi | |
2023-08-16 | Do not find the exact version for Guix package. | Frederick Muriuki Muriithi | |
Finding the exact version number is a lot of work for a minor cosmetic effect. This change was suggested by Arun. I could not figure out how to download the patch from protonmail directly, so I have to give credit here. | |||
2023-08-16 | Remove definition (use on in `guix-bioinformatics`) | Frederick Muriuki Muriithi | |
2023-08-16 | Add `guix-bioinformatics` and `guix-past` as channel dependencies. | Frederick Muriuki Muriithi | |
2023-08-16 | Avoid extreme nesting for single-package channel. | Frederick Muriuki Muriithi | |
2023-08-14 | Set version to hard-coded value in checkout | Frederick Muriuki Muriithi | |
2023-08-14 | Fix bugs | Frederick Muriuki Muriithi | |
2023-08-14 | Wrap package definition in `(define-public ...)` | Frederick Muriuki Muriithi | |
2023-08-14 | Add missing dependency | Frederick Muriuki Muriithi | |
Define `python-authlib` package. | |||
2023-08-14 | Make repository a channel. | Frederick Muriuki Muriithi | |
2023-08-09 | Add documentation on configuration and installation. | Frederick Muriuki Muriithi | |
2023-08-08 | Set the root packages as "gn_auth" | Munyoki Kilyungi | |
* setup.py: Delete "packages". Add package_dir. | |||
2023-08-08 | Quiet linter: Eliminate trailing newline. | Frederick Muriuki Muriithi | |
2023-08-08 | Run test with build | Frederick Muriuki Muriithi | |
Modify the guix build `check' phase to run the tests with pytest. | |||
2023-08-08 | Use relative imports to break circular import errors | Frederick Muriuki Muriithi | |
2023-08-08 | Docs: Add documentation | Frederick Muriuki Muriithi | |
2023-08-08 | Add WSGI entry point. | Frederick Muriuki Muriithi | |
2023-08-08 | Fix type-checking errors | Frederick Muriuki Muriithi | |
2023-08-08 | Fix issues caught by linter | Frederick Muriuki Muriithi | |
* Add a .pylintrc to silence annoying messages * Fix imports * Add missing `parse_db_url` function * Add a new `gn_auth.auth.db.redis` module | |||
2023-08-07 | Add documentation on expected checks. | Frederick Muriuki Muriithi | |
2023-08-07 | Fix tests | Frederick Muriuki Muriithi | |
2023-08-07 | Add routes to the application | Frederick Muriuki Muriithi | |
2023-08-07 | Enable automatic fetching of version information. | Frederick Muriuki Muriithi | |
2023-08-07 | Add missing modules | Frederick Muriuki Muriithi | |
Copy over missing modules and functions to completely disconnect gn-auth from GN3. | |||
2023-08-07 | Change imports to new unified db module. | Frederick Muriuki Muriithi | |
2023-08-07 | Collect db-connections function in single module. | Frederick Muriuki Muriithi | |
2023-08-07 | Update dependencies | Frederick Muriuki Muriithi | |
* python-redis: Enable access to Redis * python-mysqlclient: Enable access to MySQL/Mariadb | |||
2023-08-07 | Update module name/path | Frederick Muriuki Muriithi | |
Change from gn3 to gn_auth | |||
2023-08-04 | Ignore site-local startup scripts | Frederick Muriuki Muriithi | |
Ignore the local script(s) we use to launch the application. | |||
2023-08-04 | Add some missing packages | Frederick Muriuki Muriithi | |
2023-08-04 | Initialise the application and update some module imports | Frederick Muriuki Muriithi | |