You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/06/05 20:26:38 UTC

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

Updated Branches:
  refs/heads/master 54481d0b7 -> 81d2a70bf


fixing a missing bracket


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/53fd2ee5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/53fd2ee5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/53fd2ee5

Branch: refs/heads/master
Commit: 53fd2ee5dcbd10ec3f4019f75a32d4f56844b0d2
Parents: 11a25b3
Author: Pranav Saxena <pr...@citrix.com>
Authored: Wed Jun 5 23:55:43 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Wed Jun 5 23:55:43 2013 +0530

----------------------------------------------------------------------
 ui/scripts/vpc.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/53fd2ee5/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index bc39480..a44f743 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -3177,7 +3177,8 @@
                      });
                 }
 
-            }
+               }
+           }
           },
           action: function(args) {
             var dataObj = {              


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

Posted by pr...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/81d2a70b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/81d2a70b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/81d2a70b

Branch: refs/heads/master
Commit: 81d2a70bf30be285bd2ba82d3f1c375b21f95faf
Parents: 53fd2ee 54481d0
Author: Pranav Saxena <pr...@citrix.com>
Authored: Wed Jun 5 23:56:06 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Wed Jun 5 23:56:06 2013 +0530

----------------------------------------------------------------------
 client/tomcatconf/classpath.conf.in                |    8 -
 docs/en-US/CloudStack_GSoC_Guide.ent               |   22 +
 docs/en-US/CloudStack_GSoC_Guide.xml               |   52 +++
 docs/en-US/gsoc-tuna.xml                           |   28 ++
 docs/en-US/multiple-ip-range.xml                   |    3 +-
 docs/en-US/pvlan.xml                               |   57 +++
 docs/publican-gsoc-2013.cfg                        |   27 ++
 engine/schema/src/com/cloud/vm/dao/UserVmDao.java  |    3 +-
 .../schema/src/com/cloud/vm/dao/UserVmDaoImpl.java |    3 +-
 packaging/centos63/cloud.spec                      |    3 +
 .../network/lb/LoadBalancingRulesManagerImpl.java  |    5 +-
 .../src/com/cloud/server/ManagementServerImpl.java |   15 +-
 server/src/com/cloud/vm/UserVmManagerImpl.java     |   10 +-
 test/integration/smoke/test_internal_lb.py         |  351 ++++++---------
 test/integration/smoke/test_iso.py                 |    2 +-
 test/integration/smoke/test_network_acl.py         |  224 ++++++----
 test/integration/smoke/test_service_offerings.py   |    9 +
 test/integration/smoke/test_templates.py           |    2 +-
 tools/marvin/marvin/integration/lib/base.py        |  194 ++++++++-
 ui/scripts/projects.js                             |    3 +
 ui/scripts/ui-custom/projects.js                   |   25 +
 21 files changed, 704 insertions(+), 342 deletions(-)
----------------------------------------------------------------------