- 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 3 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
-
Johannes Edmeier authored
-
- 16 Oct, 2016 2 commits
-
-
Johannes Edmeier authored
Since the actuator mvc endpoint beans live in a child context when the server and management port aren't the same, the admin client shouldn't depend on those beans. fixes #302
-
Johannes Edmeier authored
Add ES6 and SSE polyfills to support Internet Explorer 11 and Edge. Using Edge the ui has all features like in Chrome / FF. For IE 11 the desktop notifications aren't available. closes #280
-
- 15 Oct, 2016 2 commits
-
-
Johannes Edmeier authored
Since ES5 is supported on all major browser, it's safe to remove es5-shim. Also Update the dependencies and use exact version strings.
-
Johannes Edmeier authored
-
- 14 Oct, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit objects are passed now correctly to jolokia. The object's needs to be written in json, which is validated for well- formedness. From now on the attributes are read autmatically when the bean gets selected and I fixed that errors weren't displayed. fixes #301
-
- 13 Oct, 2016 1 commit
-
-
Johannes Edmeier authored
The 'use strict' in the activit module affected the global scope and broke the ui for some orderings of the modules. With this commit the module is wrapped into a function so the global scope isn't affected. fixes #294
-
- 12 Oct, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Adds a button to enable automatic refresh of the details view. Also fixes the uptime counter, which got currupted by the reload button. closes #262
-