-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [ALL] Refactor for global plugins * [ALL] Adding report plugins * [ALL] Restructured plugin structure to allow multiple handle per file * [ALL] Added swagger * [ALL] Fixing apis * [ALL] Added status api for docker * [ALL] Removed any reference to spring! * [ALL] Adding upload form for swagger * [HTTP] Handling mixed connection situation * [QUEUEUS] reset connection on start replaying. When starting replay on an already active server * [ALL] Disconnect clients on disconnecting protocol * [GLOBAL] Download settings * [GLOBAL] Fix timeout expired test * [GLOBAL] Fix not setting connection id on replayed items * [QUEUE] Fix connecting logically queues and names * [QUEUE] Sleep waiting for write * [ALL] Saving runner and jacoco artifacts * [JACOCO] report name to coverage-report-html.zip * [HTML] Add waiter on test * [ALL] Fixes for sequentiality of runs * [ALL] Documentations * [ALL] Fixed post write behaviour * [MQTT] Missing packet identifier on publishrec * [PSOTGRES] Multiple queries within single query * Moved swagger-ui to standard path * Reformat * Cleanup
- Loading branch information
Showing
341 changed files
with
19,502 additions
and
2,145 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" | ||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> | ||
<id>html</id> | ||
<baseDirectory>/</baseDirectory> | ||
<formats> | ||
<format>zip</format> | ||
</formats> | ||
<fileSets> | ||
<fileSet> | ||
<directory>${project.build.directory}/coverage-report/html</directory> | ||
</fileSet> | ||
</fileSets> | ||
</assembly> |
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
Oops, something went wrong.