You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/08 12:12:05 UTC

[09/11] brooklyn-ui git commit: This closes #1

This closes #1


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/1af6ea80
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/1af6ea80
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/1af6ea80

Branch: refs/heads/master
Commit: 1af6ea805fbb29f41cb569d3e9d5c83cd61202db
Parents: 18b073a 67bc3eb
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Feb 8 10:51:32 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Feb 8 10:51:32 2016 +0000

----------------------------------------------------------------------
 LICENSE                                         |   32 +-
 src/build/optimize-js.json                      |    1 +
 src/main/license/files/LICENSE                  |   32 +-
 src/main/license/source-inclusions.yaml         |    5 +
 src/main/webapp/assets/css/brooklyn.css         |   13 +-
 src/main/webapp/assets/css/codemirror.css       |  334 +
 src/main/webapp/assets/css/show-hint.css        |   38 +
 .../assets/js/addon/display/placeholder.js      |   60 +
 .../webapp/assets/js/addon/hint/anyword-hint.js |   41 +
 .../webapp/assets/js/addon/hint/show-hint.js    |  386 +
 src/main/webapp/assets/js/config.js             |   22 +-
 src/main/webapp/assets/js/lib/codemirror.js     | 8835 ++++++++++++++++++
 src/main/webapp/assets/js/libs/bootstrap.js     |    1 +
 src/main/webapp/assets/js/libs/js-yaml.js       | 5461 ++++++-----
 src/main/webapp/assets/js/mode/yaml/yaml.js     |  117 +
 .../assets/js/model/catalog-application.js      |    6 +
 src/main/webapp/assets/js/router.js             |   18 +-
 .../assets/js/view/application-add-wizard.js    |   63 +-
 src/main/webapp/assets/js/view/catalog.js       |   51 +-
 src/main/webapp/assets/js/view/editor.js        |  182 +
 .../assets/tpl/app-add-wizard/create.html       |    9 +-
 src/main/webapp/assets/tpl/editor/page.html     |   45 +
 src/main/webapp/index.html                      |    4 +
 src/test/javascript/config.txt                  |    5 +
 .../specs/view/application-add-wizard-spec.js   |    5 +-
 25 files changed, 13112 insertions(+), 2654 deletions(-)
----------------------------------------------------------------------