Commit graph

2251 commits

Author SHA1 Message Date
Christoph Hartmann
820a942fa3 0.22.0 2016-05-16 20:12:52 +02:00
Dominik Richter
3d89a0dd5c Merge pull request #732 from chef/chris-rock/activate-integration-docker
run integration tests in docker
2016-05-16 19:59:06 +02:00
Christoph Hartmann
ba95e461d3 run integration tests in docker 2016-05-16 18:25:17 +02:00
Christoph Hartmann
b6c2f169b4 Merge pull request #758 from Anirudh-Gupta/master
fixed 'it' statements under file_test
2016-05-16 16:07:46 +02:00
Anirudh Gupta
4a9d9a4757 fixed 'it' statements under file_test 2016-05-16 19:24:14 +05:30
Dominik Richter
9980809104 Merge pull request #757 from chef/chris-rock/train-0.12
update train dependency to 0.12.0
2016-05-16 15:53:16 +02:00
Christoph Hartmann
1dd4da8d08 update train dependency to 0.12.0 2016-05-16 15:33:12 +02:00
Christoph Hartmann
7515b488fd Merge pull request #754 from jeremymv2/sudo_command
add sudo_command option
2016-05-16 15:32:29 +02:00
Christoph Hartmann
7527199632 Merge pull request #750 from chef/lcg/docfix
remove string quotes around regexp (docfix)
2016-05-16 11:43:41 +02:00
Christoph Hartmann
9896278599 remove string quotes from regex 2016-05-16 11:33:13 +02:00
Lamont Granquist
452047011d remove string quotes around regexp 2016-05-16 11:31:58 +02:00
Christoph Hartmann
23c4bc0a6e Merge pull request #756 from Anirudh-Gupta/master
modification in command resource example
2016-05-16 11:31:07 +02:00
Anirudh Gupta
c9dbbfd5dc modification in command resource example 2016-05-16 11:53:21 +05:30
Jeremy J. Miller
cfcc06a379 fix spelling 2016-05-15 11:04:23 -04:00
Jeremy J. Miller
9795879628 add sudo_command option 2016-05-15 07:22:18 -04:00
Christoph Hartmann
7c9706bbd7 Merge pull request #745 from chef/dr/docker-release
rake release_docker + smaller image builds
2016-05-14 10:02:38 +02:00
Dominik Richter
00921d9f97 0.21.6 2016-05-13 20:51:32 +02:00
Alex Pop
8ff52a8961 Merge pull request #748 from chef/dr/fix-test-join
catch corner-case with symbols on test-objects
2016-05-13 19:49:44 +01:00
Dominik Richter
67f7a5936c catch corner-case with symbols on test-objects 2016-05-13 20:39:17 +02:00
Dominik Richter
8a9cd539fc Merge pull request #747 from chef/ap/nil-include
Prevent nil.include?
2016-05-13 20:28:04 +02:00
Alex Pop
4241cbf7ce can-t go in else when nil either 2016-05-13 19:22:09 +01:00
Alex Pop
6a9f015527 prevent nil.include? 2016-05-13 19:03:33 +01:00
Dominik Richter
4152101679 0.21.5 2016-05-13 19:29:46 +02:00
Alex Pop
9f19a559c1 Merge pull request #746 from chef/dr/object-construction
fix construction of ruby objects on string and array handlers
2016-05-13 18:19:04 +01:00
Dominik Richter
603e3e21b3 fix construction of ruby objects on string and array handlers 2016-05-13 19:07:43 +02:00
Dominik Richter
626f5fc497 rake release_docker + smaller image builds 2016-05-13 12:59:33 +02:00
Dominik Richter
b837f8c8ec 0.21.4 2016-05-13 12:58:35 +02:00
Alex Pop
6f7be9713a Merge pull request #744 from chef/dr/processes-struct
use struct for processes list
2016-05-13 11:04:25 +01:00
Dominik Richter
2323ec52d2 add polyfill for ruby 1.9.3. struct 2016-05-13 11:57:06 +02:00
Dominik Richter
dde4433933 use struct for processes list
we know all the fields + struct is fully compatible to the curren hash implementation
2016-05-13 11:22:56 +02:00
Christoph Hartmann
987c42ed99 0.21.3 2016-05-12 00:27:30 +02:00
Christoph Hartmann
fbf737a999 Merge pull request #737 from chef/chris-rock/deprecate-array-matcher
deprecate array matcher
2016-05-12 00:24:31 +02:00
Christoph Hartmann
f3b41ccea9 deprecate arrray matcher 2016-05-12 00:14:54 +02:00
Christoph Hartmann
1f470971d2 Revert "Add all_match to matchers"
This reverts commit 29cf4522e4.
2016-05-11 23:47:24 +02:00
Christoph Hartmann
48d8694789 Revert "fix contain_match, add none_match"
This reverts commit 54b397f3a5.
2016-05-11 23:47:24 +02:00
Christoph Hartmann
5939e5b2f9 Merge pull request #739 from chef/ap/port-not-nil
Return empty array instead of nil for port methods
2016-05-11 23:32:43 +02:00
Alex Pop
2a9d9b5481 return empty array instead of nil to be .each friendly 2016-05-11 22:21:22 +01:00
Christoph Hartmann
03b1ecfac5 Merge pull request #735 from tpcwang/escape-windows-osenv
Escape os_env command on Windows to handle env variables containing parentheses.
2016-05-11 23:09:34 +02:00
Christoph Hartmann
21a91f964c 0.21.2 2016-05-11 14:16:24 +02:00
Christoph Hartmann
79e291c1a1 Merge pull request #736 from chef/ap/matchers4me
Fix contain_match, add none_match
2016-05-11 14:07:18 +02:00
Alex Pop
54b397f3a5 fix contain_match, add none_match
update matchers doc and add more integration tests
allow non-string data types and non-arrays
2016-05-11 12:47:36 +01:00
tpcwang
c8d2991589 Escape os_env command on Windows to handle env variables containing parentheses.
Update the mock file to match the new command
2016-05-11 01:09:06 -07:00
Christoph Hartmann
7e514c8735 0.21.1 2016-05-10 22:43:34 +02:00
Christoph Hartmann
9fd9f8aa69 Merge pull request #733 from chef/vj/add-label-for-processes
Expose label for processes only on linux
2016-05-10 22:39:02 +02:00
Victoria Jeffrey
1811eb6666 Expose label for processes only on linux 2016-05-10 13:59:13 -04:00
Christoph Hartmann
7e37502ba8 Merge pull request #730 from chef/vj/add-all-match-matcher
Add all_match to matchers
2016-05-10 16:33:41 +02:00
Victoria Jeffrey
29cf4522e4 Add all_match to matchers 2016-05-10 10:00:55 -04:00
Alex Pop
6670a8f502 Merge pull request #729 from chef/chris-rock/remove-unused
fix: remove non-existent class
2016-05-10 12:55:26 +01:00
Christoph Hartmann
1c2fd97a39 fix: remove non-existent class 2016-05-10 13:18:33 +02:00
Christoph Hartmann
a83088edea 0.21.0 2016-05-10 11:09:57 +02:00