-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CorpusData to handle entity specific taxonomies * Add corpora get, all, search and update endpoints * Add searching within corpus_text * Fix corpus update * Remove rogue debug * Add search tests for /corpora * Add get tests for /corpora * Add all tests for /corpora * Remove debug * Add corpora info to setup_db * Change function signatures from doc to corpus * Linting fixes * Bump to 2.17.8 * Use validate instead of verify * Fix repo function name * Remove unused code * Bump ruff * Remove created and last modified for now * Add corpus auth * Ingest auth access should be admin not user * Make test tokens non admin * Driveby fix tests for ingest * Make user accounts match test tokens * Move ingest business logic out of router * Add todos for timestamps * Revert "Ingest auth access should be admin not user" This reverts commit 347a6eb. * Add tests for checking user auth * Update article based on next word starting vowel * Update test_ingest.py * Fix import path * Bump to 2.17.9 * Make ingest route for su only * Update article * Update ingest routes to be super not admin
- Loading branch information
1 parent
86cc83b
commit 7ebeec7
Showing
12 changed files
with
375 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.