-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use database for storing artifacts (#695)
* support _token and remove prefix in login * allow pass workspace when login * Support current workspace for http endpoint * fix login optional * increase page size for list workspaces * Bump version for hypha-rpc 0.20.38 * Update change logs and login instructions * Support artifact endpoint via http * Implement sql database * change _id to _prefix * clean up * redirect login * use sql to store workspace info * add stage_files * Update helm charts * Fix workspaces db * skip default database uri * Use in-memory sql for artifacts * Fix workspace loading error * restore workspace info * rename it to test-3 * restore version
- Loading branch information
Showing
17 changed files
with
956 additions
and
509 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.20.38" | ||
"version": "0.20.37.post4" | ||
} |
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.