This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git.


    from 0b40be5  tweak to composer layout to prevent scroll-bars at some 
resolution settings
     new fecf850  A login page instead of popup
     new e9677f9  README for login page
     new cabb5fc  Fix build order of features
     new ae0b08b  Merge pull request #201 from 
duncangrant/ldap-login-improvements

The 1869 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/features/src/main/feature/feature.xml   |     7 +-
 ui-modules/{rest-api-docs => login}/Makefile       |     0
 ui-modules/login/README.md                         |    11 +
 ui-modules/{home => login}/app/index.e2e-spec.js   |     0
 ui-modules/{home => login}/app/index.html          |     2 +-
 ui-modules/{logout => login}/app/index.js          |    10 +-
 ui-modules/{home => login}/app/index.less          |     2 -
 ui-modules/{home => login}/app/index.spec.js       |     0
 .../app/views/main/main.controller.js}             |    58 +-
 .../brand.less => login/app/views/main/main.less}  |     5 +-
 .../app/views/main/main.template.html}             |    22 +-
 .../config/build/webpack.config.js                 |     0
 ...ns-binary-autogenerated-js-license-checker.yaml |     0
 .../config/license-metadata-autogenerated-js.yaml  |     0
 .../{rest-api-docs => login}/config/server.js      |     0
 .../config/test/karma.config.js                    |     0
 .../config/test/karma.test.shim.js                 |     0
 .../config/test/protractor.config.js               |     0
 ui-modules/login/package-lock.json                 | 16752 +++++++++++++++++++
 .../{location-manager => login}/package.json       |     8 +-
 ui-modules/{logout => login}/pom.xml               |     4 +-
 .../src/main/resources/ui-module/config.yaml       |     0
 .../main/webapp/WEB-INF/classes/META-INF/LICENSE   |     0
 .../main/webapp/WEB-INF/classes/META-INF/NOTICE    |     0
 .../src/main/webapp/WEB-INF/web.xml                |     4 +-
 ui-modules/pom.xml                                 |     1 +
 26 files changed, 16825 insertions(+), 61 deletions(-)
 copy ui-modules/{rest-api-docs => login}/Makefile (100%)
 mode change 100755 => 100644
 create mode 100644 ui-modules/login/README.md
 copy ui-modules/{home => login}/app/index.e2e-spec.js (100%)
 copy ui-modules/{home => login}/app/index.html (96%)
 copy ui-modules/{logout => login}/app/index.js (76%)
 copy ui-modules/{home => login}/app/index.less (93%)
 copy ui-modules/{home => login}/app/index.spec.js (100%)
 copy ui-modules/{home/app/views/about/about.controller.js => 
login/app/views/main/main.controller.js} (51%)
 copy ui-modules/{branding/brooklyn/brand.less => 
login/app/views/main/main.less} (95%)
 copy 
ui-modules/{app-inspector/app/components/entity-effector/entity-effector.html 
=> login/app/views/main/main.template.html} (53%)
 copy ui-modules/{rest-api-docs => login}/config/build/webpack.config.js (100%)
 copy ui-modules/{rest-api-docs => 
login}/config/license-inclusions-binary-autogenerated-js-license-checker.yaml 
(100%)
 copy ui-modules/{home => login}/config/license-metadata-autogenerated-js.yaml 
(100%)
 copy ui-modules/{rest-api-docs => login}/config/server.js (100%)
 copy ui-modules/{rest-api-docs => login}/config/test/karma.config.js (100%)
 copy ui-modules/{rest-api-docs => login}/config/test/karma.test.shim.js (100%)
 copy ui-modules/{rest-api-docs => login}/config/test/protractor.config.js 
(100%)
 create mode 100644 ui-modules/login/package-lock.json
 copy ui-modules/{location-manager => login}/package.json (96%)
 copy ui-modules/{logout => login}/pom.xml (98%)
 copy ui-modules/{home => login}/src/main/resources/ui-module/config.yaml (100%)
 copy ui-modules/{rest-api-docs => 
login}/src/main/webapp/WEB-INF/classes/META-INF/LICENSE (100%)
 copy ui-modules/{rest-api-docs => 
login}/src/main/webapp/WEB-INF/classes/META-INF/NOTICE (100%)
 copy ui-modules/{home => login}/src/main/webapp/WEB-INF/web.xml (95%)

Reply via email to