summaryrefslogtreecommitdiff
path: root/chef/spec/unit/provider/git_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-352/+0
* Merge branch 'test-clean' into whyrunLamont Granquist2012-06-061-0/+1
|\
| * ensure log level is info for git provider testsDaniel DeLeo2012-05-301-0/+1
* | bulk switch from ConsoleUI to EventDispatchDaniel DeLeo2012-05-101-2/+2
* | update tests for semantic ui callbacksDaniel DeLeo2012-05-041-4/+8
* | target_revision validity check should be an assertionMarc Paradise2012-05-041-3/+18
* | First pass - add why-run to git provider.Marc Paradise2012-05-041-24/+48
|/
* [CHEF-3020][RSPEC] Simplify spec_helper loadingHo-Sheng Hsiao2012-04-241-1/+1
* CHEF-1827: update the testsBryan McLellan2012-04-031-1/+1
* Use Shellwords.escape to cleanly escape destinationandruby2012-04-021-4/+4
* Fix git clone for destinations with spacesandruby2012-04-021-3/+13
* Fix spelling. revison -> revisionGrant Hutchins2012-03-161-1/+1
* modify log keys to work with the new mixlib-shelloutDavid Calavera2012-01-231-11/+11
* set the value of STDOUT.tty? that we're assuming in the testsDaniel DeLeo2011-12-071-0/+2
* Fixing deploy and git specsAdam Jacob2011-04-061-12/+11
* [CHEF-1190] convert the git resource to shell_outDaniel DeLeo2011-03-301-51/+38
* purge whitespaceDaniel DeLeo2011-03-151-30/+30
* rename 'revision_sha' to the more descriptive 'target_revision'Daniel DeLeo2010-12-091-10/+9
* make method/variable names more git-centric, rm YAGNI codeDaniel DeLeo2010-12-091-15/+16
* don't fetch updates unless there are updates to be fetchedDaniel DeLeo2010-12-091-3/+19
* [CHEF-1845] test if a git clone exists by looking for the .git dirDaniel DeLeo2010-12-091-12/+33
* only run notifications if the last action updated the resourceDaniel DeLeo2010-09-281-6/+6
* don't use method expectations when checking the result will doDaniel DeLeo2010-08-231-1/+1
* Compare current/new versions after sync for git providerToomas Pelberg2010-08-231-5/+16
* when you don't abuse stubs life is easyDaniel DeLeo2010-06-031-1/+2
* Fixing spec for dit deploy to properly reflect originAdam Jacob2010-02-111-3/+3
* CHEF-639: git provider fails subsequent checkoutsAJ Christensen2009-12-081-1/+14
* [CHEF-671] add group support to scm R & PDan DeLeo2009-11-261-0/+9
* typo would cause specs to hang w/o internetDan DeLeo2009-11-231-1/+1
* Fixes CHEF-688Adam Jacob2009-11-041-2/+2
* Merge branch 'master' into 0.8-alphaAdam Jacob2009-10-291-1/+6
|\
| * CHEF-640: Set resource.updated for git/svn resource.AJ Christensen2009-10-271-2/+7
* | Fixes for 0.7.12->0.8 merge, tests passAdam Jacob2009-10-191-2/+2
|/
* git provider refactorz and cache revision shaDan DeLeo2009-10-091-0/+9
* CHEF-526: Chef Deploy supportAJ Christensen2009-09-161-0/+225