-
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.
Add create route to corpus entity (#249)
* 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 db client * Add create route for corpus entity * Update tests * Make corpus routes for supers only * Remove * Allow update of corpus type description * Bump to 2.17.13 * Add corpus type description * Fix tests * Update pyproject.toml
- Loading branch information
1 parent
8f95f44
commit 81e159c
Showing
16 changed files
with
781 additions
and
81 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.