aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-24tests: Expect exact integer value when applying SI suffix.Arun Isaac
2023-01-24search: Use decimals, not floats, when converting to megabases.Arun Isaac
2023-01-24search: Support SI suffixes and point locations.Arun Isaac
2023-01-24search: Abstract out parsing of position spec into separate function.Arun Isaac
2023-01-24search: Alias the position prefix with pos.Arun Isaac
2023-01-24search: Rename the mb prefix to position.Arun Isaac
2023-01-24search: Assume triplets mean synteny is requested.Arun Isaac
2023-01-24search: Use comprehension when splitting location.Arun Isaac
2023-01-24docs: Add information on running the OAuth2 server without HTTPSFrederick Muriuki Muriithi
2023-01-23auth: Add missing moduleFrederick Muriuki Muriithi
2023-01-23auth: create group: Fix group creation.Frederick Muriuki Muriithi
2023-01-21tests: roles - Extract values from Maybe objectFrederick Muriuki Muriithi
2023-01-21tests: Fix linting errorsFrederick Muriuki Muriithi
2023-01-21auth: Groups - Fetch all existing groupsFrederick Muriuki Muriithi
2023-01-21auth: Roles - Fix bug with role retrieval.Frederick Muriuki Muriithi
2023-01-21auth: Fix saving of scope values. Add scope items.Frederick Muriuki Muriithi
2023-01-20mypy: minor fixes to typing errorsFrederick Muriuki Muriithi
2023-01-20auth: rename revocation endpointFrederick Muriuki Muriithi
2023-01-20auth: Save token with updateFrederick Muriuki Muriithi
2023-01-20auth: Setup the user correctlyFrederick Muriuki Muriithi
2023-01-20auth: Add development utils/toolsFrederick Muriuki Muriithi
2023-01-19tests: Add unit tests for search.Arun Isaac
2023-01-19search: Downcase before applying SI suffix.Arun Isaac
2023-01-19search: Use decimals, not floats, to manipulate range limits.Arun Isaac
2023-01-19search: Only look for SI suffix in the last character.Arun Isaac
2023-01-19search: Apply SI suffix only if last character is an actual suffix.Arun Isaac
2023-01-19auth: Fix user registrationFrederick Muriuki Muriithi
2023-01-18search: Ensure limits of chromosomal interval is non-negative.Arun Isaac
2023-01-18search: Convert point locations to a +/- 50 kbase range.Arun Isaac
2023-01-18Pass species and species prefix as a single query argument.Arun Isaac
2023-01-18auth: Fix tests after enforcing FOREIGN KEY constraintFrederick Muriuki Muriithi
2023-01-18auth: Allow non-member users to access group resourcesFrederick Muriuki Muriithi
2023-01-18auth: Enable FOREIGN KEY constraint for the connectionsFrederick Muriuki Muriithi
2023-01-18pylintrc: Disable no-else-return check.Arun Isaac
2023-01-18Tolerate WEIGHT operator in parsed search queries.Arun Isaac
2023-01-18Implement synteny search.Arun Isaac
2023-01-18Support location shorthands in search queries.Arun Isaac
2023-01-18Split off search query parsing into separate function.Arun Isaac
2023-01-16auth: update privileges formatFrederick Muriuki Muriithi
2023-01-11auth: assign default role. separate group creation from group adminFrederick Muriuki Muriithi
2023-01-11auth: Add missing importFrederick Muriuki Muriithi
2023-01-05auth: Persist the user's registration detailsFrederick Muriuki Muriithi
2023-01-04auth: Add `/register-user` endpointFrederick Muriuki Muriithi
2023-01-04auth: return group info as part of user detailsFrederick Muriuki Muriithi
2023-01-04auth: Return only non-resource roles on `/user-roles` endpointFrederick Muriuki Muriithi
2023-01-03auth: Fetch all of a user's roles.Frederick Muriuki Muriithi
2023-01-03auth: rename fixtures: test_* -> fxtr_*Frederick Muriuki Muriithi
2022-12-31auth: Document new ideas for privilegesFrederick Muriuki Muriithi
2022-12-28auth: Add resource server and /user endpointFrederick Muriuki Muriithi
2022-12-23Update how to set configurations in READMEzsloan