1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

781 Commits

Author SHA1 Message Date
Carlos Martín
a4f94ab3c6 feature #192: Updated tests for public downcase definition. 2010-06-11 19:56:52 +02:00
Carlos Martín
4d3a736d91 features #253 & #200: Public attribute can be now defined in downcase. 2010-06-11 19:56:42 +02:00
Ruben S. Montero
82b383878d feature #192: Fix tests for template_sql and better erase method 2010-06-11 18:56:25 +02:00
Ruben S. Montero
9086162bbb Merge branch 'feature-200' of dsa-research.org:one into feature-200 2010-06-11 17:16:43 +02:00
Ruben S. Montero
de5ed31fdb feature #192: Fixed compilation issues que template_sql test 2010-06-11 17:16:07 +02:00
Constantino Vázquez Blanco
06657604b4 feature #200: Update image in DB after modifying attribute 2010-06-11 16:23:34 +02:00
Constantino Vázquez Blanco
5623814f03 feature #200: Fixed public attribute wrong type (from string to int) 2010-06-11 16:04:51 +02:00
Carlos Martín
d411f58348 feature #192: 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 #253: 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 #192: New test for Image's public attribute. 2010-06-11 15:41:58 +02:00
Carlos Martín
ea7f60a7a8 feature #192: Tests fixed for new public attribe of the Images. 2010-06-11 15:41:53 +02:00
Carlos Martín
5ddee46cc4 feature #200: PUBLIC attribute changed from TEXT to INTEGER. 2010-06-11 15:41:49 +02:00
Carlos Martín
151b73e616 features #200 & #253: Default public attribute removed. 2010-06-11 15:41:43 +02:00
Constantino Vázquez Blanco
b8de290197 feature #200: Addde Image Update method 2010-06-10 18:54:48 +02:00
Constantino Vázquez Blanco
9ca75314b4 feature #200: Added Image Delete RM method 2010-06-08 17:42:18 +02:00
Constantino Vázquez Blanco
1a956aa355 feature #200: Making ImageInfo aware of the Public attribute 2010-06-08 15:30:15 +02:00
Carlos Martín
125690380a feature #253: Add PUBLIC column to sql table for VirtualMachinePool. 2010-06-08 13:00:31 +02:00
Carlos Martín
3527189fbb feature #200: Changed ImagePool Info method to be consistent with other pools. 2010-06-08 12:42:12 +02:00
Carlos Martín
9b8862eb4c feature #200: Public attribute moved to main image sql table. 2010-06-08 12:36:39 +02:00
Constantino Vazquez and Carlos Martin
6580699fec feature #200: Added ImagePoolInfo method to RM 2010-06-02 20:25:07 +02:00
Constantino Vázquez Blanco
328f3efca2 feature #200: Added ImageAllocate method to RM 2010-06-02 19:41:05 +02:00
Constantino Vázquez Blanco
d1e3eb66a4 feature #200: Added Image Info method to Request Manager 2010-06-01 19:35:42 +02:00
Carlos Martín
55ffd09abe feature #192: More tests for TemplateSQL, added also support for testing MySQL. 2010-06-01 18:32:34 +02:00
Constantino Vázquez Blanco
f41a74cd02 feature #200: Initial integration of ImagePool 2010-06-01 18:00:44 +02:00
Carlos Martín
5e23f178d3 feature #192: New test for Template::erase. 2010-06-01 16:16:17 +02:00
Constantino Vázquez Blanco
75cd62bc03 feature #200: Preparing RM for Image methods 2010-05-31 18:40:38 +02:00
Constantino Vázquez Blanco
e5f8b4d235 feature #200: Fixed bad comment 2010-05-31 18:39:54 +02:00
Carlos Martín
2ff230cd79 feature #200: 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 #192: New test for ImagePool initialization. 2010-05-31 18:05:21 +02:00
Carlos Martín
9fe40f27c9 feature #200: ImagePool's contructor changed to load existing images from the DB. 2010-05-31 18:02:21 +02:00
Carlos Martín
2cb9de488d feature #200: Image's get_disk_attribute now adds SOURCE attribute as well. 2010-05-31 15:17:14 +02:00
Carlos Martín
5dcb81c27c feature #192: Memory leak fixed. 2010-05-31 15:16:50 +02:00
Carlos Martín
7c0112ace0 feature #192: Fix xml samples broken since d2dea176cb3981f23670b982f17b7e7dd3b14500 2010-05-31 15:15:26 +02:00
Carlos Martín
1e6e2803d7 feature #192 & #200: Added tests for ImagePool. 2010-05-28 19:18:52 +02:00
Carlos Martín
8035bd5c81 feature #200: Fixed default type check. 2010-05-28 19:18:07 +02:00
Carlos Martín
c16631873f feature #200: 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 #200: Removing unnecesary line 2010-05-28 19:07:30 +02:00
Carlos Martin
42e1994a70 feature #200: Specific tests for image pool 2010-05-27 17:03:54 +02:00
Carlos Martín
32ee8966b9 feature #200: 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 #200: Added Unit Tests for image pool 2010-05-27 16:25:12 +02:00
Tino Vazquez and Carlos Martin
6f631907a0 feature #200: 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 #200: Description and bus type columns removed for Image elements. 2010-05-27 16:02:22 +02:00
Tino Vazquez and Carlos Martin
4e2c544c4c feature #200: 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 #200: 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 #192: Tests fixed for new xml generation with CDATA 2010-05-20 12:00:04 +02:00