Alena Prokharchyk
|
93d2c8c3ed
|
CLOUDSTACK-6184: set display=true by default for all resource details
|
2014-02-27 10:55:47 -08:00 |
Alena Prokharchyk
|
e0de79b170
|
Resource metadata: by default, all metadata is set with display=true (meaning that the detail is avaialble for display to the regular user). If admin wants to set a specific detail to be false, he has to specify it explicitly in addResourceDetail command
|
2014-02-10 12:05:59 -08:00 |
Alex Huang
|
8d62744681
|
Reformat all source code. Added checkstyle to check the source code
|
2013-11-20 07:26:53 -08:00 |
Alena Prokharchyk
|
591dcd1d1c
|
ResourceDetails: added "display" field to a bunch of VOs - determines whether the detail should be returned to the regular user
|
2013-10-29 09:18:11 -07:00 |
Alena Prokharchyk
|
0fb4d9d5a2
|
Made all resource details DAOs (nic_details, user_vm_details, template_details, volume_details, service_offering_details) extend from the same base class as although details are being stored in diff tables, those tables have the same structure and same accessors.
|
2013-10-25 10:56:19 -07:00 |
Alena Prokharchyk
|
c4084a7c34
|
Fixes for resource details code: 1) Fixed the NPE happening when the resource detail couldn't be located by the key passed through API 2) Added ResourceDetails interface, made all resource details VO objects to implement it.
|
2013-10-10 11:13:47 -07:00 |
Alex Huang
|
a4cea4ebf2
|
Removed schema from the dependency of many components
|
2013-07-29 10:55:19 -07:00 |