summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New CONTRIBUTING.md fileBryan McLellan2012-09-182-16/+152
* Sometimes the tests leak a leading space into this attribute, clean it up.Bryan McLellan2012-09-141-1/+1
* Store and replace Chef::Config[:knife]Bryan McLellan2012-09-141-0/+2
* CHEF-3439: Ensure that a command line argument still winsBryan McLellan2012-09-132-25/+49
* CHEF-3439: Allow ssh cloud attribute to be overriden by a config fileGilles Devaux2012-09-131-2/+2
* CHEF-3435: Create deploy dirs before calling scm_providerBryan McLellan2012-09-112-10/+26
* bump version for devBryan McLellan2012-09-116-6/+6
* Release Chef 10.14.210.14.2Bryan McLellan2012-09-106-6/+6
* CHEF-3433 - use item when in the cloudGilles Devaux2012-09-101-1/+1
* [CHEF-3431] Sort roles hash on keydanielsdeleo2012-09-101-1/+1
* CHEF-3429: Do not run useradd -m unless changing a home directoryBryan McLellan2012-09-102-13/+16
* [CHEF-3425] Avoid call to super in freebsd provider.Steven Danna2012-09-101-2/+1
* [CHEF-3425] Avoid call to super in systemd provider.Steven Danna2012-09-101-1/+1
* Fix [CHEF-3355].Sahil Muthoo2012-09-072-6/+47
* [CHEF-3395] - allow string for gidjtimberman2012-09-071-1/+1
* [CHEF-3424] Support windows paths in compile error inspectordanielsdeleo2012-09-072-2/+41
* [CHEF-3423] all useradd options must come before argumentsdanielsdeleo2012-09-072-4/+7
* dev version bumpBryan McLellan2012-09-076-6/+6
* Release 10.14.010.14.0Bryan McLellan2012-09-076-6/+6
* Release 10.14.0.rc.410.14.0.rc.4Bryan McLellan2012-09-066-6/+6
* CHEF-3418: Pin to bunny < 0.8.0Bryan McLellan2012-09-061-1/+1
* Release 10.14.0.rc.310.14.0.rc.3Bryan McLellan2012-09-066-6/+6
* Disable reporting by defaultBryan McLellan2012-09-062-1/+9
* Update specs for reporting endpoint changeBryan McLellan2012-09-061-4/+4
* Release 10.14.0.rc.210.14.0.rc.2Bryan McLellan2012-09-066-6/+6
* removing debugging putsLamont Granquist2012-09-051-1/+0
* Merge pull request #386 from opscode/reporting-updatessersut2012-09-053-12/+28
|\
| * Add a new config option to disable reporting if a customer doesn't want to us...ssutay2012-09-053-11/+27
| * Point chef-client to the new reporting endpoint.ssutay2012-09-051-2/+2
|/
* [CHEF-3288] Ensure force_encoding can be called on the string.Steven Danna2012-09-051-3/+2
* [CHEF-3410] Remove call to super to avoid erroneous error messages.Steven Danna2012-09-031-4/+4
* windows CRLF does not match [:print:] regexp character class in rubyLamont Granquist2012-08-301-1/+1
* CHEF-3400 spec fix: magical file needs magical diffLamont Granquist2012-08-301-0/+7
* CHEF-3380: Tweak FreeBSD tests to work with parent classBryan McLellan2012-08-301-7/+7
* CHEF-3380: Modify FreeBSD assertationsBryan McLellan2012-08-301-2/+2
* CHEF-3380: add spec tests for freebsd service providerBryan McLellan2012-08-301-10/+38
* CHEF-3380: Don't fail redhat service on stop or disable if init script is mis...Bryan McLellan2012-08-301-1/+1
* CHEF-3380: Add restart and reload to actions that require an init scriptBryan McLellan2012-08-301-1/+1
* CHEF-3380: combine duplicate tests into a shared example groupBryan McLellan2012-08-301-38/+24
* CHEF-3380: add spec tests for redhat service providerBryan McLellan2012-08-301-9/+24
* Merge branch 'CHEF-3400' into 10-stableBryan McLellan2012-08-292-15/+153
|\
| * add unit tests for the diff generation codeLamont Granquist2012-08-291-3/+129
| * hang onto the tempfile object to prevent the finalizer from being calledLamont Granquist2012-08-291-1/+2
| * get the path out of the temptfile objectLamont Granquist2012-08-291-1/+2
| * fixing is_binary? bugsLamont Granquist2012-08-281-4/+5
| * add back in diffing against a new file, correctly, while suppressing resource...Lamont Granquist2012-08-281-9/+18
|/
* syntax fixes to get diff postedLamont Granquist2012-08-281-1/+1
* fix diff output, add tweakables, refactor diff codeLamont Granquist2012-08-283-39/+39
* add throttling for diff generationLamont Granquist2012-08-281-10/+30
* Added basic diff functionality.tylercloke2012-08-284-2/+15