Branch: refs/heads/master
Home:
https://github.com/hawkular/hawkular-ui-components
Commit: 7052ce5c9e5c670662589c61bda9ba804b620bbc
https://github.com/hawkular/hawkular-ui-components/commit/7052ce5c9e5c670...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-04-25 (Mon, 25 Apr 2016)
Changed paths:
M bower.json
A demo/controllers/basicNotificationController.ts
M demo/controllers/dataTableController.ts
M demo/controllers/loader.ts
M demo/data/data-table.json
M demo/index.ts
M demo/services/availableComponentsService.ts
M demo/styles/demo-app.scss
M demo/template-index.ejs
M demo/views/data-table/basic.html
A demo/views/notification.html
M dist/css/hawkular-ui-components.css
M dist/js/hawkular-ui-components.js
M package.json
M src/components/action-buttons.html
M src/components/data-table/data-table.html
M src/components/data-table/dataTableComponent.ts
M src/components/data-table/dataTablecontroller.ts
M src/components/loader.ts
A src/components/notifications/loader.ts
A src/components/notifications/notification-section.html
A src/components/notifications/notificationSectionComponent.ts
A src/components/notifications/notificationSectionController.ts
A src/components/notifications/notifications.html
A src/components/notifications/notificationsController.ts
A src/components/notifications/notificationsDirective.ts
M src/index.ts
M src/services/dataTableService.ts
M src/services/formValidatorService.ts
M src/services/loader.ts
A src/services/notificationService.ts
M src/styles/hawkular-ui-components.scss
A tsd.json
M webpack.config.js
M webpack.vendor.config.js
Log Message:
-----------
Add Rx, new component for alerts, add them to demo
Rx is taking care for assynchronous events, especially alerts, which are registered in
Subject and called on Subject.
Alerts itself are then inserted with new component, where you can specify how many of them
will be visible and if you want, after how much time they will dissapear.
Inserting this component to demo as well, so we can see how they behave
Commit: 9bfeb12f8925623d5336f009d72b018742e876f8
https://github.com/hawkular/hawkular-ui-components/commit/9bfeb12f8925623...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-04-25 (Mon, 25 Apr 2016)
Changed paths:
M demo/views/notification.html
M dist/js/hawkular-ui-components.js
M package.json
M src/components/action-buttons.html
M src/components/actionButtonsDirective.ts
M src/components/notifications/notificationSectionComponent.ts
M src/components/notifications/notificationSectionController.ts
M src/components/notifications/notificationsController.ts
M src/services/formValidatorService.ts
M src/services/notificationService.ts
M webpack.vendor.config.js
Log Message:
-----------
Fix notification services to work more with Rxjs
change RXjs version to 4, since we use currently Angular 1.5.x and this version uses only
Rx 4. After moving to Angular 2, we can change to Rx 5 easily.
Commit: c0ed555cf27741cbda8aed67945fce3719f2e859
https://github.com/hawkular/hawkular-ui-components/commit/c0ed555cf27741c...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-04-26 (Tue, 26 Apr 2016)
Changed paths:
M dist/css/hawkular-ui-components.css
M dist/js/hawkular-ui-components.js
M package.json
M src/components/loader.ts
M src/components/notifications/notificationSectionController.ts
A src/components/sort-items.html
A src/components/sortItemsComponent.ts
A src/components/sortItemsController.ts
A src/components/tile-view/loader.ts
A src/components/tile-view/small-tile.html
A src/components/tile-view/tile-view.html
A src/components/tile-view/tileViewComponent.ts
A src/components/tile-view/tileViewController.ts
M src/components/toolbar-menu/toolbar-menu.html
M src/components/validateCredentialsController.ts
M src/services/dataTableService.ts
M src/services/formValidatorService.ts
M src/styles/hawkular-ui-components.scss
Log Message:
-----------
Add tile view component, sort items
new component for tile views, this component has 2 usage, small without data and big with
data.
Another component for sorting items
Commit: b8cbb898e50bea998b1ccc1bac5bebc0664fe54f
https://github.com/hawkular/hawkular-ui-components/commit/b8cbb898e50bea9...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-04-29 (Fri, 29 Apr 2016)
Changed paths:
M dist/css/hawkular-ui-components.css
M dist/js/hawkular-ui-components.js
M src/components/data-table/data-table-pagination.html
M src/components/data-table/data-table.html
M src/components/data-table/dataTableComponent.ts
M src/components/data-table/dataTablePaginationDirective.ts
M src/components/data-table/dataTablecontroller.ts
M src/components/sortItemsComponent.ts
M src/components/sortItemsController.ts
M src/components/tile-view/small-tile.html
M src/components/tile-view/tile-view.html
M src/components/tile-view/tileViewComponent.ts
M src/components/tile-view/tileViewController.ts
M src/services/dataTableService.ts
M src/styles/hawkular-ui-components.scss
Log Message:
-----------
Update items after they are sorted
In datables there was problem that whenever sort or limit was used data were not refreshed
properly.
Commit: 9b217385768032c16c07a49100767f13fd7ff908
https://github.com/hawkular/hawkular-ui-components/commit/9b217385768032c...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-04-29 (Fri, 29 Apr 2016)
Changed paths:
M src/components/data-table/dataTablecontroller.ts
M src/components/tile-view/tileViewController.ts
M src/services/dataTableService.ts
Log Message:
-----------
Fix typescript errors and warnings
Commit: 6b0e5d2496d018ab9fbd002c8a576f480ed44528
https://github.com/hawkular/hawkular-ui-components/commit/6b0e5d2496d018a...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-04-29 (Fri, 29 Apr 2016)
Changed paths:
M dist/css/hawkular-ui-components.css
M src/styles/hawkular-ui-components.scss
Log Message:
-----------
Update styles for small icons
Commit: 90b6a98427451eb7ed0c247085c65aa0b6c97472
https://github.com/hawkular/hawkular-ui-components/commit/90b6a98427451eb...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-05-05 (Thu, 05 May 2016)
Changed paths:
M demo/controllers/dataTableController.ts
M demo/data/data-table.json
M demo/index.ts
M demo/services/availableComponentsService.ts
M demo/views/data-table/basic.html
R demo/views/data-table/no-data.html
R demo/views/data-table/with-pagination.html
A demo/views/tile-view/small-tile.html
A demo/views/tile-view/tile-view.html
M dist/js/hawkular-ui-components.js
M src/components/data-table/dataTablecontroller.ts
M src/components/sortItemsController.ts
M src/components/tile-view/small-tile.html
M src/components/tile-view/tile-view.html
M src/components/tile-view/tileViewController.ts
M src/components/toolbar-menu/toolbar-list.html
M src/services/dataTableService.ts
Log Message:
-----------
Add tile view to demo page
new view and component was created, so let's add them to demo application to showcase
these changes. Also update table to correspond with new changes.
Let's use different build environment, since the last one had problems with g++
compiler, Trusty environment should be using newer version.
Commit: 822728ee28e9455e8c2883c9e13b8e4d1f9cd8f1
https://github.com/hawkular/hawkular-ui-components/commit/822728ee28e9455...
Author: Karel Hala <khala(a)redhat.com>
Date: 2016-05-05 (Thu, 05 May 2016)
Changed paths:
M publishPr.sh
Log Message:
-----------
Add secret and remove --force
when merging PR secret has to be used in hashed form. Also remove --force from publishing
scripts
Commit: b58f6ba86815bae8ded7b941e54ed140e490b499
https://github.com/hawkular/hawkular-ui-components/commit/b58f6ba86815bae...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
M bower.json
A demo/controllers/basicNotificationController.ts
M demo/controllers/dataTableController.ts
M demo/controllers/loader.ts
M demo/data/data-table.json
M demo/index.ts
M demo/services/availableComponentsService.ts
M demo/styles/demo-app.scss
M demo/template-index.ejs
M demo/views/data-table/basic.html
R demo/views/data-table/no-data.html
R demo/views/data-table/with-pagination.html
A demo/views/notification.html
A demo/views/tile-view/small-tile.html
A demo/views/tile-view/tile-view.html
M dist/css/hawkular-ui-components.css
M dist/js/hawkular-ui-components.js
M package.json
M publishPr.sh
M src/components/action-buttons.html
M src/components/actionButtonsDirective.ts
M src/components/data-table/data-table-pagination.html
M src/components/data-table/data-table.html
M src/components/data-table/dataTableComponent.ts
M src/components/data-table/dataTablePaginationDirective.ts
M src/components/data-table/dataTablecontroller.ts
M src/components/loader.ts
A src/components/notifications/loader.ts
A src/components/notifications/notification-section.html
A src/components/notifications/notificationSectionComponent.ts
A src/components/notifications/notificationSectionController.ts
A src/components/notifications/notifications.html
A src/components/notifications/notificationsController.ts
A src/components/notifications/notificationsDirective.ts
A src/components/sort-items.html
A src/components/sortItemsComponent.ts
A src/components/sortItemsController.ts
A src/components/tile-view/loader.ts
A src/components/tile-view/small-tile.html
A src/components/tile-view/tile-view.html
A src/components/tile-view/tileViewComponent.ts
A src/components/tile-view/tileViewController.ts
M src/components/toolbar-menu/toolbar-list.html
M src/components/toolbar-menu/toolbar-menu.html
M src/components/validateCredentialsController.ts
M src/index.ts
M src/services/dataTableService.ts
M src/services/formValidatorService.ts
M src/services/loader.ts
A src/services/notificationService.ts
M src/styles/hawkular-ui-components.scss
A tsd.json
M webpack.config.js
M webpack.vendor.config.js
Log Message:
-----------
Merge pull request #129 from karelhala/notificationComponent
Notification component
Compare:
https://github.com/hawkular/hawkular-ui-components/compare/93d10400d107.....