summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/provider/vcsrepo/git_spec.rb
AgeCommit message (Expand)Author
2015-12-22Add mirror option for git cloningStrech (Sergey Fedorov)
2015-08-14MODULES-2125 - Allow revision to be passed without sourceMorgan Haskel
2015-06-22Merge pull request #255 from jonnytpuppet/depth_fixDavid Schmitt
2015-06-22MODULES-2131 Git provider now takes account of revision property when using d...Jonathan Tripathy
2015-03-25Fix remote hash ordering for unit testsColleen Murphy
2015-01-21Implemented multiple remotes feature for git provider.Jonathan Tripathy
2015-01-13removing private teststphoney
2014-12-26MODULES-1596 - Repository repeatedly destroyed/created with forceMorgan Haskel
2014-09-29Convert specs to RSpec 2.99.2 syntax with TranspecIgor Galić
2014-07-11(MODULES-660) Correct detached HEAD on latestHunter Haugen
2014-06-26Update noop to workHunter Haugen
2014-05-21Update specs and fix FM-1361Hunter Haugen
2014-05-16Added multiline parsing tests for branch -aTravis Fields
2014-05-15Fix spec testsTravis Fields
2014-05-15Fix detached head stateTravis Fields
2014-05-13Fix issue where force=>true was not destroying repository then recreatingTravis Fields
2014-04-03fix tabbing in vcsrepo testIgor Galić
2014-01-11git: actually use the remote parameterMiguel Di Ciurcio Filho
2014-01-07Add the option to shallow clones with gitFelipe Reyes
2013-12-04Stripping git on_branch? return value; contains trailing newlineMike Gerwitz
2013-12-02Using rev-parse to determine branch name of HEAD for on_branch? methodMike Gerwitz
2013-09-18Add convert_working_copy_to_bear and convert_bare_to_working_copy tests.Ashley Penney
2013-09-18Add tests for convert_working_copy_to_bare andAshley Penney
2013-09-18Add latest tests.Ashley Penney
2013-09-18Add test for latest?Ashley Penney
2013-09-18Overhaul the spec tests to work in rspec2.Ashley Penney
2013-08-28update git provider to handle checking out into an existing (empty) dirJohn Iacona
2013-07-17Merge pull request #46 from Paulche/masterAaron Stone
2013-07-17fix git provider checkout of a remote ref on an existing repoJoshua Hoblitt
2013-07-17Unlimited sudmodule's nesting for git providerPaul Chechetin
2013-07-14Fix git tests broken by dcd0d14Aaron Stone
2013-03-06Update origin if necessary before checking revisionRaphaël Pinson
2012-10-19Use symbols consistently with provider.expects()Aaron Stone
2012-10-18Remove excess whitespace.Aaron Stone
2012-10-18Update tests to match current code.Aaron Stone
2012-10-18Get the specs running under bundler.Aaron Stone
2010-03-18Support different create and revision= operations depending on the revision t...Bruce Williams
2010-03-18Add submodule support to git providerBruce Williams
2010-03-18Move support fileBruce Williams
2010-03-18Fix bad context nestingBruce Williams
2010-03-18Rename methods context_with(out)? => context_with\1_resource for clarityBruce Williams
2010-03-18Subversion to use provider example group API for specsBruce Williams
2010-03-17Further condense provider example group API, update Bazaar provider spec to u...Bruce Williams
2010-03-17Build ProviderExampleGroup for refactored provider testsBruce Williams
2010-03-15ensure = latest to support reference tracking.\n\nWorking with tags, more wor...Bruce Williams
2010-03-13Some fixes after live testing, add support for bare cloned reposBruce Williams
2010-03-13Convert bare repos to working copy repos and vice-versaBruce Williams
2010-03-12Tests for Git revision property, cleanupBruce Williams
2010-03-12Basic tests for git provider, stub for svn providerBruce Williams