- 17 Feb, 2017 1 commit
-
-
Johannes Edmeier authored
The value from max memory isn't necessarily the -Xmx parameter, therefore we remove the label fixes #413
-
- 10 Feb, 2017 8 commits
-
-
Johannes Edmeier authored
Since the Notifiers shouldn't throw exceptions, we let all extend the AbstractEventNotifier which gets us a enabled property and catching exceptions which may occur when notifiying.
-
Johannes Edmeier authored
To make custom NotifierConfigurations easier and less error prone we now instantiate the Notifier Beans regardless of the corresponding enabled property closes #402
-
Johannes Edmeier authored
-
Johannes Edmeier authored
With this commit the ignoreErrors=true is set for non-modifying operations as search, list and read. fixes #374
-
earthmonkey0 authored
fixes #382
-
Johannes Edmeier authored
Posting via zuul doesnt work in case the Content-Type has a charset specified. Applied fix from spring-cloud/spring-cloud-netflix#1663 fixes #403
-
Johannes Edmeier authored
When running on mac os the out of the box experience using hazelcast with the default multicast configuration is bad. Therefore I modified the hazelcast integration test to use a tcp-ip joiner configuration.
-
Johannes Edmeier authored
-
- 25 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 23 Dec, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 15 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 10 Dec, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
* Number of concurrent requests for fetching the application info is limited to 15 requests * Fetching the application info is deferred by 50ms to let the browser render the view * Flattened application/group structure to save inner ng-repeat * ng-repeat for notification settings and view drop down is executed when the popup/dropdown is visible
-
- 04 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 03 Dec, 2016 2 commits
-
-
Johannes Edmeier authored
closes #348
-
Johannes Edmeier authored
When the list contains a lots of applications many requests are made for dynamic views (e.g. heapdump, flyway, logfile, ...). With this commit the availability check for these views is deferred until the user opens toggles the dropdown. This should lead to far fewer requests. fixes #346 Additionally the url list is not anymore overlapped then having a lot of tabs for the detail views. fixes #347
-
- 21 Nov, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #341
-
- 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
-
- 16 Nov, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
The managment.ssl.* properties needs to be taken into account when they are explicitly set and the managment.port differs from server.port fixes #333
-
- 10 Nov, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 08 Nov, 2016 3 commits
-
-
Johannes Edmeier authored
fixes #317
-
Johannes Edmeier authored
closes #323
-
Johannes Edmeier authored
-
- 07 Nov, 2016 3 commits
-
-
Johannes Edmeier authored
closes #321
-
Johannes Edmeier authored
-
Anders Båtstrand authored
Display the version for groups. For multiple versions the lowest (by lexical compare) gets chosen and a ellipsis is appended. closes #312
-
- 06 Nov, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 03 Nov, 2016 3 commits
-
-
Johannes Edmeier authored
Change the application list to a fixed table layout to prevent it from overflowing in the window and limit the info column to a max width. Also limit the info column in the detail view. fixes #316
-
Johannes Edmeier authored
Annotating the applicationRouteLocator bean with @ConfigurationProperties yields the wrong configuration metadata. Instead do a explicit properties bean to get correct metadata. fixes #309
-
Johannes Edmeier authored
-
- 02 Nov, 2016 4 commits
-
-
Johannes Edmeier authored
-
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
-
Johannes Edmeier authored
This CompositeRouteLocator allows extensions to add custom RouteLocators
-
Johannes Edmeier authored
To easily add new mvc controllers (e.g. from extensions) a new annotation `@AdminController` is added.
-
- 26 Oct, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 17 Oct, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
To fix the IE11 css quirks we need to use the ngStyle directive instead of just using expressions inside regular style attributes. fixes #280
-