Commit Graph

11400 Commits

Author SHA1 Message Date
Brian Federle 12c3397c4f Bug 14476: ESC causes UI to freeze
status 14476: resolved fixed
reviewed-by: brian
2012-03-28 12:43:22 -07:00
Brian Federle ad798ea7e2 bug 14507
Fix typo in title field for change password dialog

status 14507: resolved fixed
reviewed-by: jessica
2012-03-28 10:51:07 -07:00
Brian Federle 757ba066bd bug 14098
Always allow edit guest network action, for both basic and advanced
zones.

status 14098: resolved fixed

reviewed-by: jessica
2012-03-28 10:37:27 -07:00
bfederle da5be11b6a bug 14057
Rename 'label' -> 'traffic label' in configure traffic type dialog.

reviewed-by: jessica
2012-03-28 10:25:48 -07:00
kishan 7e44cc1dd1 Added version for APIs changed in 3.0.1
Reviewed-By: Nitin
2012-03-28 14:33:51 +05:30
kishan 01b745d75d Added since version to API response docs
Reviewed-By: Nitin
2012-03-28 14:33:18 +05:30
Kelven Yang 6e5b3f0615 Make the final switch on console proxy refactoring work. new VNC engine will be in use after this commit
Reviewed-By: Kelven
2012-03-27 15:24:11 -07:00
Kelven Yang db7cea31a4 Console proxy refactoring - new VNC engine is plugged in
Reviewed-By: Kelven
2012-03-27 15:24:10 -07:00
Kelven Yang dfdd59b954 Console proxy refactoring incremental check-in - pluggable framework for VNC and RDP engine
Reviewed-By: Kelven
2012-03-27 15:24:09 -07:00
Kelven Yang 0bfffaacb9 Console proxy refactoring incremental check-in - build in-memory VncClient contact between VNC client implementation and console proxy
Reviewed-By: Kelven
2012-03-27 15:24:08 -07:00
Kelven Yang d386d8ceeb Console proxy refactoring incremental check-in - new VNC protocol implementation
Reviewed-By: Kelven
2012-03-27 15:24:07 -07:00
kishan 2911891f0f bug 14512: Create user_stats entry for router while persisting routerVO
status 14512: resolved fixed
reviewed-by: Nitin
2012-03-27 19:10:26 +05:30
Kelven Yang 911eebd460 bug 14301:
1) Support HTTP keep-alive in clustering communication channel
2) Increase concurrency level for clustering message delivery

Reviewed-By: Kelven (with unit test)
2012-03-26 23:13:48 -07:00
Kelven Yang 2e8c75280f bug 14301:
1) Drop synchronized call semantic for ClusterManagerImpl.broadcast()
2) Have no choice now but to use an unbound thread pool to notify upper layer. This is to prevent thread starvation when we have cross-management server waitings.

Reviewed-By: Kelven(with unit test)
2012-03-26 18:00:26 -07:00
Kelven Yang 31af039784 bug 14301: fix regressions caused by new clustering transport. Correct usage of HttpClient to avoid socket staying in CLOSE_WAIT state for too long. Reviewed-By: Kelven 2012-03-26 17:59:42 -07:00
Kelven Yang 3a673afcc3 bug 14301: Decouple synchronized crosss management server call with clustering transport. Reviewed-by: Kelven
Conflicts:

	server/src/com/cloud/cluster/ClusterServiceServletImpl.java
	server/src/com/cloud/cluster/DummyClusterManagerImpl.java
2012-03-26 17:59:17 -07:00
Kelven Yang a18df2728c bug 14301: Decouple synchronized crosss management server call with clustering transport, remove obsolete code. Reviewed-by: Kelven 2012-03-26 17:58:49 -07:00
Kelven Yang f23e4cab71 bug 14301: Decouple synchronized crosss management server call with clustering transport. Reviewed-by: Kelven 2012-03-26 17:58:15 -07:00
Edison Su 30ebab72ba bug 14498: in xenserver 6.0 and openvswitch enabled, reboot xenserver will lost link local bridge; the workaround is if the link local bridge is lost, create a new one; status 14498: resolved fixed; Reviewed-by: frank 2012-03-26 17:13:41 -07:00
Jessica Wang d5fd1a354a bug 14482: IP Address page - remove IP action - after action is finished, remove the IP from listView and close detailView. [reviewed-by: Brian] 2012-03-26 15:04:58 -07:00
frank 71229f9790 Bug 14497 - 3.0->3.0.1Upgrade: Defualt value for "resource_state" field in host table differs from upgraded to fresh installed 3.0.1 schema.
status 14497: resolved fixed
reviewed-by: edison
2012-03-26 14:53:04 -07:00
Jessica Wang 0173da4cf8 cloudstack 3.0 UI - infrastructure - service providers - SRX list view - remove a wrong field, add another 2 fields. [reviewed-by: Brian] 2012-03-26 14:51:09 -07:00
prachi 909ec57327 Bug 14482 - When user tries to delete an acquired Ip address ,right after this is successful, UI calls listRemoteAccessVpns() which results in java.lang.NullPointerException.User is presented with "Internal error executing command" error
Reviewed-By: Sheng

Changes:
- Added the null check for account object.
2012-03-26 14:34:08 -07:00
Jessica Wang 749f957662 cloudstack 3.0 UI - infrastructure - service providers - security group provider detail view - correct view all from view security groups to view rules. [reviewed-by: Brian] 2012-03-26 14:08:55 -07:00
Sheng Yang d100b47bba bug 14484: Apply existed firewall rules when associating IP
It's not a elegant fix. The status for firewall rules should remain unchanged
before/after ip association/disassociation. But the related change is tricky
than this fix, may not get enough test for 3.0.1. So we would apply existed
firewall rules again, which would work, just result in some unnecessary
commands.

status 14484: resolved fixed

Reviewed-by: Edison Su
2012-03-26 13:54:48 -07:00
Jessica Wang 71fd193b2c cloudstack 3.0 UI - infrastructure - service provider detail view - correct view all label from view provider to view devices. [reviewed-by: Brian] 2012-03-26 12:45:47 -07:00
Jessica Wang faf2597f75 cloudstack 3.0 UI - service provider detail view - show service provider info instead of physical network info. [reviewed-by: Brian] 2012-03-26 11:58:26 -07:00
frank b1cdbb5544 Bug 14492 - Stop and start of SSVM in Zone1 fails if Zone2 is configured with Storage network
status 14492: resolved fixed
reviewed-by: edison
2012-03-26 11:56:38 -07:00
kishan 168a55f7db bug 14499: Added account uuid unique contstraint for upgrade in usage DB
status 14499: resolved fixed
reviewed-by: Nitin
2012-03-26 23:53:25 +05:30
Jessica Wang bba101f7de bug 14488 - multiEdit widget - itemData[0] does not always have data. Only retrieve data when itemData[0] is not an empty object. [reviewed-by: Brian] 2012-03-26 10:53:57 -07:00
Alena Prokharchyk 9a9e1e1f8e bug 14500: set default value for is_system field as a part of 3.0 to 3.0.1 upgrade
status 14500: resolved fixed
reviewed-by: Frank Zhang
2012-03-26 10:28:58 -07:00
Murali reddy bfd4142f47 bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX
status 14463: resolved fixed
reviewed-by: Janardhana.Reddy@citrix.com

moved all static (config related) variables to non-static in SRX server resource as we can have more than
one SRX device in a zone
2012-03-26 17:19:16 +05:30
Murali reddy 50cec4c98a Revert "bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX"
reviewed-by: Janardhana.Reddy@citrix.com
2012-03-26 16:02:09 +05:30
Murali reddy 5c035efef5 bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX
status 14463: resolved fixed
reviewed-by: Janardhana.Reddy@citrix.com
2012-03-26 15:01:30 +05:30
Nitin Mehta 3473bc7d9b Bug 14490: Fix NPE in ListCapacity reviewed-by: Kishan 2012-03-26 12:28:15 +05:30
Prasanna Santhanam 6e3f85c545 reduce logging verbosity, set level to info
reviewed-by: Kishan
2012-03-24 09:51:57 +05:30
Prasanna Santhanam 1e7d3dd1ea testCase level logger and testClient class attr
reviewed-by: Chirag Jog

Each testCase class will use its own logger to distinguish log
messages when multiple suites are run. This will aid debugging

Every cloudstackTestCase will also contiain a class level attr of the
testClient which was previously available only to setUp/tearDown. Now
even setUpClass/tearDownClass can use this attribute.
2012-03-24 09:51:57 +05:30
Edison Su 0db35f4163 bug 14454: simulator: add limitation on how many vms can be created on a host. status 14454: resolved fixed; Reviewed-by: sangeetha 2012-03-23 19:20:03 -07:00
Edison Su 5797baa3ff bug 1443: even adding host failed, return success in api. status 14443: resolved fixed; Reviewed-by: sheng 2012-03-23 18:22:31 -07:00
Edison Su cfd48da3f1 bug 14024: apply sweller's patch. status 14024: resovled fixed; Reviewed-by: sweller 2012-03-23 17:57:56 -07:00
Jessica Wang 53873782de bug 14481: cloudstack 3.0 UI - instance page - after a regular user destroys a VM, listVirtualMachines API will no longer returns this destroyed VM to the regular user. So, add additional code in dataProvider() to handle this case. [reviewed-by: Brian] 2012-03-23 15:55:50 -07:00
Brian Federle 0aba779015 bug 14191
Correctly filter domain drop-down on add account dialog if accessed
via a specific domain.

status 14191: resolved fixed
reviewed-by: jessica
2012-03-23 14:42:23 -07:00
Jessica Wang 58e85db135 bug 14474: cloudstack 3.0 UI - network page - configuration - Load Balancer, Port Forwarding - "instancename" is not returned by API for normal user and domain admin. Should use "displayname" returned by API instead. [reviewed-by: Brian] 2012-03-23 12:14:44 -07:00
Jessica Wang daa8d7e643 cloudstack 3.0 UI - login page - language dropdown - add "Chinese (Simplified)" option. [reviewed-by: Brian] 2012-03-23 10:08:10 -07:00
Jessica Wang 40b7f180b8 cloudstack 3.0 UI - check in Chinese translation. . [reviewed-by: Brian] 2012-03-23 09:57:45 -07:00
Jessica Wang b3e18a02b1 remove obsolete code since we don't display the individual providers on the system chart anymore. [reviewed-by: Brian] 2012-03-22 16:31:08 -07:00
bfederle db55acfafd bug 14447: Fix incorrect label on select network offering of VM wizard
status 14447: resolved fixed
reviewed-by: jessica
2012-03-22 18:45:25 -04:00
Alena Prokharchyk 5a8af4a3e9 bug 14445: automatically enable firewall service for VR when VR is a provider for PF/StaticNat services
status 14445: resolved fixed
reviewed-by: Sheng Yang
2012-03-22 14:18:02 -07:00
Alena Prokharchyk 37190fb513 bug 14439: added search by name/description to listGuestOS and listGuestOSCategories apis
status 14439: resolved fixed
reviewed-by: Frank Zhang
2012-03-22 11:32:24 -07:00
Jessica Wang 7a50a457cd bug 14451: cloudstack 3.0 UI - volume page - remove the "Migrate Volume" option for regular user and domain admin. [reviewed-by: Brian] 2012-03-22 10:30:54 -07:00