-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Examples to an ENV based credential management and update Kotlin Example * First attempt on implementing SSE, doesn't work without the socket yet. * Second Attempt on SSE -> Still not working. Will consider CISCO SSE Client now: https://github.com/CiscoSE/commons-networking/tree/main#sse-client * Second Attempt on SSE -> Still not working. Will consider CISCO SSE Client now: https://github.com/CiscoSE/commons-networking/tree/main#sse-client * Revert Changes. Still not working. * Added basic body of the Eventsource Runnable * Prepare Handling Methods * Add the first really working implementation of SSE * Add the first really working implementation of SSE * Satisfy linter * Start with fixing unit test * Return Point Mock Socket before transition to SSE * Remove socket from MockTusAssembly * Patch empty JSON Object errors. * Add a first attempt on SSE testing * Add tests for Server Sent Events * Remove Debug Output from EventsourceRunnable * Linting * Linting * Disable auto build for examples * Remove PI * Activate Debugging * Remove unnecessary URI parameter * Dont exit on error * Add missing imports * Adjust Timeouts in Assembly.java Remove Debugging Output in EventsourceRunnable.java Stop throwing on unknown events in EventsourceRunnable.java Adjust AssemblyListener.java to reflect the new SSE functionalities * Patch Assembly Examples in order to work with the new SSE features * Fix Linting Errors * Implement changes on AssemblyListener Change the SSE test resource-file's extension * Implement changes on AssemblyListener * Flip assertion order to the correct orientation * Fix some doc-strings * Cleanup debug line * Fix line * Attempt on checking JSON contents * Apply some of the suggestions from code review Co-authored-by: Marius Kleidl <[email protected]> * - Patch styling in Assembly.java - Change TusUploadRunnable.java and EventsourceRunnable.java visibility to package private * Update test to live without the complicated map construction. Also attempt to make the test thread safe. * Fix examples --------- Co-authored-by: Marius Kleidl <[email protected]>
- Loading branch information
1 parent
913c812
commit 6f6d41c
Showing
23 changed files
with
759 additions
and
455 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
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
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 @@ | ||
// Uncomment following line if you want to use the local java-sdk | ||
// for the example instead of pulling the JARs from JCenter. | ||
// This is useful for debugging and testing new features. | ||
//include ':examples' | ||
// include ':examples' | ||
rootProject.name = 'transloadit' |
Oops, something went wrong.