You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/04/07 15:20:10 UTC

[1/2] brooklyn-ui git commit: Hotfix: Skip the creation of the contains method within Array prototype to avoid breaking other parts of the UI

Repository: brooklyn-ui
Updated Branches:
  refs/heads/master 22b3e1023 -> 400614836


Hotfix: Skip the creation of the contains method within Array prototype to avoid breaking other parts of the UI


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

Branch: refs/heads/master
Commit: 552e9b38df380c45909f5152ffaded281a1a5d66
Parents: 22b3e10
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Thu Apr 7 13:13:47 2016 +0100
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Thu Apr 7 13:41:17 2016 +0100

----------------------------------------------------------------------
 src/main/webapp/assets/js/view/location-wizard.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/552e9b38/src/main/webapp/assets/js/view/location-wizard.js
----------------------------------------------------------------------
diff --git a/src/main/webapp/assets/js/view/location-wizard.js b/src/main/webapp/assets/js/view/location-wizard.js
index 5013f06..f3e2464 100644
--- a/src/main/webapp/assets/js/view/location-wizard.js
+++ b/src/main/webapp/assets/js/view/location-wizard.js
@@ -541,7 +541,8 @@ define([
                                     return item.getIdentifierName();
                                 }),
                                 spec: ['localhost']
-                            }
+                            },
+                            loggerEnabled: false
                         });
                     }
                 });
@@ -702,7 +703,8 @@ define([
                         vmOptions: that.vmOptions,
                         osOptions: that.osOptions,
                         templateOptions: that.templateOptions
-                    }
+                    },
+                    loggerEnabled: false
                 });
             }, 100);
         },


[2/2] brooklyn-ui git commit: Closes #25

Posted by sv...@apache.org.
Closes #25

Hotfix: Skip the creation of the contains method within Array prototype

This avoids breaking other parts of the UI


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

Branch: refs/heads/master
Commit: 40061483626b507359b193c15f3af53db9cdf11c
Parents: 22b3e10 552e9b3
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Thu Apr 7 16:20:00 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Thu Apr 7 16:20:00 2016 +0300

----------------------------------------------------------------------
 src/main/webapp/assets/js/view/location-wizard.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------