summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* version bump to 10.24.410.24.410.24-patchdanielsdeleo2013-04-2354-102/+102
|
* Merge branch 'CHEF-4117-10-stable' into 10-stabledanielsdeleo2013-04-233-1/+10
|
* bump version to 10.24.210.24.2danielsdeleo2013-04-2254-144/+144
|
* Merge branch 'CHEF-3432-10-stable' into 10.24-patchdanielsdeleo2013-04-223-3/+40
|\
| * [CHEF-3432] fix LWRP class leak in 10-stabledanielsdeleo2013-04-223-3/+40
|/
* Release 10.24.0 final10.24.0Bryan McLellan2013-02-1554-122/+122
|
* Release 10.24.0.rc.2Bryan McLellan2013-02-156-6/+6
|
* CHEF-2346: Increase solr schema to 1.3Bryan McLellan2013-02-151-1/+1
|
* Release 10.24.0.rc.1Bryan McLellan2013-02-156-6/+6
|
* CHEF-2346: Raise limit maxFieldLengthMatthew Kent2013-02-152-2/+2
| | | | | to a point where it's less likely to be an issue, users can lower it if memory consumption is excessive.
* CHEF-3895: Add Chef::Checksum to JSON class hackBryan McLellan2013-02-151-0/+3
|
* 10.14.0.rc.0Bryan McLellan2013-02-156-6/+6
|
* CHEF-3888: Set minimum level of rack, just in caseBryan McLellan2013-02-151-0/+3
|
* CHEF-3892: Disable solr remotestreaming and debug dumpBryan McLellan2013-02-151-33/+35
|
* CI: Skip docgen + server on bundle rebuildBryan McLellan2013-02-132-2/+2
|
* Don't install server deps when testing clientBryan McLellan2013-02-132-2/+2
| | | | dep_selector requires gecode installed for a build environment
* Skipped a version, release 10.22.010.22.0Bryan McLellan2013-02-1254-107/+107
|
* Release 10.24.0Bryan McLellan2013-02-1254-108/+108
|
* CHEF-3863: Return to not trusting the JSON gem at allBryan McLellan2013-02-121-1/+3
| | | | | | Within days of relaxing to a pessmistic constraint on patch release there was a patch release with breaking changes. We'll have to go back to testing the latest version by hand again.
* 10.22.0.rc.0Bryan McLellan2013-02-126-6/+6
|
* Remove erroneous testBryan McLellan2013-02-121-8/+0
|
* CHEF-1292 Lower json stack depth tests to 301Bryan McLellan2013-02-123-9/+27
| | | | | | | | 1001 was causing stack level too deep errors on 1.8.7. This is still a huge stack depth and 1001 was arbitrary. Conflicts: spec/unit/json_compat_spec.rb
* rename json_compat_spect.rb -> json_compat_spec.rbBryan McLellan2013-02-121-0/+0
|
* remove accidentally gemfile.lockdanielsdeleo2013-02-121-101/+0
|
* [CHEF-3863] add compat for openid registrationdanielsdeleo2013-02-121-0/+3
|
* fix json_compat to raise same errors as json gemdanielsdeleo2013-02-121-1/+7
|
* add support for actual sandbox objectsdanielsdeleo2013-02-122-1/+105
| | | | | Conflicts: chef/Gemfile
* also apply fix for cookbook versiondanielsdeleo2013-02-121-1/+1
|
* hand cherry-pick json-dos-fix to pl masterdanielsdeleo2013-02-122-1/+100
| | | | | Conflicts: chef/lib/chef/resource.rb
* CHEF-3467: Localize change to cookbook_file resource where issue actually occursadamedx2013-02-122-29/+25
|
* CHEF-3467: Explicitly set dacl to inherit when no rights are specified on ↵adamedx2013-02-124-71/+142
| | | | file resources staged via temp file
* [CHEF-3809] Attached missing win32 CloseHandle function10.20.0Keith Shook2013-02-072-1/+9
|
* exclude docgen from regular ci passesBryan McLellan2013-02-062-2/+2
|
* CHEF-3840: Pull run from the gemspecBryan McLellan2013-02-061-1/+1
| | | | Magic or bundler will bring it back
* [CHEF-3840] fix rdiscount compile on windows by excluding groupsdelano2013-02-061-1/+4
| | | | | This requires an update to the scripts for the test stage of the omnibus Ci pipeline, but is probably the better long term solution
* Release 10.20.0Bryan McLellan2013-02-0654-159/+159
|
* Chef 10.18.4.rc.2Bryan McLellan2013-02-066-6/+6
|
* CHEF-3567: Increase eventmachine constraintBryan McLellan2013-02-061-1/+1
|
* CHEF-3495: Increase em-http-request constraintBryan McLellan2013-02-061-1/+1
|
* 10.18.4.rc.1Bryan McLellan2013-02-066-6/+6
|
* CHEF-3156 - Be more optimistic about net-sshBryan McLellan2013-02-061-1/+1
|
* CHEF-2960 - Increase JSON constraintBryan McLellan2013-02-061-1/+1
|
* [CHEF-3367] prevent accidental removal of chef-client daemon pidfile when ↵Adam Spiers2013-01-282-6/+42
| | | | | | | | | | child processes of the daemon exit Children forked from the chef-client daemon (such as those triggered during runs of only_if commands) inherit the at_exit handler of the daemon, which removes the daemon's pid file. remove_pid_file now only removes the pid file if it's invoked by the same process which created it in the first place.
* [CHEF-3774] - fixes for chef-client debian init.d scriptjtimberman2013-01-212-2/+3
| | | | | | | | | | | | | * Add 1 second sleep on chef-client start to allow pid file to get created * Inspect `/proc/PID/cmdline` instead of `status` to get full daemon name instead of ruby process as the name * Use daemon name (`/usr/bin/chef-client`) instead of name (`chef-client`) to match the return from above inspection The above works on an Ubuntu 12.04 system. -- This was included in 10.18.2, see the ticket for more info --
* update manpages for version bump10.18.210.16.6danielsdeleo2013-01-1848-96/+96
|
* missed a version.rb in version changedanielsdeleo2013-01-181-1/+1
|
* bump version to 10.18.2 for patch releasedanielsdeleo2013-01-1829-53/+53
|
* Merge branch 'CHEF-3771' into 10-stabledanielsdeleo2013-01-171-2/+5
|\
| * [CHEF-3771] align info in matched warningsdanielsdeleo2013-01-171-1/+1
| |
| * show location of old resourcedanielsdeleo2013-01-171-1/+2
| |