git commit: updated refs/heads/master to 60b6dc1

2015-05-13 Thread aprateek
Repository: cloudstack Updated Branches: refs/heads/master b8e82a97b -> 60b6dc136 CLOUDSTACK-8467: set version to unknown instead of null Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/60b6dc13 Tree: http://git-

git commit: updated refs/heads/4.4 to 7703872

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.4 1e88346e5 -> 7703872bc backport of CLOUDSTACK-8197 create MinVRVersion config item Conflicts: api/src/com/cloud/network/VirtualNetworkApplianceService.java engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOr

git commit: updated refs/heads/4.5 to 06de2d6

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.5 9e3c7d309 -> 06de2d629 backport of CLOUDSTACK-8197 create MinVRVersion config item Conflicts: api/src/com/cloud/network/VirtualNetworkApplianceService.java engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOr

cloudstack-www git commit: Added recently announced committers missing from the list again.

2015-05-13 Thread sebgoa
Repository: cloudstack-www Updated Branches: refs/heads/master 8216c425b -> 488d75106 Added recently announced committers missing from the list again. Signed-off-by: Sebastien Goasguen This closes #1 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-wip

[2/2] cloudstack-www git commit: build

2015-05-13 Thread sebgoa
build Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/5ce43497 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/5ce43497 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/5ce434

[1/2] cloudstack-www git commit: Added recently announced committers missing from the list again.

2015-05-13 Thread sebgoa
Repository: cloudstack-www Updated Branches: refs/heads/asf-site 8216c425b -> 5ce43497e Added recently announced committers missing from the list again. Signed-off-by: Sebastien Goasguen This closes #1 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-w

cloudstack-www git commit: build

2015-05-13 Thread sebgoa
Repository: cloudstack-www Updated Branches: refs/heads/master 488d75106 -> 5ce43497e build Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/5ce43497 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack

[07/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtCheckHealthCommandWrapper and LibvirtPrepareForMigrationCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 10.8% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.

[05/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtGetVmDiskStatsCommandWrapper - 1 unit test Added getConnection() to LibvirtConnectionWrapper Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/51093afc Tree

[30/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Renaming LibvirtConnectionWrapper to LibvirtUtilitiesHelper - Gave it a better, more suggestive, name since I now added other methods to the class. - It makes easier to mock objects and get a better coverage of the classes Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commi

[09/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Removing the CheckStateCommand form the IF statement on LibvirtComputingResource - It's not used and if so would cause an infinite loop. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/54f68f51 Tree: http://git-w

[08/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtMigrateCommandWrapper - 1 unit tests added - KVM hypervisor plugin with 10.9% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/28e55462 Tree: htt

[18/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtModifySshKeysCommandWrapper - 1 unit test added - KVM hypervisor plugin with 12.3% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6f757c6b Tree

[13/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtPingTestCommandWrapper - 3 unit tests added - KVM hypervisor plugin with 11.2% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/be1e5176 Tree: ht

[36/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtCopyVolumeCommandWrapper Refactoring the LibvirtUtilitiesHelper - Changing method name Did not add any test to this commit due to the refactor mentioned abot. Will proceed and add the tests i# Please enter the commit message for your c

[39/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtNetworkElementCommandWrapper and LibvirtStorageSubSystemCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 22.2% coverage I also refactored the StorageSubSystemCommand interface into an abstract class - Remove the pseu

[15/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtCheckConsoleProxyLoadCommandWrapper, LibvirtConsoleProxyLoadCommandWrapper, LibvirtWatchConsoleProxyLoadCommandWrapperand CitrixConsoleProxyLoadCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 12% coverage Refactored

[16/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Fixing assertion on the tests that are execting exceptions Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08a9523d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/08a9523d Diff: http://git-wip-us.apache

[17/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtCreateCommandWrapper and LibvirtMaintainCommandWrapper - 4 unit tests added - KVM hypervisor plugin with 12.7% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/clo

[29/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/885b9e45/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java -- diff --git a/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm

[32/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Addin LibvirtPvlanSetupCommandWrapper - 6 unit tests added - KVM hypervisor plugin with 21% coverage >From the 6 tests added, 2 were extra tests to increase the coverage of the >LibvirtStopCommandWrapper - Increased from 35% to 78.7% Project: h

[37/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Fixing method call on KVMGuru to reach StorageSubSystemCommand Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b284b841 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b284b841 Diff: http://git-wip-us.ap

[28/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtBackupSnapshotCommandWrapper, LibvirtCreatePrivateTemplateFromVolumeCommandWrapper and LibvirtManageSnapshotCommandWrapper - 3 unit tests added - KVM hypervisor plugin with 18.3% coverage Less tests added to those classes because the

[14/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtGetVncPortCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 12.1% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f14c7c20 Tree:

[01/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Repository: cloudstack Updated Branches: refs/heads/master 60b6dc136 -> 45c0fa2fa http://git-wip-us.apache.org/repos/asf/cloudstack/blob/508f1052/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtRequestWrapper.java

[25/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtCheckOnHostCommandWrapper and LibvirtOvsCreateTunnelCommandWrapper - 4 unit tests added - KVM hypervisor plugin with 16.2% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/

[02/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/508f1052/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java -- diff --git a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resou

[22/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtDestroyCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 12.9% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4472cade Tree: htt

[20/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtDeleteStoragePoolCommandWrapper, LibvirtGetStorageStatsCommandWrapper and LibvirtUpgradeSnapshotCommandWrapper - 7 unit tests added - KVM hypervisor plugin with 13.6% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstac

[24/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding 4 new command wrappers - 12 unit tests added - KVM hypervisor plugin with 15.5% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6748a73b Tree: http://g

[35/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0b1b2b6d/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java -- diff --git a/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm

[03/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtStopCommandWrapper - LibvirtRequestWrapper - 1 unit tests Refactored the RequestWrapper to make it better. - Changes also applied to the CitrixRequestWrapper Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: h

[06/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtGetVmStatsCommandWrapper - 3 unit tests Refactored the LibvirtConnectiobn by surrounding it with an wrapper. - Make it easier to cover the static/native calls - Added better coverage to StopCommand tests Project: http://git-wip-us.

[12/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtAttachIsoCommandWrapper, LibvirtAttachIsoCommandWrapper and LibvirtAttachIsoCommandWrapper - 7 unit tests added - KVM hypervisor plugin with 11.5% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http:

[10/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtGetHosStatsCommandWrapper - 1 unit test added - KVM hypervisor with 10.5% coverage Tests are a bit limited on this one becuause of the current implementation. Would clean it up later in a separate branch Project: http://git-wip-us.a

[26/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtCreateVolumeFromSnapshotCommandWrapper, LibvirtFenceCommandWrapper and LibvirtSecurityGroupRulesCommandWrapper - 6 unit tests added - KVM hypervisor plugin with 17.2% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstac

[04/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtRebootCommandWrapper and LibVirtRebootRouterCommandWrapper - 2 unit tests added - KVM hypervisor with 10.5% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/clouds

[38/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtStartCommandWrapper - 8 unit tests added - KVM hypervisor plugin with 23.2% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/74ad48db Tree: http:

[21/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtPrimaryStorageDownloadCommandWrapper - 4 unit tests added - KVM hypervisor plugin with 13.3% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/826

[27/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtNetworkUsageCommandWrapper, LibvirtPlugNicCommandWrapper and LibvirtUnPlugNicCommandWrapper - 9 unit tests added - KVM hypervisor plugin with 18.3% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http

[11/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtAttachVolumeCommandWrapper - 3 unit tests added - KVM hypervisor plugin with 11.7% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/40886b33 Tree

[33/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - 5 unit tests added - KVM hypervisor plugin with 20.1% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7fd43f33 Tree: http://git-wip-us.apache.org/repos/asf/clou

[19/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtOvsDestroyBridgeCommandWrapper, LibvirtOvsSetupBridgeCommandWrapper - 4 unit tests added - KVM hypervisor plugin with 13.9% coverage More tests added to cover LibvirtPrepareForMigrationCommandWrapper - Coverage of this wrapper brogh

[40/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Fixing testModifySshKeysCommand in the LibvirtComputingResourceTest class - The test was okay, but when running in an environment where a /root/.ssh/id_rsa existed, it would return true then fail - We now mock the calls to methods that return the key paths, instead of relying in the static va

[23/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding 7 new command wrappers - 10 unit tests added - KVM hypervisor plugin with 14.8% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5499eecd Tree: http://g

[41/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Merge branch 'refactor/libvirt_resource' of https://github.com/schubergphilis/cloudstack This closes #233 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/45c0fa2f Tree: http://git-wip-us.apache.org/repos/asf/clouds

[31/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtCreatePrivateTemplateFromSnapshotCommandWrapper - 5 unit tests added - KVM hypervisor plugin with 19.5% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack

[34/41] git commit: updated refs/heads/master to 45c0fa2

2015-05-13 Thread ekho
Refactoring the LibvirtComputingResource - Adding LibvirtResizeVolumeCommandWrapper - 5 unit tests added - KVM hypervisor plugin with 22.1% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08106e34 Tree

git commit: updated refs/heads/master to c7d2e44

2015-05-13 Thread ekho
Repository: cloudstack Updated Branches: refs/heads/master 45c0fa2fa -> c7d2e444d Fixing license header in a file added during the LibVirt refactor - New class is MigrateKVMAsync Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/c

Jenkins build became unstable: cloudstack-apidocs-master #1962

2015-05-13 Thread Apache Jenkins Server
See

Jenkins build is still unstable: cloudstack-apidocs-master #1963

2015-05-13 Thread Apache Jenkins Server
See

git commit: updated refs/heads/master to b1f2e59

2015-05-13 Thread gaurav
Repository: cloudstack Updated Branches: refs/heads/master c7d2e444d -> b1f2e598e CLOUDSTACK-8468: Correct test case in test_bugs.py Signed-off-by: Gaurav Aradhye This closes #251 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/

Jenkins build is still unstable: cloudstack-apidocs-master #1964

2015-05-13 Thread Apache Jenkins Server
See

git commit: updated refs/heads/CLOUDSTACK-8301 to e26722d

2015-05-13 Thread koushik
Repository: cloudstack Updated Branches: refs/heads/CLOUDSTACK-8301 b8e82a97b -> e26722daa CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level Made system.vm.use.local.storage a zone level configuration. Project: http://git-wip-us.apache.org/repos/asf/cloudstac

git commit: updated refs/heads/4.5 to a0cff4c

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.5 06de2d629 -> a0cff4ca4 schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path Without this upgrades from 3.0.7 version fails. Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: h

git commit: updated refs/heads/master to 256e227

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master b1f2e598e -> 256e227cd schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path Without this upgrades from 3.0.7 version fails. Signed-off-by: Rohit Yadav (cherry picked from commit a0cff4ca48bbd2140c35b586d42d997ad5f167b2) Sig

git commit: updated refs/heads/4.4 to 7a4e167

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.4 7703872bc -> 7a4e16769 schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path Without this upgrades from 3.0.7 version fails. Signed-off-by: Rohit Yadav (cherry picked from commit a0cff4ca48bbd2140c35b586d42d997ad5f167b2) Signed

git commit: updated refs/heads/4.3 to 5de0402

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 7939787ef -> 5de04025a schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path Without this upgrades from 3.0.7 version fails. Signed-off-by: Rohit Yadav (cherry picked from commit a0cff4ca48bbd2140c35b586d42d997ad5f167b2) Signed

git commit: updated refs/heads/4.2 to 709e0c0

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.2 7edde4a5c -> 709e0c093 schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path Without this upgrades from 3.0.7 version fails. Signed-off-by: Rohit Yadav (cherry picked from commit a0cff4ca48bbd2140c35b586d42d997ad5f167b2) Signed

Jenkins build is still unstable: cloudstack-apidocs-master #1965

2015-05-13 Thread Apache Jenkins Server
See

git commit: updated refs/heads/master to 7451f13

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 256e227cd -> 7451f13f9 debian: allow tomcat7 as optional dependency This closes #247 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudsta

git commit: updated refs/heads/4.5 to b90e8f9

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.5 a0cff4ca4 -> b90e8f96b debian: allow tomcat7 as optional dependency This closes #247 (cherry picked from commit 7451f13f911e0044d0981046bcde31a18f77db83) Signed-off-by: Rohit Yadav Conflicts: debian/control Project: http://gi

git commit: updated refs/heads/master to e8f8e0e

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 7451f13f9 -> e8f8e0e3f listPortForwardingRules: fix typo in doc Signed-off-by: Rohit Yadav This closes #248 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.5 to fd97705

2015-05-13 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.5 b90e8f96b -> fd97705f8 listPortForwardingRules: fix typo in doc Signed-off-by: Rohit Yadav This closes #248 (cherry picked from commit e8f8e0e3f23732559a2664b3b9573be8ef76f479) Signed-off-by: Rohit Yadav Project: http://git-wip-us.a

Jenkins build is still unstable: cloudstack-apidocs-master #1966

2015-05-13 Thread Apache Jenkins Server
See

Jenkins build is still unstable: cloudstack-apidocs-master #1967

2015-05-13 Thread Apache Jenkins Server
See

cloudstack-www git commit: test if PHP files work, if they do we can do some header redirects for API docs

2015-05-13 Thread duffy
Repository: cloudstack-www Updated Branches: refs/heads/asf-site 5ce43497e -> 874995d17 test if PHP files work, if they do we can do some header redirects for API docs Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack

cloudstack-www git commit: Try do a temp fix for the API docs issue

2015-05-13 Thread duffy
Repository: cloudstack-www Updated Branches: refs/heads/asf-site 874995d17 -> 35c37e52d Try do a temp fix for the API docs issue Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/35c37e52 Tree: http://git-w

cloudstack-www git commit: fix symbolic link...

2015-05-13 Thread duffy
Repository: cloudstack-www Updated Branches: refs/heads/asf-site 35c37e52d -> dbdac932f fix symbolic link... Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/dbdac932 Tree: http://git-wip-us.apache.org/rep