summaryrefslogtreecommitdiff
path: root/spec/unit/provider/git_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4902 from MichaelPereira/handle-user-id-git-resourceThom May2016-05-181-0/+36
|\
| * remove extra space from expected unit test outputMichael Pereira2016-05-101-1/+1
| * try @thommay suggestion for resolving unit test issueMichael Pereira2016-05-101-1/+1
| * Handle numeric id for the user value in the git resourceMichael Pereira2016-05-051-0/+36
* | address chefstyle offensesJoshua C. Burt2016-04-271-10/+10
* | correct spacing in the testsJoshua C. Burt2016-04-271-2/+2
* | merge of external updates from jgit repoJoshua C. Burt2016-04-271-13/+36
|/
* autofixing whitespace copsLamont Granquist2016-02-051-40/+39
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-28/+28
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* Execute and Script Resource improvementsLamont Granquist2014-12-081-0/+5
* Update to RSpec 3.Claire McQuin2014-10-291-5/+5
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-172/+172
* Merge pull request #2079 from jbence/CHEF-2065Serdar Sutay2014-10-101-0/+46
|\
| * Add test for matching heads when no tag matchesJames Bence2014-09-271-0/+9
| * Add fallback search for exact revision enteredJames Bence2014-09-241-0/+10
| * Update specs for exact match on remote revisionsJames Bence2014-09-231-0/+27
* | Work around breaking change in gitMal Graty2014-10-021-0/+15
* | Fixed git provider specsjdmundrawala/git-windowsJay Mundrawala2014-09-291-3/+4
* | Support checkout for git < 1.7.3jdmundrawala/git-centosJay Mundrawala2014-09-251-2/+2
|/
* cleanup: remove OVERRIDE_HOMEsawanoboly2014-08-211-1/+1
* HOME can overwrite by user with OVERRIDE_HOMEsawanoboly2014-08-211-28/+37
* add_env_to_scm_resourcesawanoboly2014-08-211-17/+28
* update git checkout test descriptionJordan Evans2014-07-281-1/+1
* fix broken testJordan Evans2014-07-251-1/+1
* updating git provider specs according to previous fix saving 1 system call du...Raphaƫl Valyi2014-05-191-2/+2
* quote git rev_pattern to prevent pathname expansionJeremiah Snapp2014-04-101-4/+4
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-1/+1
* s/mock\(/double(/gLamont Granquist2014-01-291-11/+11
* s/stub!/stub/gLamont Granquist2014-01-291-35/+35
* CHEF-3940: Raise an error if we cannot find the userBryan McLellan2013-11-261-0/+4
* [CHEF-3940] ensure $HOME matches user executing `git`Seth Chisamore2013-11-261-4/+9
* some tests for the enable_checkout optionJohn Goulah2013-11-261-0/+15
* CHEF-4248: Fix Ruby 1.8 incompatibilitiesBryan McLellan2013-09-171-5/+3
* Fix botched rebaseJack Foy2013-07-191-2/+0
* Remove stray :focus from specJack Foy2013-07-191-1/+1
* Update specs to encompass scm timeout attributeJack Foy2013-07-191-10/+34
* [CHEF-955] Refactored remote url update conditionsPawel Kozlowski2013-06-181-0/+49
* [CHEF-955] Test fixes after rebasing the branchPawel Kozlowski2013-06-181-26/+6
* [CHEF-955] Made setup_remote_tracking_branches parameters to be requiredPawel Kozlowski2013-06-181-43/+10
* [CHEF-955] Test refactoring and formatting cleanupPawel Kozlowski2013-06-181-68/+72
* [CHEF-955] Updated remote branch url change commandPawel Kozlowski2013-06-181-2/+2
* [CHEF-955] Refactored add_remotes function to use setup remote tracking branchesPawel Kozlowski2013-06-181-42/+34
* [CHEF-955] Added tests to document the current state of add_remote methodPawel Kozlowski2013-06-181-0/+60
* [CHEF-955] Added condition running remote set-url only when neccessaryPawel Kozlowski2013-06-181-2/+22
* [CHEF-955] Changed behavior of setup_remote_tracking_branches methodPawel Kozlowski2013-06-181-9/+86
* [CHEF-955] Refactored remote tracking setup tests into a separate contextPawel Kozlowski2013-06-181-19/+32
* [CHEF-955] Turned on remote tracking branch setup for 'origin' remote in git ...Pawel Kozlowski2013-06-181-0/+18