Commit graph

99 commits

Author SHA1 Message Date
Andre Nathan 850b1f4b8a Add notifications 2014-06-13 14:50:09 -03:00
Andre Nathan 9d231bc99e Version 1.2.0 2014-06-13 14:38:05 -03:00
Andre Nathan 0914af2914 Next version will be 1.2.0 2014-06-11 09:29:57 -03:00
Andre Nathan eaaf5a2bc8 Merge pull request #21 from NiR-/master
Fixing travis builds for master branch
2014-06-10 15:54:53 -03:00
NiR- f1aef98626 Adding rdoc dependencies for ruby 1.8 2014-06-09 21:45:28 +02:00
NiR- 06cbff1bcf Removing unused packages from travis conf 2014-06-09 21:26:53 +02:00
NiR- e69f956f1e Fixing liblxc name in travis conf. 2014-06-09 18:13:58 +02:00
Andre Nathan c2518f1a7a Merge pull request #20 from NiR-/fix-lxc-devel
Correcting compilation for the last lxc development version.
2014-06-09 09:35:45 -03:00
NiR- 25b91f2c7f Adding all possible states in the doc and clarifying what keys method does. 2014-06-09 09:22:38 -03:00
NiR- 8e8d8cc253 Correcting compilation for the last lxc development version. 2014-06-09 08:21:45 +02:00
Andre Nathan 3de0541985 Bump version to 1.1.1 2014-06-06 11:23:48 -03:00
Andre Nathan c0daae000d Merge pull request #18 from NiR-/fix-empty-config
Fixing clear_config & config_item value
2014-06-06 11:21:41 -03:00
NiR- 2b9f45f8a5 Adding early nil return in config_item (when value is empty). 2014-06-06 10:31:39 +02:00
NiR- 755609c059 Fix clear_config method. 2014-06-06 10:24:18 +02:00
Andre Nathan 323a6519ef Merge pull request #17 from uu59/fix_readme
Fix README for 1.1.0
2014-05-28 14:53:23 -03:00
uu59 8a69bc7bfd Fix require path on sample 2014-05-24 13:49:54 +09:00
uu59 d545c94e08 Fix README for 1.1.0 2014-05-24 13:42:20 +09:00
Andre Nathan 14b589c042 Bump version to 1.1.0 2014-05-20 10:20:50 -03:00
Andre Nathan d600c76f04 Add debian directory 2014-05-20 10:20:46 -03:00
Andrea C. Granata d7d3a0aed1 Allow passing of bdevspecs to Container#create 2014-05-20 09:21:42 -03:00
Andre Nathan 312715d2aa Version 1.0.2 2014-03-29 11:41:03 -03:00
Andre Nathan 198851ebd2 Merge pull request #15 from jkeiser/args
Use default values for #start missing options
2014-03-27 14:46:20 -03:00
John Keiser 645833c77a Allow start(:single_arg => value) 2014-03-27 07:47:14 -07:00
Andre Nathan 8593a693ae Fix RETURN_WITHOUT_GVL macros 2014-03-27 09:01:33 -03:00
Andre Nathan a10124c8fa Style fixes 2014-03-26 17:48:49 -03:00
John Keiser e72d5103e3 Get new GVL code working on 1.8.7 2014-03-26 17:47:58 -03:00
John Keiser 6ba765e52e Get rid of warnings, use non-deprecated Ruby function 2014-03-26 17:47:58 -03:00
John Keiser 8514f53b99 Fix LXC.list_containers to release GIL 2014-03-26 17:47:58 -03:00
John Keiser acc636b1c8 Stop blocking ruby during long-running operations 2014-03-26 17:47:58 -03:00
Andre Nathan 0b4aa13121 Bump version to 1.0.1 2014-03-06 10:28:00 -03:00
Andre Nathan fd75ebc9a2 Don't use pointer after free() 2014-03-06 10:19:17 -03:00
Andre Nathan 7fcad3dba2 Version 1.0.0 2014-02-20 08:58:27 -03:00
Andre Nathan d74494e831 Add homepage to gemspec 2014-02-20 08:58:24 -03:00
Andre Nathan f553a33821 We have rdoc 2014-02-20 08:58:24 -03:00
Andre Nathan f57ba07492 Document :wait in the accepted options of #attach 2014-02-11 08:52:40 -02:00
Andre Nathan f3dc3e3de0 Ensure #stop is called if #shutdown fails in test 2014-02-11 08:45:58 -02:00
Andre Nathan a453b51005 Add Container#running_config_item 2014-01-28 15:08:10 -02:00
Andre Nathan 4a61f87c51 Define missing constants
LXC_CLONE_KEEPBDEVTYPE and LXC_CLONE_MAYBE_SNAPSHOT
2014-01-16 16:44:23 -02:00
Andre Nathan 4e46b12685 Merge pull request #7 from ranjib/fix_tests
Tests should not fail if there are pre-existing containers
2014-01-15 02:17:59 -08:00
Ranjib Dey a98bc364a3 tests should not fail if there are pre-existing containers 2014-01-15 00:49:23 -08:00
Andre Nathan 519b08a497 Some more info in README. Mention rdoc. 2014-01-14 09:48:19 -02:00
Andre Nathan 9a65ddf036 Use symbols for container states 2014-01-14 09:24:00 -02:00
Andre Nathan 3ff240462e Use assert_nothing_raised 2014-01-14 08:54:43 -02:00
Andre Nathan 0c3abf0de2 Remove LXC.default_config_path, add LXC.global_config_item
Follows lxc@593e84786e2b4709059989bee489deab5c923779
2014-01-14 08:51:22 -02:00
Andre Nathan 67dd08eeeb Merge pull request #6 from ranjib/fix_readme
Change readme to point new lxc repo
2014-01-10 04:05:59 -08:00
Ranjib Dey db04c99bd0 change readme to point new lxc repo 2014-01-09 14:37:17 -08:00
Andre Nathan 339de1a81a Support large bdevs on 32-bit
This change follows lxc@d659597e03725411c366c42dc02c64c0c35a167a.
2014-01-09 08:33:25 -02:00
Andre Nathan 97b544a041 Merge pull request #5 from ranjib/fix_extconfig
[BUGFIX] Drop shared library inside lxc folder
2014-01-03 18:49:30 -08:00
Ranjib Dey b077728c7d drop shared library inside lxc folder 2014-01-03 18:22:19 -08:00
Andre Nathan c1ade416d7 Merge pull request #3 from jeremiahsnapp/master
Add ability to set backingstore type when creating a container
2014-01-03 16:31:43 -08:00