summaryrefslogtreecommitdiff
path: root/spec/unit/provider/git_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix chefstyle warnings (spacing on comments)Tim Smith2020-05-211-3/+3
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-131-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-38/+38
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Layout/AlignHash caused by Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* fix Layout/IndentHeredocLamont Granquist2018-07-021-15/+15
* fix Style/HashSyntaxLamont Granquist2018-07-021-106/+106
* Update specs for the quotingTim Smith2018-06-041-3/+3
* sadly --prune-tags is not available with old git versions, fixes #7233Roland Moriz2018-05-101-4/+4
* prune remotes with git fetch, fixes #3929Roland Moriz2018-04-061-8/+8
* implement feedback from reviewkzwin2017-09-021-1/+22
* test without stubkzwin2017-08-291-0/+4
* lintedkzwin2017-08-281-16/+16
* handle apple gitkzwin2017-08-281-0/+30
* 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