[hawkular/hawkular] 86d220: * don't use MDBs - we need to dynamically add and ...
by John Mazzitelli
Branch: refs/heads/mazz/hawkular-437-server-agent-comm
Home: https://github.com/hawkular/hawkular
Commit: 86d22094dc87f39a12c02a5fd85ffb49dcd7f3db
https://github.com/hawkular/hawkular/commit/86d22094dc87f39a12c02a5fd85ff...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/command/ui/ExecuteOperationCommand.java
A modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/mdb/ExecuteOperationListener.java
R modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/mdb/ExecuteOperationMDB.java
M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/ConnectedFeeds.java
M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/ConnectedUIClients.java
M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/FeedCommWebSocket.java
A modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/FeedListenerGenerator.java
M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/UIClientCommWebSocket.java
Log Message:
-----------
* don't use MDBs - we need to dynamically add and remove listeners as feeds come and go
* do not use transactions in our beans, we don't need them and it screws things up if we use them
* now that we use message selectors, we can use queues instead of topics which makes things easier
10 years, 8 months
[hawkular/hawkular] f4a647: Refactoring from codereview.
by Mike Thompson
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular
Commit: f4a6470346076b462c8ace34195496eeadd97c15
https://github.com/hawkular/hawkular/commit/f4a6470346076b462c8ace3419549...
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M console/src/main/scripts/plugins/accounts/ts/accountsGlobals.ts
M console/src/main/scripts/plugins/accounts/ts/accountsPlugin.ts
M console/src/main/scripts/plugins/metrics/html/response-time.html
M console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
Log Message:
-----------
Refactoring from codereview.
Commit: 565b035bb1b6beb2386e83ef58f491d4f457726c
https://github.com/hawkular/hawkular/commit/565b035bb1b6beb2386e83ef58f49...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M console/src/main/scripts/plugins/accounts/ts/accountsGlobals.ts
M console/src/main/scripts/plugins/accounts/ts/accountsPlugin.ts
M console/src/main/scripts/plugins/metrics/html/response-time.html
M console/src/main/scripts/plugins/metrics/ts/alertsManager.ts
M console/src/main/scripts/plugins/metrics/ts/metricsResponsePage.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
Log Message:
-----------
Merge pull request #329 from hawkular/codereview4
Refactoring from codereview.
Compare: https://github.com/hawkular/hawkular/compare/7495cba71100...565b035bb1b6
10 years, 8 months
[hawkular/hawkular-alerts] 1095eb: - Fix AutoResolve bug such that the trigger gets r...
by Jay Shaughnessy
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-alerts
Commit: 1095eb76563c6f9942f01fe59808a1b3b8925192
https://github.com/hawkular/hawkular-alerts/commit/1095eb76563c6f9942f01f...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M hawkular-alerts-engine/src/main/java/org/hawkular/alerts/engine/impl/AlertsEngineImpl.java
M hawkular-alerts-rest-tests/src/test/groovy/org/hawkular/alerts/rest/LifecycleITest.groovy
Log Message:
-----------
- Fix AutoResolve bug such that the trigger gets reloaded (in firing mode).
- Fix associated lifecycle tests
- fix bug in autoResolveWithThresholdTest() where incorrect data value
was being sent to cause autoResolve, and also fix some mistaken
validation code.
- fix bug in json format issue in data sent to alerts via bus RestClient.
- make sure we have the proper number of returned alerts (or none) for
200 responses (especially now that 204 is not returned for none found)
10 years, 8 months