- 12 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 04 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
When running on any CloudPlatform the auto-deregistration defaults to true otherwise the behaviour is unchanged. closes #658
-
- 20 Feb, 2018 3 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 19 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 26 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 13 Jan, 2018 2 commits
-
-
Johannes Edmeier authored
In order to make the starters compliant to the spring boot naming rules I added a codecentric-* prefix to the server and the client starters. All samples are now using our starters and the docs were alignes with these changes. In order to not suprise existing users I've added a relocation to our old module
-
Johannes Edmeier authored
-
- 01 Jan, 2018 1 commit
-
-
wonwoo authored
-
- 30 Nov, 2017 1 commit
-
-
tomd8451 authored
-
- 16 Nov, 2017 1 commit
-
-
Johannes Edmeier authored
fixes #590
-
- 13 Sep, 2017 2 commits
-
-
Johnny Lim authored
-
Johnny Lim authored
-
- 24 Aug, 2017 1 commit
-
-
Anders Båtstrand authored
fixes #515.
-
- 08 Aug, 2017 1 commit
-
-
Michael authored
-
- 30 Jul, 2017 1 commit
-
-
fernandosure authored
-
- 25 Jul, 2017 3 commits
-
-
Johannes Edmeier authored
Since there is no Heartbeat or InstanceRegisteredEvent when using the SimpleDiscoveryClient we need to listen on the ApplicationReadyEvent and register the configured instances closes #505
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 24 Jul, 2017 1 commit
-
-
Johannes Edmeier authored
The Spring team discourages the use of the `spring.*` configuration namespace, hence I use the major update and move all properties. With this commit all client related properties are moved to `sbadmin.client`.
-
- 23 Jul, 2017 1 commit
-
-
Johannes Edmeier authored
With this commit two new properties were added to ease the client configuration when used in servlet containers: `spring.boot.admin.client.management-base-url` and `spring.boot.admin.client.service-base-url`. Both properties can be used to specify protocol, host and port for the urls. The paths will still be guessed and appended to the base-urls. Additionally the servlet context path is not read from the properties but from the ServletContext itself. closes #488
-
- 28 Jun, 2017 1 commit
-
-
Johnny Lim authored
-
- 19 May, 2017 1 commit
-
-
Johannes Edmeier authored
Until now the thread querying the application endpoint can be blocked for a very long time when the application is inresponsive. With this commit two new properties `spring.boot.admin.monitor.read-timeout` (default: 2s) and `spring.boot.admin.monitor.connect-timeout` (default: 5s) are added. closes #462
-
- 07 May, 2017 1 commit
-
-
Jochen Wierum authored
-
- 29 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 15 Mar, 2017 1 commit
-
-
Maxime RIVIERE authored
A new property `spring.boot.admin.discovery.services` is added. It can be used to restrict the services registered via discovery to a whitelist (supporting simple patterns). Until now only blacklistin was supported. The default whitelist permits all services.
-
- 26 Feb, 2017 2 commits
-
-
Johannes Edmeier authored
-
pahli authored
Adds an new Notifier implementation for Let's Chat.
-
- 24 Jan, 2017 1 commit
-
-
Johannes Edmeier authored
fixes #395
-
- 16 Jan, 2017 1 commit
-
-
Johannes Edmeier authored
fixes #387
-
- 12 Jan, 2017 1 commit
-
-
Roi Ezra authored
With this commit you can use simple patterns to match services to ignore. A pattern can look like this "foo*", "*foo", "foo*bar". closes #377
-
- 28 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit you can specify either a URL or a serviceId for the Turbine server location. Note that `spring.boot.admin.turbin.url` is replaced by `spring.boot.admin.turbine.location`. closes #373
-
- 21 Dec, 2016 2 commits
-
-
Johannes Edmeier authored
Added documentation and a sample on how to secure the SBA-Server and leverage the new login ui-module closes #361
-
Johannes Edmeier authored
This new ui-module provides a login page and a logout button. closes #361
-
- 17 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
With this change it is possible to include credentials in the instance metadata which will then be used to access the client endpoints using HTTP Basic authorization. closes #359
-
- 14 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit you can now associate your applications with custom metadata using `spring.boot.admin.client.metadata.*` sensitive values are recognized by key and are masked in the http interface. This can be useful in the future if there are instance specific settings which should be used by the admin server, e.g. custom notification recipients. For now there is no extra imetadata view in the ui. The values are shown in the environment view.
-
- 20 Nov, 2016 1 commit
-
-
rfelgentraeger authored
With this commit the concept of an ApplicationFactory is introduced. This allows you to easily modify the information used to register your application at the admin server closes #331
-
- 15 Nov, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 12 Nov, 2016 1 commit
-
-
Johannes Edmeier authored
Add support for the /loggers endpoint from spring boot 1.5.x. With this change log4j2 (and every other logging backend supported by spring boot) is supported in the logging view. The old implementation will be kept a while, so that the clients aren't forced to migrate. closes #305
-