- 17 Nov, 2015 2 commits
-
-
Johannes Edmeier authored
closes #121
-
Johannes Edmeier authored
-
- 16 Nov, 2015 5 commits
-
-
Johannes Edmeier authored
To not pollute the log with warnings when an app is offline log the exception with debug when the application status already was offline before the check. So only the first exception when the state changes to offline will be logged. closes #125
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 15 Nov, 2015 2 commits
-
-
Johannes Edmeier authored
Since the build errors when a before_install script fails when the exitcode is non-zero we have to use bashs regular if-then-else syntax to return a zero exitcode when $TRAVIS_TAG is not set.
-
Johannes Edmeier authored
Add an encrypted GnuPG keyring and use it for signing the artifacts. When a Tag is present deploy to sonatype staging repository.
-
- 11 Nov, 2015 3 commits
-
-
Johannes Edmeier authored
Tests in Abstract*.class are not executed during the maven build, so I moved the tests for code in AbstractNotifierTest to MailNotifierTest
-
Johannes Edmeier authored
To not accidentally expose senstive urls only expose whitelisted management-endpoints via the zuul proxy filter.
-
Johannes Edmeier authored
-
- 10 Nov, 2015 3 commits
-
-
Johannes Edmeier authored
Deriving from Spring Clouds ProxyRouteLocator has become too difficult. It would have required to either set fixed ZuulProperties or providing a DiscoveryClient. So we are shipping our own lean version of it. Since the PreDecorationFilter is tightly coupled to the ProxyRouteLocator we also have to use our own stripped down version. closes #123
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 09 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 08 Nov, 2015 3 commits
-
-
Johannes Edmeier authored
/info and /configprops are from now on only fetched in the overview on first render and whenever the status of an application changes. closes #95
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 06 Nov, 2015 2 commits
-
-
Johannes Edmeier authored
Add hint to the snapshot builds made with every travis build and fix some typos
-
Johannes Edmeier authored
-
- 01 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 31 Oct, 2015 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Check if the status field is a String and don't propagate any Exception from the StatusUpdater, so that the application don't fail like in #120
-
- 30 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 26 Oct, 2015 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 23 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 21 Oct, 2015 12 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Streamline the Hazelcast support with boot 1.3 and support storing events in hazelcast closes #113
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Due to our use of @Conditionals on our @Configuration-classes the import must be deferred, so that the classes are processed after all other @Configuration-classes
-
Johannes Edmeier authored
By using local.server.port, local.managment.port and ApplicationReadyEvent the port detection and ready state detection can be simplyfied in boot 1.3
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
But make no use of it. fixes #96
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
remove logfileEndpoint rename logback.xml to logback-spring.xml in samples fixes #98
-