Skip to content

Releases: ls1intum/bamboo-server-notification-plugin

v36: Merge pull request #4 from ls1intum/feature/chain-activity-log

26 Oct 20:25
ed175a6
Compare
Choose a tag to compare

v23: Change truncation handling.

26 Oct 20:13
Compare
Choose a tag to compare

Change truncation handling. Bump version number.

v22: Truncate error log to 5000 characters.

26 Oct 20:05
Compare
Choose a tag to compare

Truncate error log to 5000 characters. Bump version number.

v21: Add more logging from HTTPClient

26 Oct 19:21
Compare
Choose a tag to compare

Add more logging from HTTPClient. Bump version number.

v20: Add logging for chain actitivy log.

26 Oct 16:06
Compare
Choose a tag to compare

Log notification related information to BAMBOO-URL/chain/viewChainActivityLog.action?planKey=PLANKEY.

v19: Set encoding to UTF-8 for sent message. Increase version number.

21 Oct 18:52
Compare
Choose a tag to compare
Set encoding to UTF-8 for sent message. Increase version number.

v18

05 May 17:11
99f4060
Compare
Choose a tag to compare
v18
Increase version number.

v17: Add successful and skipped tests to payload. (#3)

05 May 16:37
Compare
Choose a tag to compare
* Add successful and skipped tests to payload.

This commit adds a BuildCompleteListener that listens on the PostBuildCompletedEvent. The testcases provided in the BuildContext get saved into a Map and can be accessed from the ChainCompletedNotification.
See the comment above the Map cachedTestResults in the class ServerNotificationRecipient for more information.

Updated Bamboo-api-version.

Updated sample payload shown on README.

* Use ConcurrentHashMap.

Multiple build could finish at the same time, therefor we have to make sure it won't cause any unwanted behaviour.

* Ensure backwards-compatibility.

v10

02 Jan 07:53
Compare
Choose a tag to compare
v10
Add secret token for validating requests. (#2)

v6

03 Dec 12:58
Compare
Choose a tag to compare
v6
Add logic, rename to more generic server, add sample request to READM…