Branch: refs/heads/master
Home:
https://github.com/hawkular/hawkular-ui-components
Commit: feeb07501793906a7aed8edaf19c67d557564130
https://github.com/hawkular/hawkular-ui-components/commit/feeb07501793906...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-03-30 (Wed, 30 Mar 2016)
Changed paths:
M dist/css/hawkular-ui-components.css
A dist/js/hawkular-ui-components
M dist/js/hawkular-ui-components.js
A src/components/action-buttons.html
A src/components/actionButtonsDirective.ts
M src/components/data-table/data-table.html
A src/components/data-table/dataTableComponent.ts
R src/components/data-table/dataTableDirective.ts
M src/components/data-table/dataTablecontroller.ts
M src/components/data-table/loader.ts
M src/components/loader.ts
M src/components/toolbar-menu/loader.ts
A src/components/toolbar-menu/toolbarComponent.ts
R src/components/toolbar-menu/toolbarDirective.ts
A src/components/validate-credentials.html
A src/components/validateCredentialsComponent.ts
A src/components/validateCredentialsController.ts
A src/demo/controllers/actionButtonsController.ts
M src/demo/controllers/availableComponentsController.ts
M src/demo/controllers/dataTableController.ts
M src/demo/controllers/loader.ts
A src/demo/controllers/validateCredentialsController.ts
A src/demo/services/availableComponentsService.ts
M src/demo/styles/demo-app.scss
A src/demo/views/action-buttons.html
A src/demo/views/data-table/no-data.html
M src/demo/views/loader.ts
A src/demo/views/validate-credentials.html
M src/styles/hawkular-ui-components.scss
Log Message:
-----------
Add new validate credentials, action buttons component
update demo app, so they will show currently all components. Update registering of these
available components, so now it is requeired to edit this only at one place, not 2 as
before
Commit: b5a1c7c6026e3264896c68eb7936e9749ecd02e5
https://github.com/hawkular/hawkular-ui-components/commit/b5a1c7c6026e326...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-03-30 (Wed, 30 Mar 2016)
Changed paths:
M src/components/actionButtonsDirective.ts
Log Message:
-----------
Remove logging
Commit: 8055837f72e248eb2b7ac245fa64c61693dc621b
https://github.com/hawkular/hawkular-ui-components/commit/8055837f72e248e...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2016-03-30 (Wed, 30 Mar 2016)
Changed paths:
M dist/css/hawkular-ui-components.css
A dist/js/hawkular-ui-components
M dist/js/hawkular-ui-components.js
A src/components/action-buttons.html
A src/components/actionButtonsDirective.ts
M src/components/data-table/data-table.html
A src/components/data-table/dataTableComponent.ts
R src/components/data-table/dataTableDirective.ts
M src/components/data-table/dataTablecontroller.ts
M src/components/data-table/loader.ts
M src/components/loader.ts
M src/components/toolbar-menu/loader.ts
A src/components/toolbar-menu/toolbarComponent.ts
R src/components/toolbar-menu/toolbarDirective.ts
A src/components/validate-credentials.html
A src/components/validateCredentialsComponent.ts
A src/components/validateCredentialsController.ts
A src/demo/controllers/actionButtonsController.ts
M src/demo/controllers/availableComponentsController.ts
M src/demo/controllers/dataTableController.ts
M src/demo/controllers/loader.ts
A src/demo/controllers/validateCredentialsController.ts
A src/demo/services/availableComponentsService.ts
M src/demo/styles/demo-app.scss
A src/demo/views/action-buttons.html
A src/demo/views/data-table/no-data.html
M src/demo/views/loader.ts
A src/demo/views/validate-credentials.html
M src/styles/hawkular-ui-components.scss
Log Message:
-----------
Merge pull request #117 from karelhala/credentialsActionButtons
Add new validate credentials, action buttons component
Compare:
https://github.com/hawkular/hawkular-ui-components/compare/517d34a9167a.....