[Hawkular-commits] [hawkular/hawkular] f7cfcb: Hawkular-922 Migrate trigger definition to server

Mike Thompson mtho11 at users.noreply.github.com
Fri Feb 12 15:41:57 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/hawkular/hawkular
  Commit: f7cfcb094c2c9bc66d61d77a11a37948aa4cc060
      https://github.com/hawkular/hawkular/commit/f7cfcb094c2c9bc66d61d77a11a37948aa4cc060
  Author: jshaughn <jshaughn at redhat.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    A modules/hawkular-api-parent/hawkular-glue/.gitignore
    A modules/hawkular-api-parent/hawkular-glue/pom.xml
    A modules/hawkular-api-parent/hawkular-glue/src/main/java/org/hawkular/glue/bus/listener/InventoryEventListener.java
    M modules/hawkular-api-parent/hawkular-rest-api/pom.xml
    A modules/hawkular-api-parent/hawkular-rest-api/src/main/webapp/WEB-INF/jboss-all.xml
    M modules/hawkular-api-parent/hawkular-rest-api/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
    M modules/hawkular-api-parent/pom.xml
    M pom.xml

  Log Message:
  -----------
  Hawkular-922 Migrate trigger definition to server
- add inventory event listener in hawkular war
- poc wip for using group triggers


  Commit: 36645f45903bef6076d4d9993e3339c8ca78ffa9
      https://github.com/hawkular/hawkular/commit/36645f45903bef6076d4d9993e3339c8ca78ffa9
  Author: jshaughn <jshaughn at redhat.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M modules/hawkular-api-parent/hawkular-glue/src/main/java/org/hawkular/glue/bus/listener/InventoryEventListener.java

  Log Message:
  -----------
  Hawkular-922 WIP
- add more group trigger definitions
- fix autoresolve def in URL
- change expired/rejectes session alerting to rate as opposed to threshold
  because these are counter metrics.


  Commit: f136d7ace3723cefc52fa45aab422b9c9b59f6dd
      https://github.com/hawkular/hawkular/commit/f136d7ace3723cefc52fa45aab422b9c9b59f6dd
  Author: jshaughn <jshaughn at redhat.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M modules/hawkular-api-parent/hawkular-glue/src/main/java/org/hawkular/glue/bus/listener/InventoryEventListener.java
    M pom.xml

  Log Message:
  -----------
  Hawkular-922 WIP
- WildFly Server Group Triggers and Member Triggers getting defined
- URL group trigger getting defined, member addition not yet tested
- had to bump alerts to SNAPSHOT version, should move to SRCDEP at some point


  Commit: 4c1c29bc3f36b2b2a59ab6d21d53860752b61287
      https://github.com/hawkular/hawkular/commit/4c1c29bc3f36b2b2a59ab6d21d53860752b61287
  Author: jshaughn <jshaughn at redhat.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/ts/appServerDetails.ts
    M modules/hawkular-api-parent/hawkular-glue/src/main/java/org/hawkular/glue/bus/listener/InventoryEventListener.java

  Log Message:
  -----------
  HAWKULAR-922 WIP
- stop trigger creation for app server in gui
- add failed deployment group and member trigger creation


  Commit: 23e87764ad4e504de0b2bfe3c3124ed57061322a
      https://github.com/hawkular/hawkular/commit/23e87764ad4e504de0b2bfe3c3124ed57061322a
  Author: jshaughn <jshaughn at redhat.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/ts/appServerDetails.ts
    M modules/hawkular-api-parent/hawkular-glue/src/main/java/org/hawkular/glue/bus/listener/InventoryEventListener.java

  Log Message:
  -----------
  HAWKULAR-922 WIP, finish adding group/member trigger defs (all untested)


  Commit: 314584f2db6b4479c4d03fd5f7fc5752eaa26d42
      https://github.com/hawkular/hawkular/commit/314584f2db6b4479c4d03fd5f7fc5752eaa26d42
  Author: jshaughn <jshaughn at redhat.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M modules/hawkular-api-parent/hawkular-glue/src/main/java/org/hawkular/glue/bus/listener/InventoryEventListener.java

  Log Message:
  -----------
  Hawkular-922 Fix a few trigger issues.


  Commit: e7bbdfec2f8964f7f092d64466be29305f4ae90b
      https://github.com/hawkular/hawkular/commit/e7bbdfec2f8964f7f092d64466be29305f4ae90b
  Author: jshaughn <jshaughn at jshaughn-fedora.fios-router.home>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/html/directives/fieldset-notification.html
    M console/src/main/scripts/plugins/metrics/html/triggers/threshold.html
    M console/src/main/scripts/plugins/metrics/ts/alerts.ts
    M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
    M console/src/main/scripts/plugins/metrics/ts/appServerDetails.ts
    M console/src/main/scripts/plugins/metrics/ts/directives/alertDirective.ts
    M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
    M console/src/main/scripts/plugins/metrics/ts/services/alertsManager.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/availabilityTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/eventTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeByPercentTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/thresholdTrigger.ts
    M modules/hawkular-api-parent/hawkular-glue/src/main/java/org/hawkular/glue/bus/listener/InventoryEventListener.java

  Log Message:
  -----------
  HAWKULAR-922 Alert Migration
- fix angular version issue (in same way as master)
- deal with notification issues
  - no e-mail set at OOB-time
  - new ActionDefinition api compat
- remove trigger defs from ui code
- fix a dampening issue


  Commit: 3eadd1e176ad543bce8debc970b3a34119a53717
      https://github.com/hawkular/hawkular/commit/3eadd1e176ad543bce8debc970b3a34119a53717
  Author: jshaughn <jshaughn at jshaughn-fedora.fios-router.home>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/ts/AlertDefinitionTypes.ts
    M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
    M console/src/main/scripts/plugins/metrics/ts/services/alertsManager.ts
    M console/src/main/scripts/plugins/metrics/ts/urlList.ts

  Log Message:
  -----------
  Hawkular-922 rebase on hawkular master
- fix some .ts issues
- remove trigger creation from url gui code


  Commit: 14f6e604cd0bd41610e5943cf4aee28067c818ee
      https://github.com/hawkular/hawkular/commit/14f6e604cd0bd41610e5943cf4aee28067c818ee
  Author: jshaughn <jshaughn at jshaughn-fedora.fios-router.home>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M modules/hawkular-api-parent/hawkular-rest-api/pom.xml

  Log Message:
  -----------
  Hawkular-922 Fix dependency bug that was brought to the surface
in this branch, although it's also bad in master. Will be fixed
when this goes in...


  Commit: 5083d73f35132d32db778a85ab9b44da0aba9632
      https://github.com/hawkular/hawkular/commit/5083d73f35132d32db778a85ab9b44da0aba9632
  Author: jshaughn <jshaughn at jshaughn-fedora.fios-router.home>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/html/directives/fieldset-notification.html
    M console/src/main/scripts/plugins/metrics/html/triggers/threshold.html
    M console/src/main/scripts/plugins/metrics/ts/alerts.ts
    M console/src/main/scripts/plugins/metrics/ts/directives/alertDirective.ts
    M console/src/main/scripts/plugins/metrics/ts/services/alertsManager.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/availabilityTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/eventTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeByPercentTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/thresholdTrigger.ts

  Log Message:
  -----------
  Hawkular-922 WIP
- Fix various aspects of group trigger update
- Fix email on/off switch behavior
- Better email action handling (more to do)
- Use new FullTrigger get feature of alerts


  Commit: 42f5776dfdf860a8e87121a58ec3452746329d94
      https://github.com/hawkular/hawkular/commit/42f5776dfdf860a8e87121a58ec3452746329d94
  Author: jshaughn <jshaughn at jshaughn-fedora.fios-router.home>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M console/src/main/scripts/bower.json
    M console/src/main/scripts/plugins/metrics/html/directives/fieldset-notification.html
    M console/src/main/scripts/plugins/metrics/html/partials/trigger-general-setup.html
    M console/src/main/scripts/plugins/metrics/html/triggers/availability.html
    M console/src/main/scripts/plugins/metrics/html/triggers/event.html
    M console/src/main/scripts/plugins/metrics/html/triggers/range-percent.html
    M console/src/main/scripts/plugins/metrics/html/triggers/range.html
    M console/src/main/scripts/plugins/metrics/ts/alerts.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/availabilityTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/eventTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeByPercentTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/thresholdTrigger.ts
    R modules/hawkular-api-parent/hawkular-glue/.gitignore
    R modules/hawkular-api-parent/hawkular-glue/pom.xml
    R modules/hawkular-api-parent/hawkular-glue/src/main/java/org/hawkular/glue/bus/listener/InventoryEventListener.java
    A modules/hawkular-api-parent/hawkular-listener/.gitignore
    A modules/hawkular-api-parent/hawkular-listener/pom.xml
    A modules/hawkular-api-parent/hawkular-listener/src/main/java/org/hawkular/listener/bus/InventoryEventListener.java
    M modules/hawkular-api-parent/pom.xml
    M pom.xml

  Log Message:
  -----------
  Hawkular-922 update ui-services, fix notification handling, other
- update ui-services version for group trigger services
- fix email-switch handling in trigger detail
- remove editing of name, description because now we are editing group triggers
- remove verbose server/console logging
- rename hawkular-glue jar to hawkular-listener jar


  Commit: 4782b73895fd2eb5772a7f1a164f9a1601cafa83
      https://github.com/hawkular/hawkular/commit/4782b73895fd2eb5772a7f1a164f9a1601cafa83
  Author: jshaughn <jshaughn at jshaughn-fedora.fios-router.home>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M modules/hawkular-api-parent/pom.xml

  Log Message:
  -----------
  fix rebase issue


  Commit: c347f1cfd597efb5312fae0d64a87c11ba069d68
      https://github.com/hawkular/hawkular/commit/c347f1cfd597efb5312fae0d64a87c11ba069d68
  Author: jshaughn <jshaughn at jshaughn-fedora.fios-router.home>
  Date:   2016-02-12 (Fri, 12 Feb 2016)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/ts/services/alertsManager.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/thresholdTrigger.ts
    M modules/hawkular-api-parent/hawkular-listener/src/main/java/org/hawkular/listener/bus/InventoryEventListener.java

  Log Message:
  -----------
  Hawkular-922 PR feedback and testing
- fix rendering of % unit in threshold trigger to better
  support platform cpu triggers
- fix dataids on some of the member triggrs so they actually
  match the data being sent to alerts from metrics
- remove some dead code
- remove some console logging


  Commit: f97ef74c9fb4a71aef4e653caaa68ca808dd9fec
      https://github.com/hawkular/hawkular/commit/f97ef74c9fb4a71aef4e653caaa68ca808dd9fec
  Author: Mike Thompson <mtho11 at users.noreply.github.com>
  Date:   2016-02-12 (Fri, 12 Feb 2016)

  Changed paths:
    M console/src/main/scripts/bower.json
    M console/src/main/scripts/plugins/metrics/html/directives/fieldset-notification.html
    M console/src/main/scripts/plugins/metrics/html/partials/trigger-general-setup.html
    M console/src/main/scripts/plugins/metrics/html/triggers/availability.html
    M console/src/main/scripts/plugins/metrics/html/triggers/event.html
    M console/src/main/scripts/plugins/metrics/html/triggers/range-percent.html
    M console/src/main/scripts/plugins/metrics/html/triggers/range.html
    M console/src/main/scripts/plugins/metrics/html/triggers/threshold.html
    M console/src/main/scripts/plugins/metrics/ts/AlertDefinitionTypes.ts
    M console/src/main/scripts/plugins/metrics/ts/alerts.ts
    M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
    M console/src/main/scripts/plugins/metrics/ts/appServerDetails.ts
    M console/src/main/scripts/plugins/metrics/ts/directives/alertDirective.ts
    M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
    M console/src/main/scripts/plugins/metrics/ts/services/alertsManager.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/availabilityTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/eventTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeByPercentTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/thresholdTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/urlList.ts
    A modules/hawkular-api-parent/hawkular-listener/.gitignore
    A modules/hawkular-api-parent/hawkular-listener/pom.xml
    A modules/hawkular-api-parent/hawkular-listener/src/main/java/org/hawkular/listener/bus/InventoryEventListener.java
    M modules/hawkular-api-parent/hawkular-rest-api/pom.xml
    A modules/hawkular-api-parent/hawkular-rest-api/src/main/webapp/WEB-INF/jboss-all.xml
    M modules/hawkular-api-parent/hawkular-rest-api/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
    M modules/hawkular-api-parent/pom.xml
    M pom.xml

  Log Message:
  -----------
  Merge pull request #846 from jshaughn/hawkular-922

Hawkular 922


Compare: https://github.com/hawkular/hawkular/compare/3f35055f6962...f97ef74c9fb4


More information about the hawkular-commits mailing list