[49/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
Merge remote-tracking branch 'origin/4.5' into merge-master Conflicts: engine/schema/src/com/cloud/upgrade/dao/Upgrade441to450.java plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalManagerImpl.java plugins/hypervisors/baremetal/src/com/cloud/baremeta

[39/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7693: Fixing pep8 issues pep8 fixes for test_routers.py Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/159a372f Tree: http://git-wip-us.apache.org/repos/asf/clou

[41/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7532: Template status is not shown in UI/API response for non-default account users. Show it if the owner of the template is the caller Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/42f628c6 Tree: http:

[30/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
since max_guest_vm for XS 6.2.0 is 500, change max_guest_vm for XS 6.5.0 to 500 (cherry picked from commit 3d2916a4b76510e7c70ccc5193576447491e637a) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/003269e5 Tree: htt

[50/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
PR: #23 Merge 4.5 back into master from 'DaanHoogland/merge-master' Fixes #23 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/cloudstack/commit/7072d8d7 Tree: http://git-wip-us.apache.org/repos/asf/clouds

[37/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
Fixing possible formatting issue with license header, causing builds to fail. Works well locally Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/71c98041 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/

[40/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7690: Added missing unittest import to test_escalations_volumes.py fixed pep8 issues Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ac820a32 Tree: http://git-wip

[42/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7728: Fixed adding icmp rules with different types and codes Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f488a8f7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f488a8f7 Diff: http://git-

[36/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7723: UI > Storage > detail view > add Disk Offering field. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/26f3e849 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/26f3e849 Diff: http://git-w

[14/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-3195: UI > IP Address > detailView > Configuration tab > Port Forwarding > for regular-user, if underlying VM has been destroyed (i.e. listVirtualMachines API returns nothing), compose vm object from limited vm data in port forwarding rule object. So, a vm object (required in widget c

[38/50] [abbrv] CLOUDSTACK-7693: Fixing pep8 issues

2014-10-16 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/159a372f/test/integration/component/test_routers.py -- diff --git a/test/integration/component/test_routers.py b/test/integration/component/test_routers.py index 24f44b3..0a74

[13/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-4987: UI > Instances > detailView > NICs tab > Add network to VM > Network dropdown => (1) For root-admin, populate networks of all accounts. (2) For regular-user/domain-admin, populate only networks belonging to this VM owner. (cherry picked from commit 794ee6929d078fd919842f2c1f551

[23/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
kvm: Add better logging when fetching a volume from libvirt Clearly show if a volume is found and if not, that the pool is being refreshed and the fetch is tried again. Due to my commit b53a9dcc9f3ee95d40761b9c2c860f821595a661 the chance of a volume not being found is slightly bigger, but the per

[05/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-6650: Reorder Cluster list in deployment planner to protect GPU enabled hosts from non-GPU VM deployment. Cluster reordering is based on the number of unique host tags in a cluster, cluster with most number of unique host tags will put at the end of list. Hosts with GPU capability will g

[46/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
Removed duplicate code and unused imports which was causing build failure. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/80e0c991 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/80e0c991 Diff: http://g

[20/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-2625, CLOUDSTACK-3401: Usage records are ordered by start_date which is not unique. While listing large datasets or when page size is small this will result in duplicates. Order records by id instead (cherry picked from commit 63109a97b1119cd306858cd4068e46859acc8e83) Project: http:

[32/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7699: Disable ROOT volume attach/detach ability. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a6d575b1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a6d575b1 Diff: http://git-wip-us.apach

[31/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-6826: Improving the download url expiration where the expiration work would be handled by the ssvm that has the corresponding symlink created on it. In case it doesnt exist, then would be any one of the ssvm in the zone. Also when the ssvm is destroyed all the download urls are expired

[10/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7681: UI > zone wizard > Advanced zone > hypervisor => do not support BareMetal (cherry picked from commit 3b704ac6f3f3575f45722308cd1f882acd097fb1) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/35dab4

[15/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7632:Automation for volume life cycle testPath Signed-off-by: SrikanteswaraRao Talluri (cherry picked from commit 679f945074d54fb68f7b1778fd60418bffaf4d23) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit

[27/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
if guest network type is vlan://untagged, and traffic label is used, kvm agent needs to honor traffic label (cherry picked from commit 5ff1ece2bec75ece99df748e9af2abc0a499a30b) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudst

[47/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
Config value having different category in SQL and Config.java. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/50250719 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/50250719 Diff: http://git-wip-us.ap

[25/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
if libvirt version is < 10.10(below rhel 6.5), won't set nic throttling (cherry picked from commit 6dc6e8a9007b502d66e44c5015b175aedcfa22ac) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/27924d1f Tree: http://git-

[28/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
if vpc public network with snat enabled, then will triger this issue; (cherry picked from commit 6b8e0baa21e6cffc62eb2d35eecc7aeb2087d1c1) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c10189f7 Tree: http://git-wi

[03/50] [abbrv] git commit: updated refs/heads/master to 7072d8d

2014-10-16 Thread bhaisaab
CLOUDSTACK-7679: bump up the RabbitMQ AMQP java client version from 2.8.7 to 3.3.5 3.3.5 is the latest stable version of AMQP client, which is also backward comaptible. Successfully tested with updated client library. (cherry picked from commit ff797dfa5943c4e02acc87466c4638e97d2c2eb0) Project:

git commit: updated refs/heads/pullrequest-4.4.1-tag-fix to ebb462b

2014-10-20 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/pullrequest-4.4.1-tag-fix [created] ebb462b51 debian: Fix changelog to use 4.4.1 release with snapshot in the version string Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-

[1/2] git commit: cloudmonkey: don't show filter= if a pending parameter is there

2014-10-28 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master fa79185f7 -> 78920d02a cloudmonkey: don't show filter= if a pending parameter is there Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apa

[2/2] git commit: cloudmonkey: Implement caching mechanism for paramcompletion background calls

2014-10-28 Thread bhaisaab
cloudmonkey: Implement caching mechanism for paramcompletion background calls Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/78920d02 Tree: http://git-wip-us.ap

git commit: cloudmonkey: pick the first related API in parameter completion

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 78920d02a -> af5d8f86e cloudmonkey: pick the first related API in parameter completion Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apa

git commit: cloudmonkey: if related API is not found, found by list APIs

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master af5d8f86e -> 35d405a18 cloudmonkey: if related API is not found, found by list APIs Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache

git commit: cloudmonkey: in parameter completion if no API is found return

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 35d405a18 -> 3070a27a9 cloudmonkey: in parameter completion if no API is found return Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apac

[3/4] git commit: cloudmonkey: use list heuristic for own list verb api for both id and ids

2014-10-29 Thread bhaisaab
cloudmonkey: use list heuristic for own list verb api for both id and ids Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/91bd9644 Tree: http://git-wip-us.apache

[2/4] git commit: cloudmonkey: add param completer heuristic

2014-10-29 Thread bhaisaab
cloudmonkey: add param completer heuristic - Adds a list API heuristic to autocomplete for arguments that are some kind of id, for example in deploy virtualmachine command, for an argument like templateid, this heuristic tries to find an API that lists templates and returns options that may

[4/4] git commit: cloudmonkey: scan though api result to print after uuids in completion options

2014-10-29 Thread bhaisaab
cloudmonkey: scan though api result to print after uuids in completion options Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/c40fddb4 Tree: http://git-wip-us.a

[1/4] git commit: cloudmonkey: print all id, name options for all options and stringify ID

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 3070a27a9 -> c40fddb48 cloudmonkey: print all id, name options for all options and stringify ID Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-w

git commit: CHANGES: note changes since 5.2.0

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master c40fddb48 -> 03a1ecf25 CHANGES: note changes since 5.2.0 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-c

git commit: config: if profile is missing, use the default server profile name

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 03a1ecf25 -> a084f9dd5 config: if profile is missing, use the default server profile name This can happen in case a user is upgrading from older cloudmonkey release Signed-off-by: Rohit Yadav Project: http://git-wip-us.

git commit: CHANGES: Add info that automatic upgrades are possible since 5.0.0 release

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master a084f9dd5 -> 8c2b70099 CHANGES: Add info that automatic upgrades are possible since 5.0.0 release Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git

git commit: cloudmonkey: update param completion if any list API is called

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 8c2b70099 -> e11303037 cloudmonkey: update param completion if any list API is called Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apac

git commit: config: from 5.3.0 set paramcompletion to true, it's good enough to use now

2014-10-29 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master e11303037 -> 8bbc43315 config: from 5.3.0 set paramcompletion to true, it's good enough to use now Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://gi

[2/2] git commit: updated refs/heads/master to 448bb79

2014-10-30 Thread bhaisaab
PR #27 CLOUDSTACK-7767 Fixed events are not generated for snapshot creation #27 This closes #27 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/448bb797 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/

[1/2] git commit: updated refs/heads/master to 448bb79

2014-10-30 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master c78f14cbc -> 448bb7974 CLOUDSTACK-7767: fixed events are not generated for snapshot creation Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d8b46b81 Tre

[1/2] git commit: updated refs/heads/master to 62f9bf0

2014-10-30 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 448bb7974 -> 62f9bf0ff CLOUDSTACK-7688, CLOUDSTACK-7747: restricted various operations for VM with VM snapshots which breaks VM snapshots. Now they are informed that they cannot perform the operation. To perform operation they have t

[2/2] git commit: updated refs/heads/master to 62f9bf0

2014-10-30 Thread bhaisaab
PR #26 CLOUDSTACK-7688, CLOUDSTACK-7747 Restricted various operations for VM with VM Snapshots #26 This closes #26 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/62f9bf0f Tree: http://git-wip-us.apache.org/repos/a

[1/2] cloudmonkey: update precached api dictionary

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 8bbc43315 -> 8ef5f4a6c http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/8ef5f4a6/cloudmonkey/precache.py -- diff --git a/cloudmonkey/preca

[2/2] git commit: cloudmonkey: update precached api dictionary

2014-10-30 Thread bhaisaab
cloudmonkey: update precached api dictionary Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/8ef5f4a6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-clo

git commit: CLOUDSTACK-7669: Return non-zero exit code during single command run on shell

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 8ef5f4a6c -> 968430ef3 CLOUDSTACK-7669: Return non-zero exit code during single command run on shell Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://

git commit: CHANGES: update changes for version 5.3.0

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 968430ef3 -> 8ac5da4a3 CHANGES: update changes for version 5.3.0 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/clou

git commit: cloudmonkey: show partial chars when printing current profile when set is called

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 8ac5da4a3 -> c3cba3bd9 cloudmonkey: show partial chars when printing current profile when set is called Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http

git commit: cloudmonkey: mask sensitive data, tell users that it's hidden data

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master c3cba3bd9 -> 715630aeb cloudmonkey: mask sensitive data, tell users that it's hidden data Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.

Git Push Summary

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 [created] 715630aeb

svn commit: r6954 - /dev/cloudstack/cloudmonkey-5.3.0/

2014-10-30 Thread bhaisaab
Author: bhaisaab Date: Thu Oct 30 10:49:56 2014 New Revision: 6954 Log: Committing release candidate artifacts for 5.3.0 to dist/dev/cloudstack in preparation for release vote Added: dev/cloudstack/cloudmonkey-5.3.0/ dev/cloudstack/cloudmonkey-5.3.0/apache-cloudstack-cloudmonkey-5.3.0

git commit: cloudmonkey: autocomplete true/false for boolean arg types

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 715630aeb -> 6f71acf22 cloudmonkey: autocomplete true/false for boolean arg types Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.o

git commit: cloudmonkey: autocomplete true/false for boolean arg types

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 715630aeb -> 6f71acf22 cloudmonkey: autocomplete true/false for boolean arg types Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/

[1/2] git commit: updated refs/heads/4.5 to 6df0b9f

2014-10-30 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/4.5 b70106158 -> 6df0b9f67 saml: Use camelCase api names for SAML login/logout apis Signed-off-by: Rohit Yadav (cherry picked from commit 85c0bd68ae8a76c231ab402dd0311e3672155f71) Signed-off-by: Rohit Yadav Project: http://git-wip-us.apac

[2/2] git commit: updated refs/heads/4.5 to 6df0b9f

2014-10-30 Thread bhaisaab
SAMLUtils: SAML user id should fit within the UUID VARCHAR(40) column 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/cloudstack/commit/6df0b9f6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree

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

2014-10-30 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 0761d2dda -> 771698934 saml: Use camelCase api names for SAML login/logout apis 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/cloudstack/com

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

2014-10-30 Thread bhaisaab
SAMLUtils: SAML user id should fit within the UUID VARCHAR(40) column Signed-off-by: Rohit Yadav (cherry picked from commit 6df0b9f677984a85cc50fa964c4ead461f0a3063) Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/

[4/8] git commit: requester: refactor code, make it unicode friendly

2014-10-30 Thread bhaisaab
requester: refactor code, make it unicode friendly Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/855434ca Tree: http://git-wip-us.apache.org/repos/asf/cloudsta

[8/8] git commit: precache: updated new precache with response information for each API

2014-10-30 Thread bhaisaab
precache: updated new precache with response information for each API Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/bc19580f Tree: http://git-wip-us.apache.org

[1/8] precache: re-update precache against latest API changes

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 6f71acf22 -> bc19580fc http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/26601437/cloudmonkey/precache.py -- diff --git a/cloudmonkey/preca

[2/8] git commit: precache: re-update precache against latest API changes

2014-10-30 Thread bhaisaab
precache: re-update precache against latest API changes Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/26601437 Tree: http://git-wip-us.apache.org/repos/asf/clo

[6/8] git commit: cloudmonkey: autocomplete filter options

2014-10-30 Thread bhaisaab
cloudmonkey: autocomplete filter options Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/8202b8bb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmo

[7/8] precache: updated new precache with response information for each API

2014-10-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/bc19580f/cloudmonkey/precache.py -- diff --git a/cloudmonkey/precache.py b/cloudmonkey/precache.py index 731ebea..c25ce5c 100644 --- a/cloudmonkey/precache.py +++ b

[5/8] git commit: cloudmonkey: add unicode support finally! :sunglasses:

2014-10-30 Thread bhaisaab
cloudmonkey: add unicode support finally! :sunglasses: Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/ccb3a751 Tree: http://git-wip-us.apache.org/repos/asf/clou

git commit: CHANGES: Feature and bugfixes updated for 5.3.0

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master bc19580fc -> b20b59c16 CHANGES: Feature and bugfixes updated for 5.3.0 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/as

[3/8] git commit: requester: remove double URL encoding, use urllib.quote instead of quote_plus

2014-10-30 Thread bhaisaab
requester: remove double URL encoding, use urllib.quote instead of quote_plus Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/bbe01aae Tree: http://git-wip-us.ap

[4/9] git commit: requester: refactor code, make it unicode friendly

2014-10-30 Thread bhaisaab
requester: refactor code, make it unicode friendly Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/855434ca Tree: http://git-wip-us.apache.org/repos/asf/cloudsta

[3/9] git commit: requester: remove double URL encoding, use urllib.quote instead of quote_plus

2014-10-30 Thread bhaisaab
requester: remove double URL encoding, use urllib.quote instead of quote_plus Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/bbe01aae Tree: http://git-wip-us.ap

[9/9] git commit: CHANGES: Feature and bugfixes updated for 5.3.0

2014-10-30 Thread bhaisaab
CHANGES: Feature and bugfixes updated for 5.3.0 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/b20b59c1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-

[8/9] git commit: precache: updated new precache with response information for each API

2014-10-30 Thread bhaisaab
precache: updated new precache with response information for each API Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/bc19580f Tree: http://git-wip-us.apache.org

[2/9] git commit: precache: re-update precache against latest API changes

2014-10-30 Thread bhaisaab
precache: re-update precache against latest API changes Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/26601437 Tree: http://git-wip-us.apache.org/repos/asf/clo

[5/9] git commit: cloudmonkey: add unicode support finally! :sunglasses:

2014-10-30 Thread bhaisaab
cloudmonkey: add unicode support finally! :sunglasses: Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/ccb3a751 Tree: http://git-wip-us.apache.org/repos/asf/clou

[1/9] precache: re-update precache against latest API changes

2014-10-30 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 6f71acf22 -> b20b59c16 http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/26601437/cloudmonkey/precache.py -- diff --git a/cloudmonkey/precache

[7/9] precache: updated new precache with response information for each API

2014-10-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/bc19580f/cloudmonkey/precache.py -- diff --git a/cloudmonkey/precache.py b/cloudmonkey/precache.py index 731ebea..c25ce5c 100644 --- a/cloudmonkey/precache.py +++ b

[6/9] git commit: cloudmonkey: autocomplete filter options

2014-10-30 Thread bhaisaab
cloudmonkey: autocomplete filter options Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/8202b8bb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmo

[2/3] git commit: requester: stderr and json loads fixes

2014-10-31 Thread bhaisaab
requester: stderr and json loads fixes Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/a1e1023e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonk

[1/3] git commit: printer: fix color printer rules to accommodate json output

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master b20b59c16 -> 088001e7a printer: fix color printer rules to accommodate json output Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.

[3/3] git commit: cloudmonkey: duplicate filter break output, print using unique ones

2014-10-31 Thread bhaisaab
cloudmonkey: duplicate filter break output, print using unique ones Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/088001e7 Tree: http://git-wip-us.apache.org/r

[1/3] git commit: printer: fix color printer rules to accommodate json output

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 b20b59c16 -> 088001e7a printer: fix color printer rules to accommodate json output Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org

[3/3] git commit: cloudmonkey: duplicate filter break output, print using unique ones

2014-10-31 Thread bhaisaab
cloudmonkey: duplicate filter break output, print using unique ones Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/088001e7 Tree: http://git-wip-us.apache.org/r

[2/3] git commit: requester: stderr and json loads fixes

2014-10-31 Thread bhaisaab
requester: stderr and json loads fixes Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/a1e1023e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonk

svn commit: r6968 - /dev/cloudstack/cloudmonkey-5.3.0/

2014-10-31 Thread bhaisaab
Author: bhaisaab Date: Fri Oct 31 09:56:40 2014 New Revision: 6968 Log: Committing release candidate artifacts for 5.3.0 to dist/dev/cloudstack in preparation for release vote Added: dev/cloudstack/cloudmonkey-5.3.0/apache-cloudstack-cloudmonkey-5.3.0-src.tar.bz2 (with props) dev

[3/3] git commit: cloudmonkey: Fix unicode and string handling in pipes and shell executions

2014-10-31 Thread bhaisaab
cloudmonkey: Fix unicode and string handling in pipes and shell executions Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/f0a7c275 Tree: http://git-wip-us.apach

[1/3] git commit: requester: fix unicode param encoding bug

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 088001e7a -> f0a7c275e requester: fix unicode param encoding bug Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudst

[2/3] git commit: cloudmonkey: add Ctrl+R reverse search support back to OSX

2014-10-31 Thread bhaisaab
cloudmonkey: add Ctrl+R reverse search support back to OSX Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/2fd9ade2 Tree: http://git-wip-us.apache.org/repos/asf/

[2/3] git commit: cloudmonkey: add Ctrl+R reverse search support back to OSX

2014-10-31 Thread bhaisaab
cloudmonkey: add Ctrl+R reverse search support back to OSX Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/2fd9ade2 Tree: http://git-wip-us.apache.org/repos/asf/

[3/3] git commit: cloudmonkey: Fix unicode and string handling in pipes and shell executions

2014-10-31 Thread bhaisaab
cloudmonkey: Fix unicode and string handling in pipes and shell executions Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/f0a7c275 Tree: http://git-wip-us.apach

[1/3] git commit: requester: fix unicode param encoding bug

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 088001e7a -> f0a7c275e requester: fix unicode param encoding bug Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/clou

git commit: requester: cleanup url encoding, use requests, better error logging

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 f0a7c275e -> 4031e5efe requester: cleanup url encoding, use requests, better error logging Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.ap

git commit: requester: better requests error handling

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 4031e5efe -> 300c47534 requester: better requests error handling Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudst

[1/2] git commit: requester: cleanup url encoding, use requests, better error logging

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master f0a7c275e -> 300c47534 requester: cleanup url encoding, use requests, better error logging Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us

[2/2] git commit: requester: better requests error handling

2014-10-31 Thread bhaisaab
requester: better requests error handling Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/300c4753 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudm

svn commit: r6974 - /dev/cloudstack/cloudmonkey-5.3.0/

2014-10-31 Thread bhaisaab
Author: bhaisaab Date: Fri Oct 31 17:43:22 2014 New Revision: 6974 Log: Committing release candidate artifacts for 5.3.0 to dist/dev/cloudstack in preparation for release vote Added: dev/cloudstack/cloudmonkey-5.3.0/apache-cloudstack-cloudmonkey-5.3.0-src.tar.bz2 (with props) dev

git commit: cloudmonkey: fix readline issue across OSX and Linux

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 300c47534 -> d835341e9 cloudmonkey: fix readline issue across OSX and Linux Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/

git commit: cloudmonkey: fix readline issue across OSX and Linux

2014-10-31 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 300c47534 -> d835341e9 cloudmonkey: fix readline issue across OSX and Linux Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/rep

git commit: cloudmonkey: fix error handling and unicode string conversions

2014-11-01 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 d835341e9 -> eae19737f cloudmonkey: fix error handling and unicode string conversions Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.

git commit: cloudmonkey: fix error handling and unicode string conversions

2014-11-01 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master d835341e9 -> eae19737f cloudmonkey: fix error handling and unicode string conversions Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apac

svn commit: r6992 - /dev/cloudstack/cloudmonkey-5.3.0/

2014-11-02 Thread bhaisaab
Author: bhaisaab Date: Mon Nov 3 06:44:26 2014 New Revision: 6992 Log: Committing release candidate artifacts for 5.3.0 to dist/dev/cloudstack in preparation for release vote Added: dev/cloudstack/cloudmonkey-5.3.0/apache-cloudstack-cloudmonkey-5.3.0-src.tar.bz2 (with props) dev

git commit: cloudmonkey: fix set command issue, close stdout/err when exiting cloudmonkey

2014-11-03 Thread bhaisaab
Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/5.3 eae19737f -> beb369c59 cloudmonkey: fix set command issue, close stdout/err when exiting cloudmonkey Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git

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