-
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.
* 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 * add logging service * Fix artifacts * Merge event log to workspace * make sure error is raised * support observability * Add tests * test observability * Fix counter duplicated error * add change log * Support download statistics * Update docs * Update change log * Remove set logging service
- Loading branch information
Showing
16 changed files
with
835 additions
and
146 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.20.37.post4" | ||
"version": "0.20.38" | ||
} |
Oops, something went wrong.