[hawkular/hawkular] c7c430: Fix UI for Resources move from properties.name to ...
by Heiko W. Rupp
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular
Commit: c7c43048b94272470dde3ffc1075063586ec31d9
https://github.com/hawkular/hawkular/commit/c7c43048b94272470dde3ffc10750...
Author: Alexandre Mendonça <amendonca(a)redhat.com>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/html/app-details/detail-datasources.html
M console/src/main/scripts/plugins/metrics/html/app-details/detail-deployments.html
M console/src/main/scripts/plugins/metrics/html/app-details/modals/detail-datasources-delete.html
M console/src/main/scripts/plugins/metrics/html/app-server-list.html
M console/src/main/scripts/plugins/metrics/ts/app-details/modals/appServerDatasourcesDeleteDialog.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAppServerList.ts
Log Message:
-----------
Fix UI for Resources move from properties.name to name
Commit: 1b046c6a2f0007b4736e4eb7bd63fe73e5229ff7
https://github.com/hawkular/hawkular/commit/1b046c6a2f0007b4736e4eb7bd63f...
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/html/app-details/detail-datasources.html
M console/src/main/scripts/plugins/metrics/html/app-details/detail-deployments.html
M console/src/main/scripts/plugins/metrics/html/app-details/modals/detail-datasources-delete.html
M console/src/main/scripts/plugins/metrics/html/app-server-list.html
M console/src/main/scripts/plugins/metrics/ts/app-details/modals/appServerDatasourcesDeleteDialog.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAppServerList.ts
Log Message:
-----------
Merge pull request #588 from ammendonca/HWK-RESOURCE-NAME-FIX
Fix UI for Resources move from properties.name to name
Compare: https://github.com/hawkular/hawkular/compare/cbc963b4743b...1b046c6a2f00
9 years
[hawkular/hawkular-metrics] cd9273: [HWKMETRICS-313] Remove the hardcoded 95th percent...
by Stefan Negrea
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: cd927334f02571a66ecead061b97a6c4fd35160d
https://github.com/hawkular/hawkular-metrics/commit/cd927334f02571a66ecea...
Author: Michael Burman <yak(a)iki.fi>
Date: 2015-10-17 (Sat, 17 Oct 2015)
Changed paths:
M core/metrics-core-api/src/main/java/org/hawkular/metrics/core/api/NumericBucketPoint.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/NumericDataPointCollector.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/SumNumericBucketPointCollector.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
M integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
M integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/GaugeMetricStatisticsITest.groovy
M integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/RESTTest.groovy
Log Message:
-----------
[HWKMETRICS-313] Remove the hardcoded 95th percentile calculation
Commit: d6812ac53581f2349b8923a4cf985f5e86585641
https://github.com/hawkular/hawkular-metrics/commit/d6812ac53581f2349b892...
Author: Michael Burman <yak(a)iki.fi>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
Log Message:
-----------
Modify the MetricsServiceITest to use the new format with percentiles
Commit: 28a3c41a365076320c3bcc033da41d60f3317e63
https://github.com/hawkular/hawkular-metrics/commit/28a3c41a365076320c3bc...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M core/metrics-core-api/src/main/java/org/hawkular/metrics/core/api/NumericBucketPoint.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/NumericDataPointCollector.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/SumNumericBucketPointCollector.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
M integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
M integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/GaugeMetricStatisticsITest.groovy
M integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/RESTTest.groovy
Log Message:
-----------
Merge pull request #399 from burmanm/hwkmetrics-313
[HWKMETRICS-313] Remove the hardcoded 95th percentile calculation
Compare: https://github.com/hawkular/hawkular-metrics/compare/3b437d4c3083...28a3c...
9 years