[hawkular/hawkular-alerts] ad0d32: HWKALERTS-223 Propagate DistributedEvents (#295)
by Lucas Ponce
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-alerts
Commit: ad0d32a9cfc9d46f50ec0c5e9992d995ed60877a
https://github.com/hawkular/hawkular-alerts/commit/ad0d32a9cfc9d46f50ec0c...
Author: Lucas Ponce <ponce.ballesteros(a)gmail.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/services/DefinitionsEvent.java
M hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/services/DefinitionsListener.java
M hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/services/DefinitionsService.java
A hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/services/DistributedEvent.java
A hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/services/DistributedListener.java
M hawkular-alerts-engine-extensions/hawkular-alerts-events-aggregation/src/main/java/org/hawkular/alerts/extensions/CepEngine.java
M hawkular-alerts-engine-extensions/hawkular-alerts-events-aggregation/src/main/java/org/hawkular/alerts/extensions/CepEngineImpl.java
M hawkular-alerts-engine-extensions/hawkular-alerts-events-aggregation/src/main/java/org/hawkular/alerts/extensions/EventsAggregationExtension.java
M hawkular-alerts-engine-extensions/hawkular-alerts-events-aggregation/src/test/java/org/hawkular/alerts/extensions/ExpressionTest.java
M hawkular-alerts-engine/src/main/java/org/hawkular/alerts/engine/impl/AlertsContext.java
M hawkular-alerts-engine/src/main/java/org/hawkular/alerts/engine/impl/CassDefinitionsServiceImpl.java
M hawkular-alerts-rest-tests/pom.xml
R hawkular-alerts-rest-tests/src/test/groovy/org/hawkular/alerts/rest/ClusterIntegrationSuite.groovy
M hawkular-alerts-rest-tests/src/test/groovy/org/hawkular/alerts/rest/IntegrationSuite.groovy
M pom.xml
Log Message:
-----------
HWKALERTS-223 Propagate DistributedEvents (#295)
- Create a new type of event/listener pair focus on distribution scenarios.
- Route local DefinitionsEvent through DistributedEvent.
- Link Extensions/Alerters with DistributedEvent instead DefinitionsEvent
- Ensure deferredNotifications preserves insertion order
8 years, 7 months
[hawkular/hawkular-metrics] e0a0c9: Release 0.21.7.Final
by Stefan Negrea
Branch: refs/heads/release/0.21.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: e0a0c98d6142d8933d0a5f4223bdbc0cbc9973ff
https://github.com/hawkular/hawkular-metrics/commit/e0a0c98d6142d8933d0a5...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M alerting/alerter-war/pom.xml
M alerting/alerting-jar/pom.xml
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-openshift-security-filter/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/component-ear/pom.xml
M dist/component/component-war/pom.xml
M dist/containers/hawkular-metrics-openshift-alerting/pom.xml
M dist/containers/hawkular-metrics-openshift-dist/pom.xml
M dist/containers/hawkular-metrics-openshift/pom.xml
M dist/pom.xml
M dist/standalone/standalone-ear/pom.xml
M dist/standalone/standalone-war/pom.xml
M dist/standalone/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.21.7.Final
8 years, 7 months
[hawkular/hawkular-metrics] 2e6492: [HWKMETRICS-556] use TWCS for data_compressed tabl...
by Matthew Wringe
Branch: refs/heads/release/0.21.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: 2e64925257fab8def0c0b23af961785568bfbb5c
https://github.com/hawkular/hawkular-metrics/commit/2e64925257fab8def0c0b...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M core/schema/src/main/java/org/hawkular/metrics/schema/SchemaService.java
M core/schema/src/main/resources/org/hawkular/schema/cassalog.groovy
A core/schema/src/main/resources/org/hawkular/schema/updates/schema-0.23.0.groovy
Log Message:
-----------
[HWKMETRICS-556] use TWCS for data_compressed table
We are also switching back to STCS for the data table because we are now doing
range deletes as part of the compression job. Eventually I think we'll switch
over to using what are essentially temporary tables for raw data that we just
drop once we are done writing to them and have compressed the data.
[HWKEMTRICS-556] license header
[HWKMETRICS-556] this is what i get for trying to catch up with work on the weekend
[HWKMETRICS-556] cehckstyle
Commit: fa6adf5e544b19422f91681148715a72cc94964a
https://github.com/hawkular/hawkular-metrics/commit/fa6adf5e544b19422f916...
Author: Matthew Wringe <mwringe(a)users.noreply.github.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M core/schema/src/main/java/org/hawkular/metrics/schema/SchemaService.java
M core/schema/src/main/resources/org/hawkular/schema/cassalog.groovy
A core/schema/src/main/resources/org/hawkular/schema/updates/schema-0.23.0.groovy
Log Message:
-----------
Merge pull request #766 from jsanda/release/0.21.0-hwkmetrics-556
[HWKMETRICS-603] update compaction strategies for data tables
Compare: https://github.com/hawkular/hawkular-metrics/compare/16e6a259cd31...fa6ad...
8 years, 7 months
[hawkular/hawkular-alerts] 010c4d: [maven-release-plugin] prepare release 1.3.4.Final
by Jay Shaughnessy
Branch: refs/heads/1.3.x
Home: https://github.com/hawkular/hawkular-alerts
Commit: 010c4df097c8fbf98876a4d08a64eb78b35d5ed1
https://github.com/hawkular/hawkular-alerts/commit/010c4df097c8fbf98876a4...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M hawkular-alerts-actions/hawkular-alerts-actions-api/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-impl/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/hawkular-alerts-actions-aerogear-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/hawkular-alerts-actions-email-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file-global/deployments/hawkular-alerts-actions-file-global-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file-global/deployments/hawkular-alerts-actions-file-global-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file-global/hawkular-alerts-actions-file-global-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file-global/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/hawkular-alerts-actions-file-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/hawkular-alerts-actions-generic-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/hawkular-alerts-actions-irc-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/hawkular-alerts-actions-pagerduty-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/hawkular-alerts-actions-sms-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/hawkular-alerts-actions-webhook-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-tests/pom.xml
M hawkular-alerts-actions/pom.xml
M hawkular-alerts-api/pom.xml
M hawkular-alerts-bus-api/pom.xml
M hawkular-alerts-bus/pom.xml
M hawkular-alerts-engine/pom.xml
M hawkular-alerts-filter-api/pom.xml
M hawkular-alerts-rest-tests/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-metrics/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-services/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-standalone/pom.xml
M hawkular-alerts-rest/hawkular-alerts-rest-api/pom.xml
M hawkular-alerts-rest/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 1.3.4.Final
Commit: 565426bf3eb62bea86319bb0a7414c8cf7c29bd1
https://github.com/hawkular/hawkular-alerts/commit/565426bf3eb62bea86319b...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M hawkular-alerts-actions/hawkular-alerts-actions-api/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-impl/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/hawkular-alerts-actions-aerogear-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/hawkular-alerts-actions-email-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file-global/deployments/hawkular-alerts-actions-file-global-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file-global/deployments/hawkular-alerts-actions-file-global-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file-global/hawkular-alerts-actions-file-global-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file-global/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/hawkular-alerts-actions-file-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/hawkular-alerts-actions-generic-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/hawkular-alerts-actions-irc-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/hawkular-alerts-actions-pagerduty-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/hawkular-alerts-actions-sms-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/hawkular-alerts-actions-webhook-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-tests/pom.xml
M hawkular-alerts-actions/pom.xml
M hawkular-alerts-api/pom.xml
M hawkular-alerts-bus-api/pom.xml
M hawkular-alerts-bus/pom.xml
M hawkular-alerts-engine/pom.xml
M hawkular-alerts-filter-api/pom.xml
M hawkular-alerts-rest-tests/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-metrics/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-services/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-standalone/pom.xml
M hawkular-alerts-rest/hawkular-alerts-rest-api/pom.xml
M hawkular-alerts-rest/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/hawkular/hawkular-alerts/compare/91837d5452f9...565426...
8 years, 7 months
[hawkular/hawkular-metrics] 397e6c: Release 0.24.1.Final
by Stefan Negrea
Branch: refs/heads/release/0.24.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: 397e6ce2e56828276c6c38a8ae04ecadb548a101
https://github.com/hawkular/hawkular-metrics/commit/397e6ce2e56828276c6c3...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2017-02-10 (Fri, 10 Feb 2017)
Changed paths:
M alerting/alerter-war/pom.xml
M alerting/alerting-jar/pom.xml
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-openshift-security-filter/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/component-ear/pom.xml
M dist/component/component-war/pom.xml
M dist/containers/hawkular-metrics-openshift-alerting/pom.xml
M dist/containers/hawkular-metrics-openshift-dist/pom.xml
M dist/containers/hawkular-metrics-openshift/pom.xml
M dist/pom.xml
M dist/standalone/standalone-ear/pom.xml
M dist/standalone/standalone-war/pom.xml
M dist/standalone/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.24.1.Final
8 years, 7 months