[Hawkular-commits] [hawkular/hawkular-ui-components] de8dfb: Change providers to services

Mike Thompson mtho11 at users.noreply.github.com
Tue Jun 28 12:37:00 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hawkular/hawkular-ui-components
  Commit: de8dfbb575e6e28f1c8ba082756903f25c0bab3e
      https://github.com/hawkular/hawkular-ui-components/commit/de8dfbb575e6e28f1c8ba082756903f25c0bab3e
  Author: Karel Hala <khala at redhat.com>
  Date:   2016-06-28 (Tue, 28 Jun 2016)

  Changed paths:
    M demo/controllers/dataTableController.ts
    M demo/controllers/toolbarMenuController.ts
    M demo/index.ts
    M demo/views/data-table/basic.html
    M demo/views/tile-view/small-tile.html
    M demo/views/tile-view/tile-view.html
    M dist/js/hawkular-ui-components.js
    R src/providers/dataAccessService.ts
    M src/providers/loader.ts
    M src/services/dataTableService.ts
    A src/services/endpointsService.ts
    M src/services/formValidatorService.ts
    M src/services/loader.ts
    M src/services/providersSettingsService.ts
    M src/services/toolbarSettingsService.ts

  Log Message:
  -----------
  Change providers to services
when using this module, data enpoints were set with help of providers, change this to services.
One service is for setting up endpoints, with default values, if we want to change endpoint we have to take this service and set enpoints in controller.
Each provider was rewritten to service with access to service with enpoints


  Commit: 8f271496ba065e8468a7e88167620d73be9d11d2
      https://github.com/hawkular/hawkular-ui-components/commit/8f271496ba065e8468a7e88167620d73be9d11d2
  Author: Karel Hala <khala at redhat.com>
  Date:   2016-06-28 (Tue, 28 Jun 2016)

  Changed paths:
    M dist/js/hawkular-ui-components.js
    M src/providers/newProviderState.ts
    M src/services/endpointsService.ts

  Log Message:
  -----------
  Fix error with loading old provider


  Commit: 7f34bee6c44cb41175b23cd0e78449baa776317a
      https://github.com/hawkular/hawkular-ui-components/commit/7f34bee6c44cb41175b23cd0e78449baa776317a
  Author: Mike Thompson <mtho11 at users.noreply.github.com>
  Date:   2016-06-28 (Tue, 28 Jun 2016)

  Changed paths:
    M demo/controllers/dataTableController.ts
    M demo/controllers/toolbarMenuController.ts
    M demo/index.ts
    M demo/views/data-table/basic.html
    M demo/views/tile-view/small-tile.html
    M demo/views/tile-view/tile-view.html
    M dist/js/hawkular-ui-components.js
    R src/providers/dataAccessService.ts
    M src/providers/loader.ts
    M src/providers/newProviderState.ts
    M src/services/dataTableService.ts
    A src/services/endpointsService.ts
    M src/services/formValidatorService.ts
    M src/services/loader.ts
    M src/services/providersSettingsService.ts
    M src/services/toolbarSettingsService.ts

  Log Message:
  -----------
  Merge pull request #136 from karelhala/providersToServices

Providers to services


Compare: https://github.com/hawkular/hawkular-ui-components/compare/d67497fbfa56...7f34bee6c44c


More information about the hawkular-commits mailing list