summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add version.rb files to .gitattributesBryan McLellan2012-09-041-0/+6
* Merge branch 'CHEF-581'danielsdeleo2012-08-313-6/+173
|\
| * [CHEF-581] remove unused exception classdanielsdeleo2012-08-311-41/+0
| * [CHEF-581] Always run delayed notificationsdanielsdeleo2012-08-303-6/+214
|/
* Add a gem packaging task for the webuiBryan McLellan2012-08-271-0/+9
* reduce window for race condition in spec.danielsdeleo2012-08-241-0/+2
* Merge branch 'CHEF-867'danielsdeleo2012-08-231-0/+23
|\
| * [CHEF-867] API docs for RunLockdanielsdeleo2012-08-231-0/+23
* | Merge branch 'CHEF-867'danielsdeleo2012-08-236-3/+205
|\ \ | |/
| * [CHEF-867] inline docs for lockfile config settingdanielsdeleo2012-08-232-1/+9
| * [CHEF-867] move RunLock code out to its own filedanielsdeleo2012-08-235-51/+71
| * [CHEF-867] unit and functional tests for RunLockdanielsdeleo2012-08-233-0/+128
| * [CHEF-867] default to putting lock in file_cache_pathdanielsdeleo2012-08-231-25/+23
| * [CHEF-867] extract run locking to a classdanielsdeleo2012-08-231-59/+59
| * Ensure that only one chef-client run can happen at a time.Victor Lowther2012-08-231-9/+57
|/
* [CHEF-3385] notifies supports one notification at a timedanielsdeleo2012-08-231-28/+8
* [CHEF-3382] fix for 3382 broke tests calling filtered_btdanielsdeleo2012-08-221-0/+3
* [CHEF-3382] filter backtraces on cookbook_pathdanielsdeleo2012-08-224-8/+46
* Merge branch '10-stable'Bryan McLellan2012-08-1718-52/+130
|\
| * Merge pull request #369 from opscode/knife-ssh-spec-fixlamont-opscode2012-08-141-0/+9
| |\
| | * needs config to point at client key, revert config when we're doneLamont Granquist2012-08-141-0/+9
| * | CHEF-3362: Refacter knife bootstrap to look for templates earlyBryan McLellan2012-08-142-16/+43
| * | tiny_server: Add a slight pause on connection refusedBryan McLellan2012-08-141-0/+1
| * | Merge pull request #367 from opscode/securable-spec-fixPrajaktaPurohit2012-08-141-2/+2
| |\ \ | | |/
| | * make restoring the config state more resiliantLamont Granquist2012-08-141-2/+2
| |/
| * Merge pull request #366 from opscode/SAC-spec-fixPrajaktaPurohit2012-08-131-1/+1
| |\
| | * fix spec for operating systems where gid 0 name is not "wheel"Lamont Granquist2012-08-131-1/+1
| |/
| * Merge pull request #361 from opscode/CHEF-3235Bryan McLellan2012-08-134-13/+30
| |\
| | * CHEF-3235: change behavior to return strings consistently; add specsLamont Granquist2012-08-102-4/+24
| | * CHEF-3235: make lcr read in all file attrs, fix newly busted specsLamont Granquist2012-08-103-13/+10
| * | Merge pull request #365 from opscode/10-stable-bugsfixlamont-opscode2012-08-134-1/+9
| |\ \
| | * | Fixed functional/knife specs (exec, ssh, ccokbook_delete) from leaking config...PrajaktaPurohit2012-08-133-0/+8
| | * | increased time to check if tiny_server alive before timing out to get rid of ...PrajaktaPurohit2012-08-131-1/+1
| |/ /
| * | Merge branch '10-stable' of github.com:opscode/chef into 10-stabletylercloke2012-08-132-3/+2
| |\ \
| | * | Revert "Fix file spec tests according to the fact that we're loading the chec...Stephen Delano2012-08-102-3/+2
| | |/
| * | Found and fixed security bug where environments were not being cleared on log...tylercloke2012-08-131-0/+1
| |/
| * Merge pull request #358 from opscode/10-stable-knife-testStephen Delano2012-08-104-10/+8
| |\
| | * Fix knife functional tests to correctly reset the config state and make node_...ssutay2012-08-104-10/+8
| |/
| * CHEF-3336: Raise exceptions correctly when they happen earlyBryan McLellan2012-08-101-3/+7
| * Merge pull request #356 from opscode/enforce-ownership-and-permissions-specStephen Delano2012-08-101-1/+2
| |\
| | * we're doing more of a functional test here which requires the file to exist f...Lamont Granquist2012-08-101-1/+2
| |/
| * Merge pull request #357 from opscode/10-stable-sol9testStephen Delano2012-08-101-2/+2
| |\
| | * Fixed config_file_selection path error seen when HOME is set to /PrajaktaPurohit2012-08-091-2/+2
| |/
| * FIx tiny_server to handle Network Unreachable exception when ':::1 localhost'...ssutay2012-08-091-0/+3
| * Bumping the timeout in command unit tests to accomodate for the long process ...ssutay2012-08-091-4/+8
| * stop knife reconfigure tests from altering global stateStephen Delano2012-08-091-0/+6
| * Fix file spec tests according to the fact that we're loading the checksum of ...ssutay2012-08-092-2/+3
| * Merge branch 'solaris-whyrun-service' into 10-stablemarc@opscode.com2012-08-071-3/+0
| |\
* | | Fixed a security bug where environments were not being cleared when attempted...tylercloke2012-08-131-0/+1
* | | Merge branch 'omnibus-chef-fixes'Seth Chisamore2012-08-077-28/+30
|\ \ \