index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-16
pylint: fix some linting errors
Frederick Muriuki Muriithi
2022-11-16
tests: Add tests for privileges
Frederick Muriuki Muriithi
2022-11-16
auth: fix bugs in the code
Frederick Muriuki Muriithi
2022-11-16
tests: Test role creation
Frederick Muriuki Muriithi
2022-11-16
Inject SPARQLWrapper as a parameter
Munyoki Kilyungi
2022-11-15
auth: Add `create_group_role` function.
Frederick Muriuki Muriithi
2022-11-15
auth: Return results of calling function directly
Frederick Muriuki Muriithi
2022-11-15
auth: Specify types for privileges, roles, groups
Frederick Muriuki Muriithi
2022-11-15
Add missing module __init__.py to mitigate the mypy errors
Frederick Muriuki Muriithi
2022-11-15
pylint: Fix a myriad of linting errors
Frederick Muriuki Muriithi
2022-11-15
auth: Add some typing information to the functions
Frederick Muriuki Muriithi
2022-11-15
auth: Reorganise package - move function to `checks` module
Frederick Muriuki Muriithi
2022-11-15
pylint: Fix linting errors.
Frederick Muriuki Muriithi
2022-11-15
tests: typo: fix migration script file name
Frederick Muriuki Muriithi
2022-11-15
tests: Use `gn3.auth.db` functions for db connection and cursor
Frederick Muriuki Muriithi
2022-11-15
tests: Fix cause of `DeprecationWarning`
Frederick Muriuki Muriithi
2022-11-14
auth: Implement `create_group`
Frederick Muriuki Muriithi
2022-11-14
tests: split test app and test client
Frederick Muriuki Muriithi
2022-11-14
Migrations: Create `user_roles` table
Frederick Muriuki Muriithi
2022-11-14
auth: Add test for `create_group`
Frederick Muriuki Muriithi
2022-11-14
Migrations: Add `user_editable` field to roles table
Frederick Muriuki Muriithi
2022-11-14
Migrations: Create the `group-leader` role and give it privileges
Frederick Muriuki Muriithi
2022-11-14
Migrations: Create `group_roles` table
Frederick Muriuki Muriithi
2022-11-14
Migrations: Drop `generic_role*` tables
Frederick Muriuki Muriithi
2022-11-14
Rename files for consistency
Frederick Muriuki Muriithi
2022-11-14
Migrations: Add generic_role_privileges table
Frederick Muriuki Muriithi
2022-11-14
Migrations: Migration for initial privileges
Frederick Muriuki Muriithi
2022-11-13
Documentation: Explain how to run migrations
Frederick Muriuki Muriithi
2022-11-10
Migrations: Add columns to 'privileges' table
Frederick Muriuki Muriithi
2022-11-10
Tests: Generalise tests for adding/removing columns to/from tables
Frederick Muriuki Muriithi
2022-11-10
Migrations: migration for `role_privileges` table
Frederick Muriuki Muriithi
2022-11-10
Migrations: migration for `role_privileges` table
Frederick Muriuki Muriithi
2022-11-10
Migrations: migration for 'generic_roles' table
Frederick Muriuki Muriithi
2022-11-10
Migrations: migration for 'roles' table
Frederick Muriuki Muriithi
2022-11-10
Migrations: migration for 'genotype_resources' table
Frederick Muriuki Muriithi
2022-11-10
Migrations: Add migration for 'phenotype_resources' table
Frederick Muriuki Muriithi
2022-11-10
Migrations: Add migration for mrna_resources table
Frederick Muriuki Muriithi
2022-11-10
Migrations: Add migration for 'resources' table
Frederick Muriuki Muriithi
2022-11-09
Migrations: Add `resource_meta` field to `resource_categories` table
Frederick Muriuki Muriithi
2022-11-09
Tests: Provide backend fixture to (apply|rollback)_single_migration
Frederick Muriuki Muriithi
2022-11-08
Fix issue where only primary samples were used when all samples are
zsloan
2022-11-08
Migrations: Improve `resource_categories` data tests.
Frederick Muriuki Muriithi
2022-11-08
Migrations: Init `resource_categories` with initial categories
Frederick Muriuki Muriithi
2022-11-08
Migrations: Create `resource_categories` table.
Frederick Muriuki Muriithi
2022-11-08
Migrations: Create `privileges` table.
Frederick Muriuki Muriithi
2022-11-08
Tests: Fix test name.
Frederick Muriuki Muriithi
2022-11-08
Tests: Fix typo: remove variable from quotes.
Frederick Muriuki Muriithi
2022-11-08
Add migration to create the groups table.
Frederick Muriuki Muriithi
2022-11-08
Tests: Generalise testing 'CREATE TABLE' migrations
Frederick Muriuki Muriithi
2022-11-08
CLI: Provide `apply-migrations` command for flask
Frederick Muriuki Muriithi
[next]