aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-21init commitfeature/autocomplete-generationAlexander_Kabui
2023-04-06Fix linting issuesFrederick Muriuki Muriithi
2023-04-06Remove deprecated `gn3.db_utils.database_connector` functionFrederick Muriuki Muriithi
2023-04-05Enable use of `database_connection` in scripts without current_appFrederick Muriuki Muriithi
2023-04-04auth: Search for linking genotype datasets.Frederick Muriuki Muriithi
2023-04-04Add tables to link genotype dataFrederick Muriuki Muriithi
2023-03-23tests: Set up fixture and mock out config variableFrederick Muriuki Muriithi
2023-03-23auth: list the species in the database.Frederick Muriuki Muriithi
2023-03-23Docs: Add a note on how the configuration system works.Frederick Muriuki Muriithi
2023-03-23auth: Don't try loading the user if no client is foundFrederick Muriuki Muriithi
2023-03-23conf: use flask.current_app.config not in gn3.settingsFrederick Muriuki Muriithi
2023-03-22auth: data linking: build functions to fetch unlinked phenotypesFrederick Muriuki Muriithi
2023-03-22auth: migrations for linking phenotype dataFrederick Muriuki Muriithi
2023-03-22auth: Enable linking multiple datasets to the group at once.Frederick Muriuki Muriithi
2023-03-22auth: Remove the tables used for linking data to resourcesFrederick Muriuki Muriithi
2023-03-20Disable fetching case-attributes when getting sample dataMunyoki Kilyungi
2023-03-20auth: data: Enable offset in queriesFrederick Muriuki Muriithi
2023-03-20auth: data: List Phenotypes at the trait levelFrederick Muriuki Muriithi
2023-03-20Fix get_all_species testzsloan
2023-03-18oauth2: resources: toggle whether a resource is public or notFrederick Muriuki Muriithi
2023-03-18auth: resources: Disallow duplicate resource names.Frederick Muriuki Muriithi
2023-03-17Add conn.commit() to queries in sample_data.pyzsloan
2023-03-17Change get_all_species query to order by Familyzsloan
2023-03-15auth: Data Migrations: Rework migration triggerFrederick Muriuki Muriithi
2023-03-14auth: Fix some linting and typing issues.Frederick Muriuki Muriithi
2023-03-13Move doc to issue trackerPjotr Prins
2023-03-13oauth2: data: Temporarily escalate privileges to enable migrationFrederick Muriuki Muriithi
2023-03-13auth: separate user detail migration from data migrationFrederick Muriuki Muriithi
2023-03-13Add 'ON UPDATE/DELETE' clauses to foreign keys.Frederick Muriuki Muriithi
2023-03-13auth: cURL: Add some docs on using cURLFrederick Muriuki Muriithi
2023-03-10auth: data-migration: Fix minor bugsFrederick Muriuki Muriithi
2023-03-09auth: redis data: migrate data in redisFrederick Muriuki Muriithi
2023-03-09auth: data migration: Data migration outlineFrederick Muriuki Muriithi
2023-03-09auth: introspection: Protect introspection endpointFrederick Muriuki Muriithi
2023-03-08auth: users: Use the same basic functions for password hashingFrederick Muriuki Muriithi
2023-03-08Replace Bcrypt with Argon2 for better security.Frederick Muriuki Muriithi
2023-03-07auth: group_roles: Enable addition/deletion of privilegesFrederick Muriuki Muriithi
2023-03-07auth: resources: unassign roles on resource from a user.Frederick Muriuki Muriithi
2023-03-07auth: user_by_id: Return a user or raise an exceptionFrederick Muriuki Muriithi
2023-03-06auth: privileges/roles: fix issues caught by tests.Frederick Muriuki Muriithi
2023-03-06auth: resources: Enable assigning a user roles on resourcesFrederick Muriuki Muriithi
2023-03-06auth: resources: Link role's group to the resource's groupFrederick Muriuki Muriithi
2023-03-06auth: resources: Get all users with access to a particular resource.Frederick Muriuki Muriithi
2023-03-03auth: Enable viewing group role details.Frederick Muriuki Muriithi
2023-03-03auth: group roles: enable creation and listing of group roles.Frederick Muriuki Muriithi
2023-03-02auth: user registration: Rework error checking. Add email validationFrederick Muriuki Muriithi
2023-03-01Fetch sampledataMunyoki Kilyungi
2023-03-01Open lmdb path in readonly modeMunyoki Kilyungi
2023-03-01Create API endpoint for fetching trait metadataMunyoki Kilyungi
2023-03-01Fetch trait metadata from RDFMunyoki Kilyungi