Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pull ohai rc release | Lamont Granquist | 2014-09-09 | 1 | -1/+1 |
| | | | | | if we don't specifically pull the rc release then we can't depsolve mixlib-shellout 2.x | ||||
* | bump mixlib-shellout to 2.0, track ohai+mixlib-shellout master | Lamont Granquist | 2014-09-08 | 1 | -2/+1 |
| | |||||
* | unicode shell_out fixes plus mixlib-shellout 2.x | Lamont Granquist | 2014-09-08 | 1 | -0/+1 |
| | | | | | | - use en_US.UTF-8 explicitly rather than relying on mixlib-shellout's 'C' locale in order to force the LANG by default (restores unicode to most chef-client calls now) | ||||
* | Update license to appropriate SPDX ID | Bryan McLellan | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Add license information to gemspec | Anatol | 2014-09-03 | 1 | -0/+1 |
| | | | | Obvious fix. | ||||
* | Switch back to ChefZero::RSpec version 3jk/rspec_zero_3 | John Keiser | 2014-08-29 | 1 | -1/+1 |
| | | | | And add some Enterprise tests (fix an acl delete issue) | ||||
* | Widen chef-zero dependency correctly | John Keiser | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Update to chef-zero 3 | John Keiser | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9. | Serdar Sutay | 2014-08-12 | 1 | -1/+2 |
| | | | | | | * Make the dscl user provider password handling idempotent. * Refactor / modernize dscl user provider unit tests. * Functional tests for dscl user provider. | ||||
* | Fix error class typo, bump ffi-yajl requirement to pull in bugfixes | danielsdeleo | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | deprecated ruby 1.8.7 through 1.9.2 | Lamont Granquist | 2014-07-26 | 1 | -0/+2 |
| | |||||
* | set ohai version constraint for release | Lamont Granquist | 2014-07-23 | 1 | -1/+1 |
| | | | | | Conflicts: chef.gemspec | ||||
* | remove rest-client gem | Lamont Granquist | 2014-07-17 | 1 | -10/+0 |
| | | | | nothing in chef-client uses it any more. | ||||
* | Merge pull request #1636 from opscode/lcg/ffi-yajl-constraint | lamont-granquist | 2014-07-17 | 1 | -1/+1 |
|\ | | | | | pin ffi_yajl to 1.0.0 with semver constraint | ||||
| * | setting proper semver constraint on ffi-yajl | Lamont Granquist | 2014-07-16 | 1 | -1/+1 |
| | | | | | | | | ffi-yajl 1.0.0 has been relesed | ||||
* | | Update gemspec URL and domain name | Julian C. Dunn | 2014-07-16 | 1 | -2/+2 |
| | | |||||
* | | Lock down rest-client to <= 1.6.7 | Seth Chisamore | 2014-07-15 | 1 | -1/+4 |
|/ | | | | | | | | The 1.6.8 release of rest-client introduced rdoc as a new runtime dependency. rdoc has ships with fixture data which contains spaces in the filenames which in turn breaks Omnibus builds on Solaris. Full details can be found on the original issue: https://github.com/opscode/chef/pull/1211 | ||||
* | Support --chef-zero-port=A-B,C,D-E syntax for finding ports | John Keiser | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | Pick the ffi version compliant ohai version. | sersut | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Remove confusing gemspec comment about the no-longer-used json gem | Julian C. Dunn | 2014-06-25 | 1 | -1/+0 |
| | |||||
* | remove commented lines | Lamont Granquist | 2014-06-23 | 1 | -2/+0 |
| | |||||
* | replace yajl and json gem with ffi-yajl | Lamont Granquist | 2014-06-23 | 1 | -2/+3 |
| | |||||
* | pin rspec_junit_formatter at 0.1.x for ruby 1.8.7 | Lamont Granquist | 2014-06-05 | 1 | -2/+6 |
| | |||||
* | Pin release versions of ohai and wmi-lite for Ruby 2.0 windows compatibility. | sersut | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Depend on chef-zero 2.1.4 | John Keiser | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | Bump required revision of chef-zero to 2.1.3 | John Keiser | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Explicitly add org defaults to pedant test | John Keiser | 2014-05-27 | 1 | -2/+1 |
| | | | | | so that it passes, but don't feed the defaults to the user by default. | ||||
* | Depend on chef-zero 2.1, which has the right test hooks | John Keiser | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Use the released versions of mixlib-shellout and ohai. | sersut | 2014-04-11 | 1 | -2/+2 |
| | |||||
* | Bump the version number for RC release and update shellout and ohai dep ↵ | sersut | 2014-03-30 | 1 | -2/+2 |
| | | | | versions. | ||||
* | Restrict rake to 10.1.x because ruby 1.8 support was dropped | danielsdeleo | 2014-03-24 | 1 | -1/+4 |
| | |||||
* | Upgrade Chef Zero & remove Puma | Seth Vargo | 2014-03-12 | 1 | -2/+2 |
| | | | | | | | This commit upgrades Chef Zero to version 2.0.0, which removed Puma entirely. Chef no longer requires Puma at runtime, so it can be moved into the development gem group. Chef Zero 2.0 runs entirely in WEBrick and also uses less memory and a more direct threading approach. | ||||
* | Upgrade ohai to 7.0.0.rc.0 | sersut | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Remove obsolete doc generator deps | danielsdeleo | 2014-02-04 | 1 | -1/+0 |
| | |||||
* | bump to rspec 2.14.x | Lamont Granquist | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Bump the mixlib-shellout version to 1.3 | sersut | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | Lock `sdoc` down to `~> 0.3.0` | Seth Chisamore | 2014-01-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | TL;DR - `sdoc ~> 0.4.0` depends on `rdoc ~> 4.0` and this version of `rdoc` breaks our Omnibus builds on Solaris! The full explanation is going to sound long-winded...just bear with me. `rdoc` 0.4.0+ ships with fixture data from MarkdownTest, a Markdown validation test suite. Unfortunately this fixture data also has spaces in all of the file names. `pkgmk`, the utility we use to generate Chef Omnibus packages for Solaris, has a known issues processing file names with spaces: http://compgroups.net/comp.unix.solaris/pkgmk-fails-when-filenames-have-space-chara/295864 Yes, this fix is a metaphor for the age old battle of hipster vs greybeard. | ||||
* | Remove redundant mime-types version constraint. | danielsdeleo | 2013-12-30 | 1 | -1/+0 |
| | | | | Newer versions of rubygems consider this an error. | ||||
* | bump up upper limit on json gem to 1.8.1 | Lamont Granquist | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Add ability to run recipes directly from chef-client command line | John Keiser | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | newly released mime-types requires | John Goulah | 2013-11-26 | 1 | -0/+1 |
| | | | | ruby 1.9.2, so travis tests weren't passing 1.8.7 | ||||
* | Bump chef-zero version to at least 1.7.2 | danielsdeleo | 2013-11-19 | 1 | -1/+1 |
| | | | | | | * Provides updated IPv6 support in rspec helper code * Needed for integration tests for CHEF-4616 * https://tickets.opscode.com/browse/CHEF-4616 | ||||
* | [CHEF-4676] Remove overly-aggressive version pinning per @lamont-granquist | Julian C. Dunn | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | [CHEF-4676] Update pinning on net-ssh-multi to ~> 1.2.0 | Julian C. Dunn | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | Pin mime-types to a ruby 1.8 compatible version | danielsdeleo | 2013-10-28 | 1 | -0/+5 |
| | |||||
* | Add pry as a runtime dependency | danielsdeleo | 2013-10-18 | 1 | -1/+3 |
| | |||||
* | Bump chef-zero to 1.6.2 so tests will pass | John Keiser | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | Add tests for start_chef_zero parameter in knife | John Keiser | 2013-10-02 | 1 | -2/+2 |
| | |||||
* | Support start_chef_zero parameter in knife and chef-client | John Keiser | 2013-10-02 | 1 | -1/+2 |
| | |||||
* | Normalize whitespace on all files | Seth Vargo | 2013-09-26 | 1 | -2/+1 |
| |