Jessica Wang
09aa5605fa
Domain page - implement "Add Domain".
2010-12-03 16:47:17 -08:00
Frank Zhang
4445b89d72
add database name before table name
2010-12-03 16:35:08 -08:00
abhishek
bd89804a18
bug 7406: returning child domains for domain admin user
...
status 7406: resolved fixed
2010-12-03 16:28:16 -08:00
abhishek
f6f5ba5529
bug 5881: fixing the domain name edit, with the updating of path of all the child domains
...
status 5881: resolved fixed
2010-12-03 15:35:36 -08:00
Jessica Wang
bb9877b2a2
Account page - implement "Add User" function.
2010-12-03 15:13:05 -08:00
alena
cb605e626a
listNetworks api - return only networks belonging to the caller plus Shared networks when command is called without any parameters
2010-12-03 14:15:30 -08:00
alena
2759e422f5
Return type/trafficType in the listNetworks response
2010-12-03 13:48:43 -08:00
anthony
a587d3cd4a
fixed build
2010-12-03 12:45:31 -08:00
alena
9f11f52611
listNetworks - don't return Networks created from systemOnly network offerings
2010-12-03 12:31:30 -08:00
anthony
1c4c95f81f
snapshot id is unique
2010-12-03 12:14:10 -08:00
Alex Huang
96ac136b8c
changed getAccountId to getEntityOwnerId
2010-12-03 11:59:45 -08:00
Jessica Wang
7a80bf102f
Disk Offering - add public/private option and domain dropdown during creation. Support domain to be updated after a disk offering is created.
2010-12-03 11:52:03 -08:00
anthony
4f2790c09b
move db migration to script
2010-12-03 11:24:25 -08:00
Jessica Wang
e393e15f7a
fix a bug that "no items available" was not removed when primary storage was created.
2010-12-03 11:19:28 -08:00
root
8a4d170892
correct misspelling
2010-12-03 10:06:48 -08:00
abhishek
4fc18ce760
bug 7414: defaulting startretry to 10 at all references in code
2010-12-03 09:54:21 -08:00
abhishek
286fa7248b
bug 7414: changing the start.retry param to 10
...
status 7414: resolved fixed
2010-12-03 09:49:01 -08:00
Alex Huang
5db9ba61d9
extra comma
2010-12-03 09:47:12 -08:00
abhishek
b0abda3c49
some changes to domain specific offerings for the UI to consume
2010-12-03 09:37:02 -08:00
Alex Huang
a8b617c596
port forwarding is now in
2010-12-03 08:48:03 -08:00
Alex Huang
3aa19666cf
merge with master
2010-12-03 08:48:03 -08:00
Alex Huang
b859e103d8
ip nat rule forwarding done
2010-12-03 08:48:03 -08:00
Alex Huang
9a70ee54f0
portforwarding is working
2010-12-03 08:48:03 -08:00
Alex Huang
bb78986ddb
port forwarding working
2010-12-03 08:48:02 -08:00
Alex Huang
223688d0bf
Port forwarding rules and load balancing rules rewrite
2010-12-03 08:48:02 -08:00
nit
94cb30a745
bug 7412 : UpdateTemlate - Adding some fields keeping it consistent with listTemplates
...
status 7412: resolved fixed
2010-12-03 20:06:16 +05:30
nit
b543faeeee
bug 7366 : Removing the bootable field from "createTemplate","registerTemplate","listTemplate" and "updateTemplate" commands.
...
Making some db changes for a successful ant deploydb
status 7366: resolved fixed
2010-12-03 18:31:08 +05:30
nit
d7b8e93f22
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2010-12-03 14:32:22 +05:30
nit
f5279e74a6
bug 7403 : Correct NPE for ListIso command.
...
status 7403: resolved fixed
2010-12-03 14:31:38 +05:30
alena
f8a687ab23
1) Implemented create/list/deleteNetworkOffering create/delete/listNetwork APIs.
...
2) Added networkIds parameter to deployVMCmd - accepts list of networks ids separated by coma.
3) Changed domainRouter/systemVm/userVm response to return list of Nics associated with the vm.
2010-12-02 19:30:17 -08:00
Jessica Wang
3f5b1e4c0e
update service offering - support updating domain when updating a service offering.
2010-12-02 19:27:54 -08:00
anthony
6f1eb4bf44
bug 7144: return snapshotId with jobid
...
1. manual and recursive snapshot use the same command
2. upgrade from 2.2 beta1 to beta need to execute schema-22beta1to22beta2.sql and data-22beta1to22beta2.sql
3. upgrade from 2.1GA to 2.2GA need to execute schema-21to22.sql and data-21to22.sql
status 7144: resolved fixed
2010-12-02 19:23:34 -08:00
anthony
d184c56ef3
cleanup snapshot code
2010-12-02 19:23:33 -08:00
Jessica Wang
87a5ee27ab
Create Service Offering - add public/private option. When private is selected, show domain dropdown field.
2010-12-02 18:45:51 -08:00
Jessica Wang
f104b92c0f
resource page - fix a bug that primary storage total number is "NaN" after creating the first primary storage from resource page.
2010-12-02 18:03:26 -08:00
Jessica Wang
ce4b496868
resource page - add host dialog - fix style. (zone dropdown and pod dropdown were pushed to next line)
2010-12-02 17:53:07 -08:00
Jessica Wang
2e28753231
add host - fix a bug "Unable to execute API command listclusterresponse due to invalid value undefined for parameter podid". (This happened when zonetree is hidden)
2010-12-02 17:48:52 -08:00
Jessica Wang
b58c2d1e62
VM Wizard - step1, select template/ISO - implment pagination and search.
2010-12-02 16:46:56 -08:00
Jessica Wang
250496c178
Service Offering page, Disk Offering page - implement basic search and advanced search.
2010-12-02 15:51:49 -08:00
abhishek
dd9fd57514
changing the logging and error msgs from 1:1 NAT to static NAT (in accordance with the feature being called static and not 1:1 NAT)
2010-12-02 15:50:04 -08:00
abhishek
e353b7ac2d
we use 2 different tables for ip/port fwding and load balancer rules respectively. when we create a new static nat rule, this checkin tests against existing records in either of these tables based on the public ip address being mapped. if such a rule exists in either table, we do not permit creation of a static nat rule on this public ip
2010-12-02 15:50:04 -08:00
Jessica Wang
2680b8ca12
System VM page - implement basic search and advanced search.
2010-12-02 15:34:01 -08:00
Jessica Wang
93699c473c
Routers page - implement basic search and advanced search.
2010-12-02 15:25:40 -08:00
Jessica Wang
1a3a5b2050
advanced search - show domain and account field when login as domain-admin.
2010-12-02 14:48:05 -08:00
Jessica Wang
49dba2558f
instance page - customize advanced search (3 kinds: general, no state dropdown, no account and domain dropdown)
2010-12-02 14:42:41 -08:00
Jessica Wang
9f5b03d0f7
Alert page - implement basic search and advanced search.
2010-12-02 12:50:05 -08:00
Jessica Wang
9075d56863
Account page - implement basic search and advanced search.
2010-12-02 12:28:03 -08:00
Jessica Wang
87737248f6
fix a bug - if adding an item fails and appears in red, the next successfully added item appear in red, too. (after this fix, the next successfully added item will appear in green).
2010-12-02 11:57:00 -08:00
Jessica Wang
87320056bd
dashboard - fix a bug "alerts is undefined" when login as user-role and recent errors is not empty.
2010-12-02 11:53:54 -08:00
Jessica Wang
2d70fb25dd
ISO page - implement basic search and advanced search.
2010-12-02 11:40:47 -08:00