[hawkular/hawkular] f44b09: HAWKULAR-415 : Show secondary unit in humanized do...
by Jirka Kremser
Branch: refs/heads/integration-latest-of-everything
Home: https://github.com/hawkular/hawkular
Commit: f44b0981bc671c61bc55bce40de856eccc3b9fd6
https://github.com/hawkular/hawkular/commit/f44b0981bc671c61bc55bce40de85...
Author: Alexandre Mendonça <amendonca(a)redhat.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/html/availability.html
Log Message:
-----------
HAWKULAR-415 : Show secondary unit in humanized downtime information
Because "2 hours" is not accurate when it's actually "2 hours 59 minutes"
Commit: 7495cba711000b5387069e231457e1080ae008af
https://github.com/hawkular/hawkular/commit/7495cba711000b5387069e231457e...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/html/availability.html
Log Message:
-----------
Merge pull request #328 from ammendonca/HAWKULAR-415-II
HAWKULAR-415 : Show secondary unit in humanized downtime information
Commit: f4a6470346076b462c8ace34195496eeadd97c15
https://github.com/hawkular/hawkular/commit/f4a6470346076b462c8ace3419549...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M console/src/main/scripts/plugins/accounts/ts/accountsGlobals.ts
M console/src/main/scripts/plugins/accounts/ts/accountsPlugin.ts
M console/src/main/scripts/plugins/metrics/html/response-time.html
M console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
Log Message:
-----------
Refactoring from codereview.
Commit: 565b035bb1b6beb2386e83ef58f491d4f457726c
https://github.com/hawkular/hawkular/commit/565b035bb1b6beb2386e83ef58f49...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M console/src/main/scripts/plugins/accounts/ts/accountsGlobals.ts
M console/src/main/scripts/plugins/accounts/ts/accountsPlugin.ts
M console/src/main/scripts/plugins/metrics/html/response-time.html
M console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
Log Message:
-----------
Merge pull request #329 from hawkular/codereview4
Refactoring from codereview.
Commit: 0c3ade94ac79a98cfef96cf51b9e62144ec57875
https://github.com/hawkular/hawkular/commit/0c3ade94ac79a98cfef96cf51b9e6...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-17 (Fri, 17 Jul 2015)
Changed paths:
A console/src/main/scripts/plugins/metrics/ts/metricService.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
Log Message:
-----------
Refactor out metric calls from Controller to common service.
Commit: 8d762e55ffb6313342168b97cecbb35781f7df76
https://github.com/hawkular/hawkular/commit/8d762e55ffb6313342168b97cecbb...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-17 (Fri, 17 Jul 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
Log Message:
-----------
Fixed misplaced open brace linting error.
Commit: b32389476fd8ac95512f5ee665cb018ff862220a
https://github.com/hawkular/hawkular/commit/b32389476fd8ac95512f5ee665cb0...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2015-07-17 (Fri, 17 Jul 2015)
Changed paths:
A console/src/main/scripts/plugins/metrics/ts/metricService.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
Log Message:
-----------
Merge pull request #337 from hawkular/metrics-rebase
Refactor out metric calls from Controller to common service.
Commit: 21ab7d3184e5eb291b9d19204b1c86a387d4edae
https://github.com/hawkular/hawkular/commit/21ab7d3184e5eb291b9d19204b1c8...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M README.adoc
Log Message:
-----------
travis shows red badge on the GitHub readme even if some build for other branch fails, in my opinion and in ideal world the badge should show the status of the branch I am looking at in the GitHub, unfortunatelly it's not currently possible (https://github.com/travis-ci/travis-ci/issues/1892). So at least let's make the icon mean the status of the last build for master branch, and not 'status of the last build of any branch'
Commit: 8c21500afd9bc8129cc7512ab4849938e3fdb2be
https://github.com/hawkular/hawkular/commit/8c21500afd9bc8129cc7512ab4849...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M README.adoc
M console/src/main/scripts/plugins/accounts/ts/accountsGlobals.ts
M console/src/main/scripts/plugins/accounts/ts/accountsPlugin.ts
M console/src/main/scripts/plugins/metrics/html/availability.html
M console/src/main/scripts/plugins/metrics/html/response-time.html
M console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
A console/src/main/scripts/plugins/metrics/ts/metricService.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
Log Message:
-----------
Merge branch 'master' into integration-latest-of-everything
Conflicts:
console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
Compare: https://github.com/hawkular/hawkular/compare/a05d8ba262a8...8c21500afd9b
10 years, 8 months
[hawkular/hawkular-metrics] bb77f2: Development 0.6.0-SNAPSHOT
by Stefan Negrea
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: bb77f2ad486eff528ceb84da88b8efba3f1a4f1b
https://github.com/hawkular/hawkular-metrics/commit/bb77f2ad486eff528ceb8...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2015-07-21 (Tue, 21 Jul 2015)
Changed paths:
M api/metrics-api-jaxrs/pom.xml
M clients/common/pom.xml
M clients/pom.xml
M clients/ptranslator/pom.xml
M containers/cassandra-docker/pom.xml
M containers/cassandra-seed-provider/pom.xml
M containers/container-tests/pom.xml
M containers/hawkular-metrics-docker/pom.xml
M containers/kubernetes/pom.xml
M containers/pom.xml
M core/metrics-core-api/pom.xml
M core/metrics-core-impl/pom.xml
M load-tests/pom.xml
M pom.xml
M rest-tests/pom.xml
M rx-java-driver/pom.xml
M schema-manager/pom.xml
M task-queue/pom.xml
Log Message:
-----------
Development 0.6.0-SNAPSHOT
10 years, 8 months
[hawkular/hawkular-metrics] bf2742: Release 0.5.0.Final
by Stefan Negrea
Branch: refs/heads/release/0.5.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: bf2742a9543b495868cd72369c8fce5144984fd2
https://github.com/hawkular/hawkular-metrics/commit/bf2742a9543b495868cd7...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2015-07-21 (Tue, 21 Jul 2015)
Changed paths:
M api/metrics-api-jaxrs/pom.xml
M clients/common/pom.xml
M clients/pom.xml
M clients/ptranslator/pom.xml
M containers/cassandra-docker/pom.xml
M containers/cassandra-seed-provider/pom.xml
M containers/container-tests/pom.xml
M containers/hawkular-metrics-docker/pom.xml
M containers/kubernetes/pom.xml
M containers/pom.xml
M core/metrics-core-api/pom.xml
M core/metrics-core-impl/pom.xml
M load-tests/pom.xml
M pom.xml
M rest-tests/pom.xml
M rx-java-driver/pom.xml
M schema-manager/pom.xml
M task-queue/pom.xml
Log Message:
-----------
Release 0.5.0.Final
10 years, 8 months