Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor repository paths handling to allow multiple git mount pointsshards | Alejandro Rodríguez | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Remove the update-head command since GitLab doesn't use it anymore | Rémy Coutable | 2016-04-28 | 1 | -17/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Revert "Remove unused #list_remote_tags"revert-53 | Rémy Coutable | 2016-04-25 | 1 | -0/+22 |
| | | | | | | This reverts commit f5e87590d463b4b3d1bf5cd6b49a9d0d60acd552. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove branch functionality | Robert Schilling | 2016-04-19 | 1 | -15/+0 |
| | |||||
* | Remove rm-tag command | Robert Schilling | 2016-04-18 | 1 | -7/+0 |
| | |||||
* | Remove unused #list_remote_tags | Robert Schilling | 2016-04-16 | 1 | -22/+0 |
| | |||||
* | Revert "Do not prune objects during 'git gc'" | Jacob Vosmaer | 2016-04-06 | 1 | -1/+1 |
| | | | | | | | This reverts commit 1ca8a44f0baa1728650308fe992f42660170ae16. Never pruning loose objects at all is not really a solution for anything, and it causes annoying `git gc --auto` warnings. | ||||
* | Add new command to list tags from a remote repo. | Rubén Dávila | 2016-03-31 | 1 | -1/+24 |
| | | | | | | The output of the `git ls-remote` command is written to the STDOUT so the client can read and parse the list of tags. If there is an error it's also written to STDOUT. | ||||
* | Add the ability to fetch remote repo without tags.gl_ee_issue_116 | Rubén Dávila | 2016-03-30 | 1 | -2/+6 |
| | | | | | | When fetching remote repo with tags the new remote tags are mixed in with the local tags (all tags are saved under refs/tags), this affects the UI of the Project given that we're showing up tags of a remote repo. | ||||
* | Add new commands: push-branches and delete-remote-branches. | Rubén Dávila | 2016-03-21 | 1 | -0/+43 |
| | |||||
* | Do not prune objects during 'git gc' | Jacob Vosmaer | 2016-03-14 | 1 | -1/+1 |
| | | | | | This is a workaround to reduce the impact of https://gitlab.com/gitlab-org/gitlab-ce/issues/13524 . | ||||
* | Remove redundant `|| false` | Douwe Maan | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Added an optional --force parameter for gitlab-projects fetch-remotefeature/fetch-remote-forced | Gabriel Mazetto | 2016-03-03 | 1 | -1/+6 |
| | | | | | | The optional parameter will decide wheter to fetch using --force or not. fetching with --force is a requirement for Gitlab Geo secondary node replication. | ||||
* | Merge branch 'master' of https://gitlab.com/jnijhof/gitlab-shell | Jeroen Nijhof | 2016-01-04 | 1 | -2/+13 |
|\ | | | | | | | | | Conflicts: lib/gitlab_projects.rb | ||||
| * | Check if path exists for gc | Jeroen Nijhof | 2015-11-19 | 1 | -0/+4 |
| | | |||||
| * | Added git gc for housekeeping | Jeroen Nijhof | 2015-10-21 | 1 | -3/+10 |
| | | |||||
* | | Add fetch-remote command | Douwe Maan | 2015-11-11 | 1 | -0/+25 |
| | | |||||
* | | Exit with non-zero status when import-repository fails | Douwe Maan | 2015-11-11 | 1 | -6/+10 |
|/ | |||||
* | Handle broken symlinks in create-hookscreate-hooks-broken-symlink | Jacob Vosmaer | 2015-08-12 | 1 | -4/+12 |
| | | | | | | | 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. | ||||
* | Correct spelling: Symlinking is short for symbolic linking | Petrik de Heus | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Return true if no action was needed during create_hooks. Log to logger ↵ | Marin Jankovski | 2015-01-16 | 1 | -1/+6 |
| | | | | actions taken. | ||||
* | masking access_token from url for logging | Valery Sizov | 2015-01-13 | 1 | -0/+1 |
| | |||||
* | Delete tags and branches that start with hyphen | Ciro Santilli | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Added list-projects command & spec | David Martin | 2014-10-15 | 1 | -1/+9 |
| | | | | | | | | | | list-projects command usage Single quotes Use single quotes Use single quotes | ||||
* | Add '.old' when renaming existing hooks directory | Jacob Vosmaer | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | Symlink the whole hooks directory | Jacob Vosmaer | 2014-09-16 | 1 | -4/+6 |
| | |||||
* | Git remote remove only available in git > 1.7.12 | Dmitriy Zaporozhets | 2014-09-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #175 from yglukhov/security-issue | Dmitriy Zaporozhets | 2014-09-11 | 1 | -2/+20 |
|\ | | | | | Security issue: imported URLs are stored along with password. | ||||
| * | Security issue: imported URLs are stored along with password. | uran | 2014-08-28 | 1 | -2/+20 |
| | | |||||
* | | GitlabAccess and GitlabPostReceive classes added | Dmitriy Zaporozhets | 2014-09-01 | 1 | -3/+5 |
|/ | | | | | | Gitlab Access handles security check. GitlabPostReceive creates a sidekiq job Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Adding support+tests for annotated tags. | Sean Edge | 2014-07-09 | 1 | -1/+6 |
| | |||||
* | Add process wait for import | Dmitriy Zaporozhets | 2014-03-13 | 1 | -1/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Dont import repo if exists | Dmitriy Zaporozhets | 2014-03-13 | 1 | -0/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use KILL instead of TERM | Dmitriy Zaporozhets | 2014-03-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use Process spawn | Dmitriy Zaporozhets | 2014-03-12 | 1 | -2/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add support for import repo timeout | Dmitriy Zaporozhets | 2014-03-12 | 1 | -1/+16 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make GitlabProjects#create_hooks a class method | Jacob Vosmaer | 2014-02-26 | 1 | -9/+9 |
| | |||||
* | Remove unused open3 dependency | Jacob Vosmaer | 2013-11-19 | 1 | -1/+0 |
| | |||||
* | Separate options from arguments with -- | Jacob Vosmaer | 2013-11-07 | 1 | -4/+4 |
| | |||||
* | Prevent update-head fail if branch not present in refs/head | Dmitriy Zaporozhets | 2013-11-06 | 1 | -5/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove chdirs from GitlabProjects | Jacob Vosmaer | 2013-11-05 | 1 | -4/+4 |
| | |||||
* | Bypass the shell in GitlabProjects | Jacob Vosmaer | 2013-11-01 | 1 | -14/+14 |
| | |||||
* | Refactor hook creation in GitlabProjects | Jacob Vosmaer | 2013-11-01 | 1 | -14/+10 |
| | |||||
* | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Remove empty post-receive hook | Jacob Vosmaer | 2013-07-19 | 1 | -4/+1 |
| | |||||
* | Merge pull request #69 from ↵ | Dmitriy Zaporozhets | 2013-07-08 | 1 | -0/+30 |
|\ | | | | | | | | | thomasbiddle/support_adding_and_removing_branches_and_tags Support adding and removing branches and tags | ||||
| * | Support Adding and Removing of branches and tags | TJ (Thomas) Biddle | 2013-06-14 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | This commit adds support to create and remove branches and tags from gitlab-shell. The code style was followed as closely as possible to the original. The purpose of this commit is that I will be adding support to the Gitlabhq (Gitlab) project in order to allow adding and removing of branches and tags through their API. | ||||
* | | Update head feature | Dmitriy Zaporozhets | 2013-06-10 | 1 | -1/+22 |
| | | |||||
* | | Use :warn instead of :error for invalid commands. | ash | 2013-05-18 | 1 | -1/+1 |
| | | |||||
* | | Log during failure cases of fork-project. | ash | 2013-05-18 | 1 | -5/+14 |
| | |