summaryrefslogtreecommitdiff
path: root/spec/gitlab_projects_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GitlabProjects implementationNick Thomas2018-01-121-683/+0
|
* Add a 'fork-repository' command that works with hashed storageNick Thomas2017-12-011-0/+68
| | | | | | | The existing 'fork-project' command cannot work with hashed storage as the source project basename differs from the destination repository basename. It is deprecated by the addition of 'fork-repository' and should be removed in the next major version.
* 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
| | | | storage migrations
* 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 ↵mv-storageAlejandro Rodríguez2016-07-271-0/+7
| | | | running (after waiting some time)
* 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 ↵Alejandro Rodríguez2016-07-261-7/+32
| | | | different repository storages
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
| | | | | | | If a repository contained a broken symlink named 'hooks', this would raise ENOENT in lib/gitlab_projects.rb, which got ignored in bin/create-hooks. This commit fixes that by making sure we handle broken symlinks in lib/gitlab_projects.rb.
* Stub repo path for testsDmitriy Zaporozhets2015-03-041-0/+1
|
* Added list-projects command & specDavid Martin2014-10-151-0/+16
| | | | | | | | | | list-projects command usage Single quotes Use single quotes Use single quotes
* Remove update hook logicDmitriy Zaporozhets2014-09-011-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Need to set config for user.name and user.email before creating the ↵Sean Edge2014-07-121-2/+2
| | | | annotated tag.
* Hopefully fixing broken CI build by setting user.name and user.email on the ↵Sean Edge2014-07-111-0/+3
| | | | temporary repo.
* 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
| | | | | Before this change, tests in gitlab_projects_spec were passing on Ruby 2.0.0 but not on 1.9.3.
* Dont import repo if existsDmitriy Zaporozhets2014-03-131-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use large repo instead one with promptDmitriy Zaporozhets2014-03-121-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* change seed repoDmitriy Zaporozhets2014-03-121-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add support for import repo timeoutDmitriy Zaporozhets2014-03-121-8/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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 ↵Dmitriy Zaporozhets2013-07-081-0/+68
|\ | | | | | | | | thomasbiddle/support_adding_and_removing_branches_and_tags Support adding and removing branches and tags
| * Adding tests for the addition of create-branch, create-tag, rm-branch, rm-tagTJ Biddle2013-06-201-0/+68
| | | | | | | | | | The previous commit has the code addition to support adding and removing branches and tags in a repository - This commit ensures basic test cases are supported.
* | 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
| | | | Change-Id: I0c343c03ee3f033641f9958030ac57d92296547d
* additional fork check and enhanced testsAngus MacArthur2013-04-161-6/+17
|
* more fixes for pull reuestAngus MacArthur2013-04-161-2/+2
| | | | Change-Id: I1b3d64d79187c414e326928a96427d1cc6176224
* fork fixes for upstream pullAngus MacArthur2013-04-161-3/+10
| | | | Change-Id: Ia48a93ccbfea6fdc0791ce25cf3e6291bfe7fa08
* 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
|