Kelven Yang
3c6b3b3e3d
Add more volume info to BackupSnapshotCommand, to generalize multi-hypervisor usage
2010-11-02 17:04:07 -07:00
Jessica Wang
5b879096d7
new UI - add grid header title.
2010-11-02 16:08:03 -07:00
abhishek
473c3d33c3
bug 6870: during updating of pf rules, it is possible one might try to update a non existing rule via the api cmd. hitherto, we were returning a null which was assumed as a success by the cmd api, which failed with a npe. instead, we ought to throw back an error since we did not find any rule to be updated. i am checking in the same change. this also will fix the npe.
...
status 6870: resolved fixed
2010-11-02 16:07:15 -07:00
Jessica Wang
95c99a5c6e
new UI - if adding primary storage on a closed pod node (not showing cluster node under), pod node will be expanded and cluster node will be clicked after action succeeds.
2010-11-02 16:00:01 -07:00
edison
8563114364
kvm premium does have vnc port for console proxy
2010-11-02 15:36:11 -07:00
alena
571ca42c44
1) Return embedded object for addCfg/updateCfg/listCfg.
...
2) Fixed NPE in updateCfg command (used to happen when no value was specified)
3) Fixed addCfg command to call correct getName method while setting config name (used to call the method returning the command name)
2010-11-02 15:26:33 -07:00
Alex Huang
5fe5450abc
even more refactoring
2010-11-02 15:25:07 -07:00
abhishek
d4b33f523d
bug 5190: changes from the ui perspective; we upload the entire cert as a string, instead of reading it from a file. Then, we process the cert via ip streams instead of fileinputstreams. Moved the cert validation to before cert persistance, and also added more logging and exception catch blocks to deal with IO exceptions that might arise out of the ip stream processing for the new change.
2010-11-02 14:48:05 -07:00
Jessica Wang
33d620cf2c
new UI - add host - default cluster dropdown to host's cluster or primary storage's cluster (depending on which page you are on).
2010-11-02 14:32:43 -07:00
Jessica Wang
b8e2c8c86d
new UI - add primary storage - default cluster dropdown to host's cluster or primary storage's cluster.
2010-11-02 14:25:59 -07:00
NIKITA
1b14084c11
Changed Action dropdown bg
2010-11-02 13:57:36 -07:00
abhishek
16438f3470
we should not be ignoring case whilst updating account, reverting to .equals instead of .equalsIgnoreCase
2010-11-02 13:45:10 -07:00
NIKITA
8c8a7c7762
Minor height change for left menu
2010-11-02 13:43:32 -07:00
Jessica Wang
686928aef7
new UI - add primary storage - if on cluster node, add newly created primary storage to middle menu and remove "no items available" if there is.
2010-11-02 13:31:42 -07:00
will
ca2baddbf4
New UI - Fixed session timeout dialog
2010-11-02 13:13:23 -07:00
abhishek
7354116517
bug 6888: there were multiple issues here. firstly, we were checking against null newaccountnames, whereas that field is a reqd val. Also, we were allowing the same name to exist across multiple accounts in the same domain. I have fixed both these issues.
...
status 6888: resolved fixed
2010-11-02 13:09:37 -07:00
NIKITA
867d5f25d0
Loader for Domain left menu
2010-11-02 12:43:01 -07:00
Alex Huang
560d7a275e
Removed InternalErrorException. Renamed the lock methods on the DAO objects to be more understandable.
2010-11-02 12:25:08 -07:00
Alex Huang
3279c26796
Removed a bunch of InternalErrorException
2010-11-02 12:25:08 -07:00
Alex Huang
3348b56ab7
Successful creation of domr and uservm with all programming done correctly.....yahooo
2010-11-02 12:25:08 -07:00
Alex Huang
6311644e08
Successful creation of domr and uservm with all programming done correctly.....yahooo
2010-11-02 12:25:08 -07:00
alena
0c044a10d1
Moved response building for ServiceOffering/ResourceLimit commands to ApiResponseHelper class.
2010-11-02 11:59:10 -07:00
NIKITA
bd23cfec05
UI for test provisioning tool
2010-11-02 11:49:50 -07:00
abhishek
b6aeb6746c
bug 6889: fixing the issue where we were able to create a disk offering of size 0. The check was incorrect, and now we ensure we only create the right sized volumes.
...
status 6889: resolved fixed
2010-11-02 11:30:43 -07:00
abhishek
85f78d8cb3
bug 6886: fixing the npe which occurs when we try to delete a non existant user. We were trying to return user details for an async job desc assuming the user always existed. Changing that logic to ensure when we don't have such details, we log the apt message
...
status 6886: resolved fixed
2010-11-02 11:20:52 -07:00
edison
566521fbf3
remove the minifyjs in waf build
2010-11-02 11:13:42 -07:00
Jessica Wang
d4c361aa84
new UI - fix a bug "JQuery is not definied".
2010-11-02 10:54:56 -07:00
alena
6c3256d1e4
1) Return embedded objects for enable/disable/lock/update Account/User and updateDomain
...
2) Added "haschild" return parameter to Domain response.
3) Fixed updateDomain command - used to set domainname to "updatedomainnameresponse" value if no name was specified in the request. Added more logging for updateDomain command.
2010-11-01 23:49:57 -07:00
alena
5d4e4be974
1) Created ApiResponseHelper class - all api response objects should be built there.
...
2) Removed isMirrored tag from the update/create/listDiskOffering commands
2010-11-01 23:49:57 -07:00
edison
b0ab0df4fe
fix rpm build
2010-11-01 23:19:12 -07:00
will
4fdd71c799
Sigh. Renaming the jquery scripts back so RPM build doesn't break.
2010-11-01 22:57:26 -07:00
will
034ec649a0
Did some renaming of the javascript files in new 2.2 UI.
2010-11-01 22:52:12 -07:00
will
287c1da1b5
Making the new 2.2 UI to be the default UI.
...
2.1 UI can still be accessed by http://<mgmt_url>:8080/client/2.1
2010-11-01 21:43:37 -07:00
Jessica Wang
5a9059ba2a
new UI - fix a bug that account failed to udpate resource limit ("resourcetype is wrong).
2010-11-01 20:59:43 -07:00
Jessica Wang
4919e2f458
new UI - domain page - restore listResourceLimits section since bug 6697 is fixed.
2010-11-01 20:36:57 -07:00
Jessica Wang
624940dd94
new UI - after API refactor, boolean parameter is returned as boolean (i.e. true/false) instead of a string (i.e. "true"/"false"). This is corresponding UI change.
2010-11-01 20:16:46 -07:00
Jessica Wang
2da75a93bf
new UI - apply setBooleanEditField() to all editable dropdown boolean field.
2010-11-01 20:12:25 -07:00
Jessica Wang
4b8b149237
new UI - cluster page - show host header and primary storage header in middle menu even there is no host or no primary storage.
2010-11-01 19:21:16 -07:00
Jessica Wang
19ee44b1c8
new UI - split resource.js into 7 JS files.
2010-11-01 19:07:57 -07:00
edison
4d7d09a7a8
fix the import vmware template
2010-11-01 18:33:34 -07:00
Jessica Wang
2eb98e9ad6
new UI - host page - fix a bug "id is not found" when clicking Add Host button.
2010-11-01 18:22:49 -07:00
NIKITA
c136e048ff
Title icons for host, cluster, host, primary storage, systemvm, zone
2010-11-01 18:11:41 -07:00
NIKITA
9508131164
Midmenu has hover effect now
2010-11-01 17:42:48 -07:00
abhishek
3bab616478
After discussing with Alex, it was agreed that there is no need to mgmt server level locking using the mgmt_server_id. This makes the code easier, as we have one parent acquire and release mechanism, and the complexity is reduced. In accordance, we do not need to maintain cleanup tasks for mgmt server crashes, as the async mechanism deals with this. Also, the schema becomes a tad simpler as the mgmt_server_id column is not needed anymore
2010-11-01 17:04:28 -07:00
NIKITA
a1e5e3db15
Search - Closed icon made hidden
2010-11-01 16:54:13 -07:00
NIKITA
2e7d724993
minor UI changed for left menu highlighted
2010-11-01 16:03:17 -07:00
NIKITA
54d8712e10
Changed Left menu border
2010-11-01 15:56:40 -07:00
Jessica Wang
6abec31235
new UI - resource page - fix a bug that nothing happened when clicking Add Zone button after splitting resource.jsp into 7 JSP file.
2010-11-01 15:54:55 -07:00
edison
d3404cfec1
cloud-setup-databases don't need to specify hypervisor type, just remove the confusing help
2010-11-01 15:40:43 -07:00
Jessica Wang
8da65435be
new UI - fix a bug that some menu at left navigation disappear after refresh page.
2010-11-01 15:37:26 -07:00