summaryrefslogtreecommitdiff
path: root/spec/gitlab_projects_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix testsDmitriy Zaporozhets2013-02-061-1/+3
|
* use valid path for testsDmitriy Zaporozhets2013-02-051-1/+1
|
* let test adding repo for realDmitriy Zaporozhets2013-02-051-1/+16
|
* gitlab-project specsDmitriy Zaporozhets2013-02-051-0/+34