[hawkular/hawkular-metrics] f53b8b: [HWKMETRIC-207] clean up MetricsServiceImpl.create...
by Stefan Negrea
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: f53b8b0fb68179ac5439b42e7764dbe3701a65dc
https://github.com/hawkular/hawkular-metrics/commit/f53b8b0fb68179ac5439b...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/DataAccessImpl.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
Log Message:
-----------
[HWKMETRIC-207] clean up MetricsServiceImpl.createTenant method
Commit: a9b2639874dce142f5b9e8860bb01c4dc9708e76
https://github.com/hawkular/hawkular-metrics/commit/a9b2639874dce142f5b9e...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/GenerateRate.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/MetricsServiceImpl.java
A core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/GenerateRateITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/RatesITest.java
Log Message:
-----------
[HWKMETRICS-200] initial support for calculating rates per tenant
Commit: 7eea862012a195e6627d37e754a8d0ce72cd613c
https://github.com/hawkular/hawkular-metrics/commit/7eea862012a195e6627d3...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/DataAccessImpl.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
Log Message:
-----------
[HWKMETRICS-200] fix merge conflicts
Commit: 66ddafb4236b2ae758b1b38cb9459944df911c49
https://github.com/hawkular/hawkular-metrics/commit/66ddafb4236b2ae758b1b...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/MetricsServiceImpl.java
M rest-tests/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
Log Message:
-----------
[HWKMETRICS-200] fix REST API test for counter rates
Now that the rates job is scheduled per tenant during tenant creation, the test
needs to explicitly create the tenant.
I also updated the createTenant method to concat the observable returned from
scheduling the task with the index updates. This way the subscriber will be
notified if any of the updates, along with scheduling the rates task, fails.
Commit: ae0a2787365515f3173d020f9ed0c7442eea39d9
https://github.com/hawkular/hawkular-metrics/commit/ae0a2787365515f3173d0...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/GenerateRate.java
Log Message:
-----------
[HWKMETRICS-200] add some comments
Commit: 7a0a45ad7ee9f2a00ccc7c86268b190045e115e1
https://github.com/hawkular/hawkular-metrics/commit/7a0a45ad7ee9f2a00ccc7...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/GenerateRateITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/RatesITest.java
Log Message:
-----------
[HWKMETRICS-200] fix merge errors after rebase
Commit: c4efbca992e57166e260e0507487119d70512618
https://github.com/hawkular/hawkular-metrics/commit/c4efbca992e57166e260e...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/GenerateRate.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/MetricsServiceImpl.java
A core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/GenerateRateITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/RatesITest.java
M rest-tests/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
Log Message:
-----------
Merge pull request #305 from hawkular/counter-rates
[HWKMETRICS-200] calculate counter rates per tenant
Compare: https://github.com/hawkular/hawkular-metrics/compare/dbdc921cf2d5...c4efb...
10 years, 8 months
[hawkular/hawkular-metrics] f53b8b: [HWKMETRIC-207] clean up MetricsServiceImpl.create...
by John Sanda
Branch: refs/heads/counter-rates
Home: https://github.com/hawkular/hawkular-metrics
Commit: f53b8b0fb68179ac5439b42e7764dbe3701a65dc
https://github.com/hawkular/hawkular-metrics/commit/f53b8b0fb68179ac5439b...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/DataAccessImpl.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
Log Message:
-----------
[HWKMETRIC-207] clean up MetricsServiceImpl.createTenant method
Commit: a9b2639874dce142f5b9e8860bb01c4dc9708e76
https://github.com/hawkular/hawkular-metrics/commit/a9b2639874dce142f5b9e...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/GenerateRate.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/MetricsServiceImpl.java
A core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/GenerateRateITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/RatesITest.java
Log Message:
-----------
[HWKMETRICS-200] initial support for calculating rates per tenant
Commit: 7eea862012a195e6627d37e754a8d0ce72cd613c
https://github.com/hawkular/hawkular-metrics/commit/7eea862012a195e6627d3...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/DataAccessImpl.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
Log Message:
-----------
[HWKMETRICS-200] fix merge conflicts
Commit: 66ddafb4236b2ae758b1b38cb9459944df911c49
https://github.com/hawkular/hawkular-metrics/commit/66ddafb4236b2ae758b1b...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/MetricsServiceImpl.java
M rest-tests/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
Log Message:
-----------
[HWKMETRICS-200] fix REST API test for counter rates
Now that the rates job is scheduled per tenant during tenant creation, the test
needs to explicitly create the tenant.
I also updated the createTenant method to concat the observable returned from
scheduling the task with the index updates. This way the subscriber will be
notified if any of the updates, along with scheduling the rates task, fails.
Commit: ae0a2787365515f3173d020f9ed0c7442eea39d9
https://github.com/hawkular/hawkular-metrics/commit/ae0a2787365515f3173d0...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/GenerateRate.java
Log Message:
-----------
[HWKMETRICS-200] add some comments
Commit: 7a0a45ad7ee9f2a00ccc7c86268b190045e115e1
https://github.com/hawkular/hawkular-metrics/commit/7a0a45ad7ee9f2a00ccc7...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/GenerateRateITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/RatesITest.java
Log Message:
-----------
[HWKMETRICS-200] fix merge errors after rebase
Compare: https://github.com/hawkular/hawkular-metrics/compare/807e094d4afc...7a0a4...
10 years, 8 months
[hawkular/hawkular-metrics] 67a373: [HWKMETRICS-204] adding and updating tests
by John Sanda
Branch: refs/heads/implicit-tenants
Home: https://github.com/hawkular/hawkular-metrics
Commit: 67a373346b0c81ea6c2c8f03c7a7eb48cb6b9c8b
https://github.com/hawkular/hawkular-metrics/commit/67a373346b0c81ea6c2c8...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/handler/VirtualClockHandler.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/GenerateRateITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/RatesITest.java
M rest-tests/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
M rest-tests/src/test/groovy/org/hawkular/metrics/rest/TenantITest.groovy
Log Message:
-----------
[HWKMETRICS-204] adding and updating tests
Adding REST API tests to verify tenants are created after inserting counter and
availability data points.
There are some changes and fixes with the virtual clock stuff.
MetricsServiceLifecycle now starts the task scheduler even when a virtual
clock is being used. The /hawkular/metrics/clock/wait endpoint now advances the
clock and then blocks for the specified duration.
Lastly, this commit fixes the set up in some of the core/impl tests.
DateTimeService now has to be injected into MetricsServiceImpl.
10 years, 8 months
[hawkular/hawkular-metrics] 0fc5f0: [HWKMETRICS-204] updating tenant buckets when inse...
by John Sanda
Branch: refs/heads/implicit-tenants
Home: https://github.com/hawkular/hawkular-metrics
Commit: 0fc5f0f64c3a5bc3e2093b18c92b18d666533336
https://github.com/hawkular/hawkular-metrics/commit/0fc5f0f64c3a5bc3e2093...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/MetricsServiceImpl.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/CreateTenantsITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/CreateTenantsSchedulerITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsITest.java
M core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
Log Message:
-----------
[HWKMETRICS-204] updating tenant buckets when inserting counter and avail data
This commit also adds tests to verify that the tenants_by_time table is updated
when inserting data points for each of the metric types.
10 years, 8 months
[hawkular/hawkular] 2132d2: HAWKULAR-499 First pass at an Angular Style Guide
by Jirka Kremser
Branch: refs/heads/dev/inventory-0.3.0.Final
Home: https://github.com/hawkular/hawkular
Commit: 2132d2a2af9eb90397975a3d0218af6d06fd3ec5
https://github.com/hawkular/hawkular/commit/2132d2a2af9eb90397975a3d0218a...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-31 (Fri, 31 Jul 2015)
Changed paths:
A style-guide.md
Log Message:
-----------
HAWKULAR-499 First pass at an Angular Style Guide
Commit: 0b90757bc9d692dddfaeba0916824af75f65b5f1
https://github.com/hawkular/hawkular/commit/0b90757bc9d692dddfaeba0916824...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-31 (Fri, 31 Jul 2015)
Changed paths:
M style-guide.md
Log Message:
-----------
HAWKULAR-499 First pass at an Angular Style Guide - Fix EOL errors
Commit: c33949e52159f0f7a48dfa78e12d50a43b9e680b
https://github.com/hawkular/hawkular/commit/c33949e52159f0f7a48dfa78e12d5...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-31 (Fri, 31 Jul 2015)
Changed paths:
A angular-style-guide.md
R style-guide.md
Log Message:
-----------
HAWKULAR-499 Rename style-guide to angular-style-guide
Commit: 569c4720508c5e074a71116213b3245bbe62e58a
https://github.com/hawkular/hawkular/commit/569c4720508c5e074a71116213b32...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-31 (Fri, 31 Jul 2015)
Changed paths:
A angular-style-guide.adoc
R angular-style-guide.md
Log Message:
-----------
HAWKULAR-499 Migrate the angular-style-guide from Markdown to AsciiDoc.
Commit: 3efcbd1a4b46dbbb81b8451c26f27a6928685a13
https://github.com/hawkular/hawkular/commit/3efcbd1a4b46dbbb81b8451c26f27...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-31 (Fri, 31 Jul 2015)
Changed paths:
M angular-style-guide.adoc
Log Message:
-----------
HAWKULAR-499 Migrate the angular-style-guide from Markdown to AsciiDoc. Additional edits as well.
Commit: 14d17e0ec5d4d6ddfeb57c317959e290b8de96af
https://github.com/hawkular/hawkular/commit/14d17e0ec5d4d6ddfeb57c317959e...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-03 (Mon, 03 Aug 2015)
Changed paths:
M angular-style-guide.adoc
Log Message:
-----------
Adjust angular-style guide for TS.
Commit: cb415c621a4b61b9aa8362dfb4406e894b4cdfcc
https://github.com/hawkular/hawkular/commit/cb415c621a4b61b9aa8362dfb4406...
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M dist/docker/Dockerfile
M dist/docker/README.adoc
M dist/pom.xml
Log Message:
-----------
Update the Dockerfile to Alpha4 and add more documentation on how to use it.
Commit: 817fbe4f2b17c7aaf573f755eeeac57b2e2ad7c6
https://github.com/hawkular/hawkular/commit/817fbe4f2b17c7aaf573f755eeeac...
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
A dist/docker-compose.yml
M dist/docker/README.adoc
Log Message:
-----------
Add a docker-compose definition.
Commit: dd7490a104cb66e10b902abef8739b9ef4925f7b
https://github.com/hawkular/hawkular/commit/dd7490a104cb66e10b902abef8739...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M dist/src/main/resources/wildfly/patches/standalone.xsl
Log Message:
-----------
Adding a new logging category for rest requests in inventory (-Dhawkular.log.inventory.rest.requests=DEBUG) + adding a way to disable the agent subsystem by Java system property (-Dhawkular.agent.enabled=false)
Commit: 2bcfd891727295514fbf891e0d3e63216efac445
https://github.com/hawkular/hawkular/commit/2bcfd891727295514fbf891e0d3e6...
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M dist/docker-compose.yml
M dist/docker/README.adoc
Log Message:
-----------
Fi license for the docker compose dfinition + some small changes.
Commit: 90c1f795c2b657fcaebdbdc58a44b13b0e44f1f7
https://github.com/hawkular/hawkular/commit/90c1f795c2b657fcaebdbdc58a44b...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
inventory version 0.2.0.Alpha2 -> 0.2.0.Final
Commit: 51ed79b799ef03dad6c7b8f4cb7b7b89fe4bc7ac
https://github.com/hawkular/hawkular/commit/51ed79b799ef03dad6c7b8f4cb7b7...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M dist/assembly.xml
M dist/pom.xml
M dist/src/main/resources/wildfly/patches/standalone.xsl
M modules/end-to-end-test/pom.xml
M modules/pinger/pom.xml
M modules/pinger/src/main/webapp/WEB-INF/jboss-all.xml
M modules/pinger/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
M pom.xml
Log Message:
-----------
'Hawkular-side' part of the HWKINVENT-107
Commit: 964db4d5edce0d5bd7cb50258b4a9c5a79933df5
https://github.com/hawkular/hawkular/commit/964db4d5edce0d5bd7cb50258b4a9...
Author: Viliam Rockai <vrockai(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/html/app-details/detail-jvm.html
Log Message:
-----------
Expand JVM alerts fix
Commit: feff0fcdf6519e5f815da5239791b2ec2274734e
https://github.com/hawkular/hawkular/commit/feff0fcdf6519e5f815da5239791b...
Author: Viliam Rockai <vrockai(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
A console/src/main/scripts/plugins/directives/alert/html/fieldset-dampening.html
A console/src/main/scripts/plugins/directives/alert/html/fieldset-notification.html
M console/src/main/scripts/plugins/directives/alert/ts/alertDirective.ts
M console/src/main/scripts/plugins/metrics/html/app-details/alerts-setup-jvm.html
M console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJvmAlerts.ts
Log Message:
-----------
JVM Alerts code refactoring
Commit: ad429c36636dc0220d1fccb000df7172343885a5
https://github.com/hawkular/hawkular/commit/ad429c36636dc0220d1fccb000df7...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/ts/metricsResponse.ts
R console/src/main/scripts/plugins/metrics/ts/services/metricService.ts
A console/src/main/scripts/plugins/metrics/ts/services/metricsService.ts
M console/src/main/scripts/plugins/metrics/ts/services/notificationService.ts
Log Message:
-----------
Migrate the MetricService to agreed upon plural standards.
Commit: 3c4c59f9acacd638bd90d4b09e89b47bdd95061e
https://github.com/hawkular/hawkular/commit/3c4c59f9acacd638bd90d4b09e89b...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDeploymentsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/errorManager.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAvailability.ts
M console/src/main/scripts/plugins/metrics/ts/metricsPlugin.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponse.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponseAlertForm.ts
M console/src/main/scripts/plugins/metrics/ts/services/metricsService.ts
R console/src/main/scripts/plugins/metrics/ts/services/notificationService.ts
A console/src/main/scripts/plugins/metrics/ts/services/notificationsService.ts
M console/src/main/scripts/plugins/metrics/ts/urlList.ts
Log Message:
-----------
Migrate the NotificationService to agreed upon plural standards.
Commit: 840434b99b6c6322bb612e17b30d9e5357a2f416
https://github.com/hawkular/hawkular/commit/840434b99b6c6322bb612e17b30d9...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
R console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerAlertsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDeploymentsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJmsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJvmAlerts.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJvmDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerTransactionsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerWebDetails.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAlerts.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAppServerDetails.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAppServerList.ts
A console/src/main/scripts/plugins/metrics/ts/services/alertsManager.ts
M console/src/main/scripts/plugins/metrics/ts/urlList.ts
Log Message:
-----------
Move AlertsManager to services directory.
Commit: 939dc7bd2c5fae8315cc12bc8f9b39b810c6bf0e
https://github.com/hawkular/hawkular/commit/939dc7bd2c5fae8315cc12bc8f9b3...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerAlertsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDeploymentsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJmsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJvmAlerts.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJvmDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerTransactionsDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerWebDetails.ts
R console/src/main/scripts/plugins/metrics/ts/errorManager.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAlerts.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAppServerDetails.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAppServerList.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAvailability.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponse.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
A console/src/main/scripts/plugins/metrics/ts/services/errorsManager.ts
M console/src/main/scripts/plugins/metrics/ts/urlList.ts
Log Message:
-----------
Move HawkularErrorManager to ErrorsManager in services directory.
Commit: fbc53d3ec5eb32b0388d2ee499466128f6d59057
https://github.com/hawkular/hawkular/commit/fbc53d3ec5eb32b0388d2ee499466...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
R console/src/main/scripts/plugins/metrics/ts/alertSetupNotification.ts
A console/src/main/scripts/plugins/metrics/ts/directives/alertSetupNotification.ts
Log Message:
-----------
Move alertSetupNotification directive to new directive directory.
Commit: f542499ecd6b17f4be21a0dea627a3490f5c6dc5
https://github.com/hawkular/hawkular/commit/f542499ecd6b17f4be21a0dea627a...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
A console/src/main/scripts/plugins/metrics/ts/filters/durationFilter.ts
A console/src/main/scripts/plugins/metrics/ts/filters/globalFilters.ts
M console/src/main/scripts/plugins/metrics/ts/metricsPlugin.ts
Log Message:
-----------
Remove the filters from metricsPlugin.ts and place them in filters/*
Commit: b7f175a1ea32d66ecc08b7e85256b81eec3af2cd
https://github.com/hawkular/hawkular/commit/b7f175a1ea32d66ecc08b7e85256b...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
R console/src/main/scripts/plugins/metrics/html/alert-setup-notification.html
A console/src/main/scripts/plugins/metrics/html/directives/alert-setup-notification.html
R console/src/main/scripts/plugins/metrics/ts/directives/alertSetupNotification.ts
A console/src/main/scripts/plugins/metrics/ts/directives/alertSetupNotificationDirective.ts
Log Message:
-----------
Move alert-setup-notification.html into new htm/directives folder. Add postfix *Directive to ts filename.
Commit: 9ba65b4e6329b8c4fa01cc50ef082d89f899a93c
https://github.com/hawkular/hawkular/commit/9ba65b4e6329b8c4fa01cc50ef082...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Upgrade to hawkular-parent 19
Commit: 94745f08ca038cf48104194c480c58684c9daa82
https://github.com/hawkular/hawkular/commit/94745f08ca038cf48104194c480c5...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M modules/end-to-end-test/src/test/groovy/org/hawkular/integration/test/AbstractTestBase.groovy
M modules/end-to-end-test/src/test/groovy/org/hawkular/integration/test/Scenario1ITest.groovy
M modules/end-to-end-test/src/test/groovy/org/hawkular/inventory/rest/test/InventoryITest.groovy
Log Message:
-----------
Change license header style from /** to /* in groovy files
Commit: 834fef1c0c85b0ac569a95bf7ae57342e9009b22
https://github.com/hawkular/hawkular/commit/834fef1c0c85b0ac569a95bf7ae57...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Import WildFly BoM
Commit: f7dc379aa4f5e6cd58f9fa0559f893dd1a4fd207
https://github.com/hawkular/hawkular/commit/f7dc379aa4f5e6cd58f9fa0559f89...
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M dist/docker/Dockerfile
Log Message:
-----------
Don't add a management user, as it fails the build. See Hawkular 430 for details
Commit: ee437ac232983befead7f2598defb81731bc113c
https://github.com/hawkular/hawkular/commit/ee437ac232983befead7f2598defb...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M dist/src/main/resources/wildfly/patches/standalone.xsl
Log Message:
-----------
this is for HAWKULAR-511 but since it won't hurt anything (it isn't used anywhere yet) I'm putting this in now into master. I will be committing something soon in the bus that will actually need this setting
We are going to want to change this setting's value in the future because if a message truly is going cross-kettle over the bus, putting the binary blobs in the local data/ directory won't work (the remote kettle won't be able to see it). We will need to either require people to have a shared filesystem across kettles or we need to set this to a shared remote HTTP/FTP endpoint where binary blob files can be uploaded/downloaded.
Commit: c04bd0514d02b98ec69fd196a66485fabf262e96
https://github.com/hawkular/hawkular/commit/c04bd0514d02b98ec69fd196a6648...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
HAWKULAR-520 - Bumped accounts
Commit: 3746fa15fef54df31273c12f2fd95a8d8f06f322
https://github.com/hawkular/hawkular/commit/3746fa15fef54df31273c12f2fd95...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M console/src/main/scripts/bower.json
Log Message:
-----------
Move bower dependencies back to snapshots since we are not in release mode now.
Commit: 3017d14a8d6904c43581d64c1e5c7a0840fd5054
https://github.com/hawkular/hawkular/commit/3017d14a8d6904c43581d64c1e5c7...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/html/app-server-list.html
M dist/src/main/resources/wildfly/patches/standalone.xsl
Log Message:
-----------
HAWKULAR-488 Display IP Address for Application Servers
Commit: 244928d824148420053cfdd4de591a00c8295aca
https://github.com/hawkular/hawkular/commit/244928d824148420053cfdd4de591...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M angular-style-guide.adoc
Log Message:
-----------
Remove trailing spaces from angular-ts-styleguide.adoc
Commit: 4004273d3dc32298ec99627d5632dd5fe39b8a5a
https://github.com/hawkular/hawkular/commit/4004273d3dc32298ec99627d5632d...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
A angular-style-guide.adoc
Log Message:
-----------
Merge pull request #387 from hawkular/angular-styleguide
HAWKULAR-499 First pass at an AngularTS Style Guide
Commit: c0c465bdbb5b87dff1dd3b12afcf857c3c8edcac
https://github.com/hawkular/hawkular/commit/c0c465bdbb5b87dff1dd3b12afcf8...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-08-09 (Sun, 09 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
get new bus and agent to support binary data in feed-comm and deploying of apps
Commit: 67a359c7a4f2140b6d391268c6e8b78f51d585df
https://github.com/hawkular/hawkular/commit/67a359c7a4f2140b6d391268c6e8b...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M modules/pinger/src/main/java/org/hawkular/component/pinger/Log.java
M modules/pinger/src/main/java/org/hawkular/component/pinger/Pinger.java
Log Message:
-----------
HAWKULAR-529 Log the stack trace in case of ping IOException
Commit: e0709dc6ae948d53bd09b3d3104f25057c5005c6
https://github.com/hawkular/hawkular/commit/e0709dc6ae948d53bd09b3d3104f2...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M modules/pinger/src/main/java/org/hawkular/component/pinger/Log.java
M modules/pinger/src/main/java/org/hawkular/component/pinger/Pinger.java
Log Message:
-----------
Merge pull request #397 from ppalaga/HAWKULAR-529
HAWKULAR-529 Log the stack trace in case of ping IOException
Commit: 85fbe09a5ca8c395addb60c931f044cf3fedd582
https://github.com/hawkular/hawkular/commit/85fbe09a5ca8c395addb60c931f04...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M modules/end-to-end-test/pom.xml
Log Message:
-----------
Run integration tests with Agent disabled
Commit: 7feae1a61cc57c008ef4485bc284e0d69ff3ae68
https://github.com/hawkular/hawkular/commit/7feae1a61cc57c008ef4485bc284e...
Author: Jirka Kremser <jiri.kremser(a)gmail.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M modules/end-to-end-test/pom.xml
Log Message:
-----------
Merge pull request #398 from ppalaga/150812-agent-itests-off
Run integration tests with Agent disabled
Commit: 117a55271a826b2685abcf1e85b75a048d6d4c26
https://github.com/hawkular/hawkular/commit/117a55271a826b2685abcf1e85b75...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
HAWKULAR-521 - Bumped Accounts version
Commit: 9941254bde1e1f9f08b19955df099ea8df2babbb
https://github.com/hawkular/hawkular/commit/9941254bde1e1f9f08b19955df099...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #399 from jpkrohling/HAWKULAR-521-BumpAccounts
HAWKULAR-521 - Accounts release
Commit: baa3abe5cf221d46851804e19974f6216b91bb90
https://github.com/hawkular/hawkular/commit/baa3abe5cf221d46851804e19974f...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M modules/end-to-end-test/src/test/groovy/org/hawkular/inventory/rest/test/InventoryITest.groovy
Log Message:
-----------
HWKINVENT-117 Groovy REST tests for resource config and res type schema.
Commit: a7ba2fd8e018a1648e9339f2158e4cbc1e4056ed
https://github.com/hawkular/hawkular/commit/a7ba2fd8e018a1648e9339f2158e4...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
A angular-style-guide.adoc
M modules/end-to-end-test/pom.xml
M modules/pinger/src/main/java/org/hawkular/component/pinger/Log.java
M modules/pinger/src/main/java/org/hawkular/component/pinger/Pinger.java
M pom.xml
Log Message:
-----------
Merge branch 'master' into dev/inventory-0.3.0.Final
Conflicts:
pom.xml
Compare: https://github.com/hawkular/hawkular/compare/b9175aff7438...a7ba2fd8e018
10 years, 8 months
[hawkular/hawkular-metrics] b07660: [HWKMETRICS-204] update tenants_by_time when inser...
by John Sanda
Branch: refs/heads/implicit-tenants
Home: https://github.com/hawkular/hawkular-metrics
Commit: b0766011f88c679fcfc62274df02d1497dc74b78
https://github.com/hawkular/hawkular-metrics/commit/b0766011f88c679fcfc62...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/CreateTenants.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/DateTimeService.java
M core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/MetricsServiceImpl.java
M rest-tests/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
M rest-tests/src/test/groovy/org/hawkular/metrics/rest/RESTTest.groovy
M rest-tests/src/test/groovy/org/hawkular/metrics/rest/TenantITest.groovy
M task-queue/src/main/java/org/hawkular/metrics/tasks/api/AbstractTrigger.java
M task-queue/src/main/java/org/hawkular/metrics/tasks/api/RepeatingTrigger.java
Log Message:
-----------
[HWKMETRICS-204] update tenants_by_time when inserting data, add REST API test
We now update the tenants_by_time table when inserting gauge data points. There
is also a REST API test to verify that the tenant is created when we only
insert gauge data points without explicitly creating the tenant. I will add
logic/tests for availability and counters in subsequent commits.
MetricsServiceLifecycle has also been updated to initialize scheduled jobs,
which now include the GenerateRate and CreateTenants classes. I do not like
having the job initialization logic, particularly the part of subscribing the
jobs, in MetricsServiceLifecyle. It should be a separate, core concern IMO.
This will probably be refactored in the near future once we see how the
scheduled jobs takes shape.
10 years, 8 months