8000 Tags · tcplugins/tcWebHooks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tcplugins/tcWebHooks

Tags

v2.0.3-rc.1

Toggle v2.0.3-rc.1's commit message
Only include responsibility comment if present

v2.0.1

Toggle v2.0.1's commit message
More debug logging around event generation

Trying to determine where the double triggering of serviceMessages is
coming from, however it appears to be because TeamCity outputs stdout
from a test twice somehow.

WebHookServiceMessageHandlerTest#testOutputServiceMessage() has been
disabled and a step added to the build in TeamCity instead.

v2.0.0

Toggle v2.0.0's commit message
Add riffpie files to local repo, since it's only on http

Newer versions of maven don't like http

v2.0.0-rc.5

Toggle v2.0.0-rc.5's commit message
Set version to 2.0.0-rc.5

v2.0.0-rc.4

Toggle v2.0.0-rc.4's commit message
Remove riffpie repo

v2.0.0-rc.3

Toggle v2.0.0-rc.3's commit message
Remove build agent plugin

The build agent plugin is very trivial. It is really only there is
simplify sending a service message to trigger the service message event.

This can be achieved in other ways, and therefore removes the need for
Build Agents to download the plugin and restart themselves.

For large installations with many cloud agents, this
connect/download/restart/reconnect process happens for every agent and
some agents only do one build and then shutdown.

v1.2.5

Toggle v1.2.5's commit message
Remove references to method that was removed from TC REST API

Newer versions of the TC REST API now use a Java8 lambda supplier when
referencing a Value object.

Remove this pattern as it is no longer supported. We can't just change
to the supplier pattern because that might not be supported by older
versions of TeamCity.

Increment plugin version for release.

v1.2.4

Toggle v1.2.4's commit message
Bump version to 1.2.4 for release

v2.0.0-rc2

Toggle v2.0.0-rc2's commit message
Set version to 2.0.0 release candidate 2

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump guava from 29.0-jre to 32.0.0-jre in /tcwebhooks-core (#216)

Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0