about summary refs log tree commit diff
AgeCommit message (Expand)Author
41 hoursusers/models: add delete_users_by_id function HEAD mainClaude Sonnet 4.6
41 hourswsgi: add create-users CLI commandClaude Sonnet 4.6
13 daysFix test invocation command in build arguments.Frederick Muriuki Muriithi
14 daysOverride all settings with the startup settings before doing checks.Frederick Muriuki Muriithi
14 daysRemove dead code caught by vulture.Frederick Muriuki Muriithi
14 daysUse pyproject.toml in place of setup.py and friends.Frederick Muriuki Muriithi
14 daysMove scripts to top-level gn_auth package.Frederick Muriuki Muriithi
14 daysMove migrations to top-level gn_auth package.Frederick Muriuki Muriithi
14 daysDeprecate functions which duplicate those in gn-libs.Frederick Muriuki Muriithi
14 daysDelete unused function.Frederick Muriuki Muriithi
14 daysRemove unused argument/parameter from function.Frederick Muriuki Muriithi
2026-05-20Raise a NotFoundError if not a single resource is found.Frederick Muriuki Muriithi
2026-05-20Initialise initial value used in reduce.Frederick Muriuki Muriithi
2026-05-18Refactor authorisation-by-datasets-and-traits endpoint.Frederick Muriuki Muriithi
2026-05-18Fetch genotype resources by dataset.Frederick Muriuki Muriithi
2026-05-18Fetch mRNA resources by dataset name.Frederick Muriuki Muriithi
2026-05-18Fetch phenotype resources by dataset name and trait name.Frederick Muriuki Muriithi
2026-05-18Update call to `can_edit` to separate resource and system privilegesFrederick Muriuki Muriithi
2026-05-18Replace objects with gn_libs alternatives and deprecate the module.Frederick Muriuki Muriithi
2026-05-01Use module-level logging rather than the app's logger.Frederick Muriuki Muriithi
2026-05-01Enable turning logging on/off by module.Frederick Muriuki Muriithi
2026-05-01Ensure ALL users with access to the resource are actually listed.Frederick Muriuki Muriithi
2026-04-28Add new privileges to the 'batch-editors' role.Frederick Muriuki Muriithi
2026-04-28Add a 'system:system-wide:data:view' privilege.Frederick Muriuki Muriithi
2026-04-23Remove debug artifact.Frederick Muriuki Muriithi
2026-04-23Improve error messages.Frederick Muriuki Muriithi
2026-04-23Fix minor linting bugs.Frederick Muriuki Muriithi
2026-04-23AuthorisationError is HTTP status code 401.Frederick Muriuki Muriithi
2026-04-23Allow anonymous users "public-view" privileges.Frederick Muriuki Muriithi
2026-04-20Implement editing resource name.Frederick Muriuki Muriithi
2026-04-20Use module-level logger rather than application's logger.Frederick Muriuki Muriithi
2026-04-15Do not grant sysadmins direct access at resource creation.Frederick Muriuki Muriithi
2026-04-08user resources: Add a text filter for further filtering.Frederick Muriuki Muriithi
2026-04-08user resources: Enable filtering using only the limit and offset.Frederick Muriuki Muriithi
2026-04-08Use module-level logger.Frederick Muriuki Muriithi
2026-04-08user resources: return total with filtered records.Frederick Muriuki Muriithi
2026-04-07Handle minor bug.Frederick Muriuki Muriithi
2026-04-07Update code to handle resource creators and creation times.Frederick Muriuki Muriithi
2026-04-07Add creator and creation time tracking to Resources.Frederick Muriuki Muriithi
2026-04-07Handle edge case where no admins exist: e.g. database is empty.Frederick Muriuki Muriithi
2026-04-02Update resource creation: Add tracking informationFrederick Muriuki Muriithi
2026-04-02Migration to add creator and time tracking info to resources table.Frederick Muriuki Muriithi
2026-03-31Add more privileges to "systemwide-data-curator" role.Frederick Muriuki Muriithi
2026-03-26Update edit access: use more flexible 'can_edit(...)' function.Frederick Muriuki Muriithi
2026-03-11Resources: make-public: Assign new privilege to data curator role.Frederick Muriuki Muriithi
2026-03-11Resources: make-public: Create new privilege.Frederick Muriuki Muriithi
2026-03-11Assign 'systemwide-docs-editor' role to sysadmins.Frederick Muriuki Muriithi
2026-03-11Assign 'system:documentation:edit' privilege to 'systemwide-docs-editor' role.Frederick Muriuki Muriithi
2026-03-11Create the 'systemwide-docs-editor' role.Frederick Muriuki Muriithi
2026-03-11Documention Edit: Add new privilege.Frederick Muriuki Muriithi