Commit Graph

48 Commits

Author SHA1 Message Date
Kelven Yang 3c23353532 fix eclipse IDE caused by relocation of some thirdparty jars 2011-07-21 17:21:11 -07:00
anthony 5e9d3322e1 fixed waf rpm for oss 2011-07-21 11:04:14 -07:00
frank 58d107180b Bug 9695 - remove JAXB and JNA (edit)Bug 9695 - remove JAXB and JNA (edit)
no JAXB found, it seems to have been removed

status 9695: resolved fixed
2011-07-19 11:26:34 -07:00
Alex Huang 573c054673 bug 10375: Added logging for exception causes 2011-06-22 11:51:35 -07:00
Alex Huang 22d5eac400 new log4j 2011-06-21 10:15:21 -07:00
David Nalley 4950f78a11 yet more libre cleanup 2011-06-04 14:33:39 -04:00
David Nalley d32fcee4af more libre cleanup 2011-06-04 14:30:26 -04:00
David Nalley f2c9ec3765 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-06-04 14:14:38 -04:00
Kelven Yang 1783e74546 fix Eclipse dependency on netapp jar 2011-05-31 16:18:09 -07:00
David Nalley 8a65c2a82f removing non-libre stuff 2011-05-27 21:14:56 -04:00
Edison Su 063d550325 bug 9787: fix tools
status 9787: resolved fixed
2011-05-25 19:36:40 -04:00
Edison Su fb59f9165b fix ant 2011-05-25 16:16:13 -04:00
Edison Su 2a7d02b52c bug 9787: add netapp integration back to 2.2 2011-05-25 14:32:48 -04:00
alena 55692fd7cf bug 9127: intermediate checkin for agent load balancer 2011-05-24 18:45:00 -07:00
Chiradeep Vittal 303e2a7481 Start of zonesfeature / mycloud/cloudkit 2011-05-03 10:40:17 -07:00
Kelven Yang 8f979ace70 Use relative path in Eclipse deps project to avoid breaking developer's local Eclipse environment 2011-02-28 15:55:00 -08:00
Alex Huang a05eaa6922 class path for deps removes junit library 2011-02-28 14:48:47 -08:00
anthony 2d207dc221 fixed eclipse path 2011-02-23 14:39:25 -08:00
Alex Huang c22b37e402 latest work on db migration 2011-02-22 18:23:05 -08:00
Kelven Yang 4a66441b93 Fix Eclipse project settings for separation of JUnit 2011-02-17 09:55:05 -08:00
Alex Huang 6b0d4947ed bug 8529: propagated to master. Added junit test support to ant 2011-02-16 17:40:58 -08:00
anthony 6501bcd3c4 bug 8518: replytimeout is not set
replytimeout is set to 10 min for XenServer

status 8518: resolved fixed
2011-02-10 18:59:42 -08:00
alena cfce5e023c Added cloud.userlibraries to .gitignore 2011-02-01 12:16:18 -08:00
will 49858cf189 - Exported all thirdpart jars in the deps project to make it available to other projects. 2011-02-01 10:59:11 -08:00
Kelven Yang 971250dcc5 make cloud.userlibraries be general 2011-01-31 14:29:10 -08:00
Kelven Yang 2b2885cf5e change VmWare to trademarked name VMware 2011-01-31 14:08:27 -08:00
Alex Huang 4281781a23 missing user libraries 2011-01-31 11:30:55 -08:00
Alex Huang c05ee30a9e missing classpath for deps 2011-01-20 10:33:56 -08:00
Alex Huang 2ec5bef63f eclipse workspace changes 2011-01-20 10:31:18 -08:00
anthony 017146f753 1 use 443 to connect xapi
2. update Java binding to xenserver-5.6.100-1.jar
2011-01-18 20:15:39 -08:00
Kelven Yang e31e0c40a5 Add a holding Eclipse project to help build Eclipse workplace upon deps directory. Be it either deps or thirdparty to hold reference .jars, we better use the same 2011-01-12 12:31:18 -08:00
Ragnar B. Johannsson 32c68e1583 API cmds for SSH-keys manipulation and VM passwds retrieval.
These include five new API cmds as well as changes to deployVirtualMachine to
specify an optional name of an SSH key to pass to the VM when starting. When
an SSH key is specified with a password-enabled template the newly created
password is encrypted with the SSH public key and can be retrieved via the
getVMPassword cmd. It is then the user's responsibility to decrypt retrieved
passwords with the correct SSH private key.
2011-01-06 13:34:07 +00:00
anthony 419e1f52ad patch for Connection 2010-12-21 11:06:38 -08:00
anthony bd6de596c7 Introduce XenServerJava-5.6.0-1 2010-12-21 11:04:59 -08:00
Kelven Yang 1689ed8150 1) Add vmwapre library jars to deps and purposely left vmware-axis.jar behind to use cloud-axis.jar instead, this is to solve the conflict between iControl.jar
2) Fix issues in setting user_data python implementation for vmware
2010-12-11 11:08:39 -08:00
keshav 198cab4dee Added support code for external firewalls and loadbalancers. Added new host types and startup commands, and enabled NicVO to reserve IPs for external network resources. 2010-12-09 11:40:02 -08:00
Frank Zhang e19a27a59f remove unused dependencies from OSS 2010-12-06 17:53:47 -08:00
Frank Zhang 006e12606e remove wscript_build from deps 2010-12-04 23:03:24 -08:00
will b2ba0521df - Using JSTL for the internationalization framework of the UI and standardized the message bundles.
- Fixed cloud.core.callbacks.js to include the new "sessionKey" variable that is needed to prevent CRSF attacks.
2010-11-29 20:06:27 -08:00
anthony fff1dd874a fix classpath for xenserver-5.6.0-1 2010-11-29 15:26:07 -08:00
Alex Huang 957547a65f gson 1.5 is now in 2010-11-16 15:22:45 -08:00
edison 84588d1a0d fix rpm build 2010-11-05 10:38:53 -07:00
will b9fc4137f7 Bug 6988: Fixed issue with queryAsyncJobResult returning jobResults in all String format. This is to mirror the same way that the async commands are being serialized.
- Changed client.war to now include all the thirdparty files
- Fixed addVpnUser command to return a vpnuser instead of the response
- Added vmware jar files to the development build.
2010-11-04 20:56:28 -07:00
edison 45cff02a03 add missing jar files 2010-10-18 11:06:40 -07:00
edison e41729cc43 fix rpm build 2010-10-16 01:03:31 -07:00
edison ef600e10b5 Make OSS ANT build using deps folder, other than premium/thirdpart folder, which breaks OSS ANT BUILD 2010-10-15 23:44:10 -07:00
Manuel Amador (Rudd-O) b0acdbcf8b Split out build responsibility into per-project wscript_build files. Installation of generic directories like bindir, and creation of systemvms, remain in toplevel wscript_build. Make some waf code useful and reusable in the form of tools. 2010-08-31 20:40:17 -07:00
Manuel Amador (Rudd-O) 05c020e1f6 Source code committed 2010-08-11 09:13:29 -07:00