summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks
Commit message (Expand)AuthorAgeFilesLines
* Add helper for accessing lfs_objects for projectBob Van Landuyt2018-04-051-2/+1
* Remove permanent redirectsBob Van Landuyt2018-03-281-18/+2
* Limit queries to a user-branch combinationBob Van Landuyt2018-03-071-1/+6
* Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-1/+1
* Merge branch 'jej/avoid-slow-file-lock-checks' into 'master'Sean McGivern2018-02-192-3/+8
|\
| * Avoid slow File Lock checks when not usedJames Edwards-Jones2018-02-192-3/+8
* | Only check LFS integrity for first branch in pushjej/fix-slow-lfs-object-checkJames Edwards-Jones2018-02-151-3/+4
|/
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-072-1/+89
* Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan2018-02-061-2/+2
|\
| * Refactor Gitlab::Git code related to LFS changes for Gitaly migrationgitaly-lfs-client-prepAlejandro Rodríguez2018-02-021-2/+2
* | Moves project creationg to git access check for git pushTiago Botelho2018-02-063-6/+6
* | Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-063-65/+58
* | Move new project on push logic to a serviceTiago Botelho2018-02-061-12/+12
* | Add specsTiago Botelho2018-02-061-0/+2
* | Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-061-0/+60
|/
* Backport changes to Gitlab::Checks::ChangeAccess from EEDouwe Maan2018-01-231-17/+21
* Disable redirect messages for anonymous clonessh-handle-anonymous-clones-project-movedStan Hu2017-12-251-10/+7
* Fix Error 500s with anonymous clones for a project that has movedStan Hu2017-12-251-3/+10
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-0/+65
* Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-1/+4
* Prevent git push when LFS objects are missingJames Edwards-Jones2017-11-062-1/+35
* replace `is_ancestor` with `ancestor?`Maxim Rydkin2017-08-291-1/+1
* Migrate force push check to Gitalyfeature/migrate-force-push-check-to-gitalyAhmad Sherif2017-08-111-6/+13
* Remove GitAccessStatus (no longer needed)Michael Kozono2017-06-051-2/+2
* Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-17/+15
* Fix Git over HTTP specMichael Kozono2017-06-051-11/+25
* Add confirm delete protected branch modalSam Rose2017-05-081-27/+41
* Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushbackport-ee-1525Rémy Coutable2017-04-102-4/+3
* Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable2017-04-101-7/+3
* Protected Tags backend review changesJames Edwards-Jones2017-04-061-8/+2
* Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones2017-04-041-1/+1
* Protected Tags prevents all updates instead of just force pushes.James Edwards-Jones2017-04-041-5/+9
* Clean up non TODO rubocop errorsJames Edwards-Jones2017-04-031-4/+4
* Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-2/+2
* Added ‘protected’ label and disabled delete button for tags index/showJames Edwards-Jones2017-03-311-1/+1
* Protected Tags enforced over gitJames Edwards-Jones2017-03-311-5/+32
* Backport changes from gitlab-org/gitlab-ee!1406adam-backport-ee-1406Adam Niedzielski2017-03-131-2/+6
* Remove useless permission checks in Gitlab::Checks::ChangeAccess25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-existRémy Coutable2017-01-121-2/+2
* Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-202-5/+11
|\
| * Implement final review comments from @rymai.25301-git-2.11-force-push-bugTimothy Andrew2016-12-161-1/+1
| * Check the exit code while invoking git in the force push check.Timothy Andrew2016-12-161-2/+7
| * Accept environment variables from the `pre-receive` script.Timothy Andrew2016-12-162-4/+5
* | We never check user privilege if it's a deploy keyLin Jen-Shin2016-11-181-2/+9
|/
* Avoid protected branches checks when verifying access without branch namePaco Guzman2016-09-131-0/+1
* Change the order of the access rules to check simpler first, and add specschange-access-updateAlejandro Rodríguez2016-08-121-1/+1
* api for generating new merge requestScott Le2016-08-111-21/+3
* Limit git rev-list output count to one in forced push checkAhmad Sherif2016-07-191-2/+2
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-183-0/+131
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-133-131/+0
* Implement last round of review comments from !4892.18193-developers-can-mergeTimothy Andrew2016-07-131-2/+4