-
Notifications
You must be signed in to change notification settings - Fork 7
Implement SSE #90
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
Merged
Implement SSE #90
Changes from 39 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
fab1dab
Update Examples to an ENV based credential management and update Kotl…
cdr-chakotay 217ec4d
First attempt on implementing SSE, doesn't work without the socket yet.
cdr-chakotay a5ced80
Second Attempt on SSE -> Still not working. Will consider CISCO SSE C…
cdr-chakotay 7adf3b9
Second Attempt on SSE -> Still not working. Will consider CISCO SSE C…
cdr-chakotay 76c1d55
Merge remote-tracking branch 'origin/Implement_SSE' into Implement_SSE
cdr-chakotay 3e09e94
Revert Changes. Still not working.
cdr-chakotay 882dc40
Added basic body of the Eventsource Runnable
cdr-chakotay b65e21e
Prepare Handling Methods
cdr-chakotay 3467887
Merge main in order to benefit from the new build settings
cdr-chakotay 7309cf5
Add the first really working implementation of SSE
cdr-chakotay 858c890
Add the first really working implementation of SSE
cdr-chakotay a29f65d
Merge remote-tracking branch 'origin/Implement_SSE' into Implement_SSE
cdr-chakotay 74c04ea
Satisfy linter
cdr-chakotay 5efd19a
Start with fixing unit test
cdr-chakotay 7b9a097
Merge main to maintain a conflict free merging branch
cdr-chakotay 42a90b8
Return Point Mock Socket before transition to SSE
cdr-chakotay 22dee3d
Remove socket from MockTusAssembly
cdr-chakotay cde87d3
Patch empty JSON Object errors.
cdr-chakotay 115cc4c
Add a first attempt on SSE testing
cdr-chakotay 24490d9
Add tests for Server Sent Events
cdr-chakotay 76ac9af
Remove Debug Output from EventsourceRunnable
cdr-chakotay f8fc321
Linting
cdr-chakotay 481edd5
Linting
cdr-chakotay 8a11ee7
Disable auto build for examples
cdr-chakotay 0dadd7f
Remove PI
cdr-chakotay a334a62
Activate Debugging
cdr-chakotay df7f87c
Remove unnecessary URI parameter
cdr-chakotay dc13232
Dont exit on error
cdr-chakotay 1263058
Add missing imports
cdr-chakotay 903baf0
Adjust Timeouts in Assembly.java
cdr-chakotay cf91413
Patch Assembly Examples in order to work with the new SSE features
cdr-chakotay 0b7039f
Fix Linting Errors
cdr-chakotay 6849072
Implement changes on AssemblyListener
cdr-chakotay 3f0cda4
Implement changes on AssemblyListener
cdr-chakotay c2d3fc5
Flip assertion order to the correct orientation
cdr-chakotay 92aea9f
Fix some doc-strings
cdr-chakotay 6b284a9
Cleanup debug line
cdr-chakotay 3031491
Fix line
cdr-chakotay 55018aa
Attempt on checking JSON contents
cdr-chakotay 7cdef7f
Apply some of the suggestions from code review
cdr-chakotay 270d634
- Patch styling in Assembly.java
cdr-chakotay 35d34a6
Update test to live without the complicated map construction.
cdr-chakotay 652ae2e
Fix examples
cdr-chakotay 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
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.