summaryrefslogtreecommitdiff
path: root/lib/api/internal.rb
Commit message (Expand)AuthorAgeFilesLines
* Whitelist query limits for internal APIStan Hu2019-05-031-0/+2
* Feature flag for merge requestion push optionsLuke Duncalfe2019-04-091-2/+4
* Refactor PushOptionsHandlerService from reviewLuke Duncalfe2019-04-091-18/+2
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-1/+1
* Support merge request create with push optionsLuke Duncalfe2019-04-091-7/+29
* Allow console messages be sent to gitlab-shell9217-warn-on-git-fetch-over-ssh-if-the-secondary-is-lagging-the-primaryAsh McKenzie2019-04-041-1/+2
* Allow multiple repositories per projectBob Van Landuyt2019-03-261-1/+1
* Merge branch 'resolve-lib-differences' into 'master'Robert Speicher2019-03-121-1/+9
|\
| * Move LFS HTTP URL to a separate methodYorick Peterse2019-03-041-1/+9
* | Remove fake repository_path responseFabio Papa2019-03-121-5/+0
|/
* Include gl_project_path in API /internal/allowed responseStan Hu2019-02-161-0/+1
* Include expires_in for LFS authentication payload57353-git-push-fails-on-large-lfs-files-where-the-push-take-a-long-timeAsh McKenzie2019-02-151-1/+1
* Move LFS auth hash creation into GitLab::LfsTokenAsh McKenzie2019-02-111-7/+1
* Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-1/+2
* Adds tracing messages for slow git pushesTiago Botelho2018-10-251-0/+2
* Make getting a user by the username case insensitiveWilliam George2018-10-181-2/+2
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+10
* Add receive_max_input_size setting to Application settingsRubén Dávila2018-09-071-0/+8
* Update /api/v4/allowedAsh McKenzie2018-09-061-21/+38
* Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason2018-08-011-17/+38
* Merge branch 'zj-internal-repo-path' into 'master'Grzegorz Bizon2018-05-281-1/+5
|\
| * Return '/' as a bogus repo path to gitlab-shellzj-internal-repo-pathJacob Vosmaer2018-05-251-1/+5
| * Don't pass the repository path to Gitlab ShellZeger-Jan van de Weg2018-05-171-1/+1
* | Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
|/
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-5/+5
* Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)2018-03-301-2/+1
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-1/+1
* Moves project creationg to git access check for git pushTiago Botelho2018-02-061-10/+5
* Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-061-2/+2
* Move new project on push logic to a serviceTiago Botelho2018-02-061-9/+7
* Add specsTiago Botelho2018-02-061-8/+1
* Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-061-5/+12
* Adds option to push over SSH to create a new projectTiago Botelho2018-02-061-1/+14
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza2018-01-081-0/+12
* Gracefully handle orphaned write deploy keys in /internal/post_receivesh-handle-orphaned-deploy-keysStan Hu2017-12-241-3/+6
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-2/+11
* Use relative git object paths to construct absolute ones before setting Envfix/git-env-repo-pathsAhmad Sherif2017-11-141-1/+3
* add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner2017-09-291-0/+7
* refactor users update serviceJames Lopez2017-09-281-1/+1
* refactor services to match EE signatureJames Lopez2017-09-281-1/+1
* Implement /internal/pre-receive for shell operationsAlejandro Rodríguez2017-09-051-0/+8
* Return a value to check if redis is available on /internal/checkAlejandro Rodríguez2017-09-051-1/+2
* Implement /internal/post_receive unified endpoint for PostReceive tasksgitaly-shell-redisAlejandro Rodríguez2017-08-311-1/+16
* Renamed Gitaly servicesAndrew Newdigate2017-07-181-1/+1
* Handle case when BroadcastMessage.current is nilStan Hu2017-07-131-1/+1
* Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-071-1/+2
* update code based on feedbackJames Lopez2017-06-231-2/+4
* refactor update user service not to do auth checksJames Lopez2017-06-231-1/+1