Commit Graph

11400 Commits

Author SHA1 Message Date
Brian Federle 83fe014040 Use newer format for addPanel for nav items 2012-04-04 11:01:55 -07:00
Brian Federle 5dd36a5ab3 Only show invitations if projects UI is initialized 2012-04-04 11:01:51 -07:00
Brian Federle aa086a9ef6 Detail view UI fix
Fix case where detail view data does not update, after async action
2012-04-04 11:01:46 -07:00
Brian Federle 71bc4ebf1e bug 14569
Always show 'change service' action, even when VM is running. When VM
is running, show a popup indicating user to stop VM, and do not
perform action.

status 14569: resolved fixed
2012-04-04 11:01:41 -07:00
Brian Federle b4d0a7f1e2 CSS cleanup 2012-04-04 11:01:35 -07:00
Brian Federle d5602a4cc3 Zone wizard: UI subnav
Reduce margin of zone wizard subnav items, to prevent wrapping when
subnav is long
2012-04-04 11:01:29 -07:00
Prasanna Santhanam d5878b657e reveal the complete exception from the dbClient
reviewed-by: Edison Su
2012-04-04 16:44:17 +05:30
Prasanna Santhanam 54f1e15b3b bug 14608: Async timeout counter does not get reset across tests
status 14608: resolved fixed
reviewed-by: Chirag Jog (chirag@clogeny.com)

Set the timeout countdown to start from beginning of each pollAsync instead
of setting it once for the entire run.
2012-04-04 16:44:13 +05:30
frank f0acbfe807 switch to Apache license 2
reviewed-by: frank myself
2012-04-02 22:47:06 -07:00
frank 1d610bb4dd replace cloud.com with cloudstack in text 2012-04-02 19:35:08 -07:00
frank 404e69490a replace cloud.com with CloudStack in text 2012-04-02 19:29:38 -07:00
frank 9696e917ab change some license file 2012-04-02 17:27:08 -07:00
frank 15fb96e637 change some license file 2012-04-02 17:27:08 -07:00
frank d83efc4470 change some license file 2012-04-02 17:27:08 -07:00
frank 53202f46e4 change some copyright file to new one 2012-04-02 17:27:08 -07:00
frank 01d36768b6 remove old copyright from js 2012-04-02 17:27:08 -07:00
Jessica Wang da2d942a95 bug 14585: cloudstack 3.0 UI - systemVM page - after destroy action completes, close detailView and remove it from listView. [reviewed-by: Brian] 2012-04-02 17:02:13 -07:00
Jessica Wang 2245402615 bug 14586: cloudstack 3.0 UI - fix a bug that Download Template action didn't pop up a dialog box showing download URL. [reviewed-by: Brian] 2012-04-02 16:22:15 -07:00
Prasanna Santhanam 2f6d166247 Correcting the reported failure message
reviewed-by: Edison Su
2012-04-02 18:21:03 +05:30
Jessica Wang e2196dd961 cloudstack 3.0 UI - domain page - fix a JS error that appears after a new domain is created - "context[$detailView.data('view-args').section] is undefined" [reviewed-by: Brian] 2012-03-30 17:21:55 -07:00
Kelven Yang b192bfc374 bug 14564: Upon management server startup, for detected inactive management server (based on timestamp), perform ping-test before we really mark it as down
Reviewed-By: kelven
2012-03-30 16:43:57 -07:00
Jessica Wang fc18833c63 bug 12421: cloudstack 3.0 UI - infrastructure page - cluster section - add an extra property ("state" property) to cluster object from API call. "state" property is not returned by API call. "state" property's value is determined by "managestate" property and "allocation" property returned by API call. [reviewed-by: Brian] 2012-03-30 16:29:53 -07:00
Brian Federle 248141aac7 Add missing page + pageSize params to network provider list views
reviewed-by: jessica
2012-03-30 15:05:26 -07:00
Brian Federle 6def9149f8 bug 14556: Add missing page + pageSize params to PF/LB list view
status 14556: resolved fixed
reviewed-by: jessica
2012-03-30 14:54:13 -07:00
Jessica Wang f137cf43cd bug 12421: cloudstack 3.0 UI - detailView widget - fix a bug that updated data returned by API call got lost, so failed to update detailView with updated data. [reviewed-by: Brian] 2012-03-30 13:30:05 -07:00
frank 7b240988a7 Bug 14509 - Can't attach ISO to OVM guest instance
status 14509: resolved fixed
reviewed-by: Edison
2012-03-30 12:56:51 -07:00
Murali reddy e862675aa9 bug 14554: Failed to add Usage Filter on SRX during SetStaticNatRulesCommand Execution
status 14554: resolved fixed
reviewed-by: Janardhan
2012-03-30 16:31:46 +05:30
Kelven Yang f7649062a9 Bug 14551: add top-level catch clause to protect task/thread from stalling
Reviewed-By: Kelven
2012-03-29 18:23:55 -07:00
bfederle fa3d5612e0 Instance wizard: show loading overlay on launch
When clicking the launch VM button, immediately show a loading overlay,
preventing multple clicks which can accidentally launch multiple VMs.

reviewed-by: jessica
2012-03-29 13:55:52 -07:00
prachi 8d64e4a8e6 Bug 14536 - DB exception while trying to delete physical network
Reviewed-By: Sheng Yang

Changes:
Added proper cleanup for virtual router elements.
2012-03-29 12:35:48 -07:00
Jessica Wang 4aa4522b55 bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - configuration - clicking Firewall - show Firewall multiEdit screen instead of NAT Port Range screen because createIpForwardingRule/deleteIpForwardingRule/listIpForwardingRules API are obsolete in cloudstack 3.0 [reviewed-by: Brian] 2012-03-29 11:51:31 -07:00
frank 054a901407 Bug 14546 - fix RPM descriptions
Make CloudStack as product name in spec file

status 14546: resolved fixed
reviewed-by: edison
2012-03-29 11:09:43 -07:00
Prasanna Santhanam 56fd9dd8db bug 13234: run tests as a regular user on testClient
status 13234: resolved fixed
reviewed-by: unittest

When multiple tests in a user-decorator suite are run only the first
test runs successfully since the apiKey has been altered to that of a
regular user. Preventing failure of other tests by detecting user
context - user, admin, domain-admin.

@UserName decorator applies to a testSuite class not a testMethod
2012-03-29 19:18:49 +05:30
Prasanna Santhanam 02b710b125 bug 13234: unit test to test the user decorator
status 13234: resolved fixed
reviewed-by: (unittest code)

Uncomment each decorator to test
- tests run as existing admin
- tests run as new user in new domain
- tests run as new user in existing domain
- tests run as old user in existing domain
- tests run as new domain admin in new domain
2012-03-29 19:12:42 +05:30
Edison Su b9ab00f7be bug 13234: add UserName decorator on testcase, in the form of (username, domainName, accountType). status 13234: resolved fixed. Reviewed-by: prasanna 2012-03-29 01:05:54 -07:00
Jessica Wang 5ab96844e2 Revert - bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - NAT Port Range - protocol dropdown - add ICMP option [reviewed-by: Brian] 2012-03-28 20:24:10 -07:00
Jessica Wang 1c3d6e6a84 bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - NAT Port Range - protocol dropdown - add ICMP option [reviewed-by: Brian] 2012-03-28 19:15:24 -07:00
prachi 353fdd5ee7 Bug 14536 - DB exception while trying to delete physical network
Reviewed-By: Sheng Yang

Changes:
Added 'removed' column to physical_network_service_providers to avoid the Foreign Key constraint error.
2012-03-28 19:05:29 -07:00
frank 2cbb99aa26 fix build
vnc directory is excluded by waf's glob. unfortunately, new console proxy has a folder named vnc

reviewed-by: edison
2012-03-28 18:50:44 -07:00
Edison Su b578775f78 bug 14535: fix multiple data disk; status 14535: resolved fixed; Reviewed-by: sheng 2012-03-28 17:43:10 -07:00
bfederle a037765aa2 bug 13773
Change 'migrateToAnotherStorage' icon to use same icon as 'migrate'

reviewed-by: jessica
2012-03-28 17:03:20 -07:00
frank 732fa41a6d change a comment in ApiResponseGsonHelper.java
reviewed-by: edison
2012-03-28 16:18:17 -07:00
Kelven Yang 455a5d88dd bug 14301: suppress expected exceptions from showing annoying stack dump, the message will be logged at TRACE level.
Reviewed-By: Kelven
2012-03-28 15:45:49 -07:00
Jessica Wang c05d8860ea bug 14525: cloudstack 3.0 UI - Instance page - attach ISO action - populate ISO dropdown by 3 listISOs API call with 3 different isofilter parameter. [reviewed-by: Brian] 2012-03-28 15:41:26 -07:00
frank fad6f2daf2 Bug 14509 - Can't attach ISO to OVM guest instance
status 14509: resolved fixed
reviewed-by: edison
2012-03-28 15:20:12 -07:00
Brian Federle a045478354 bug 14519
Show separate message for basic zone setup physical network UI

Conflicts:

	client/WEB-INF/classes/resources/messages.properties

status 14519: resolved fixed
reviewed-by: jessica
2012-03-28 15:07:05 -07:00
Jessica Wang ddb7d808e4 bug 14514: cloudstack 3.0 UI - volume page - show download volume option when a volume's attached VM is stopped or when a volume is detached from a VM. [reviewed-by: Brian] 2012-03-28 14:23:12 -07:00
Kelven Yang 6b6bf9e258 bug 14491: use template unique name instead of self-generated UUID name. Reviewed-By: Kelven(with test) 2012-03-28 14:07:12 -07:00
Jessica Wang 9344b85ac0 bug 13313: cloudstack 3.0 UI - Add Zone wizard - Skip addHost step when cluster dropdown is selected as VMWare in AddZone step. [reviewed-by: Brian] 2012-03-28 13:25:04 -07:00
Brian Federle c1ae481f7e bug: 14275 Search Box renders incorrectly in UI in IE9 in compatbility mode
status 14275: resolved fixed
reviewed-by: brian
2012-03-28 13:07:21 -07:00