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/17 18:32:09 UTC

[brooklyn-ui] branch master updated (ed90962 -> a29ac5d)

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 ed90962  tidies following PR 290
     new 4dadb8d  fix for deploying apps from home page - format added
     new 3d99eab  accidental blank line
     new a29ac5d  This closes #291

The 3 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/home/app/views/main/deploy/deploy.controller.js | 1 +
 1 file changed, 1 insertion(+)

[brooklyn-ui] 02/03: accidental blank line

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 3d99eab2717c4a04647e9a50a2a8f2cdaa746e5b
Author: zan-mateusz <ma...@cloudsoftcorp.com>
AuthorDate: Fri Sep 17 17:21:07 2021 +0100

    accidental blank line
---
 ui-modules/home/app/views/main/deploy/deploy.controller.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui-modules/home/app/views/main/deploy/deploy.controller.js b/ui-modules/home/app/views/main/deploy/deploy.controller.js
index c036e80..dd29683 100644
--- a/ui-modules/home/app/views/main/deploy/deploy.controller.js
+++ b/ui-modules/home/app/views/main/deploy/deploy.controller.js
@@ -53,7 +53,6 @@ export function deployStateController($scope, $state, $stateParams, $uibModal, b
         windowClass: 'quick-launch-modal',
         resolve: {
             entitySpec: ['catalogApi', (catalogApi) => {
-
                 return catalogApi.getBundleType($stateParams.bundleSymbolicName, $stateParams.bundleVersion, $stateParams.typeSymbolicName, $stateParams.typeVersion);
             }],
             locations: ['locationApi', locationApi => locationApi.getLocations()],

[brooklyn-ui] 01/03: fix for deploying apps from home page - format added

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 4dadb8d6db2e9ff99e26091973cd9f3f441d1d1e
Author: zan-mateusz <ma...@cloudsoftcorp.com>
AuthorDate: Fri Sep 17 17:19:30 2021 +0100

    fix for deploying apps from home page - format added
---
 ui-modules/home/app/views/main/deploy/deploy.controller.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui-modules/home/app/views/main/deploy/deploy.controller.js b/ui-modules/home/app/views/main/deploy/deploy.controller.js
index cab9db2..c036e80 100644
--- a/ui-modules/home/app/views/main/deploy/deploy.controller.js
+++ b/ui-modules/home/app/views/main/deploy/deploy.controller.js
@@ -53,6 +53,7 @@ export function deployStateController($scope, $state, $stateParams, $uibModal, b
         windowClass: 'quick-launch-modal',
         resolve: {
             entitySpec: ['catalogApi', (catalogApi) => {
+
                 return catalogApi.getBundleType($stateParams.bundleSymbolicName, $stateParams.bundleVersion, $stateParams.typeSymbolicName, $stateParams.typeVersion);
             }],
             locations: ['locationApi', locationApi => locationApi.getLocations()],
@@ -79,6 +80,7 @@ export function deployStateController($scope, $state, $stateParams, $uibModal, b
 
     function modalController($scope, $location, entitySpec, locations) {
         $scope.app = entitySpec;
+        $scope.app.plan.format = $scope.app.specList[0].format;
         $scope.locations = filterCatalogQuickLaunch(locations, (t) => {
                 $scope.usingLocationCatalogQuickLaunchTags = t.length > 0;
             });

[brooklyn-ui] 03/03: This closes #291

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 a29ac5d4c56c8ad61eb9e540666f9335d9b63976
Merge: ed90962 3d99eab
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Fri Sep 17 19:32:05 2021 +0100

    This closes #291

 ui-modules/home/app/views/main/deploy/deploy.controller.js | 1 +
 1 file changed, 1 insertion(+)