- 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.
-
- 11 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 27 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters. A ServiceConverter is used to convert discovered ServiceInstances to Applications. The old converter and one for Eureka is provided. It is also possible to provide your own implementation. closes #154
-
- 18 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 13 Apr, 2016 1 commit
-
-
dobo authored
-
- 14 Mar, 2016 1 commit
-
-
ukjbrown authored
-
- 02 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
This commit contains multiple changes: - Start the registration task after the ApplicationReady event. This makes AdminClientProperties.isReady() unnecessary. - The RegistarApplicationListener has two new public methods to start/stop the periodic registration task. - Add spring.boot.admin.auto-registration property (default: true). When this property is set the registration task is automatically scheduled after the ApplicationReadyEvent. closes #151
-
BenoitCharret authored
-