Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the update-head command since GitLab doesn't use it anymore | Rémy Coutable | 2016-04-28 | 1 | -27/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove branch functionality | Robert Schilling | 2016-04-19 | 1 | -34/+0 |
| | |||||
* | Remove rm-tag command | Robert Schilling | 2016-04-18 | 1 | -19/+0 |
| | |||||
* | Handle broken symlinks in create-hookscreate-hooks-broken-symlink | Jacob Vosmaer | 2015-08-12 | 1 | -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 tests | Dmitriy Zaporozhets | 2015-03-04 | 1 | -0/+1 |
| | |||||
* | Added list-projects command & spec | David Martin | 2014-10-15 | 1 | -0/+16 |
| | | | | | | | | | | list-projects command usage Single quotes Use single quotes Use single quotes | ||||
* | Remove update hook logic | Dmitriy Zaporozhets | 2014-09-01 | 1 | -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 Edge | 2014-07-12 | 1 | -2/+2 |
| | | | | annotated tag. | ||||
* | Hopefully fixing broken CI build by setting user.name and user.email on the ↵ | Sean Edge | 2014-07-11 | 1 | -0/+3 |
| | | | | temporary repo. | ||||
* | Adding support+tests for annotated tags. | Sean Edge | 2014-07-09 | 1 | -7/+26 |
| | |||||
* | Improve coverage. | Gabor Nagy | 2014-06-23 | 1 | -0/+6 |
| | |||||
* | Invoke IO.popen correctly for Ruby 1.9.3 | Jacob Vosmaer | 2014-04-15 | 1 | -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 exists | Dmitriy Zaporozhets | 2014-03-13 | 1 | -0/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use large repo instead one with prompt | Dmitriy Zaporozhets | 2014-03-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | change seed repo | Dmitriy Zaporozhets | 2014-03-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add support for import repo timeout | Dmitriy Zaporozhets | 2014-03-12 | 1 | -8/+29 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use less shell commands in gitlab_projects_spec.rb | Jacob Vosmaer | 2014-03-07 | 1 | -2/+2 |
| | |||||
* | Use IO.popen instead of Kernel#` to read refs | Jacob Vosmaer | 2014-03-07 | 1 | -8/+12 |
| | |||||
* | Make GitlabProjects#create_hooks a class method | Jacob Vosmaer | 2014-02-26 | 1 | -2/+2 |
| | |||||
* | Bypass the shell in GitlabProjects | Jacob Vosmaer | 2013-11-01 | 1 | -2/+2 |
| | |||||
* | Refactor hook creation in GitlabProjects | Jacob Vosmaer | 2013-11-01 | 1 | -2/+3 |
| | |||||
* | Remove empty post-receive hook | Jacob Vosmaer | 2013-07-19 | 1 | -2/+0 |
| | |||||
* | Merge pull request #69 from ↵ | Dmitriy Zaporozhets | 2013-07-08 | 1 | -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-tag | TJ Biddle | 2013-06-20 | 1 | -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 feature | Dmitriy Zaporozhets | 2013-06-10 | 1 | -0/+21 |
| | | |||||
* | | Use :warn instead of :error for invalid commands. | ash | 2013-05-18 | 1 | -2/+2 |
| | | |||||
* | | Specs for logging during failure cases of fork-project. | ash | 2013-05-18 | 1 | -1/+15 |
| | | |||||
* | | Specifications for the 'bad paths' in mv-projects, and logging. | ash | 2013-05-18 | 1 | -0/+20 |
| | | |||||
* | | Specs for logging in gitlab_projects. | ash | 2013-05-17 | 1 | -1/+40 |
|/ | |||||
* | improve tests for forking from namespaces | Angus MacArthur | 2013-04-16 | 1 | -5/+5 |
| | | | | Change-Id: I0c343c03ee3f033641f9958030ac57d92296547d | ||||
* | additional fork check and enhanced tests | Angus MacArthur | 2013-04-16 | 1 | -6/+17 |
| | |||||
* | more fixes for pull reuest | Angus MacArthur | 2013-04-16 | 1 | -2/+2 |
| | | | | Change-Id: I1b3d64d79187c414e326928a96427d1cc6176224 | ||||
* | fork fixes for upstream pull | Angus MacArthur | 2013-04-16 | 1 | -3/+10 |
| | | | | Change-Id: Ia48a93ccbfea6fdc0791ce25cf3e6291bfe7fa08 | ||||
* | add fork_project command | Angus MacArthur | 2013-04-11 | 1 | -1/+12 |
| | |||||
* | mv-project feature added | Dmitriy Zaporozhets | 2013-03-12 | 1 | -0/+15 |
| | |||||
* | tests added: GitlabNet check, GitlabProject exec | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+8 |
| | |||||
* | Cover with tests GitlabProjects | Dmitriy Zaporozhets | 2013-03-11 | 1 | -16/+55 |
| | |||||
* | Fix tests | Dmitriy Zaporozhets | 2013-02-06 | 1 | -1/+3 |
| | |||||
* | use valid path for tests | Dmitriy Zaporozhets | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | let test adding repo for real | Dmitriy Zaporozhets | 2013-02-05 | 1 | -1/+16 |
| | |||||
* | gitlab-project specs | Dmitriy Zaporozhets | 2013-02-05 | 1 | -0/+34 |