index
:
gn-auth
enable-key-rotation
enable-sending-emails
handle-role-privilege-escalation
main
GN authentication and authorization service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn_auth
/
auth
/
authorisation
/
resources
/
models.py
Age
Commit message (
Expand
)
Author
2024-10-03
BugFix: Remove duplicates from resources list
Frederick Muriuki Muriithi
2024-09-30
Refactor: Initialise phenotype package
Frederick Muriuki Muriithi
2024-09-30
Extract function to prevent circular dependencies.
Frederick Muriuki Muriithi
2024-09-25
Implement genotype resource creation via API with resource data
Frederick Muriuki Muriithi
2024-09-25
Extract common role assignment to its own module
Frederick Muriuki Muriithi
2024-09-16
Pass cursor rather than connection to create_resource function
Frederick Muriuki Muriithi
2024-09-13
Notes: Add note on some items that could go into hooks.
Frederick Muriuki Muriithi
2024-06-25
Roles: Get rid of use of GroupRole; use Role directly for resources
Frederick Muriuki Muriithi
2024-06-20
Reorganise test fixtures. Fix tests and issues caught.
Frederick Muriuki Muriithi
2024-06-17
Don't save the resource-owner role as a resource role
Frederick Muriuki Muriithi
2024-06-07
Update role assignment: user resource_roles table
Frederick Muriuki Muriithi
2024-04-24
Move the errors module up one level to break circular dependencies.
Frederick Muriuki Muriithi
2024-04-23
pylint: Fix linting errors.
Frederick Muriuki Muriithi
2024-03-30
Update call: Drop unused argument in call.
Frederick Muriuki Muriithi
2024-03-21
Return empty tuples when metadata is queried for data.
Munyoki Kilyungi
2024-03-21
Add extra endpoint to get user authorisation given a resource name.
Munyoki Kilyungi
2024-03-21
Revert "Add an extra endpoint for metadata authorisation."
Munyoki Kilyungi
2024-03-13
Define Resource/ResourceCategory using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define Privilege/Role using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define User using a frozen dataclass.
Munyoki Kilyungi
2024-03-04
Add an extra endpoint for metadata authorisation.
Munyoki Kilyungi
2023-11-23
Scripts: Update script for newer db schema
Frederick Muriuki Muriithi
2023-11-02
mypy: Fix typing errors.
Frederick Muriuki Muriithi
2023-10-12
Bugs: Fix query and provide default function for inbredset-group
Frederick Muriuki Muriithi
2023-10-10
Get authorisation by resource_ids
Frederick Muriuki Muriithi
2023-10-10
Temporarily return no data for resources of types system and group.
Frederick Muriuki Muriithi
2023-09-27
typing: fix and ignore typing issues.
Frederick Muriuki Muriithi
2023-09-27
Bug: Fix issue with viewing resources of type "group".
Frederick Muriuki Muriithi
2023-09-26
Handle temporary edge cases
Frederick Muriuki Muriithi
2023-09-26
Add System resource, and group resource(s) to list of user resources
Frederick Muriuki Muriithi
2023-09-26
Move `groups` package under `resources` package
Frederick Muriuki Muriithi
2023-09-26
Remove group from resource objects
Frederick Muriuki Muriithi
2023-09-26
Raise exception if no group for `resource_group`
Frederick Muriuki Muriithi
2023-09-26
Add `resource_group` function to retrieve the owning group
Frederick Muriuki Muriithi
2023-09-26
Extract resource-type-specific code into separate modules
Frederick Muriuki Muriithi
2023-09-26
Extract basic resource types to a separate module.
Frederick Muriuki Muriithi
2023-08-08
Use relative imports to break circular import errors
Frederick Muriuki Muriithi
2023-08-07
Change imports to new unified db module.
Frederick Muriuki Muriithi
2023-08-07
Update module name/path
Frederick Muriuki Muriithi
2023-08-04
Copy over files from GN3 repository.
Frederick Muriuki Muriithi