summaryrefslogtreecommitdiff
path: root/lib/gitlab/git_access.rb
Commit message (Expand)AuthorAgeFilesLines
* Iterating through commit list times outTiago Botelho2018-10-251-1/+1
* Refactors TimedLogger to be more OOP compliantTiago Botelho2018-10-251-8/+8
* Adds tracing messages for slow git pushesTiago Botelho2018-10-251-4/+18
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Fix SpaceInsidePercentLiteralDelimiters copSemyon Pupkov2018-09-201-2/+2
* Remove Gitlab::GitAccess#authed_via_jwt?Ash McKenzie2018-09-081-6/+0
* Update /api/v4/allowedAsh McKenzie2018-09-061-3/+3
* GitAccess#check custom action supportAsh McKenzie2018-09-061-1/+9
* Allow auth via JWT (always false in CE)ash.mckenzie/allow-auth-via-jwtAsh McKenzie2018-08-141-0/+6
* Backport some changes from EERubén Dávila2018-07-091-7/+13
* Allow triggered builds git accessBob Van Landuyt2018-05-111-1/+5
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-4/+2
* Support Deploy Tokens properly without hacking abilitiesKamil Trzciński2018-04-061-2/+2
* Implement 'read_repo' for DeployTokensMayra Cabrera2018-04-061-0/+11
* Automatically cleanup stale worktrees and lock files upon a pushStan Hu2018-04-061-0/+5
* Allow HTTP(s) when git request is made by GitLab CITomasz Maczukin2018-04-051-2/+11
* Merge branch 'dm-deploy-keys-default-user' into 'master'Sean McGivern2018-03-291-4/+4
|\
| * Fall back on ghost user when deploy key user is not setDouwe Maan2018-03-281-4/+4
* | Remove permanent redirectsBob Van Landuyt2018-03-281-7/+3
|/
* Respond 404 when repo does not existmk/fix-error-code-for-repo-does-not-existMichael Kozono2018-02-241-1/+1
* Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)2018-02-221-1/+5
* Only check LFS integrity for first branch in pushjej/fix-slow-lfs-object-checkJames Edwards-Jones2018-02-151-3/+6
* Check ability ability before proceeding with project specific checksTiago Botelho2018-02-061-18/+23
* Moves project creationg to git access check for git pushTiago Botelho2018-02-061-36/+56
* Adds documentation for the featureTiago Botelho2018-02-061-2/+6
* Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-061-22/+12
* Move new project on push logic to a serviceTiago Botelho2018-02-061-5/+10
* Add specsTiago Botelho2018-02-061-8/+3
* Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-061-15/+20
* Adds option to push over SSH to create a new projectTiago Botelho2018-02-061-1/+1
* Adds option to push over HTTP to create a new projectTiago Botelho2018-02-061-5/+24
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-10/+7
* refactor code to match EE changesJames Lopez2017-12-071-1/+5
* Move all rugged operation for ff_merge inside Gitlab::Gitgitaly-ff-merge-preparationAlejandro Rodríguez2017-10-241-4/+0
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-2/+7
* [Backported from EE] Readonly flag for ProjectsGabriel Mazetto2017-09-281-1/+6
* Address review commentsNick Thomas2017-08-301-1/+1
* Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-0/+9
* Reduce duplication in GitAccess spec around error messagesrs-git-access-spec-speedRobert Speicher2017-08-181-9/+10
* Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-2/+19
* Extract and memoize `user_access`Michael Kozono2017-06-051-6/+9
* Remove GitAccessStatus (no longer needed)Michael Kozono2017-06-051-10/+4
* Refactor to remove a special caseMichael Kozono2017-06-051-7/+5
* Fix would-be regressionMichael Kozono2017-06-051-3/+1
* Clarify error messagesMichael Kozono2017-06-051-8/+26
* Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-5/+4
* Move CI access logic into GitAccessMichael Kozono2017-06-051-3/+17
* Check disabled commands in GitAccess insteadMichael Kozono2017-06-051-1/+26
* Fix Git over HTTP specMichael Kozono2017-06-051-4/+7
* Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushbackport-ee-1525Rémy Coutable2017-04-101-3/+1