summaryrefslogtreecommitdiff
path: root/lib/api/helpers/internal_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the mr_push_options feature flagLuke Duncalfe2019-05-171-0/+2
* Refactor PushOptionsHandlerService from reviewLuke Duncalfe2019-04-091-0/+17
* Support merge request create with push optionsLuke Duncalfe2019-04-091-0/+5
* Allow multiple repositories per projectBob Van Landuyt2019-03-261-7/+9
* Include gl_project_path in API /internal/allowed responseStan Hu2019-02-161-0/+8
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Don't pass the repository path to Gitlab ShellZeger-Jan van de Weg2018-05-171-6/+0
* Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)2018-03-301-12/+0
* Send Gitaly payload for git-upload-archive SSH commandsAlejandro Rodríguez2018-03-211-1/+1
* Make git push mandatoryKim "BKC" Carlbäcker2018-03-061-7/+0
* Moves project creationg to git access check for git pushTiago Botelho2018-02-061-12/+8
* Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-061-2/+6
* Move new project on push logic to a serviceTiago Botelho2018-02-061-22/+7
* Add specsTiago Botelho2018-02-061-3/+14
* Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-061-0/+16
* Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH ...Jacob Vosmaer (GitLab)2018-01-221-7/+8
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-301-4/+4
|\
| * SSHUploadPack over Gitaly is now OptOutgitaly-ssh-upload-pack-opt-outKim "BKC" Carlbäcker2017-11-291-4/+4
* | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-6/+6
* | Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-6/+5
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-171-0/+12
|\ \ | |/
| * Use relative git object paths to construct absolute ones before setting Envfix/git-env-repo-pathsAhmad Sherif2017-11-141-0/+12
* | Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-5/+4
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+2
|/
* Return a value to check if redis is available on /internal/checkAlejandro Rodríguez2017-09-051-0/+9
* Implement /internal/post_receive unified endpoint for PostReceive tasksgitaly-shell-redisAlejandro Rodríguez2017-08-311-0/+4
* Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-071-6/+29
* Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-1/+6
* Refactor construction of responseMichael Kozono2017-06-051-0/+16
* Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez2017-05-031-38/+14
* Remove unused user activities codeSean McGivern2017-04-141-2/+1
* Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-0/+7
* Set Git-specific env in /api/internal/allowedRémy Coutable2017-04-101-3/+3
* Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-3/+3
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-2/+2
* Accept environment variables from the `pre-receive` script.Timothy Andrew2016-12-161-0/+8
* Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas2016-11-161-0/+57