git commit: updated refs/heads/4.3-forward to cce4a05

2014-01-30 Thread dahn
Updated Branches: refs/heads/4.3-forward 901cf8ab3 -> cce4a055a findbugs explicit toString on enum for call get(Object) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cce4a055 Tree: http://git-wip-us.apache.org/r

git commit: updated refs/heads/4.3-forward to 901cf8a

2014-01-30 Thread dahn
Updated Branches: refs/heads/4.3-forward 353060e57 -> 901cf8ab3 findbugs get proper object from map Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/901cf8ab Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/

git commit: updated refs/heads/4.3-forward to 353060e

2014-01-30 Thread dahn
Updated Branches: refs/heads/4.3-forward 1aa1b3e19 -> 353060e57 Revert "Findbugs: different issues solved" This reverts commit dcda79e2c02fda4e0fe52f61bf61712742e1f0db. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/c

git commit: updated refs/heads/4.3-forward to 1aa1b3e

2014-01-30 Thread mlsorensen
Updated Branches: refs/heads/4.3-forward 1ae02009b -> 1aa1b3e19 CLOUDSTACK-6000: When expunging fails, move volume state back to Destroy, so that the cleanup thread will try again on next run. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org

git commit: updated refs/heads/master to d409d70

2014-01-30 Thread mlsorensen
Updated Branches: refs/heads/master 7f6b3c08d -> d409d709e CLOUDSTACK-6000: When expunging fails, move volume state back to Destroy, so that the cleanup thread will try again on next run. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repo

git commit: updated refs/heads/master to 7f6b3c0

2014-01-30 Thread likithas
Updated Branches: refs/heads/master 580ebb001 -> 7f6b3c08d CLOUDSTACK-5998. [AWSAPI] describe addresses call returns a fault with "domain cannot be null!!". Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7f6b3c

[1/2] git commit: updated refs/heads/master to 580ebb0

2014-01-30 Thread koushik
Updated Branches: refs/heads/master 836a9caa7 -> 580ebb001 CLOUDSTACK-5993: Cloud agent fails to start on 32-bit system vms (cpvm and ssvm) created with 4GB RAM offering Capped the max heap size of the JVM at 2600M for 32-bit system VMs. For 64-bit, existing logic works fine. Project: http:

[2/2] git commit: updated refs/heads/master to 580ebb0

2014-01-30 Thread koushik
CLOUDSTACK-5989: Trying to start a vm while 'vm snapshot' is in progress results in inconsistency The fix is to fail the start operation if a vm snapshot is in progress Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commi

git commit: updated refs/heads/4.3-forward to 1ae0200

2014-01-30 Thread koushik
Updated Branches: refs/heads/4.3-forward 713240bae -> 1ae02009b CLOUDSTACK-5993: Cloud agent fails to start on 32-bit system vms (cpvm and ssvm) created with 4GB RAM offering Capped the max heap size of the JVM at 2600M for 32-bit system VMs. For 64-bit, existing logic works fine. Project:

git commit: updated refs/heads/master to 836a9ca

2014-01-30 Thread kawai
Updated Branches: refs/heads/master ed3e1b95b -> 836a9caa7 add charset arg to InputStreamReader constructor thanks to findbugs. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/836a9caa Tree: http://git-wip-us.ap

git commit: updated refs/heads/4.2 to a9a87f7

2014-01-30 Thread kawai
Updated Branches: refs/heads/4.2 30419cac2 -> a9a87f7c3 Rework stratosphere ssp plugin * add missing command entry in commands.properties * migrate httpclient 3.x to 4.x * fix the broken SspClient * add webapp session checking in mock ssp server Project: http://git-wip-us.apache.org/repos/as

git commit: updated refs/heads/master to ed3e1b9

2014-01-30 Thread yasker
Updated Branches: refs/heads/master 0e2e6995b -> ed3e1b95b VPC Support for contrail networking Signed-off-by: Sheng Yang Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ed3e1b95 Tree: http://git-wip-us.apache.o

[1/2] git commit: updated refs/heads/4.3 to a5f73b7

2014-01-30 Thread animesh
Updated Branches: refs/heads/4.3 e089b9138 -> a5f73b728 CLOUDSTACK-5900: Failed to delete template/ISO that failed to download. (cherry picked from commit ae22d1990e081267fdb68b2e014153a8207083c5) Signed-off-by: Animesh Chaturvedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/r

[2/2] git commit: updated refs/heads/4.3 to a5f73b7

2014-01-30 Thread animesh
CLOUDSTACK-5900: Failed to delete template/ISO that failed to download. (cherry picked from commit 8024f2cc70c31ab22efe574e866cc9de7a48da28) Signed-off-by: Animesh Chaturvedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstac

[02/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
CLOUDSTACK-5986: Make dnsmasq handle dnsmasq.leases when dhcp_release is available The original issue has been exposed due to CloudStack VR would modify the dnsmasq.leases, thus make it unsync with dnsmasq's memory lease. Make the modification to let dnsmasq handle the lease file if dhcp_release

[06/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
CLOUDSTACK-5989: Trying to start a vm while 'vm snapshot' is in progress results in inconsistency The fix is to fail the start operation if a vm snapshot is in progress (cherry picked from commit 775fa0f0d02f182e3cba02faed569272b00e9926) Signed-off-by: Animesh Chaturvedi Project: http://git-wi

[07/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
Revertng based on mail thread discussion "Fix findbug issues within LDAP authenticator" This reverts commit 92b4f66d73562e4211d2d787554ff229dbeb5705. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/602faeca Tree:

[03/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
CLOUDSTACK-5966 Update the schema-421-430.sql for EnableServiceMonitoring global setting (cherry picked from commit 888b90677623da745a01db0a5087272f0dabe42c) Signed-off-by: Animesh Chaturvedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/r

[08/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
findbugs replaced byte[].toString() with Arrays.toString(byte[])(cherry picked from commit ce7c6d23575d455a8273b77702a56b7bb419b37b) Signed-off-by: Animesh Chaturvedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commi

[04/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
CLOUDSTACK-5966 Updated service monitoring config to start by default. Global settings EnableServiceMonitoring param set to true (cherry picked from commit 7255e50f2051aff1cb5e1991e2dde4ef48f57454) Signed-off-by: Animesh Chaturvedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo

[11/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
CLOUDSTACK-5994. Hitting IndexOutOfBoundsException in GetVmStatsCommand after upgrade. To obtain network read/write statistics, multiply sample duration with the average of the particular performance metric obtained over the sample period. (cherry picked from commit 16c3f53793517e3c924df5ff6d9dc87

[09/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
Fixed API doc that got broken by adding new commands for stratosphere ssp plugin (cherry picked from commit 54f2234e2191533be21b328534dc20b1871ca3ad) Signed-off-by: Animesh Chaturvedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/

[10/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
CLOUDSTACK-5996: UI - In project view, the first listRotuers API(without projectid=-1) will return the same objects as the second listRouters API(with projectid=-1), because in project view, all API calls are appended with projectid=[projectID]. Therefore, we only call the second listRouters API

[05/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
CLOUDSTACK-5660: Migrate vm live migration succeeds but throws error as "Failed to migrate the system vm". (cherry picked from commit cff312ef743763c69b0c3b0cfd9faf906f3cf22c) Signed-off-by: Animesh Chaturvedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-w

[01/11] git commit: updated refs/heads/4.3 to e089b91

2014-01-30 Thread animesh
Updated Branches: refs/heads/4.3 210b19c1f -> e089b9138 LOUDSTACK-5987: when listTemplates with filter=community/featured, get public templates from all domains in the system, not just parent/child subdomains of the caller Conflicts: server/src/com/cloud/api/query/QueryManagerImpl.ja

git commit: updated refs/heads/master to 0e2e699

2014-01-30 Thread nitin
Updated Branches: refs/heads/master d84a6937d -> 0e2e6995b CLOUDSTACK-5997: Template state changes side affects Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0e2e6995 Tree: http://git-wip-us.apache.org/repos/as

git commit: updated refs/heads/4.3 to 210b19c

2014-01-30 Thread animesh
Updated Branches: refs/heads/4.3 2f2adad50 -> 210b19c1f Reverting this change as it caused issues with userVmResponse. "Findbugs: different issues solved" This reverts commit dcda79e2c02fda4e0fe52f61bf61712742e1f0db. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: h

git commit: updated refs/heads/master to d84a693

2014-01-30 Thread jessicawang
Updated Branches: refs/heads/master c6118ad92 -> d84a6937d CLOUDSTACK-5996: UI - In project view, the first listRotuers API(without projectid=-1) will return the same objects as the second listRouters API(with projectid=-1), because in project view, all API calls are appended with projectid=

[41/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: possible nulpointer derefs Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/920163f2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/920163f2 Diff: http://git-wip-us.apache.org/repos/asf/cloudsta

[06/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5965. VM displayname is not returned by API. If user doesn't supply a display name during VM launch, default it to VM name(uuid) in listVM response. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/95bd04e

[15/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: null-checks(cherry picked from commit c58e509924e97dfced80981da5c27b9f3aae9b33) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/44bc2beb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/44bc2beb

[31/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
multi-edit UI: Fix wrapping for multirange (start-end) fields Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/547aa367 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/547aa367 Diff: http://git-wip-us.apa

[33/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5971:Templates created from a snapshots can't be copied to other zones. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a26c8117 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a26c8117 Diff:

[04/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Findbugs finding : Incorrect use of equality Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3bd38eb1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3bd38eb1 Diff: http://git-wip-us.apache.org/repos/asf

[45/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Resource metadata support for autoscaleVmProfile CS object Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fdb25d6f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fdb25d6f Diff: http://git-wip-us.apache

[37/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Give findbugs some more memory or it will fail with an OOM on awsapi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c57dd7b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1c57dd7b Diff: http://git-wip

[30/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Browser UI: Fix broken breadcrumb navigation Fix breadcrumb navigation becoming stuck when going back a couple levels, due to previous panels not being removed from the DOM Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/c

[44/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
ResizeVolume API - volumeId should be a required parameter Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3b781d1a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3b781d1a Diff: http://git-wip-us.apache

[11/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: fixes for ApiServer, ApiSerializerHelper and ApiXmlDocWriter(cherry picked from commit 9aced41d708acd22b43ef0e512fa2cc657a6c0a2) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a71871d1 Tree: http://git-wip

[47/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Resource metadata for autoscaleVmProfile - forgot to add dao mapping to the ResourceMetaDataManagerImpl Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/37fa8012 Tree: http://git-wip-us.apache.org/repos/asf/cloudstac

[29/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5970: UI > network menu > guest network section > select non-VPC isolated network with SourceNAT enabled > IP Address section > select sourceNAT IP > show Configuration tab. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf

[12/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5900: Failed to delete template/ISO that failed to download. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d7ee7a74 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d7ee7a74 Diff: http://git-

[22/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: removed obfuscating fields(cherry picked from commit 9495c68c1378e379880433d45ec43bfda75ec3f9) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/53777c95 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack

[34/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Fix trailing whitespace. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/16a9171f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/16a9171f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/16a9

[38/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5900: Failed to delete template/ISO that failed to download. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c4bbecc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1c4bbecc Diff: http://git-

[42/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Allow even more memory for findbugs, awsapi is hungry Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/12777e9e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/12777e9e Diff: http://git-wip-us.apache.org/

[32/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: comparison of wrapper objects Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bd2acd1e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bd2acd1e Diff: http://git-wip-us.apache.org/repos/asf/cloud

[13/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: null check for gateway and netmask instead of gateway twice(cherry picked from commit d30ddf6d59732fa30855811e7fe0aa639ee3849a) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/53feecaa Tree: http://git-wip-u

[19/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: assign result of string manipulations(cherry picked from commit 20127e09dc0e341a2f790a8a52cded4c5f1f0cc1) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9edeb24f Tree: http://git-wip-us.apache.org/repos/asf

[26/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5968 last patch fixes setting low currentMemory during overprovision, this one explicitly tells libvirt we dont want a balloon device (won't use it anyway, and will just suck up a percent of vm memory) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-w

[28/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
VM snapshots: If quiescevm is supported, make checkbox checked Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/18a3d3c3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/18a3d3c3 Diff: http://git-wip-us.ap

[36/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
List view: tests for filter dropdown Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3ac181e3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3ac181e3 Diff: http://git-wip-us.apache.org/repos/asf/cloudst

[46/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Removed recently introduced api.servlet.endpoint global config as CS already has config serving the same purpose - 'endpointe.url' Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/65c5de1c Tree: http://git-wip-us.apa

[27/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Add listView async tests Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08d124d6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/08d124d6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/08d

[10/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Findbugs: scariest issues in ApiResponseHelper fixed (cherry picked from commit 9a1b882d0eb871c64fe0f0f3fbafbabae89188fa) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c736175 Tree: http://git-wip-us.apache.org/re

[08/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack.git Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9eae5f69 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9eae5f69 Diff: http

[17/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: removed fields injected in parent(cherry picked from commit 866a539b067663b346bd8d087c578987a86fe834) Signed-off-by: Daan Hoogland Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0daca84e Tree: http://gi

[20/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: nullpointer guards and wrappertype comparisons(cherry picked from commit 791b7f8f7fe8f7d342e46fbb61a3f421e87fca59) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5d8e8fd3 Tree: http://git-wip-us.apache.org/

[14/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: retrieve the objects to remove from the collection(s) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fe262caa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fe262caa Diff: http://git-wip-us.ap

[23/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
fix checkstyle in DedicatedResourceVO.java, trailing space Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/29e22384 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/29e22384 Diff: http://git-wip-us.apache

[39/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: compare strings with equals() Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fef2daf5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fef2daf5 Diff: http://git-wip-us.apache.org/repos/asf/cloud

[02/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5796. [VMware] Size column is not getting updated in snapshot_store_ref table when a snapshot is backed up in secondary storage. Calculate and update the size of a backed up snapshot. This snapshot size is in turn used to update the secondary_storage count for an account. Project: ht

[49/50] [abbrv] Merge branch 'master' into ui-restyle

2014-01-30 Thread bfederle
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/849d601c/ui/index.jsp -- diff --cc ui/index.jsp index 8e3062b,096747b..ca5b950 --- a/ui/index.jsp +++ b/ui/index.jsp @@@ -62,9 -69,9 +62,9 @@@

[16/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: byte[].toString -> Arrays.toString(byte[])(cherry picked from commit 23a3d99fc0836839a88584d7aa6a978d99c5d126) Signed-off-by: Daan Hoogland Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a16759a9 Tree:

[07/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: nullpointer dereference guarded(cherry picked from commit 43ba36f97950aa8d09399a28bb50c6a22209f15e) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4f6638d7 Tree: http://git-wip-us.apache.org/repos/asf/clou

[21/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: throw exceptions when found(cherry picked from commit 9772693dca9a91a438078de11b1be1e6044aa6f3) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/be21822c Tree: http://git-wip-us.apache.org/repos/asf/cloudstac

[25/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Update socket icon Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0c28b663 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0c28b663 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0c28b663

[09/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: moved call on static object to synchronized block(cherry picked from commit f3529a19a9aad36dbd92e311018643629f19c748) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/60e8d131 Tree: http://git-wip-us.apache.o

[40/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
findbugs: use system account id instead of null (security considerations to be made here) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ee1e8a6c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ee1e8a6c

[35/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
List view: tests for field pre-filter Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ebcf6a1d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ebcf6a1d Diff: http://git-wip-us.apache.org/repos/asf/clouds

[48/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
LOUDSTACK-5987: when listTemplates with filter=community/featured, get public templates from all domains in the system, not just parent/child subdomains of the caller Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit

[01/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Updated Branches: refs/heads/ui-restyle 326b3a607 -> 849d601cc CLOUDSTACK-5821 systemvmiso is locked by systevmvm in hyperv Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7ac48934 Tree: http://git-wip-us.apache.

[05/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Fix the exclusion for opensaml1, this should take care of the repository dependencies causing grief on the jenkins slaves. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/997c0f8d Tree: http://git-wip-us.apache.org/

[18/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
Findbugs: different issues solved(cherry picked from commit 0b13f8e59db1e681e1dff0baa828bb0711842e9f) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fae05560 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tr

[24/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5968 create vm.memballoon.disable agent parameter Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1530c162 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1530c162 Diff: http://git-wip-us.apac

[03/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
These are additional fixes to make Juniper Contrail plugin work Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cc981250 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cc981250 Diff: http://git-wip-us.a

[43/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

2014-01-30 Thread bfederle
CLOUDSTACK-5983: changed responseName param in assignCertToLoadBalancer and removeCertFromLoadBalancer API commands Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/68937cd2 Tree: http://git-wip-us.apache.org/repos/a

git commit: updated refs/heads/4.3-forward to 713240b

2014-01-30 Thread jessicawang
Updated Branches: refs/heads/4.3-forward 54f2234e2 -> 713240bae CLOUDSTACK-5996: UI - In project view, the first listRotuers API(without projectid=-1) will return the same objects as the second listRouters API(with projectid=-1), because in project view, all API calls are appended with proje

git commit: updated refs/heads/master to c6118ad

2014-01-30 Thread dahn
Updated Branches: refs/heads/master 41fd0a2ab -> c6118ad92 findbugs bitwise or guaranteed positively bitfields Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c6118ad9 Tree: http://git-wip-us.apache.org/repos/asf/

git commit: updated refs/heads/master to 41fd0a2

2014-01-30 Thread dahn
Updated Branches: refs/heads/master 02bdb28d7 -> 41fd0a2ab findbugs equals on same type of objects Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/41fd0a2a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/t

git commit: updated refs/heads/master to 02bdb28

2014-01-30 Thread alena1108
Updated Branches: refs/heads/master cb073e063 -> 02bdb28d7 Resource metadata support for autoscale vm group object Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/02bdb28d Tree: http://git-wip-us.apache.org/repos

git commit: updated refs/heads/master to cb073e0

2014-01-30 Thread alena1108
Updated Branches: refs/heads/master 13e6c2fe7 -> cb073e063 listAutoscaleVmProfiles: added zoneId to the list of optional api parameters Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cb073e06 Tree: http://git-wi

git commit: updated refs/heads/master to 13e6c2f

2014-01-30 Thread alena1108
Updated Branches: refs/heads/master 06f79a881 -> 13e6c2fe7 Fixed API doc that got broken by adding new commands for stratosphere ssp plugin Conflicts: tools/apidoc/gen_toc.py Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/as

git commit: updated refs/heads/4.3-forward to 54f2234

2014-01-30 Thread alena1108
Updated Branches: refs/heads/4.3-forward ce7c6d235 -> 54f2234e2 Fixed API doc that got broken by adding new commands for stratosphere ssp plugin Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/54f2234e Tree: http

git commit: updated refs/heads/4.3-forward to ce7c6d2

2014-01-30 Thread dahn
Updated Branches: refs/heads/4.3-forward 888b90677 -> ce7c6d235 findbugs replaced byte[].toString() with Arrays.toString(byte[]) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ce7c6d23 Tree: http://git-wip-us.apa

git commit: updated refs/heads/4.3-forward to 888b906

2014-01-30 Thread jayapal
Updated Branches: refs/heads/4.3-forward 5651081ac -> 888b90677 CLOUDSTACK-5966 Update the schema-421-430.sql for EnableServiceMonitoring global setting Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/888b9067 T

git commit: updated refs/heads/4.3-forward to 5651081

2014-01-30 Thread dahn
Updated Branches: refs/heads/4.3-forward 16c3f5379 -> 5651081ac Revert "Fix findbug issues within LDAP authenticator" This reverts commit 92b4f66d73562e4211d2d787554ff229dbeb5705. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/c

git commit: updated refs/heads/master to 06f79a8

2014-01-30 Thread likithas
Updated Branches: refs/heads/master cb048f410 -> 06f79a881 CLOUDSTACK-5994. Hitting IndexOutOfBoundsException in GetVmStatsCommand after upgrade. To obtain network read/write statistics, multiply sample duration with the average of the particular performance metric obtained over the sample per

git commit: updated refs/heads/4.3-forward to 16c3f53

2014-01-30 Thread likithas
Updated Branches: refs/heads/4.3-forward 775fa0f0d -> 16c3f5379 CLOUDSTACK-5994. Hitting IndexOutOfBoundsException in GetVmStatsCommand after upgrade. To obtain network read/write statistics, multiply sample duration with the average of the particular performance metric obtained over the sampl

git commit: updated refs/heads/4.3-forward to 775fa0f

2014-01-30 Thread koushik
Updated Branches: refs/heads/4.3-forward db3dc2ee1 -> 775fa0f0d CLOUDSTACK-5989: Trying to start a vm while 'vm snapshot' is in progress results in inconsistency The fix is to fail the start operation if a vm snapshot is in progress Project: http://git-wip-us.apache.org/repos/asf/cloudstack/

git commit: updated refs/heads/master to cb048f4

2014-01-30 Thread kawai
Updated Branches: refs/heads/master b32b49e85 -> cb048f410 Some rework stratosphere ssp plugin * add missing command entry in commands.properties * migrate httpclient 3.x to 4.x * fix the broken SspClient * add webapp session checking in mock ssp server Project: http://git-wip-us.apache.org/

git commit: updated refs/heads/master to b32b49e

2014-01-30 Thread kawai
Updated Branches: refs/heads/master 5de9ae0bc -> b32b49e85 Fix mock socket client/server test. Normally a server will bind to 0.0.0.0, which is not an address that a client can specify to connect to. 127.0.0.1 or ::1 will do. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Co

git commit: updated refs/heads/master to 5de9ae0

2014-01-30 Thread muralireddy
Updated Branches: refs/heads/master 85d0f8f93 -> 5de9ae0bc CLOUDSTACK-5496 : Account included in ActionEvents is Project Account ID When Action Events are generated and placed on the Event Bus, an "account" parameter is included with the event. When these events are generated for resources wit

git commit: updated refs/heads/master to 85d0f8f

2014-01-30 Thread muralireddy
Updated Branches: refs/heads/master 20fd2769a -> 85d0f8f93 CLOUDSTACK-5916: associateIpAddress leaves an IP in allocating state Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/85d0f8f9 Tree: http://git-wip-us.apa

git commit: updated refs/heads/4.3-forward to db3dc2e

2014-01-30 Thread kawai
Updated Branches: refs/heads/4.3-forward 1e9f066df -> db3dc2ee1 Some rework stratosphere ssp plugin * add missing command entry in commands.properties * migrate httpclient 3.x to 4.x * fix the broken SspClient * add webapp session checking in mock ssp server Project: http://git-wip-us.apache

git commit: updated refs/heads/4.3-forward to 1e9f066

2014-01-30 Thread kawai
Updated Branches: refs/heads/4.3-forward cff312ef7 -> 1e9f066df Fix mock socket client/server test. Normally a server will bind to 0.0.0.0, which is not an address that a client can specify to connect to. 127.0.0.1 or ::1 will do. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/re

git commit: updated refs/heads/master to 20fd276

2014-01-30 Thread sanjaytripathi
Updated Branches: refs/heads/master dfe744c4a -> 20fd2769a CLOUDSTACK-5660: Migrate vm live migration succeeds but throws error as ""Failed to migrate the system vm"". Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/co

git commit: updated refs/heads/4.3-forward to cff312e

2014-01-30 Thread sanjaytripathi
Updated Branches: refs/heads/4.3-forward 7255e50f2 -> cff312ef7 CLOUDSTACK-5660: Migrate vm live migration succeeds but throws error as "Failed to migrate the system vm". Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack

git commit: updated refs/heads/4.3-forward to 7255e50

2014-01-30 Thread jayapal
Updated Branches: refs/heads/4.3-forward 8024f2cc7 -> 7255e50f2 CLOUDSTACK-5966 Updated service monitoring config to start by default. Global settings EnableServiceMonitoring param set to true Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org

[1/2] git commit: updated refs/heads/rbac to d12422b

2014-01-30 Thread prachidamle
Updated Branches: refs/heads/rbac 81323dce5 -> d12422bf6 add 'recursive' column to permission table Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ce95f312 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack

  1   2   >