Brian Federle
27f63ceb8f
Merge branch 'master' into ui-install-wizard
2011-11-09 14:19:09 -08:00
Brian Federle
fa6fe67f14
Fix system vm poll
2011-11-09 14:08:58 -08:00
Jessica Wang
3937f5d5cc
cloudStack 3.0 new UI - Disk offering page - add details tab, Edit action, Delete action.
2011-11-09 14:03:45 -08:00
Kelven Yang
bf3664574a
Revert the temporary build fix (don't expose ID unneccessarily to outside)
2011-11-09 13:51:10 -08:00
Kelven Yang
24a6c2f528
Revert the temporary build fix after the root cause in ApiDocWriter is addressed
2011-11-09 13:47:52 -08:00
Brian Federle
77e5e60dc1
Merge branch 'master' into ui-install-wizard
2011-11-09 13:45:01 -08:00
Brian Federle
599574bd7a
Add install wizard server calls
2011-11-09 13:43:24 -08:00
Alena Prokharchyk
3c3cf26f64
Fixed API doc problem
2011-11-09 13:27:35 -08:00
Alena Prokharchyk
8d128fa737
bug 11573: made network wait timeout configurable
...
status 11573: resolved fixed
reviewed-by: Alex Huang
Conflicts:
setup/db/db/schema-2212to2213.sql
2011-11-09 13:14:27 -08:00
Brian Federle
3a2c6e76bc
Add install wizard JS
2011-11-09 12:28:07 -08:00
Edison Su
44218ef07c
bug 11919: if volume is dettached, instance id is null
...
status 11919: resolved fixed
Reviewed-by: frank
2011-11-09 10:43:32 -08:00
Jessica Wang
a6d90ca1fd
cloudStack 3.0 new UI - system service offering page - add details tab, Edit action, Delete action.
2011-11-09 10:38:22 -08:00
Jessica Wang
dd3757af94
cloudStack 3.0 new UI - service offering page - implement Delete action.
2011-11-09 10:24:19 -08:00
Alena Prokharchyk
9ae3dffee4
bug 11924: don't return ISO entries where removed != null
...
status 11924: resolved fixed
reviewed by: Will Chan
Conflicts:
server/src/com/cloud/storage/dao/VMTemplateDao.java
server/src/com/cloud/storage/dao/VMTemplateDaoImpl.java
2011-11-09 09:42:31 -08:00
kishan
e331e1c80f
bug 10285: Throw exception when loadbalancer API fails
...
status 10285: resolved fixed
2011-11-09 18:52:55 +05:30
Naredula Janardhana Reddy
00ea2a5995
bug 11590:
...
reviewed-by: Abhi
Summary of Changes:
while adding a primary address to the domR interface, previous primaray addresses(ip) are removed and added as with 32-bit netmask.
This is to avoid two same ip's with different netmask attached to the interface.
2011-11-09 16:44:47 +05:30
Nitin
e2e7da3ff4
bug 11428: Under VMware with current version, for snapshot related related operations,
...
1) if snapshot is originally created from root volume, allow only CreateTemplateCommand from snapshot 2) if snapshot is originally created from data volume, allow only CreateVolumeCommand from snapshot Reviewed by - Kishan
status 11428: resolved fixed
2011-11-09 16:33:09 +05:30
kishan
507bc20c03
bug 11938: Removed unique constraint on usage_network_offering table.
...
status 11938: resolved fixed
reviewed-by: Abhi
2011-11-09 16:28:22 +05:30
kishan
2a620fa5ed
bug 10286: When router API fails, throw error instead of returning null
...
status 10286: resolved fixed
2011-11-09 15:02:43 +05:30
Edison Su
4f263a56b2
fix the build
2011-11-08 19:11:36 -08:00
Jessica Wang
592483f7df
cloudStack 3.0 new UI - service offering page - implement Edit action.
2011-11-08 18:13:21 -08:00
Jessica Wang
21f64a71b4
cloudStack 3.0 new UI - service offering page - add network rate, offerHA, CPU cap, storage tags, host tags, domain, create date.
2011-11-08 18:04:31 -08:00
Jessica Wang
f1248a4d02
cloudStack 3.0 new UI - service offering page - add details tab.
2011-11-08 17:47:12 -08:00
Jessica Wang
940ebff7b4
cloudStack 3.0 new UI - service offering page - list view - add unit to CPU speed, Memory field.
2011-11-08 17:19:59 -08:00
Sam Robertson
b4ddcfbe48
Cleaning up stuff, reorganizing parser into a class to make it more manageable
2011-11-08 17:11:44 -08:00
Jessica Wang
1736826ff0
cloudStack 3.0 new UI - ISO page - add Filter By dropdown on listView.
2011-11-08 17:00:45 -08:00
Jessica Wang
f8945168ae
cloudStack 3.0 new UI - listView widget - (1) remove default option "All". (2) fix a bug that args.filterBy.kind got value from wrong dropdown when selectView dropdown and filterBy dropdown both exist on the same page.
2011-11-08 16:36:28 -08:00
Brian Federle
d9a5f851b5
Updated zone page; update detail view edit notification
2011-11-08 16:25:33 -08:00
Jessica Wang
7a8ca9d8cb
cloudStack 3.0 new UI - domain page - remove resource limits tab that is already merged into details tab.
2011-11-08 14:22:57 -08:00
Jessica Wang
30b0fdd30a
cloudStack 3.0 new UI - account page - optimize data returned to dataProvider.
2011-11-08 14:08:58 -08:00
Jessica Wang
93e11db07d
cloudStack 3.0 new UI - domain page - merge update resource limit into Edit action.
2011-11-08 13:17:29 -08:00
Brian Federle
7097edf15f
Add sample NAAS section to system config
2011-11-08 12:53:54 -08:00
Brian Federle
28521a3819
Updated header/project appearance; add new system chart view
2011-11-08 12:43:57 -08:00
Jessica Wang
7d430c8a25
cloudStack 3.0 new UI - domain page - Delete Domain action - pass cleanup parameter to API call if "Forced" checkbox is visible.
2011-11-08 12:24:12 -08:00
Jessica Wang
b8ba041027
cloudStack 3.0 new UI - domain page - add VM limits, IP limits, Volume limits, Snapshot limits, Template limits field.
2011-11-08 12:14:45 -08:00
Jessica Wang
9e070e41b9
cloudStack 3.0 new UI - domain page - add Instance Total field, Volume Total field.
2011-11-08 11:56:23 -08:00
Jessica Wang
a76711b453
cloudStack 3.0 new UI - domain page - add Account Total field.
2011-11-08 11:49:01 -08:00
Jessica Wang
1fc8997547
cloudStack 3.0 new UI - domain page - implement Edit Domain action.
2011-11-08 10:57:05 -08:00
Abhi
f8319823cc
bug 11880: host status is now in sync
2011-11-08 16:53:58 +05:30
kishan
606779b300
bug 11851: When Add VPN user fails, remove the user entry from db instead of leaving in Add state.
...
status 11851: resolved fixed
reviewed-by: Abhi
2011-11-08 15:56:16 +05:30
Alena
0785b64306
bug 11923: don't expose command name in the exception response when command is not available
...
status 11923: resolved fixed
reviewed-by: Will Chan
2011-11-07 18:00:33 -08:00
Kelven Yang
9489d6ffeb
1) Fix a serialization problem in command inherits AsyncCreateCommand.
...
2) Deal with special IDs (i.e. -1) in UUID translation
2011-11-07 18:00:14 -08:00
Jessica Wang
0b6abd1717
cloudStack 3.0 new UI - user page - implement Delete User action.
2011-11-07 17:39:51 -08:00
Jessica Wang
156833b4e9
cloudStack 3.0 new UI - user page - implement Enable User action.
2011-11-07 17:33:04 -08:00
Brian Federle
08d11f1901
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2011-11-07 17:08:46 -08:00
Brian Federle
1fd8f41ca5
Remove call to listConfigurations -- not supported by non-admins
2011-11-07 17:08:34 -08:00
Jessica Wang
650acd6845
cloudStack 3.0 new UI - user page - implement Disable User action.
2011-11-07 16:54:05 -08:00
Jessica Wang
751685541c
cloudStack 3.0 new UI - user page - implement Generate Keys action.
2011-11-07 16:10:30 -08:00
Jessica Wang
5d55037310
cloudStack 3.0 new UI - user page - implement Change Password action.
2011-11-07 16:01:46 -08:00
Jessica Wang
55c817ad62
cloudStack 3.0 new UI - user page - implement Edit User action.
2011-11-07 15:38:35 -08:00