[Hawkular-commits] [hawkular/hawkular-alerts] 271c57: Port Events examples into .next and update UI (#37...
Lucas Ponce
ponce.ballesteros at gmail.com
Mon Jul 10 08:10:04 EDT 2017
Branch: refs/heads/next
Home: https://github.com/hawkular/hawkular-alerts
Commit: 271c57f97f1971555b6595dd2babbd8cf255ab28
https://github.com/hawkular/hawkular-alerts/commit/271c57f97f1971555b6595dd2babbd8cf255ab28
Author: Lucas Ponce <ponce.ballesteros at gmail.com>
Date: 2017-07-10 (Mon, 10 Jul 2017)
Changed paths:
A actions/actions-plugins/actions-webhook/pom.xml
A actions/actions-plugins/actions-webhook/src/main/java/org/hawkular/alerts/actions/webhook/WebHookPlugin.java
M actions/actions-plugins/pom.xml
M api/src/main/java/org/hawkular/alerts/api/model/event/Event.java
M dist/pom.xml
M examples/autoresolve-process/README.adoc
A examples/events/README.adoc
A examples/events/pom.xml
A examples/events/src/test/groovy/clean_events.groovy
A examples/events/src/test/groovy/create_definitions_events_tutorial_03.groovy
A examples/events/src/test/groovy/create_definitions_events_tutorial_04.groovy
A examples/events/src/test/groovy/create_definitions_events_tutorial_05.groovy
A examples/events/src/test/groovy/send_events_tutorial_01.groovy
A examples/events/src/test/groovy/send_events_tutorial_02.groovy
A examples/events/src/test/groovy/send_events_tutorial_03.groovy
A examples/events/src/test/groovy/send_events_tutorial_04.groovy
A examples/events/src/test/groovy/send_events_tutorial_05.groovy
A examples/events/src/test/resources/events-tutorial-03.json
A examples/events/src/test/resources/events-tutorial-04.json
A examples/events/src/test/resources/events-tutorial-05.json
A examples/webhook/README.adoc
A examples/webhook/pom.xml
A examples/webhook/src/test/groovy/create_definitions.groovy
A examples/webhook/src/test/groovy/send_data.groovy
A examples/webhook/src/test/resources/webhook-definitions.json
M itests/pom.xml
M ui/src/main/ui/src/actions/actions.html
M ui/src/main/ui/src/dashboard/dashboard-controller.js
M ui/src/main/ui/src/dashboard/dashboard-service.js
M ui/src/main/ui/src/dashboard/dashboard.html
M ui/src/main/ui/src/styles/app.css
M ui/src/main/ui/src/styles/scss/main.scss
M ui/src/main/ui/src/triggers/triggers.html
Log Message:
-----------
Port Events examples into .next and update UI (#373)
* Add eventType criteria on getEvents()
Update UI dashboard to not duplicate ALERT and EVENT on timeline
* Move hawkular.* into config
Include FIRING/AUTORESOLVE modes in UI
* Port Events examples
Add Events support into the UI
Fix missing eventType on Event generated from Trigger
* Port webhook plugin
- Remove the Ping demo handler, using now an external Ping service hosted on Openshift
Port webhook examples
Support Webhook plugins on UI
* Missing headers and timestamps on UI dashboard
More information about the hawkular-commits
mailing list