summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Preparing 10.34.6 releasejdmundrawala/10.34.6Jay Mundrawala2014-11-072-1/+6
|
* updating changelog for 10.34.410.34.4Lamont Granquist2014-09-161-0/+2
|
* bumping version to 10.34.4Lamont Granquist2014-09-161-1/+1
|
* Merge pull request #1989 from opscode/sersut/port-chef-1982-10Serdar Sutay2014-09-053-30/+40
|\ | | | | Port Chef 1982 to 10-stable
| * Changelog changes for user dscl fix.Serdar Sutay2014-09-041-1/+6
| |
| * Merge pull request #1982 from opscode/sersut/user-dscl-fixSerdar Sutay2014-09-042-29/+34
|/ | | | Fix dscl user provider to be able to manage home and password at the same time.
* Bump the version number for 10.34.2 release.10.34.2Serdar Sutay2014-08-2154-103/+103
|
* Bump version number for 10.34.0 release.10.34.0Serdar Sutay2014-08-1954-127/+127
|
* Pick up the released version of ohai.Serdar Sutay2014-08-191-3/+1
|
* In Chef 10 providers do not have shell_out in their base classes.Serdar Sutay2014-08-181-0/+3
|
* Merge pull request #1852 from opscode/sersut/disable-dscl-spec-on-nonmacSerdar Sutay2014-08-181-0/+23
|\ | | | | Disable functional dscl specs on non-mac OSes.
| * Disable functional dscl specs on non-mac OSes.Serdar Sutay2014-08-181-0/+23
|/
* Merge pull request #1845 from opscode/sersut/backport-dscl-passwordSerdar Sutay2014-08-1817-469/+3851
|\ | | | | Merge pull request #1800 from opscode/sersut/chef#1634
| * Merge pull request #1800 from opscode/sersut/chef#1634Serdar Sutay2014-08-1517-469/+3851
|/ | | | | | | | | | | | | DSCL User Provider Rewrite Conflicts: .gitignore CHANGELOG.md RELEASE_NOTES.md chef.gemspec chef/lib/chef/provider/user/dscl.rb chef/spec/unit/provider/user/dscl_spec.rb spec/functional/resource/user/useradd_spec.rb spec/unit/provider/user/useradd_spec.rb
* Merge pull request #1746 from jaymzh/macosx_groups_10Phil Dibowitz2014-08-054-10/+65
|\ | | | | Fix OSX Group provider to be properly idempotent
| * Fix OSX Group provider to be properly idempotentPhil Dibowitz2014-08-044-10/+65
|/ | | | | | | Currently the OSX Group provider use the 'Etc' module to determine what exists, and the 'dscl' command to change things. Etc will look to /etc/group by default and fallback to 'dscl', which causes idempotency incorrectness. This change the Group provider to simply look at 'dscl' always.
* Version bump for RC release.10.34.0.rc.1sersut2014-07-2254-102/+102
|
* Version bump for RC release.10.34.0.rc.0sersut2014-07-1754-126/+126
|
* CHANGELOG update for release.sersut2014-07-171-2/+5
|
* Pin ohai version for release candidate.sersut2014-07-171-1/+3
|
* Merge pull request #1655 from opscode/sersut/CHEF-3075Serdar Sutay2014-07-163-7/+25
|\ | | | | Backport https://github.com/opscode/chef/commit/e85f791ece68e43053acfe44...
| * Backport ↵sersut2014-07-163-7/+25
| | | | | | | | https://github.com/opscode/chef/commit/e85f791ece68e43053acfe44a032687958127c32#diff-b836df330d72a9936114f35ce437c418R487.
* | Merge pull request #1623 from opscode/ryancragun/GH-1554-10-stableSerdar Sutay2014-07-163-2/+15
|\ \ | |/ |/| [Issue 1554] Don't detect package name as version when the RPM isn't ins...
| * [Issue 1554] Don't detect package name as version when the RPM isn't installedRyan Cragun2014-07-163-2/+15
|/
* Merge pull request #1608 from opscode/chef-1585Claire McQuin2014-07-103-0/+7
|\ | | | | Set Net::HTTP open_timeout
| * Set Net::HTTP open_timeoutClaire McQuin2014-07-103-0/+7
|/
* Merge pull request #1594 from jaymzh/backport_5223Phil Dibowitz2014-07-014-3/+45
|\ | | | | Backport CHEF-5223 to 10-stable
| * Backport CHEF-5223 to 10-stablePhil Dibowitz2014-07-014-3/+45
|/
* Merge pull request #1444 from opscode/ryancragun/CHEF-5314_10-stableClaire McQuin2014-06-113-6/+55
|\ | | | | [CHEF-5314] Support override_runlist CLI option in shef/chef-shell
| * [CHEF-5314] Add unit specsRyan Cragun2014-05-201-2/+44
| |
| * [CHEF-5314] Support override_runlist CLI option in shef/chef-shellRyan Cragun2014-05-202-4/+11
| |
* | Remove CONTRIBUTIONS.md and merge it's contents with CHANGELOG.md.sersut2014-05-232-20/+10
|/
* Merge pull request #1366 from opscode/ssd/CHEF-5163-chef10Serdar Sutay2014-05-086-768/+35
|\ | | | | [CHEF-5163] Support lazy evaluation the mount resource's options attr
| * Turn off server related gems during travis run.sersut2014-05-071-1/+4
| |
| * Contribution information for CHEF-5163.sersut2014-05-073-757/+9
| |
| * [CHEF-5163] Support lazy evaluation the mount resource's options attrSteven Danna2014-04-092-10/+22
|/ | | | | | | set_or_return calls #call on any DelayedEvaluator on read and compares the results against the parameter validations. This patch adds String to the evaluation but ensure that someone reading the options value will only ever get an Array, keeping the original contract.
* Bump the version number for release.10.32.2sersut2014-04-0854-102/+102
|
* Merge pull request #1365 from opscode/lcg/pin-sdoclamont-granquist2014-04-082-1/+3
|\ | | | | pin sdoc to make solaris builds happy
| * add a changelog entryLamont Granquist2014-04-081-0/+1
| |
| * pin sdoc to make solaris builds happyLamont Granquist2014-04-081-1/+2
|/ | | | rdoc/sdoc now has files with spaces in them that solaris can't package.
* Bump version for 10.32.0 release.10.32.0sersut2014-04-0854-126/+126
|
* Merge pull request #1363 from jaymzh/json_gem_10lamont-granquist2014-04-073-1/+3
|\ | | | | [CHEF-4632] backport #1179 - bump up upper limit on json gem to 1.8.1
| * [CHEF-4632] backport #1179 - bump up upper limit on json gem to 1.8.1Phil Dibowitz2014-04-073-1/+3
|/
* Merge pull request #1314 from jaymzh/fixsignalsPhil Dibowitz2014-04-015-6/+12
|\ | | | | [10-stable] Don't trap TERM if not in daemon mode
| * [10-stable] Don't trap TERM if not in daemon modePhil Dibowitz2014-03-315-6/+12
| | | | | | | | | | The whole point if this magic is meaningless if we're not in daemon mode.
* | Bump the version number for RC.10.32.0.rc.1sersut2014-03-3154-99/+487
|/
* Version bump for RC release.10.32.0.rc.0sersut2014-03-3054-512/+124
|
* Backport CHEF-4373 to 10.xdanielsdeleo2014-03-272-0/+80
|
* Remove redundant gem from gemfile.danielsdeleo2014-03-271-1/+0
| | | | Rack is already a development dependency in the gemspec.
* Merge pull request #1319 from jaymzh/fix-cache-bugs-10Phil Dibowitz2014-03-193-1/+3
|\ | | | | [10-stable] Fix crashes on invalid cache files