[36/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
utils: fix SAMLUtils's authnrequest maker Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8fa9d2c2 Tree:

[21/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
server: Add SAML related config params in Config Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5d94fd5b Tree:

[45/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAML2LogoutAPIAuthenticatorCmd: check logout response and redirect to UI Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/15fdc174 Tree:

[37/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
apidocs: add entry for getSPMetaData Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2f6fa268 Tree:

[26/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
server: Add IDP entity ID config param Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0444bfb6 Tree:

[34/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAML2LogoutAPIAuthenticatorCmd: implement single log out Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7ee4176c Tree:

[16/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
Maven: add opensaml 2.6.1 version id in pom.xml Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c04b9ed6 Tree:

[47/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
utils: fix static certificate value string in SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5e7928bc Tree:

[06/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAML2LoginAPIAuthenticatorCmd: Set all necessary cookies and redirect to UI Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2464e02b Tree:

[27/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml: Have the plugin use IDP metadata from URL, get values from Config Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/06e90992 Tree:

[20/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml2: Fix plugin after refactoring - Use opensaml version from root pom - Add utils and api as explicit dependency - Add org.apache.cloudstack.saml.SAML2AuthServiceImpl bean - Fix imports in all source files and resource xmls - Use methods available from SAMLUtils to encode/decode SAML

[43/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml: use SAML_RESPONSE from SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8dc50927 Tree:

[17/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
utils: refactor and aggregate methods in SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d6ea4ad7 Tree:

[13/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
ui: refactor and use a unified unboxing helping method in cloudStack.js Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e6ec51e1 Tree:

[39/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAML2LogoutAPIAuthenticatorCmd: if session is null, redirect to login page If session is null, probably logout (local) happened removing the name id and session index which is needed for global logout. The limitation by design is that local logout will void possibility of global logout. To

[10/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAML2LoginAPIAuthenticatorCmd: Implement SAML SSO using HTTP Redirect binding - Creates SAMLRequest and uses HTTP redirect binding (uses GET/302) - Redirects to IdP for auth - On successful auth, check for assertion - Tries to get attributes based on standard LDAP attribute names - Next, gets

[38/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
Config: add config for saml user account, domain and redirected URL to ACS UI Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b0f3d66f Tree:

[01/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master d9531fb0d - 97ed5ff63 ApiServer: change loginUser method signature to return ResponseObject Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[28/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAMLUtils: leave bootstrapping to upper layers Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8e6cb044 Tree:

[12/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
api: Add PluggableAPIAuthenticator interface This interface is used by any plugin for implementing a pluggable API authenticator such as SAML, OAuth etc. Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[41/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAML2UserAuthenticator: check that request params has SAMLResponse Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ad13d3d7 Tree:

[09/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
DefaultLoginAPIAuthenticatorCmd: move createLoginResponse to ApiServer Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9c7204d3 Tree:

[25/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
client: add getSPMetadata API in commands.properties Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2a264cc7 Tree:

[30/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml: Implement logic to check response against X509 keys Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7687b731 Tree:

[49/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml: disable plugin by default and don't initiate if not enabled Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6eae9b85 Tree:

[48/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
server: add config to enable/disable SAML SSO/SLO plugin Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/249446dc Tree:

[19/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
ApiServer: Fix imports order, use org.apache.cloudstack.api.ApiServerService Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/37d696db Tree:

[44/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAMLUtils: Create new NameID using passed nameId taking just id and session idx Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3bf387c8 Tree:

[46/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml: fix tests and update method signature that generates random certs Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aa02e30e Tree:

[22/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
utils: Remove hard coded strings from SAMLUtils Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1b0f81ec Tree:

[29/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
api: add method to pass on api authenticators to cmd classes Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/47ccce85 Tree:

[18/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml: Implement SAML2AuthManager interface Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/37961ebd Tree:

[35/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
saml: use values from config for user account, domain and redirected url Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b401828a Tree:

[03/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
server: add opensaml as dependency Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/18ff47ef Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/18ff47ef

[14/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
api: fix refactored ApiServerService interface to api Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/74f57959 Tree:

[32/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
SAMLUtils: add logout request utility for saml slo Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/230e9705 Tree:

[23/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
server: fix server package after auth plugin refactor - Have opensaml dependency to get version from root pom - add com.cloud.api.auth.APIAuthenticationManagerImpl to spring ctx manager - Fix getCommands() in APIAuthenticationManagerImpl - Fix imports in resources, test and src classes

[08/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
ApiServlet: Fix NPE while inserting to auditTrail Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2694ad7b Tree:

[05/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
Minor fixes Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a364054d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a364054d Diff:

[50/50] git commit: updated refs/heads/master to 97ed5ff

2014-08-28 Thread bhaisaab
Merge branch 'saml2' Implements CLOUDSTACK-7083 Branch: saml2 Proposal: http://markmail.org/message/4ba4ztmqpud3l4uo JIRA ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-7083 FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SAML+2.0+Plugin Unit tests: Tests for each auth cmd

Git Push Summary

2014-08-28 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/saml2 [deleted] 1d809ffa6

git commit: updated refs/heads/master to 81608af

2014-08-28 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 97ed5ff63 - 81608afee SAML2LoginAPIAuthenticatorCmdTest: Add missing license Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: docs: set config version for future release

2014-08-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master dca91c19e - b3673c8c0 docs: set config version for future release Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit:

[2/2] git commit: updated refs/heads/master to 784288e

2014-08-30 Thread bhaisaab
SAML2AuthManagerImpl: let the component return true on start - Return super.true() even if plugin is not enabled - Return empty list when getCommands is called Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[1/2] git commit: updated refs/heads/master to 784288e

2014-08-30 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master ef0adc123 - 784288eaa cisco-vnmc: Don't create Protocol using deprecated SecureProtocolSocketFactory Latest httpclient library suggests when creating Protocol object for use with the apache common httpclient class, they should avoid

git commit: updated refs/heads/master to 12ad5ba

2014-08-30 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 784288eaa - 12ad5ba19 SAMLUtilsTest: just test that random secure string has some length Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/master to 550762a

2014-08-30 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 12ad5ba19 - 550762a0d SAMLUtils: fix signature, refactor generateRandomX509Certificate Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/master to 33a249e

2014-08-31 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 550762a0d - 33a249e77 CLOUDSTACK-7455: Fix possible case for NPE NPE can happen if Spring fails to inject api authenticator, so better check and set list of commands if the authenticator is not null or returning null cmds

git commit: cloudmonkey: don't allow empty values of set options

2014-09-01 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master b3673c8c0 - 61d6b98bc cloudmonkey: don't allow empty values of set options Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit:

[1/3] git commit: updated refs/heads/4.3 to df5dfd4

2014-09-01 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 a743937e4 - df5dfd40c [CLOUDSTACK-6115] Investigate the use of TravisCI for CloudStack integration testing (cherry picked from commit 26069aa3776ea4b634fb9d614062caa595bc0fa0) Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com

[3/3] git commit: updated refs/heads/4.3 to df5dfd4

2014-09-01 Thread bhaisaab
apidoc: use non-harcoded path to client artifacts Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/df5dfd40 Tree:

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

2014-09-01 Thread bhaisaab
Fix RAT issue (cherry picked from commit b38d0b6b43a4eaab1c85a07739eda7a475ccb07f) Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/78c2e529 Tree:

git commit: updated refs/heads/4.3 to f5483ee

2014-09-01 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 df5dfd40c - f5483eeea schema: fix upgrade paths in the upgrade map of DatabaseUpgradeChecker Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

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

2014-09-01 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 f5483eeea - 514c2ef0f CLOUDSTACK-4770: In MacAddress skip macAddress when parsed value is 0x00 In MacAddress class, we start by settig macAddress String as null and go through the output of ifconfig -a and pick the one string that is a

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

2014-09-01 Thread bhaisaab
NetUtils: Check for NPE in getDefaultHostIp method when processing nic/mac On hosts or containers where they don't have valid mac address on nic resulting in null, NetUtils.getNetworkParam can throw NPE. This was a case found on TravisCI where OpenVZ containers are used. This method

git commit: updated refs/heads/4.3 to 2850084

2014-09-01 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 514c2ef0f - 28500840a travis: remove --zone and --hypervisor for 4.3 branch Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/4.3 to 2a87d7e

2014-09-01 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 9669a2031 - 2a87d7e8c travis: remove the marvin flag require_hardware which is not needed for 4.3 Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/4.3 to 3c4aad2

2014-09-01 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 2a87d7e8c - 3c4aad203 developer: cheat with low acccount expunge interval for smoke tests Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/4.3 to 1a8e07d

2014-09-01 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 3c4aad203 - 1a8e07d17 travis: for 4.3 just --load on nosetests to only use cfg and not deploy zone Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/master to c730bc3

2014-09-01 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 885431864 - c730bc349 server: Add event bus bean as commented xml in META-INF core This adds a spring bean xml to have EventBus for ACS, but the bean is commented so the event bus service won't start by default. I'm adding this for

[2/2] git commit: setup: add argcomplete as dependency

2014-09-01 Thread bhaisaab
setup: add argcomplete as dependency Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/2d709cab Tree:

[1/2] git commit: cloudmonkey: use argparse instead of option parser

2014-09-01 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 61d6b98bc - 2d709cab3 cloudmonkey: use argparse instead of option parser Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit:

git commit: updated refs/heads/4.3 to c8b8089

2014-09-02 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 1a8e07d17 - c8b80893a Fix for -SNAPSHOT problem in debian rules. Use -snapshot in the changelog to force the packaging to use the -SNAPSHOT extension for maven targets (cherry picked from commit 2b47611c5d44893021016d2df9713c392cfa92df)

git commit: updated refs/heads/4.3 to ab8fcd0

2014-09-02 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 c8b80893a - ab8fcd0b2 CLOUDSTACK-6531: stopping the router in case of command failures. Also added alerts for failures. Signed-off-by: Jayapal jaya...@apache.org (cherry picked from commit 59bf3559196a9452a1a048849f4f9971753d373b)

git commit: updated refs/heads/4.3 to 14bd151

2014-09-02 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 ab8fcd0b2 - 14bd15151 strip leading spaces from path (cherry picked from commit c1aa3a3f1aa99330ad95cc4fbc5e72d057a7ed8f) Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project:

[1/2] git commit: updated refs/heads/hotfix/4.3-CLOUDSTACK-6756 to 15549f3

2014-09-02 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/hotfix/4.3-CLOUDSTACK-6756 [created] 15549f3b6 Fixed CLOUDSTACK-6756: usage id is not being returned for an ip in deleted ip range (cherry picked from commit df42ce903d399cf30055e55bc24b84fbc0b563a9) Signed-off-by: Rohit Yadav

[2/2] git commit: updated refs/heads/hotfix/4.3-CLOUDSTACK-6756 to 15549f3

2014-09-02 Thread bhaisaab
schema: add upgrade path from 4.3.0 to 4.3.1 Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/15549f3b Tree:

Git Push Summary

2014-09-02 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/hotfix/4.3-CLOUDSTACK-6756 [deleted] 15549f3b6

svn commit: r921124 - /websites/production/cloudstack/content/

2014-09-03 Thread bhaisaab
Author: bhaisaab Date: Wed Sep 3 10:54:09 2014 New Revision: 921124 Log: Fix CloudStack event section, the fix was done by Sebastien Added: websites/production/cloudstack/content/ - copied from r921123, websites/staging/cloudstack/trunk/content/

git commit: cloudmonkey: apply pep8 fixes

2014-09-03 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 2d709cab3 - d62f6b4c6 cloudmonkey: apply pep8 fixes Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit:

[2/3] git commit: updated refs/heads/hotfix/4.4/upgradepath-431to441 to e57f17a

2014-09-04 Thread bhaisaab
schema: add Upgrade431to440 that extends 430to440 This adds an upgrade path from 4.3.1 to 4.4.0, the implementation of which simply extends the Upgrade430to440 as there was no schema change between 4.3.0 and 4.3.1 Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project:

[1/3] git commit: updated refs/heads/hotfix/4.4/upgradepath-431to441 to e57f17a

2014-09-04 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/hotfix/4.4/upgradepath-431to441 [created] e57f17ae8 schema: Add upgrade path 4.3.0 to 4.3.1 picked from 51f145b Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[3/3] git commit: updated refs/heads/hotfix/4.4/upgradepath-431to441 to e57f17a

2014-09-04 Thread bhaisaab
DatabaseUpgradeChecker: add upgrade path for ACS 4.3.1 Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e57f17ae Tree:

[2/4] git commit: updated refs/heads/hotfix/4.4/upgradepath-431to441 to 062bec4

2014-09-04 Thread bhaisaab
schema: Add upgrade path 4.3.0 to 4.3.1 picked from 51f145b Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0f84c9b4 Tree:

[4/4] git commit: updated refs/heads/hotfix/4.4/upgradepath-431to441 to 062bec4

2014-09-04 Thread bhaisaab
DatabaseUpgradeChecker: add upgrade path for ACS 4.3.1 Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/062bec4e Tree:

[1/4] git commit: updated refs/heads/hotfix/4.4/upgradepath-431to441 to 062bec4

2014-09-04 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/hotfix/4.4/upgradepath-431to441 e57f17ae8 - 062bec4ee (forced update) CLOUDSTACK-7418 and CLOUDSTACK-7488 - Fixed LB removal if cert is associated Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[3/4] git commit: updated refs/heads/hotfix/4.4/upgradepath-431to441 to 062bec4

2014-09-04 Thread bhaisaab
schema: add Upgrade431to440 that extends 430to440 This adds an upgrade path from 4.3.1 to 4.4.0, the implementation of which simply extends the Upgrade430to440 as there was no schema change between 4.3.0 and 4.3.1 Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project:

git commit: updated refs/heads/hotfix/4.4/upgradepath-431to441 to 6957587

2014-09-04 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/hotfix/4.4/upgradepath-431to441 062bec4ee - 69575877c (forced update) DatabaseUpgradeChecker: add upgrade path for ACS 4.3.1 Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project:

git commit: updated refs/heads/4.3 to e2b4961

2014-09-05 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 41c0eaa14 - e2b49613d debian: fix version to 4.3.1 in debian log and console-proxy pom Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/4.3 to fc5c92e

2014-09-05 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 150921672 - fc5c92ed2 pom: exclude CHANGES.md for license checking Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[1/2] git commit: request: fix ValueError when expiry is not set or set as blank/none

2014-09-05 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master d62f6b4c6 - 9662e6bcc request: fix ValueError when expiry is not set or set as blank/none Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo

git commit: updated refs/heads/4.3 to a1d230b

2014-09-08 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 fc5c92ed2 - a1d230b88 appliance: fix build.sh for vmware systemvm building and exporting Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/4.3 to c3617f9

2014-09-08 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 a1d230b88 - c3617f986 CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/hotfix/4.4/CLOUDSTACK-6624 to b7b9cd0

2014-09-08 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/hotfix/4.4/CLOUDSTACK-6624 [created] b7b9cd0d2 CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo

git commit: updated refs/heads/master to c68325d

2014-09-08 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master c9dbfa063 - c68325deb CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com (cherry picked from commit b7b9cd0d2d0dc9973e65c99ade3f550c6dd8dcd7) Signed-off-by:

[2/2] git commit: cloudmonkey: fix help strings

2014-09-09 Thread bhaisaab
cloudmonkey: fix help strings Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/b8fc61e9 Tree:

[1/2] git commit: CLOUDSTACK-7456: Add command line flag -d to control output display

2014-09-09 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 9662e6bcc - b8fc61e99 CLOUDSTACK-7456: Add command line flag -d to control output display Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo

git commit: CLOUDSTACK-7459: Honour quoted/escaped arguments from command line

2014-09-09 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master b8fc61e99 - 1980b6cee CLOUDSTACK-7459: Honour quoted/escaped arguments from command line Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo

git commit: updated refs/heads/4.3 to b6ee5e6

2014-09-09 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 33911723f - b6ee5e645 pom: fix xapi version from root pom.xml as 41c0eaa remove it from deps/XenServer Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/4.3 to ac5309b

2014-09-09 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 b6ee5e645 - ac5309b8b appliance: fix newer debian iso links and checksums for debian Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/master to 7656590

2014-09-09 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master d08d71427 - 765659091 appliance: fix newer debian iso links and checksums for debian Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com (cherry picked from commit ac5309b8b47ddb1e5588a2d5090f2bcce0e7c2a4) Signed-off-by: Rohit Yadav

git commit: updated refs/heads/4.3 to 9919873

2014-09-09 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 ac5309b8b - 99198738f debian: fix changelog which is having badly formatted timestamp Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/4.3 to 885c02d

2014-09-10 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 99198738f - 885c02dbd CLOUDSTACK-7528: More verbose logging when sending alert fails When sendAlert is called on an AlertManager impl, if it fails it logs that something was wrong but does not log the body of the issue/error. This means

git commit: updated refs/heads/master to 91fd8d7

2014-09-10 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 81d5dd9bc - 91fd8d7cd CLOUDSTACK-7528: More verbose logging when sending alert fails When sendAlert is called on an AlertManager impl, if it fails it logs that something was wrong but does not log the body of the issue/error. This

git commit: updated refs/heads/hotfix/4.4/CLOUDSTACK-7528 to f4f5ea3

2014-09-10 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/hotfix/4.4/CLOUDSTACK-7528 [created] f4f5ea3cc CLOUDSTACK-7528: More verbose logging when sending alert fails When sendAlert is called on an AlertManager impl, if it fails it logs that something was wrong but does not log the body of the

git commit: updated refs/heads/master to 70142c4

2014-09-10 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 75cd79a23 - 70142c4ac Added usageid parameter to the listUsageRecords API call. Can be used only together with type parameter specified Signed-off-by: Ilia Shakitko i.shaki...@tech.leaseweb.com Signed-off-by: Rohit Yadav

git commit: updated refs/heads/4.3 to 57c69a8

2014-09-10 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 885c02dbd - 57c69a8ba CLOUDSTACK-6099 live migration is failing for vm deployed using dynaic compute offerings with NPE Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project:

git commit: updated refs/heads/master to 2b7b837

2014-09-10 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 70142c4ac - 2b7b837b2 CLOUDSTACK-6099 live migration is failing for vm deployed using dynaic compute offerings with NPE Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

git commit: updated refs/heads/hotfix/4.4/CLOUDSTACK-6099 to 56c7fc8

2014-09-10 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/hotfix/4.4/CLOUDSTACK-6099 [created] 56c7fc800 CLOUDSTACK-6099 live migration is failing for vm deployed using dynaic compute offerings with NPE Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project:

git commit: updated refs/heads/4.3 to 94f67eb

2014-09-10 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.3 57c69a8ba - 94f67eb94 CHANGES: add bugfixes after 4.3.1 round #3 Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

<    1   2   3   4   5   6   7   8   9   10   >