[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-06-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/672 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-06-05 Thread ahgittin
Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r120078356 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiManager.java --- @@ -209,54 +213,114 @@ public Boolean call() { }

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-06-05 Thread ahgittin
Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r120078260 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/CatalogResource.java --- @@ -158,6 +149,39 @@ public Response

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-06-05 Thread ahgittin
Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r120077947 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-06-05 Thread ahgittin
Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r120077518 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-06-05 Thread ahgittin
Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r120077094 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-26 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r118721807 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-19 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r117490368 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115944663 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115980431 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiManager.java --- @@ -209,54 +213,114 @@ public Boolean call() { }

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115987215 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/CatalogResource.java --- @@ -158,6 +149,39 @@ public Response

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115983244 --- Diff: core/src/main/java/org/apache/brooklyn/core/typereg/BasicRegisteredType.java --- @@ -39,6 +39,7 @@ final RegisteredTypeKind

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115984092 --- Diff: api/src/main/java/org/apache/brooklyn/api/catalog/CatalogItem.java --- @@ -123,6 +123,8 @@ public String toString() { @Nullable

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115939182 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiManager.java --- @@ -209,54 +213,114 @@ public Boolean call() { }

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115977432 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115947429 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115976553 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiManager.java --- @@ -93,17 +95,19 @@ /* see `Osgis` class for

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115976832 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/672#discussion_r115790699 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #672: Bundle uninstall and snapshot

2017-05-08 Thread ahgittin
GitHub user ahgittin opened a pull request: https://github.com/apache/brooklyn-server/pull/672 Bundle uninstall and snapshot Supports bundle install and auto-reinstall for snapshot POSTs. Doesn't do anything for auto-upgrade but if you POST a new snapshot ZIP then