[hawkular/hawkular] 859a63: Consuming the events from inventory and updating t...
by Mike Thompson
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular
Commit: 859a6366f520b1523a50f34355bd17b989cf0343
https://github.com/hawkular/hawkular/commit/859a6366f520b1523a50f34355bd1...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M console/src/main/scripts/bower.json
M console/src/main/scripts/gulpfile.js
M console/src/main/scripts/plugins/includes.ts
M console/src/main/scripts/plugins/topology/directives/hawkularTopologyGraph.ts
M console/src/main/scripts/plugins/topology/html/index.html
M console/src/main/scripts/plugins/topology/includes.ts
M console/src/main/scripts/plugins/topology/less/priority01Topology.less
M console/src/main/scripts/plugins/topology/ts/d3Setup.ts
M console/src/main/scripts/plugins/topology/ts/topologyGlobals.ts
M console/src/main/scripts/plugins/topology/ts/topologyPlugin.ts
A console/src/main/webapp/resources/img/wildfly_logomark.svg
Log Message:
-----------
Consuming the events from inventory and updating the topology graph on events. Also adding a platform to the graph.
Commit: 61393d2ada0479dd4255405227ad609044bc74d3
https://github.com/hawkular/hawkular/commit/61393d2ada0479dd4255405227ad6...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M console/src/main/scripts/plugins/topology/less/priority01Topology.less
Log Message:
-----------
Using relative path instead of the absolute with hardcoded 'localhost' to reference the svg 'def'.
Commit: 415e397815cdc3f205bdc83e0149bb7addec96a8
https://github.com/hawkular/hawkular/commit/415e397815cdc3f205bdc83e0149b...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M console/src/main/scripts/bower.json
M console/src/main/scripts/gulpfile.js
M console/src/main/scripts/plugins/includes.ts
M console/src/main/scripts/plugins/topology/directives/hawkularTopologyGraph.ts
M console/src/main/scripts/plugins/topology/html/index.html
M console/src/main/scripts/plugins/topology/includes.ts
M console/src/main/scripts/plugins/topology/less/priority01Topology.less
M console/src/main/scripts/plugins/topology/ts/d3Setup.ts
M console/src/main/scripts/plugins/topology/ts/topologyGlobals.ts
M console/src/main/scripts/plugins/topology/ts/topologyPlugin.ts
A console/src/main/webapp/resources/img/wildfly_logomark.svg
Log Message:
-----------
Merge pull request #771 from Jiri-Kremser/topology-improvements
Topology view improvements
Compare: https://github.com/hawkular/hawkular/compare/821d92317276...415e397815cd
9 years, 8 months
[hawkular/hawkular] 3cd98d: HAWKULAR-796 create new screen with datasource det...
by Mike Thompson
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular
Commit: 3cd98d44ed9a0da53d2b5adcc3359af538e7a45c
https://github.com/hawkular/hawkular/commit/3cd98d44ed9a0da53d2b5adcc3359...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
A console/src/main/scripts/d.ts/d3/d3.d.ts
M console/src/main/scripts/plugins/directives/subtab/html/subtab.html
M console/src/main/scripts/plugins/directives/subtab/ts/subtabDirective.ts
M console/src/main/scripts/plugins/metrics/html/app-details/detail-datasources.html
A console/src/main/scripts/plugins/metrics/html/directives/datasources/detail.html
M console/src/main/scripts/plugins/metrics/html/directives/overview/donut-chart.html
M console/src/main/scripts/plugins/metrics/html/directives/url-list/item.html
M console/src/main/scripts/plugins/metrics/less/metrics.less
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
M console/src/main/scripts/plugins/metrics/ts/appServerList.ts
A console/src/main/scripts/plugins/metrics/ts/directives/datasources/dataSourceController.ts
M console/src/main/scripts/plugins/metrics/ts/directives/overview/statusOverviewDirective.ts
M console/src/main/scripts/plugins/metrics/ts/eventNames.ts
M console/src/main/scripts/plugins/metrics/ts/metricsPlugin.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
M console/src/main/scripts/plugins/metrics/ts/services/alertRouterManager.ts
Log Message:
-----------
HAWKULAR-796 create new screen with datasource detail. Add this screen to router, add breadcrumb back from this screen. Change datasource layout to tile list
HAWKULAR-796 remove console.logs and unused import.
Commit: df0f314fe6ea3d700623bfbc8acdcfc9207d6b12
https://github.com/hawkular/hawkular/commit/df0f314fe6ea3d700623bfbc8acdc...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M console/src/main/scripts/plugins/metrics/html/app-details/detail-datasources.html
M console/src/main/scripts/plugins/metrics/html/directives/datasources/detail.html
M console/src/main/scripts/plugins/metrics/less/metrics.less
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
M console/src/main/scripts/plugins/metrics/ts/directives/datasources/dataSourceController.ts
M console/src/main/scripts/plugins/metrics/ts/directives/overview/statusOverviewDirective.ts
Log Message:
-----------
HAWKULAR-796 change of tiles in datasources, to overflow:inherit so the popup with information is not hidden and set height to 100% so whole tile is visible. Add const where let is rendundat, change any in promies to appropriate type.
HAWKULAR-796 remove unnecessary encodeResourceId from datasources
HAWKULAR-796 change creating of redirectUrl from string concatenation to more readable array and join with /
Commit: 821d923172765ceb7b48618af90a0f77ca37a4a3
https://github.com/hawkular/hawkular/commit/821d923172765ceb7b48618af90a0...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
A console/src/main/scripts/d.ts/d3/d3.d.ts
M console/src/main/scripts/plugins/directives/subtab/html/subtab.html
M console/src/main/scripts/plugins/directives/subtab/ts/subtabDirective.ts
M console/src/main/scripts/plugins/metrics/html/app-details/detail-datasources.html
A console/src/main/scripts/plugins/metrics/html/directives/datasources/detail.html
M console/src/main/scripts/plugins/metrics/html/directives/overview/donut-chart.html
M console/src/main/scripts/plugins/metrics/html/directives/url-list/item.html
M console/src/main/scripts/plugins/metrics/less/metrics.less
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
M console/src/main/scripts/plugins/metrics/ts/appServerList.ts
A console/src/main/scripts/plugins/metrics/ts/directives/datasources/dataSourceController.ts
M console/src/main/scripts/plugins/metrics/ts/directives/overview/statusOverviewDirective.ts
M console/src/main/scripts/plugins/metrics/ts/eventNames.ts
M console/src/main/scripts/plugins/metrics/ts/metricsPlugin.ts
M console/src/main/scripts/plugins/metrics/ts/metricsTypes.ts
M console/src/main/scripts/plugins/metrics/ts/services/alertRouterManager.ts
Log Message:
-----------
Merge pull request #769 from karelhala/HAWKULAR-796
HAWKULAR-796
Compare: https://github.com/hawkular/hawkular/compare/b4fc5f4a4dc9...821d92317276
9 years, 8 months
[hawkular/hawkular-accounts] 18fd51: [maven-release-plugin] prepare for next developmen...
by Jenkins@kroehling.de
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-accounts
Commit: 18fd514265815652d658193dd072b82b3168314f
https://github.com/hawkular/hawkular-accounts/commit/18fd514265815652d658...
Author: Jenkins at kroehling.de <jenkins(a)kroehling.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M accounts/pom.xml
M api/pom.xml
M common/pom.xml
M events-backend/pom.xml
M events-listener/pom.xml
M feature-pack-resources/pom.xml
M feature-pack/pom.xml
M integration-tests/all-others/pom.xml
M integration-tests/important/pom.xml
M integration-tests/pom.xml
M integration-tests/smoke/pom.xml
M jaxb-adapters/pom.xml
M keycloak-event-listener-jms/pom.xml
M keycloak-event-listener-rest/pom.xml
M keycloak-theme/pom.xml
M pom.xml
M sample-websocket-backend/pom.xml
M sample-websocket-frontend/pom.xml
M sample-websocket-secured/pom.xml
M sample/pom.xml
M websocket-api/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
9 years, 8 months
[hawkular/hawkular-accounts] 2de9e1: [maven-release-plugin] prepare release 2.0.11.Fina...
by Jenkins@kroehling.de
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-accounts
Commit: 2de9e1c732b57564e12db41e871b8df85ba2df76
https://github.com/hawkular/hawkular-accounts/commit/2de9e1c732b57564e12d...
Author: Jenkins at kroehling.de <jenkins(a)kroehling.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M accounts/pom.xml
M api/pom.xml
M common/pom.xml
M events-backend/pom.xml
M events-listener/pom.xml
M feature-pack-resources/pom.xml
M feature-pack/pom.xml
M integration-tests/all-others/pom.xml
M integration-tests/important/pom.xml
M integration-tests/pom.xml
M integration-tests/smoke/pom.xml
M jaxb-adapters/pom.xml
M keycloak-event-listener-jms/pom.xml
M keycloak-event-listener-rest/pom.xml
M keycloak-theme/pom.xml
M pom.xml
M sample-websocket-backend/pom.xml
M sample-websocket-frontend/pom.xml
M sample-websocket-secured/pom.xml
M sample/pom.xml
M websocket-api/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 2.0.11.Final
9 years, 8 months