-
Notifications
You must be signed in to change notification settings - Fork 2k
Feature/server generalize #2526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+2,196
−727
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
c6e4a71
generalized
dinhlongviolin1 fd30c26
reorganize request
dinhlongviolin1 b45717b
isolate is running from reloader method
dinhlongviolin1 006743c
resolve circular import + make sure tests are still passing
dinhlongviolin1 651b134
add flask api handler
dinhlongviolin1 eb547d6
replace request calls with RequestAccessor
dinhlongviolin1 531d4f4
minor renaming
dinhlongviolin1 1a55316
wrap http response from flask route
dinhlongviolin1 e9e4421
no need to wrap response flask
dinhlongviolin1 4db7dea
rename ctx
dinhlongviolin1 eb22976
make server manager singleton + make config so fastapi works + async …
dinhlongviolin1 1770325
handle send_ws_message properly for fastapi
dinhlongviolin1 c065da9
Potential fix for code scanning alert no. 37: Uncontrolled data used …
dinhlongviolin1 fb53b3d
Potential fix for code scanning alert no. 30: Uncontrolled data used …
dinhlongviolin1 74896ae
reformat auto commit
dinhlongviolin1 18385e6
Merge branch 'develop' into feature/server-generalize
dinhlongviolin1 a5a6733
revert codeql check
dinhlongviolin1 6076dd3
update dependencies
dinhlongviolin1 7450eb1
add extras fastapi
dinhlongviolin1 ccc6c56
fix type complain
dinhlongviolin1 d144eb8
add support for notebooks
dinhlongviolin1 ce078c4
add fastapi test option to pytest
dinhlongviolin1 d75c0e4
update comment
dinhlongviolin1 aa8abe7
Merge branch 'develop' into feature/server-generalize
dinhlongviolin1 b55fff8
move test g request to get_request_meta
dinhlongviolin1 02b9bfd
all tests fixes
dinhlongviolin1 dfaf7fd
Merge branch 'develop' into feature/server-generalize
dinhlongviolin1 a312d1d
change to urllib for python 3.9
dinhlongviolin1 717c9f8
add websocket client
dinhlongviolin1 190422a
update tests
dinhlongviolin1 e6ccc98
Merge branch 'develop' into feature/server-generalize
dinhlongviolin1 b12ce96
increate port wait time
dinhlongviolin1 4198515
increase run timeout
dinhlongviolin1 ecdc590
fix race condition
dinhlongviolin1 e6423b9
increase race condition timeout
dinhlongviolin1 474ba65
skip tests on windows
dinhlongviolin1 66f50ab
Merge branch 'develop' into feature/server-generalize
dinhlongviolin1 120bf33
Merge branch 'develop' into feature/server-generalize
dinhlongviolin1 a928f09
Merge branch 'develop' into feature/server-generalize
dinhlongviolin1 9e416e4
all tests passing
dinhlongviolin1 12a53b4
refactor request
dinhlongviolin1 a835055
refactor + tests all passed
dinhlongviolin1 3ff5640
Merge branch 'develop' into feature/server-generalize
dinhlongviolin1 4f00f5c
remove fastapi
dinhlongviolin1 23546b5
Merge branch 'feature/server-generalize' of https://github.com/Avaiga…
dinhlongviolin1 7fe4975
update test config
dinhlongviolin1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.