1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

776 Commits

Author SHA1 Message Date
Constantino Vázquez Blanco
06657604b4 feature : Update image in DB after modifying attribute 2010-06-11 16:23:34 +02:00
Constantino Vázquez Blanco
5623814f03 feature : Fixed public attribute wrong type (from string to int) 2010-06-11 16:04:51 +02:00
Carlos Martín
d411f58348 feature : Virtual Network tests fixed for new public attribute, and new test added for this PUBLIC field. 2010-06-11 15:42:13 +02:00
Carlos Martín
7745093bd0 feature : some improvements, and PUBLIC attribute changed from TEXT to INTEGER for Virtual Networks. 2010-06-11 15:42:04 +02:00
Carlos Martín
c150cc6e7b feature : New test for Image's public attribute. 2010-06-11 15:41:58 +02:00
Carlos Martín
ea7f60a7a8 feature : Tests fixed for new public attribe of the Images. 2010-06-11 15:41:53 +02:00
Carlos Martín
5ddee46cc4 feature : PUBLIC attribute changed from TEXT to INTEGER. 2010-06-11 15:41:49 +02:00
Carlos Martín
151b73e616 features & : Default public attribute removed. 2010-06-11 15:41:43 +02:00
Constantino Vázquez Blanco
b8de290197 feature : Addde Image Update method 2010-06-10 18:54:48 +02:00
Constantino Vázquez Blanco
9ca75314b4 feature : Added Image Delete RM method 2010-06-08 17:42:18 +02:00
Constantino Vázquez Blanco
1a956aa355 feature : Making ImageInfo aware of the Public attribute 2010-06-08 15:30:15 +02:00
Carlos Martín
125690380a feature : Add PUBLIC column to sql table for VirtualMachinePool. 2010-06-08 13:00:31 +02:00
Carlos Martín
3527189fbb feature : Changed ImagePool Info method to be consistent with other pools. 2010-06-08 12:42:12 +02:00
Carlos Martín
9b8862eb4c feature : Public attribute moved to main image sql table. 2010-06-08 12:36:39 +02:00
Constantino Vazquez and Carlos Martin
6580699fec feature : Added ImagePoolInfo method to RM 2010-06-02 20:25:07 +02:00
Constantino Vázquez Blanco
328f3efca2 feature : Added ImageAllocate method to RM 2010-06-02 19:41:05 +02:00
Constantino Vázquez Blanco
d1e3eb66a4 feature : Added Image Info method to Request Manager 2010-06-01 19:35:42 +02:00
Carlos Martín
55ffd09abe feature : More tests for TemplateSQL, added also support for testing MySQL. 2010-06-01 18:32:34 +02:00
Constantino Vázquez Blanco
f41a74cd02 feature : Initial integration of ImagePool 2010-06-01 18:00:44 +02:00
Carlos Martín
5e23f178d3 feature : New test for Template::erase. 2010-06-01 16:16:17 +02:00
Constantino Vázquez Blanco
75cd62bc03 feature : Preparing RM for Image methods 2010-05-31 18:40:38 +02:00
Constantino Vázquez Blanco
e5f8b4d235 feature : Fixed bad comment 2010-05-31 18:39:54 +02:00
Carlos Martín
2ff230cd79 feature : New erase method for Template class: removes and frees attributes with the given name. 2010-05-31 18:07:48 +02:00
Carlos Martín
518a74ad1a feature : New test for ImagePool initialization. 2010-05-31 18:05:21 +02:00
Carlos Martín
9fe40f27c9 feature : ImagePool's contructor changed to load existing images from the DB. 2010-05-31 18:02:21 +02:00
Carlos Martín
2cb9de488d feature : Image's get_disk_attribute now adds SOURCE attribute as well. 2010-05-31 15:17:14 +02:00
Carlos Martín
5dcb81c27c feature : Memory leak fixed. 2010-05-31 15:16:50 +02:00
Carlos Martín
7c0112ace0 feature : Fix xml samples broken since d2dea176cb3981f23670b982f17b7e7dd3b14500 2010-05-31 15:15:26 +02:00
Carlos Martín
1e6e2803d7 feature & : Added tests for ImagePool. 2010-05-28 19:18:52 +02:00
Carlos Martín
8035bd5c81 feature : Fixed default type check. 2010-05-28 19:18:07 +02:00
Carlos Martín
c16631873f feature : Images can now modify a DISK attribute vector to include correct BUS and TARGET. 2010-05-28 19:13:35 +02:00
Constantino Vázquez Blanco
d2dea176cb feature : Removing unnecesary line 2010-05-28 19:07:30 +02:00
Carlos Martin
42e1994a70 feature : Specific tests for image pool 2010-05-27 17:03:54 +02:00
Carlos Martín
32ee8966b9 feature : Image pool table definition changed to be compatible with both MySQL and Sqlite. 2010-05-27 16:27:27 +02:00
Tino Vazquez and Carlos Martin
46b6bedba7 feature : Added Unit Tests for image pool 2010-05-27 16:25:12 +02:00
Tino Vazquez and Carlos Martin
6f631907a0 feature : Insert, replace and remove methods for Image update the DB immediately. 2010-05-27 16:02:29 +02:00
Tino Vazquez and Carlos Martin
2b14a20a5b feature : Description and bus type columns removed for Image elements. 2010-05-27 16:02:22 +02:00
Tino Vazquez and Carlos Martin
4e2c544c4c feature : Source path generation fixed, and removed target attribute. 2010-05-27 15:56:35 +02:00
Constantino Vázquez Blanco and Carlos Martín
b7aa8e14b3 feature-#200: Added to SConstruct 2010-05-25 18:21:10 +02:00
Constantino Vázquez Blanco and Carlos Martín
6b320815b4 feature-#200: Finishing image pool 2010-05-25 18:20:40 +02:00
Constantino Vázquez Blanco
484013d9b1 feature-#200: Polishing ImagePool classes 2010-05-24 11:31:09 +02:00
Carlos Martín
9cf8af1c9b feature : More code for Image Pool 2010-05-21 12:40:47 +02:00
Constantino Vázquez Blanco
8dd2d1a031 Initial commit of the Image pool 2010-05-20 18:58:17 +02:00
Constantino Vázquez Blanco
e86c0f07eb Merge branch 'feature-206' 2010-05-20 12:09:42 +02:00
Carlos Martín
e5443b0e76 feature : Tests fixed for new xml generation with CDATA 2010-05-20 12:00:04 +02:00
Carlos Martín
ab96e0618a feature : Tests for match and rank mechanisms 2010-05-20 11:59:52 +02:00
Ruben S. Montero
091a736d24 feature : Put attribute data within CDDATA 2010-05-18 23:43:50 +02:00
Ruben S. Montero
161da30c52 feature : Catch exception when initializing a VM object 2010-05-18 19:16:15 +02:00
Ruben S. Montero
8a15d380f6 feature : better initialization of Scheduler class 2010-05-18 18:59:44 +02:00
Ruben S. Montero
2b5ffb2c1a feature : Fix compilation issues for the tests 2010-05-18 00:01:49 +02:00