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 2021/09/16 17:35:56 UTC

[brooklyn-ui] branch master updated (c8bea0c -> d5ddaa9)

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

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


    from c8bea0c  fix duplicated service components
     new 83500d2  Remove redundant null asignment to confirmationElement
     new 8d1c6c2  Remove branding script from the project configuration
     new a5012dc  Remove comma in project config
     new d5ddaa9  This closes #289

The 4 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/blueprint-composer/app/components/util/d3-blueprint.js | 1 -
 1 file changed, 1 deletion(-)

[brooklyn-ui] 01/04: Remove redundant null asignment to confirmationElement

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 83500d2665fb3fbd7fa1f68263c1c7bcc4413472
Author: Mykola Mandra <my...@cloudsoft.io>
AuthorDate: Thu Sep 16 17:27:23 2021 +0100

    Remove redundant null asignment to confirmationElement
    
    Signed-off-by: Mykola Mandra <my...@cloudsoft.io>
---
 ui-modules/blueprint-composer/app/components/util/d3-blueprint.js | 1 -
 ui-modules/blueprint-composer/package.json                        | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui-modules/blueprint-composer/app/components/util/d3-blueprint.js b/ui-modules/blueprint-composer/app/components/util/d3-blueprint.js
index f4fedeb..86065d5 100755
--- a/ui-modules/blueprint-composer/app/components/util/d3-blueprint.js
+++ b/ui-modules/blueprint-composer/app/components/util/d3-blueprint.js
@@ -1332,7 +1332,6 @@ export function D3Blueprint(container, options) {
                     }
                 }
                 confirmationElement.remove();
-                confirmationElement = null;
             } else {
                 // NOOP. The user user clicks on the 'X' button or elsewhere on the canvas to close the menu.
             }
diff --git a/ui-modules/blueprint-composer/package.json b/ui-modules/blueprint-composer/package.json
index e2b34d9..381e14e 100644
--- a/ui-modules/blueprint-composer/package.json
+++ b/ui-modules/blueprint-composer/package.json
@@ -30,7 +30,8 @@
     "start": "node ./config/server.js",
     "test": "karma start ./config/test/karma.config.js",
     "lint": "./node_modules/.bin/eslint app/**/*.js",
-    "e2e": "protractor ./config/test/protractor.config.js"
+    "e2e": "protractor ./config/test/protractor.config.js",
+    "branding": "BROOKLYN_UI_BRAND_DIR=/Users/mykola/IdeaProjects/cloudpack-megan/package/branding npm run start"
   },
   "engines": {
     "node": ">=8.0.0",

[brooklyn-ui] 03/04: Remove comma in project config

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a5012dc6dce405ba659fbbebb284473b0f2083aa
Author: Mykola Mandra <my...@cloudsoft.io>
AuthorDate: Thu Sep 16 17:49:29 2021 +0100

    Remove comma in project config
    
    Signed-off-by: Mykola Mandra <my...@cloudsoft.io>
---
 ui-modules/blueprint-composer/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui-modules/blueprint-composer/package.json b/ui-modules/blueprint-composer/package.json
index 061556e..e2b34d9 100644
--- a/ui-modules/blueprint-composer/package.json
+++ b/ui-modules/blueprint-composer/package.json
@@ -30,7 +30,7 @@
     "start": "node ./config/server.js",
     "test": "karma start ./config/test/karma.config.js",
     "lint": "./node_modules/.bin/eslint app/**/*.js",
-    "e2e": "protractor ./config/test/protractor.config.js",
+    "e2e": "protractor ./config/test/protractor.config.js"
   },
   "engines": {
     "node": ">=8.0.0",

[brooklyn-ui] 04/04: This closes #289

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d5ddaa9bc5a0a869b68243f453107691b7205b3a
Merge: c8bea0c a5012dc
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Thu Sep 16 18:35:50 2021 +0100

    This closes #289

 ui-modules/blueprint-composer/app/components/util/d3-blueprint.js | 1 -
 1 file changed, 1 deletion(-)

[brooklyn-ui] 02/04: Remove branding script from the project configuration

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8d1c6c26a65b4851a11d68ba6fea8cf53e258809
Author: Mykola Mandra <my...@cloudsoft.io>
AuthorDate: Thu Sep 16 17:40:49 2021 +0100

    Remove branding script from the project configuration
    
    Signed-off-by: Mykola Mandra <my...@cloudsoft.io>
---
 ui-modules/blueprint-composer/package.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui-modules/blueprint-composer/package.json b/ui-modules/blueprint-composer/package.json
index 381e14e..061556e 100644
--- a/ui-modules/blueprint-composer/package.json
+++ b/ui-modules/blueprint-composer/package.json
@@ -31,7 +31,6 @@
     "test": "karma start ./config/test/karma.config.js",
     "lint": "./node_modules/.bin/eslint app/**/*.js",
     "e2e": "protractor ./config/test/protractor.config.js",
-    "branding": "BROOKLYN_UI_BRAND_DIR=/Users/mykola/IdeaProjects/cloudpack-megan/package/branding npm run start"
   },
   "engines": {
     "node": ">=8.0.0",