-
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.
Enhance Hypha RPC and support reconnection (#641)
* Improve security * Fix format * Support custom messages and queue * Upgrade imjoy-rpc to 0.5.57 * Integrate with hypha-rpc * Format code * Refactor check_client * Add code to cleanup queue * clean up s3 minio * connect workspace loader * Imporve load_workspace * Fix generate_token * Format code * Improved life time managing * Remove sse * Add more info for connection * Fix ASGI * Adjust apps path * simplify asgi * Improve error message for disconnection * Fix card controller * Fix startup functions * Fix tests for workspace loader * Simplify workspace * Restore long string tests * Support server reconnection * Fix tests * Fix test * remove success * allow setting reconnection token life time * Skip caching * Small fix * Add notice for the breaking changes * release it as beta version * Support custom messages and queue * Upgrade imjoy-rpc to 0.5.57 * Integrate with hypha-rpc * Format code * Refactor check_client * Add code to cleanup queue * clean up s3 minio * connect workspace loader * Imporve load_workspace * Fix generate_token * Format code * Improved life time managing * Remove sse * Add more info for connection * Fix ASGI * Adjust apps path * simplify asgi * Improve error message for disconnection * Fix card controller * Fix startup functions * Fix tests for workspace loader * Simplify workspace * Restore long string tests * Support server reconnection * Fix tests * Fix test * remove success * allow setting reconnection token life time * Skip caching * Small fix * Add notice for the breaking changes * release it as beta version * Fix typing * Improve login app * Rename event handles * Improve permission handling * Fix visibility enum value * Fix format * Fix wait_for in python 3.11
- Loading branch information
Showing
72 changed files
with
4,275 additions
and
3,505 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
* [Getting Started](/getting-started) | ||
* [ImJoy RPC V2](/imjoy-rpc) | ||
* [Hypha RPC](/hypha-rpc) | ||
* [Serverless Functions](/serverless-functions) | ||
* [Serve ASGI Web Apps](/asgi-apps) | ||
* [Development](/development) |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
- We use [`black`](https://github.com/ambv/black) for code formatting. | ||
|
||
``` | ||
git clone [email protected]:imjoy-team/hypha.git | ||
git clone [email protected]:amun-ai/hypha.git | ||
# Enter directory. | ||
cd hypha | ||
# Install all development requirements and package in development mode. | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.