-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optional upload documents feature (#1395)
* Initial commit for upload docs feature * Working locally * Move prepdocs into backend, implement delete and list * Initial upload tests * Merge from main * More upload tests * Another test * E2E draft * Added to Ask page, more tests, documentation * Fix types * A few adjustments * Increase test coverage * Add tests for content path * Test for 404 * update link * Add upload test * Add doc intel role * Disable button when logged out * Update prepdocs.ps1 and docs with right path * Improve deletion and list flow, rm unused CSS, add a test * Correct product name, remove deleteRetentionPolicy * Add missing role for adding to index * Use blob container clients only * Type mismatch * Avoid infinite loop in remove_content * Handle the case of user directory not existing yet * Add check for directory client * Resolve typing mismatch * Need roles specific to each RG * Simplify test * fix start.ps1 * Add uploaded file error message --------- Co-authored-by: Matt Gotteiner <[email protected]>
- Loading branch information
Showing
77 changed files
with
1,300 additions
and
518 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,4 +146,6 @@ npm-debug.log* | |
node_modules | ||
static/ | ||
|
||
data/**/*.md5 | ||
data/**/*.md5 | ||
|
||
.DS_Store |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.