- 08 Aug, 2017 1 commit
-
-
Michael authored
-
- 30 Jul, 2017 1 commit
-
-
fernandosure authored
-
- 25 Jul, 2017 1 commit
-
-
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
-
- 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
-
- 02 Nov, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit the support for Turbine is completly revised. From now on Turbine is supported via a separate module and is integrated as top level view. closes #306
-
- 03 Oct, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 01 Oct, 2016 1 commit
-
-
Javier authored
-
- 23 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 04 Sep, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 28 Aug, 2016 1 commit
-
-
Johannes Edmeier authored
As now with spring boot 1.4 there is a special goal for generating the build- information, we use it for displaying the version in spring boot admin. The old info.version property still works but is deprecated. From now on build.info.version is taken into account.
-
- 07 Aug, 2016 1 commit
-
-
Gabor Botka authored
With this commit you can specify the management.port for a discovered service via the metadatamap.
-
- 15 Jul, 2016 1 commit
-
-
Mike Liu authored
With this commit you can from now on register the application on multiple servers. You need to set spring.boot.admin.register-once to false and assign a list of urls to spring.boot.admin.url
-
- 18 Jun, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 16 Jun, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 14 Jun, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 08 Jun, 2016 5 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
fixes #205
-
Johannes Edmeier authored
Use the metadata for health-/managament-url in the default service conversion. This allows custom health- and management-path per application. fixes #205
-
Johannes Edmeier authored
fixes #205
-
- 22 May, 2016 1 commit
-
-
Johannes Edmeier authored
This adds a new FilteringNotifier which can use filters to suppres certain events from being notified of. Two filter implementation are provided, one filtering by name and one by id. Additional when a FilteringNotifier bean is present, the autoconfiguration creates a REST-controller to add and remove filters at runtime.
-