[Hawkular-commits] [hawkular/hawkular] 619fed: HAWKULAR-806 - the server side part of the work: t...

John Mazzitelli mazz at redhat.com
Fri Nov 13 17:53:06 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hawkular/hawkular
  Commit: 619fed249bf6e4e22aa58b584367918ac10cd3ee
      https://github.com/hawkular/hawkular/commit/619fed249bf6e4e22aa58b584367918ac10cd3ee
  Author: Jirka Kremser <jkremser at redhat.com>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M dist/assembly.xml
    M dist/pom.xml
    M modules/hawkular-wildfly-agent-download/src/main/java/org/hawkular/component/wildflymonitor/WildFlyAgentServlet.java

  Log Message:
  -----------
  HAWKULAR-806 - the server side part of the work: the servlet now allows for downloading the installer jar with the internal propery file correctly filled with values given as a query param in the URL


  Commit: f03fcef7136923a2739ad57d9c8f95e74bf95ce0
      https://github.com/hawkular/hawkular/commit/f03fcef7136923a2739ad57d9c8f95e74bf95ce0
  Author: Jirka Kremser <jkremser at redhat.com>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M modules/hawkular-wildfly-agent-download/src/main/java/org/hawkular/component/wildflymonitor/WildFlyAgentServlet.java

  Log Message:
  -----------
  HAWKULAR-806 Replacing also the username and password in the properties.


  Commit: 38b7d9c0d6301a387f76accd54b05dd62a76335e
      https://github.com/hawkular/hawkular/commit/38b7d9c0d6301a387f76accd54b05dd62a76335e
  Author: Jirka Kremser <jkremser at redhat.com>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M console/src/main/scripts/plugins/directives/topbar/html/topbar.html
    A console/src/main/scripts/plugins/metrics/html/agent-installer.html
    M console/src/main/scripts/plugins/metrics/less/metrics.less
    A console/src/main/scripts/plugins/metrics/ts/agentInstaller.ts
    M console/src/main/scripts/plugins/metrics/ts/globalController.ts
    M console/src/main/scripts/plugins/metrics/ts/metricsPlugin.ts

  Log Message:
  -----------
  HAWKULAR-806 UI part of the jira: adding new page that will be visible after entering into experimental mode. It allows to download the pre-configured agent installer jar (for wildfly).


  Commit: 10595bddd2f94dd6cc871671b42faf5ca8073f00
      https://github.com/hawkular/hawkular/commit/10595bddd2f94dd6cc871671b42faf5ca8073f00
  Author: John Mazzitelli <mazz at redhat.com>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M console/src/main/scripts/plugins/directives/topbar/html/topbar.html
    A console/src/main/scripts/plugins/metrics/html/agent-installer.html
    M console/src/main/scripts/plugins/metrics/less/metrics.less
    A console/src/main/scripts/plugins/metrics/ts/agentInstaller.ts
    M console/src/main/scripts/plugins/metrics/ts/globalController.ts
    M console/src/main/scripts/plugins/metrics/ts/metricsPlugin.ts
    M dist/assembly.xml
    M dist/pom.xml
    M modules/hawkular-wildfly-agent-download/src/main/java/org/hawkular/component/wildflymonitor/WildFlyAgentServlet.java

  Log Message:
  -----------
  Merge branch 'HAWKULAR-806' of https://github.com/Jiri-Kremser/hawkular into Jiri-Kremser-HAWKULAR-806


  Commit: 26afa0dacc3773152c106a1ddeee6fe3003fcbad
      https://github.com/hawkular/hawkular/commit/26afa0dacc3773152c106a1ddeee6fe3003fcbad
  Author: John Mazzitelli <mazz at redhat.com>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M dist/assembly.xml
    M modules/hawkular-wildfly-agent-download/src/main/java/org/hawkular/component/wildflymonitor/WildFlyAgentServlet.java

  Log Message:
  -----------
  fix bug where content length was being set (but we don't know the content length until its too late)
support security key/password in agent config
don't be as rigid in looking for replacement strings in the default properties file - use regex to find the values
rename the installer jar file
we still need to set the hostname/port to the ones of the server providing the content - there is a TODO in the code for this


  Commit: 3164c37bba50f618a695debf88e79013e4502bad
      https://github.com/hawkular/hawkular/commit/3164c37bba50f618a695debf88e79013e4502bad
  Author: John Mazzitelli <mazz at redhat.com>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M console/src/main/scripts/plugins/directives/topbar/html/topbar.html
    A console/src/main/scripts/plugins/metrics/html/agent-installer.html
    M console/src/main/scripts/plugins/metrics/less/metrics.less
    A console/src/main/scripts/plugins/metrics/ts/agentInstaller.ts
    M console/src/main/scripts/plugins/metrics/ts/globalController.ts
    M console/src/main/scripts/plugins/metrics/ts/metricsPlugin.ts
    M dist/assembly.xml
    M dist/pom.xml
    M modules/hawkular-wildfly-agent-download/src/main/java/org/hawkular/component/wildflymonitor/WildFlyAgentServlet.java

  Log Message:
  -----------
  Merge branch 'Jiri-Kremser-HAWKULAR-806'

tweeked some things


Compare: https://github.com/hawkular/hawkular/compare/b4d5a222afdf...3164c37bba50


More information about the hawkular-commits mailing list