This is an automated email from the ASF dual-hosted git repository.
iuliana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git.
from 38ca3ea Merge pull request #179 from apache/tbouron-patch-3
new afcf91b Make the blueprint composer tabs customizable by downstream
projects
new 828ca99 Make all UI modules customizable through the classic
AngularJs facilities (i.e. config block, decorators, etc) by loading a custom
module after all dependencies, that the branding can override.
new 6e402c3 Merge pull request #180 from
tbouron/feature/blueprint-composer-extended-tabs
The 1758 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ui-modules/app-inspector/app/index.html | 2 +-
ui-modules/app-inspector/app/index.js | 4 +-
ui-modules/app-inspector/package.json | 2 +-
...service.provider.js => tab-service.provider.js} | 65 +++++++++++-----------
ui-modules/blueprint-composer/app/index.html | 2 +-
ui-modules/blueprint-composer/app/index.js | 23 +++++++-
.../app/views/main/main.controller.js | 19 ++++---
.../app/views/main/main.template.html | 11 +---
ui-modules/blueprint-composer/package.json | 2 +-
ui-modules/blueprint-importer/app/index.html | 2 +-
ui-modules/blueprint-importer/app/index.js | 4 +-
.../index.js => branding/brand-angular.js} | 29 ++++------
ui-modules/catalog/app/index.html | 2 +-
ui-modules/catalog/app/index.js | 4 +-
ui-modules/groovy-console/app/index.html | 2 +-
ui-modules/groovy-console/app/index.js | 4 +-
ui-modules/home/app/index.html | 2 +-
ui-modules/home/app/index.js | 4 +-
ui-modules/location-manager/app/index.html | 2 +-
ui-modules/location-manager/app/index.js | 4 +-
ui-modules/logout/app/index.html | 2 +-
ui-modules/logout/app/index.js | 4 +-
ui-modules/rest-api-docs/app/index.html | 2 +-
ui-modules/rest-api-docs/app/index.js | 4 +-
ui-modules/shared/config/build/webpack.config.js | 1 +
25 files changed, 111 insertions(+), 91 deletions(-)
copy
ui-modules/blueprint-composer/app/components/providers/{palette-service.provider.js
=> tab-service.provider.js} (50%)
copy ui-modules/{catalog/app/components/type-item/index.js =>
branding/brand-angular.js} (57%)