[hawkular/hawkular-metrics] 1ae725: HWKALERTS-172 Migrate Metric External Alerter to M...
by Stefan Negrea
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: 1ae725b322c30b31f2f771a2b5330d34517df570
https://github.com/hawkular/hawkular-metrics/commit/1ae725b322c30b31f2f77...
Author: jshaughn <jshaughn(a)localhost.localdomain>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
A alerting/alerter-war/.gitignore
A alerting/alerter-war/pom.xml
A alerting/alerter-war/src/main/java/org/hawkular/metrics/alerter/Expression.java
A alerting/alerter-war/src/main/java/org/hawkular/metrics/alerter/ExpressionManager.java
A alerting/alerter-war/src/main/java/org/hawkular/metrics/alerter/log/MsgLogger.java
A alerting/alerter-war/src/main/webapp/WEB-INF/beans.xml
A alerting/alerter-war/src/main/webapp/WEB-INF/jboss-web.xml
A alerting/alerter-war/src/main/webapp/WEB-INF/web.xml
A alerting/alerter-war/src/main/webapp/index.jsp
A alerting/alerter-war/src/test/java/org/hawkular/metrics/alerter/ExpressionTest.java
A alerting/alerting-jar/pom.xml
A alerting/alerting-jar/src/main/java/org/hawkular/metrics/alerting/InsertedDataSubscriber.java
A alerting/alerting-jar/src/test/java/org/hawkular/alerts/api/services/AlertsServiceMock.java
A alerting/alerting-jar/src/test/java/org/hawkular/metrics/alerting/PublishDataPointsTest.java
A alerting/alerting-jar/src/test/java/org/hawkular/metrics/api/jaxrs/config/ConfigurableProducer.java
A alerting/alerting-jar/src/test/resources/arquillian.xml
A alerting/alerting-jar/src/test/resources/jboss-deployment-structure.xml
A alerting/alerting-jar/src/test/resources/logback-test.xml
A alerting/alerting-jar/src/test/resources/web.xml
A alerting/alerting-jar/src/test/resources/wildfly/configuration/standalone-test.xml
M alerting/pom.xml
R alerting/src/main/java/org/hawkular/metrics/alerting/InsertedDataSubscriber.java
R alerting/src/test/java/org/hawkular/alerts/api/services/AlertsServiceMock.java
R alerting/src/test/java/org/hawkular/metrics/alerting/PublishDataPointsTest.java
R alerting/src/test/java/org/hawkular/metrics/api/jaxrs/config/ConfigurableProducer.java
R alerting/src/test/resources/arquillian.xml
R alerting/src/test/resources/jboss-deployment-structure.xml
R alerting/src/test/resources/logback-test.xml
R alerting/src/test/resources/web.xml
R alerting/src/test/resources/wildfly/configuration/standalone-test.xml
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsService.java
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsServiceImpl.java
M dist/component-ear/pom.xml
M dist/component-ear/src/main/application/META-INF/jboss-deployment-structure.xml
M dist/component-war/pom.xml
M dist/pom.xml
M dist/standalone-ear/pom.xml
M dist/standalone-ear/src/main/application/META-INF/jboss-deployment-structure.xml
M dist/standalone-war/pom.xml
M integration-tests/rest-tests-jaxrs-dist/pom.xml
M integration-tests/rest-tests-jaxrs-dist/src/main/application/META-INF/jboss-deployment-structure.xml
M integration-tests/rest-tests-jaxrs/pom.xml
A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/alerting/AlertingITest.groovy
A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/alerting/AlertingITestBase.groovy
A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/alerting/ExternalAlerterITest.groovy
M pom.xml
Log Message:
-----------
HWKALERTS-172 Migrate Metric External Alerter to Metrics Repo
- migrate external alerter to metrics repo
- create new alerting-parent module to umbrella alerting jar and x-alerter
- add new x-alerter and alerting i-tests to rest-tests i-tests
- make sure we have proper alerting hooks in place in standalone deployment
- use the proper alerting artifact now that it has been fixed
- exclude transitive Halerting deps. it can cause CP problems
to have alerting jars in the metrics war when there is
already a deployment dependency declared from the metrics war to
the alerting war, at the ear level.
- rename Manager to ExpressionManager in xalerter to be more specific
- trivial: spelling and inline doc fixes
- for safety, let findDataPoints default to ASC order when order is not specified.
- up to alerting src dep
Commit: 8142e77730edc481bc7936795a4f32fcedd0d94b
https://github.com/hawkular/hawkular-metrics/commit/8142e77730edc481bc793...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2016-10-11 (Tue, 11 Oct 2016)
Changed paths:
A alerting/alerter-war/.gitignore
A alerting/alerter-war/pom.xml
A alerting/alerter-war/src/main/java/org/hawkular/metrics/alerter/Expression.java
A alerting/alerter-war/src/main/java/org/hawkular/metrics/alerter/ExpressionManager.java
A alerting/alerter-war/src/main/java/org/hawkular/metrics/alerter/log/MsgLogger.java
A alerting/alerter-war/src/main/webapp/WEB-INF/beans.xml
A alerting/alerter-war/src/main/webapp/WEB-INF/jboss-web.xml
A alerting/alerter-war/src/main/webapp/WEB-INF/web.xml
A alerting/alerter-war/src/main/webapp/index.jsp
A alerting/alerter-war/src/test/java/org/hawkular/metrics/alerter/ExpressionTest.java
A alerting/alerting-jar/pom.xml
A alerting/alerting-jar/src/main/java/org/hawkular/metrics/alerting/InsertedDataSubscriber.java
A alerting/alerting-jar/src/test/java/org/hawkular/alerts/api/services/AlertsServiceMock.java
A alerting/alerting-jar/src/test/java/org/hawkular/metrics/alerting/PublishDataPointsTest.java
A alerting/alerting-jar/src/test/java/org/hawkular/metrics/api/jaxrs/config/ConfigurableProducer.java
A alerting/alerting-jar/src/test/resources/arquillian.xml
A alerting/alerting-jar/src/test/resources/jboss-deployment-structure.xml
A alerting/alerting-jar/src/test/resources/logback-test.xml
A alerting/alerting-jar/src/test/resources/web.xml
A alerting/alerting-jar/src/test/resources/wildfly/configuration/standalone-test.xml
M alerting/pom.xml
R alerting/src/main/java/org/hawkular/metrics/alerting/InsertedDataSubscriber.java
R alerting/src/test/java/org/hawkular/alerts/api/services/AlertsServiceMock.java
R alerting/src/test/java/org/hawkular/metrics/alerting/PublishDataPointsTest.java
R alerting/src/test/java/org/hawkular/metrics/api/jaxrs/config/ConfigurableProducer.java
R alerting/src/test/resources/arquillian.xml
R alerting/src/test/resources/jboss-deployment-structure.xml
R alerting/src/test/resources/logback-test.xml
R alerting/src/test/resources/web.xml
R alerting/src/test/resources/wildfly/configuration/standalone-test.xml
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsService.java
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsServiceImpl.java
M dist/component-ear/pom.xml
M dist/component-ear/src/main/application/META-INF/jboss-deployment-structure.xml
M dist/component-war/pom.xml
M dist/pom.xml
M dist/standalone-ear/pom.xml
M dist/standalone-ear/src/main/application/META-INF/jboss-deployment-structure.xml
M dist/standalone-war/pom.xml
M integration-tests/rest-tests-jaxrs-dist/pom.xml
M integration-tests/rest-tests-jaxrs-dist/src/main/application/META-INF/jboss-deployment-structure.xml
M integration-tests/rest-tests-jaxrs/pom.xml
A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/alerting/AlertingITest.groovy
A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/alerting/AlertingITestBase.groovy
A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/alerting/ExternalAlerterITest.groovy
M pom.xml
Log Message:
-----------
Merge pull request #632 from jshaughn/xalerter
HWKALERTS-172 Migrate Metric External Alerter to Metrics Repo
Compare: https://github.com/hawkular/hawkular-metrics/compare/f8b2f1cef77f...8142e...
9 years, 6 months
[hawkular/hawkular-metrics] f23946: Release 0.20.1.Final
by Stefan Negrea
Branch: refs/heads/release/0.20.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: f23946235446d3425db31d262b47b4f950ddabb3
https://github.com/hawkular/hawkular-metrics/commit/f23946235446d3425db31...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2016-10-10 (Mon, 10 Oct 2016)
Changed paths:
M alerting/pom.xml
M api/metrics-api-jaxrs/pom.xml
M api/metrics-api-util/pom.xml
M bus/pom.xml
M clients/common/pom.xml
M clients/pom.xml
M clients/ptranslator/pom.xml
M containers/hawkular-metrics-openshift-integration/pom.xml
M containers/metrics-api-jaxrs-openshift/pom.xml
M containers/pom.xml
M core/configuration-service/pom.xml
M core/datetime-service/pom.xml
M core/metrics-core-service/pom.xml
M core/metrics-model/pom.xml
M core/rx-java-driver/pom.xml
M core/schema/pom.xml
M data-generator/pom.xml
M dist/component-ear/pom.xml
M dist/component-war/pom.xml
M dist/pom.xml
M dist/standalone-ear/pom.xml
M dist/standalone-war/pom.xml
M dist/wildfly-embedded-cassandra/pom.xml
M dist/wildfly-standalone/pom.xml
M integration-tests/jmh-benchmark/pom.xml
M integration-tests/load-tests/pom.xml
M integration-tests/metrics-api-jaxrs-test/pom.xml
M integration-tests/pom.xml
M integration-tests/rest-tests-jaxrs-dist/pom.xml
M integration-tests/rest-tests-jaxrs/pom.xml
M job-scheduler/pom.xml
M pom.xml
Log Message:
-----------
Release 0.20.1.Final
9 years, 6 months
[hawkular/hawkular-metrics] 23988f: HWKMETRICS-501 Fix
by Stefan Negrea
Branch: refs/heads/release/0.20.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: 23988fe45a74752867297949cb605409beefa3a4
https://github.com/hawkular/hawkular-metrics/commit/23988fe45a74752867297...
Author: jshaughn <jshaughn(a)localhost.localdomain>
Date: 2016-10-10 (Mon, 10 Oct 2016)
Changed paths:
M core/metrics-core-service/src/test/java/org/hawkular/metrics/core/service/metrics/AvailabilityITest.java
M dist/component-ear/pom.xml
M dist/standalone-ear/pom.xml
M integration-tests/rest-tests-jaxrs-dist/pom.xml
M pom.xml
Log Message:
-----------
HWKMETRICS-501 Fix
The alerting war contained an older hawkular-metrics-model
jar. This was due to a circular dep forced by having the metrics
x-alerter in the alerting repo. The x-alerter is removed from
Halerts 1.2.2.Final, (to be migrated to Hmetrics in 0.21.0), so
change dep to 1.2.2.Final for all but the alerter, leave that at
1.2.1.Final for this micro release to bridge the gap between now
and the Hmetrics 0.21.0 release.
- Also, add a compression itest for avail data
-
Commit: 702876ad378ea13e208b95e3839dbfa3a949e2de
https://github.com/hawkular/hawkular-metrics/commit/702876ad378ea13e208b9...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2016-10-10 (Mon, 10 Oct 2016)
Changed paths:
M core/metrics-core-service/src/test/java/org/hawkular/metrics/core/service/metrics/AvailabilityITest.java
M dist/component-ear/pom.xml
M dist/standalone-ear/pom.xml
M integration-tests/rest-tests-jaxrs-dist/pom.xml
M pom.xml
Log Message:
-----------
Merge pull request #634 from jshaughn/hwkmetrics-501
HWKMETRICS-501 Fix
Compare: https://github.com/hawkular/hawkular-metrics/compare/d67fca939708...70287...
9 years, 6 months