- 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 3 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
-
Dmitry Shmatko authored
Instead of alway hitting F5 and do a full page reload, this adds a small button to refresh the details view.
-
- 11 Oct, 2016 4 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
weeniearms authored
If server.address or management.adress is set use it's value to resolve the hostname used for management-/service-url.
-
Johannes Edmeier authored
closes #299
-
- 04 Oct, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 03 Oct, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
* Since the hystrix.stream incorrectly handles HEAD requests we had to change the detection for the hystrix-endpoint to a GET request. Issue https://github.com/Netflix/Hystrix/issues/1369 * We need to improve Zuul's SimpleHostRoutingFilter and SendResponseFilter to close the underlying socket when an error occurs when writing the response. I hope that the code can be removen when my PR gets merged. Issue https://github.com/spring-cloud/spring-cloud-netflix/pull/1372 Fixes #290
-
- 01 Oct, 2016 1 commit
-
-
Javier authored
-
- 28 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
Updated linkifyjs to 2.1.2 which treats single quotes as punctuation and now renders the detected links in the yml nicely.
-
- 27 Sep, 2016 4 commits
-
-
Johannes Edmeier authored
closes #282
-
Johannes Edmeier authored
Update to the recent spring cloud release. Unfortunately the ZuulProperties now depends on Hystrix classes so we need to add hystrix-core to the server dependencies. closes #281
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 26 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
With the fix for #260 we ignored all events from child contexts which turns out to be wrong since the "main" application context is, in case spring cloud config is used, is a child of the bootstrap context. So we just act on the events from WebApplicationContexts. After they're fired up the needed port information is available. fixes #277
-
- 25 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
In case a hystrix.stream does'nt sends any data and just a ping the endpoint is not detecet correctly and the ui get unresponsive. The problem is that the sent "ping:" chunk doesn't triggers the message event listener. So instead we use a simple HEAD-request to get the header and status. fixes #276
-
- 23 Sep, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 21 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 16 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
With this change the AbstractNotifier isn't specialized on status changes, but the default behaviour for the existing notifiers isn't changed. In addition the existing notifiers have been improved so that subclassing has become easier. To have existing notifiers acting on other events you need to override shouldNotify(). fixes #270
-
- 13 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #269
-
- 12 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 10 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
closes #237
-
- 06 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #263
-
- 04 Sep, 2016 5 commits
-
-
Johannes Edmeier authored
When includeing spring-cloud-netflix-hystrix-amqp to your application it looks like that the ApplicationReadyEvent is fired twice (from main and child application context). So we need to take care that only the events from the main applications are taken into account. fixes #260
-
Johannes Edmeier authored
Using an absolut url in $http.get doesn't work when the server.context-path has been changed for the admin server. Like in all other places a relative url has to be used. fixes #256
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Remove the activiti endpoint from the default set of proxified endpoints. This aligns with the non present defaults for hystrix.
-
Johannes Edmeier authored
-