summaryrefslogtreecommitdiff
path: root/spec/gitlab_projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a create-hooks command for import Rake tasksh-add-hooks-commandStan Hu2018-01-091-0/+15
* Add a 'fork-repository' command that works with hashed storageNick Thomas2017-12-011-0/+68
* Adds --force option to push branches.add-force-push-option-to-push-branchesTiago Botelho2017-09-191-0/+12
* Fix setting permissions of SSH key tempfilesNick Thomas2017-08-021-8/+11
* Implement SSH authentication support in RubyNick Thomas2017-07-311-8/+72
* adds timeout option to push branches and respective test suiteTiago Botelho2017-03-291-0/+80
* Fix rsync with ionice command buildingAlejandro Rodríguez2016-10-071-3/+3
* Fix short circuit logic between rsync with and without ionice forAlejandro Rodríguez2016-10-051-0/+35
* Set a low IO priority for storage moves to lower performance impactionice-mvAlejandro Rodríguez2016-09-201-0/+3
* Track ongoing pushes and reject mv-storage commands if there are push running...mv-storageAlejandro Rodríguez2016-07-271-0/+7
* Add command to move repositories between repository storagesAlejandro Rodríguez2016-07-271-0/+37
* Allow gitlab-project's fork-project command to fork projects between differen...Alejandro Rodríguez2016-07-261-7/+32
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-291-20/+21
* Remove the update-head command since GitLab doesn't use it anymoreRémy Coutable2016-04-281-27/+0
* Remove branch functionalityRobert Schilling2016-04-191-34/+0
* Remove rm-tag commandRobert Schilling2016-04-181-19/+0
* Handle broken symlinks in create-hookscreate-hooks-broken-symlinkJacob Vosmaer2015-08-121-0/+45
* Stub repo path for testsDmitriy Zaporozhets2015-03-041-0/+1
* Added list-projects command & specDavid Martin2014-10-151-0/+16
* Remove update hook logicDmitriy Zaporozhets2014-09-011-1/+2
* Need to set config for user.name and user.email before creating the annotated...Sean Edge2014-07-121-2/+2
* Hopefully fixing broken CI build by setting user.name and user.email on the t...Sean Edge2014-07-111-0/+3
* Adding support+tests for annotated tags.Sean Edge2014-07-091-7/+26
* Improve coverage.Gabor Nagy2014-06-231-0/+6
* Invoke IO.popen correctly for Ruby 1.9.3Jacob Vosmaer2014-04-151-1/+1
* Dont import repo if existsDmitriy Zaporozhets2014-03-131-0/+9
* Use large repo instead one with promptDmitriy Zaporozhets2014-03-121-2/+2
* change seed repoDmitriy Zaporozhets2014-03-121-2/+2
* Add support for import repo timeoutDmitriy Zaporozhets2014-03-121-8/+29
* Use less shell commands in gitlab_projects_spec.rbJacob Vosmaer2014-03-071-2/+2
* Use IO.popen instead of Kernel#` to read refsJacob Vosmaer2014-03-071-8/+12
* Make GitlabProjects#create_hooks a class methodJacob Vosmaer2014-02-261-2/+2
* Bypass the shell in GitlabProjectsJacob Vosmaer2013-11-011-2/+2
* Refactor hook creation in GitlabProjectsJacob Vosmaer2013-11-011-2/+3
* Remove empty post-receive hookJacob Vosmaer2013-07-191-2/+0
* Merge pull request #69 from thomasbiddle/support_adding_and_removing_branches...Dmitriy Zaporozhets2013-07-081-0/+68
|\
| * Adding tests for the addition of create-branch, create-tag, rm-branch, rm-tagTJ Biddle2013-06-201-0/+68
* | Update head featureDmitriy Zaporozhets2013-06-101-0/+21
* | Use :warn instead of :error for invalid commands.ash2013-05-181-2/+2
* | Specs for logging during failure cases of fork-project.ash2013-05-181-1/+15
* | Specifications for the 'bad paths' in mv-projects, and logging.ash2013-05-181-0/+20
* | Specs for logging in gitlab_projects.ash2013-05-171-1/+40
|/
* improve tests for forking from namespacesAngus MacArthur2013-04-161-5/+5
* additional fork check and enhanced testsAngus MacArthur2013-04-161-6/+17
* more fixes for pull reuestAngus MacArthur2013-04-161-2/+2
* fork fixes for upstream pullAngus MacArthur2013-04-161-3/+10
* add fork_project commandAngus MacArthur2013-04-111-1/+12
* mv-project feature addedDmitriy Zaporozhets2013-03-121-0/+15
* tests added: GitlabNet check, GitlabProject execDmitriy Zaporozhets2013-03-111-0/+8
* Cover with tests GitlabProjectsDmitriy Zaporozhets2013-03-111-16/+55