summaryrefslogtreecommitdiff
path: root/lib/gitlab_projects.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a create-hooks command for import Rake tasksh-add-hooks-commandStan Hu2018-01-091-0/+7
* Use 'git clone --no-local' when creating a forkJacob Vosmaer (GitLab)2017-12-061-2/+2
* Add a 'fork-repository' command that works with hashed storageNick Thomas2017-12-011-0/+31
* Adds --force option to push branches.add-force-push-option-to-push-branchesTiago Botelho2017-09-191-1/+6
* Fix setting permissions of SSH key tempfilesNick Thomas2017-08-021-5/+8
* Require tempfile to avoid a missing constant errorNick Thomas2017-08-021-0/+1
* Implement SSH authentication support in RubyNick Thomas2017-07-311-11/+67
* Optimize gitlab-projects by deferring the loading of gitlab_reference_countersh-defer-reference-counter-loadStan Hu2017-07-211-2/+6
* adds timeout option to push branches and respective test suiteTiago Botelho2017-03-291-7/+10
* Fetch repositories with --quiet option by defaultDouglas Barbosa Alexandre2017-03-271-0/+1
* Fetch repositories with --prune option by default.add-prune-option-to-fetch-commandRuben Davila2016-11-291-0/+1
* Instrument GitLab Shell and log metrics data to a filePaco Guzman2016-10-111-18/+34
* Fix rsync with ionice command buildingAlejandro Rodríguez2016-10-071-6/+7
* Fix short circuit logic between rsync with and without ionice forAlejandro Rodríguez2016-10-051-1/+3
* Set a low IO priority for storage moves to lower performance impactionice-mvAlejandro Rodríguez2016-09-201-1/+11
* Track ongoing pushes and reject mv-storage commands if there are push running...mv-storageAlejandro Rodríguez2016-07-271-2/+22
* Add command to move repositories between repository storagesAlejandro Rodríguez2016-07-271-0/+32
* Allow gitlab-project's fork-project command to fork projects between differen...Alejandro Rodríguez2016-07-261-1/+8
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-291-1/+1
* Remove the update-head command since GitLab doesn't use it anymoreRémy Coutable2016-04-281-17/+0
* Revert "Remove unused #list_remote_tags"revert-53Rémy Coutable2016-04-251-0/+22
* Remove branch functionalityRobert Schilling2016-04-191-15/+0
* Remove rm-tag commandRobert Schilling2016-04-181-7/+0
* Remove unused #list_remote_tagsRobert Schilling2016-04-161-22/+0
* Revert "Do not prune objects during 'git gc'"Jacob Vosmaer2016-04-061-1/+1
* Add new command to list tags from a remote repo.Rubén Dávila2016-03-311-1/+24
* Add the ability to fetch remote repo without tags.gl_ee_issue_116Rubén Dávila2016-03-301-2/+6
* Add new commands: push-branches and delete-remote-branches.Rubén Dávila2016-03-211-0/+43
* Do not prune objects during 'git gc'Jacob Vosmaer2016-03-141-1/+1
* Remove redundant `|| false`Douwe Maan2016-03-031-1/+1
* Added an optional --force parameter for gitlab-projects fetch-remotefeature/fetch-remote-forcedGabriel Mazetto2016-03-031-1/+6
* Merge branch 'master' of https://gitlab.com/jnijhof/gitlab-shellJeroen Nijhof2016-01-041-2/+13
|\
| * Check if path exists for gcJeroen Nijhof2015-11-191-0/+4
| * Added git gc for housekeepingJeroen Nijhof2015-10-211-3/+10
* | Add fetch-remote commandDouwe Maan2015-11-111-0/+25
* | Exit with non-zero status when import-repository failsDouwe Maan2015-11-111-6/+10
|/
* Handle broken symlinks in create-hookscreate-hooks-broken-symlinkJacob Vosmaer2015-08-121-4/+12
* Correct spelling: Symlinking is short for symbolic linkingPetrik de Heus2015-02-271-1/+1
* Return true if no action was needed during create_hooks. Log to logger action...Marin Jankovski2015-01-161-1/+6
* masking access_token from url for loggingValery Sizov2015-01-131-0/+1
* Delete tags and branches that start with hyphenCiro Santilli2014-10-311-2/+2
* Added list-projects command & specDavid Martin2014-10-151-1/+9
* Add '.old' when renaming existing hooks directoryJacob Vosmaer2014-09-161-1/+1
* Symlink the whole hooks directoryJacob Vosmaer2014-09-161-4/+6
* Git remote remove only available in git > 1.7.12Dmitriy Zaporozhets2014-09-121-1/+1
* Merge pull request #175 from yglukhov/security-issueDmitriy Zaporozhets2014-09-111-2/+20
|\
| * Security issue: imported URLs are stored along with password.uran2014-08-281-2/+20
* | GitlabAccess and GitlabPostReceive classes addedDmitriy Zaporozhets2014-09-011-3/+5
|/
* Adding support+tests for annotated tags.Sean Edge2014-07-091-1/+6
* Add process wait for importDmitriy Zaporozhets2014-03-131-1/+3