[hawkular/hawkular-metrics] 0bed49: Implement an InsertedDataPoint event stream
by jsanda
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: 0bed49d1a3ba0d34764d2e11affefa2c3ce6e488
https://github.com/hawkular/hawkular-metrics/commit/0bed49d1a3ba0d34764d2...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
M core/metrics-core-api/src/main/java/org/hawkular/metrics/core/api/MetricsService.java
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/MetricsServiceITest.java
Log Message:
-----------
Implement an InsertedDataPoint event stream
Commit: 3bc249b9775b248ed595d245dd22a55b6ef0c82e
https://github.com/hawkular/hawkular-metrics/commit/3bc249b9775b248ed595d...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
M api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
A api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/ServiceReady.java
Log Message:
-----------
Fire @ServiceReady event when MetricsService is initialized
Commit: 680b5d813e1c18cca549f7410cc8f7a9da540d85
https://github.com/hawkular/hawkular-metrics/commit/680b5d813e1c18cca549f...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
A hawkular-component/pom.xml
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/AvailDataMessage.java
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/AvailDataPublisher.java
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/InsertedDataSubscriber.java
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/MetricDataMessage.java
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/MetricDataPublisher.java
A hawkular-component/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
A hawkular-component/src/test/groovy/org/hawkular/metrics/component/bus/test/InsertedDataITest.groovy
M pom.xml
Log Message:
-----------
Introduce Hawkular Metrics Component module
/bin/bash: q : commande introuvable
Commit: 053ac3009857aff56dd1f5bad23e1cca36fed014
https://github.com/hawkular/hawkular-metrics/commit/053ac3009857aff56dd1f...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
M hawkular-component/pom.xml
Log Message:
-----------
Make it possible to use mvn wildfly:run for development
Commit: 42d5cc0b5fca8232b760b84d17df0709c4810d48
https://github.com/hawkular/hawkular-metrics/commit/42d5cc0b5fca8232b760b...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
M hawkular-component/pom.xml
Log Message:
-----------
Use Wildfly Maven Plugin "execute-commands" goal to configure logging
Commit: cf06a6038c997e44daaa9da2596d5ea80cb98479
https://github.com/hawkular/hawkular-metrics/commit/cf06a6038c997e44daaa9...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
M hawkular-component/pom.xml
Log Message:
-----------
Do not run CLI commands in Maven's JVM (causes class loading issues)
Commit: ed979fcfbe3e2a7baa1bda45fffe2b795951a92d
https://github.com/hawkular/hawkular-metrics/commit/ed979fcfbe3e2a7baa1bd...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
M hawkular-component/pom.xml
A hawkular-component/src/test/resources/logback-test.xml
Log Message:
-----------
Use logging config for tests
Commit: 9a69e3b4b9a1278610fac622dbabdc3f6804f441
https://github.com/hawkular/hawkular-metrics/commit/9a69e3b4b9a1278610fac...
Author: jsanda <jsanda(a)redhat.com>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
M api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
A api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/ServiceReady.java
M core/metrics-core-api/src/main/java/org/hawkular/metrics/core/api/MetricsService.java
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/MetricsServiceITest.java
A hawkular-component/pom.xml
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/AvailDataMessage.java
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/AvailDataPublisher.java
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/InsertedDataSubscriber.java
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/MetricDataMessage.java
A hawkular-component/src/main/java/org/hawkular/metrics/component/publish/MetricDataPublisher.java
A hawkular-component/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
A hawkular-component/src/test/groovy/org/hawkular/metrics/component/bus/test/InsertedDataITest.groovy
A hawkular-component/src/test/resources/logback-test.xml
M pom.xml
Log Message:
-----------
Merge pull request #393 from tsegismont/jira/HWKMETRICS-83
HWKMETRICS-83 Create glue code component to integrate with hawkular-bus
Thanks @tsegismont!
Compare: https://github.com/hawkular/hawkular-metrics/compare/76ed9f39bf5f...9a69e...
10 years, 6 months
[hawkular/hawkular-metrics] 70b54d: Use CLI commands to configure test server instead ...
by Stefan Negrea
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: 70b54d81a0b8847628a83009f568dd91b4a119fb
https://github.com/hawkular/hawkular-metrics/commit/70b54d81a0b8847628a83...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-10-12 (Mon, 12 Oct 2015)
Changed paths:
M clients/ptranslator/pom.xml
M integration-tests/rest-tests-jaxrs-1.1/pom.xml
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/application-roles.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/application-users.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/logging.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/mgmt-groups.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/mgmt-users.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/standalone.xml
M integration-tests/rest-tests-jaxrs/pom.xml
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/application-roles.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/application-users.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/logging.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/mgmt-groups.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/mgmt-users.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/standalone-test.xml
Log Message:
-----------
Use CLI commands to configure test server instead of copying files from source tree
Commit: 19b04f078559197d1177270884e7eb97e6f05e11
https://github.com/hawkular/hawkular-metrics/commit/19b04f078559197d11772...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2015-10-12 (Mon, 12 Oct 2015)
Changed paths:
M clients/ptranslator/pom.xml
M integration-tests/rest-tests-jaxrs-1.1/pom.xml
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/application-roles.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/application-users.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/logging.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/mgmt-groups.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/mgmt-users.properties
R integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/standalone.xml
M integration-tests/rest-tests-jaxrs/pom.xml
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/application-roles.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/application-users.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/logging.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/mgmt-groups.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/mgmt-users.properties
R integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/standalone-test.xml
Log Message:
-----------
Merge pull request #396 from tsegismont/remove_server_test_configs
Use CLI commands to configure test server
Compare: https://github.com/hawkular/hawkular-metrics/compare/c2f749301461...19b04...
10 years, 6 months