Commit Graph

11207 Commits

Author SHA1 Message Date
Jessica Wang 53c8e4fcad switch definition of 'destroy' action with definition of 'remove' action. i.e. 'remove' action will hide detailView and remove corresponding row from listView after action is done. [reviewed-by: Brian] 2012-03-01 16:30:59 -08:00
Jessica Wang a3666cb09b cloudstack 3.0 UI - After destroy action is finished, remove the row from listView. [reviewed-by: Brian] 2012-03-01 15:34:37 -08:00
Alena Prokharchyk 576dce4ed5 bug 14080: do EQ instead of LIKE search when search for duplicated users during the user update
status 14080: resolved fixed
2012-03-01 15:11:31 -08:00
Sheng Yang 0be40ede02 bug 14085: Upgrade: Update domain_router's Role
status 14085: resolved fixed
2012-03-01 14:59:14 -08:00
Sheng Yang 178bd35143 bug 14076: Fix the exception scope
status 14076: resolved fixed
2012-03-01 14:59:08 -08:00
Jessica Wang 23a5cf2570 Network page - detail view - make API call to refresh data when Refresh button is clicked. [reviewed-by: Brian] 2012-03-01 11:35:59 -08:00
Jessica Wang 717a863470 Snapshot page - detail view - make API call to refresh data when Refresh button is clicked. [reviewed-by: Brian] 2012-03-01 11:12:32 -08:00
Jessica Wang ee9d038320 Volume page - detail view - make API call to refresh data when Refresh button is clicked. [reviewed-by: Brian] 2012-03-01 10:57:57 -08:00
Jessica Wang 78a0c4fcbd fix a JS error: $detailView.data("list-view-row") is undefined [reviewed-by: Brian] 2012-03-01 10:12:00 -08:00
kishan cdc41749c0 Bug 14039: Changed SSO key category Secure
Status 14039: resolved fixed
Reviewed-By: Abhi
2012-03-01 20:59:52 +05:30
kishan 7dc4a7b226 Drop security group usage table and add again for upgrade 2012-03-01 12:15:53 +05:30
Jessica Wang 9b71b0890f cloudstack 3.0 UI - detailView widget - refresh embedded data in corresponding list view row when dataProvider is called. [reviewed-by: Brian] 2012-02-29 17:22:39 -08:00
Alena Prokharchyk d9054490dc More fixes to the db upgrade 2012-02-29 16:27:22 -08:00
Jessica Wang aa37ba0bee bug 14073: Quick Installer - make zones created from Quick Installer to be public (not dedicated to any domain) [reviewed-by: Brian] 2012-02-29 15:19:51 -08:00
Alena Prokharchyk 2797c45ce5 bug 14033: root/domain admin limits are always Unlimited. Return it as Unlimited in listResourceLimit response
status 14033: resolved fixed
2012-02-29 15:09:41 -08:00
Alena Prokharchyk ceec11f84c bug 14017: 1) Don't allow NULL value for Boolean type of config 2) Added a null check when compare config values
status 14017: resolved fixed
2012-02-29 13:09:24 -08:00
Sheng Yang 46d2b49edf Add element_id for 3.0 upgrade 2012-02-29 11:09:27 -08:00
Alena Prokharchyk cc10e01895 DB upgrade: added missing account_details table
Conflicts:

	setup/db/db/schema-2214to30.sql
2012-02-29 11:07:37 -08:00
Alena Prokharchyk b3f9fc7bf8 Add is_system field to user_ip_address table during the db upgrade
Conflicts:

	setup/db/db/schema-2214to30.sql
2012-02-29 11:07:09 -08:00
Alena Prokharchyk 9e0ec73fcf Updated test data for db upgrade unittest 2012-02-29 11:06:28 -08:00
Alena Prokharchyk bbb3314dd1 Fixed unittest and some issues with 2.2.14-3.0 upgrade
Conflicts:

	setup/db/db/schema-2214to30.sql
2012-02-29 11:06:17 -08:00
Alena Prokharchyk 8972e0826e Wrap deletePhysicalNetwork in transaction 2012-02-29 11:02:35 -08:00
Prasanna Santhanam 061ee4977a adding logging with level and timestamp 2012-02-29 12:04:17 +05:30
Prasanna Santhanam 348cb1c6dc adding retry logic, error handling, and urllib2 used for managing connections 2012-02-29 12:04:17 +05:30
Prasanna Santhanam 8f222c175e Wrong place to put a return
reviewed-by: kishan
2012-02-29 12:04:17 +05:30
Edison Su c4922068bc fix db upgrade 2012-02-28 16:35:45 -08:00
Edison Su 7221d5ff68 fix db upgrade 2012-02-28 15:37:20 -08:00
Jessica Wang 1f18db42a5 cloudstack 3.0 new UI - support single-sign-on. [reviewed-by: Brian] 2012-02-28 14:53:19 -08:00
Jessica Wang 6ab9159ff9 remove g_type that is no longer in use. [reviewed-by: Brian] 2012-02-28 13:33:42 -08:00
bfederle 47ca27b1ed Use user.role instead of user.type
reviewed-by: jessica
2012-02-28 12:21:54 -08:00
Jessica Wang 1cfe296452 cloudstack 3.0 new UI - check whether session is valid or not before sending API request. If session is invalid, pop up "session expired" dialog instead of send API request. [reviewed-by: Brian] 2012-02-28 11:33:12 -08:00
Jessica Wang 27e0736408 cloudstack 3.0 new UI - clean up global variable and session cookie when logging out. [reviewed-by: Brian] 2012-02-28 09:56:54 -08:00
Kelven Yang 90177c18e3 bug 13860: add sanity check to ApiResponseSerializer when serializing XML response. Reviewed-By: Anthony 2012-02-27 16:06:13 -08:00
Alena Prokharchyk 65fb1426fd Don't initialize the logger in AsyncJobResponse class
Reviewed-by: Kelven Yang
2012-02-27 16:05:13 -08:00
Alena Prokharchyk d1b3eba809 bug 13860: Added async job types to Account/User Async api commands and more logging.
Reviewed-by: Kelven Yang
2012-02-27 16:04:57 -08:00
Kelven Yang dd5123b8ba bug 13989: correct the usage about the control IP in VMware resource, new command like GetDomRVersion command is not using the right control IP address under basic zone mode. Reviewed-By: Anthony 2012-02-27 15:59:15 -08:00
Kelven Yang d6271aab9b bug 13989: get domr control IP from NIC table, the old private ip in domain_router table is no longer valid under basic zone configuration. Reviewed-By: Anthony 2012-02-27 15:59:14 -08:00
Edison Su a46fc7db2d bug 14034: add newline around configuration file. status 14034: resolved fixed. Reviewed-by: frank 2012-02-27 15:38:32 -08:00
Alena Prokharchyk 8124a084e4 Revert "bug 13860: Added async job types to Account/User Async api commands and more logging."
This reverts commit 9dc78942fe2183bcd6e552e23cef185c377104a4.
Reviewed-by: Will Chan
2012-02-27 14:05:27 -08:00
Jessica Wang 92c8a1d4d4 Add Network Offering dialog - trigger change event to show/hide fields when the dialog box is opened. [reviewed-by: Brian] 2012-02-27 12:42:37 -08:00
Alena Prokharchyk 11b92465b8 Fixed XML api writer
Reviewed-by: Alena
2012-02-27 12:40:30 -08:00
Jessica Wang 06785099ed bug 14030: ISO page - download ISO action - fix to show correct message ("url: ~~~") after ISO is downloaded. [reviewed-by: Brian] 2012-02-27 12:23:21 -08:00
Brian Federle 21ce0793f2 bug 14012
Fix typo in shutdown provider message code

status 14012: resolved fixed
reviewed-by: jessica
2012-02-27 10:45:01 -08:00
Brian Federle e45dc5bd1f bug 14013
Decrease height of details container to prevent apply button from
being hidden

status 14013: resolved fixed
reviewed-by: sonny
2012-02-27 10:43:03 -08:00
Alena Prokharchyk 4ead1c9d21 bug 13860: Added async job types to Account/User Async api commands and more logging.
Reviewed-by: Kelven Yang
2012-02-27 10:36:07 -08:00
Brian Federle e754f7c051 bug 14011
Fix to show install wizard when re-loading the page, so that the EULA
is always shown until installation is completed.

status 14011: resolved fixed
reviewed-by: sonny
2012-02-27 10:29:36 -08:00
Alena Prokharchyk 0353db3dd8 More details to api doc
Reviewed-by: Jessica Tomechak
2012-02-24 16:13:18 -08:00
anthony ffe962604f bug 13955: increase the retry time for checkssh
status 13955: resolved fixed

reviewed-by : edison
2012-02-24 15:58:28 -08:00
Alena Prokharchyk 1b16ad0f93 Clone services map when do provider/service verification during network offering addition.
Reviewed-by: Prachi Damle
2012-02-24 15:33:28 -08:00
Kelven Yang 01a3a6ba58 bug 13987: a regression was caused by typo. Reviewed-By:Anthony 2012-02-24 13:30:31 -08:00