[Hawkular-commits] [hawkular/hawkular-metrics] 1ae725: HWKALERTS-172 Migrate Metric External Alerter to M...

Stefan Negrea snegrea at redhat.com
Tue Oct 11 14:16:28 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hawkular/hawkular-metrics
  Commit: 1ae725b322c30b31f2f771a2b5330d34517df570
      https://github.com/hawkular/hawkular-metrics/commit/1ae725b322c30b31f2f771a2b5330d34517df570
  Author: jshaughn <jshaughn at 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/8142e77730edc481bc7936795a4f32fcedd0d94b
  Author: Stefan Negrea <snegrea at 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...8142e77730ed


More information about the hawkular-commits mailing list