summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks/change_access.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid slow File Lock checks when not usedjej/avoid-slow-file-lock-checksJames Edwards-Jones2018-02-161-1/+6
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-1/+28
* Backport changes to Gitlab::Checks::ChangeAccess from EEDouwe Maan2018-01-231-17/+21
* Prevent git push when LFS objects are missingJames Edwards-Jones2017-11-061-1/+11
* 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-101-3/+2
* 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-201-2/+3
|\
| * Accept environment variables from the `pre-receive` script.Timothy Andrew2016-12-161-2/+3
* | 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
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-0/+96
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-96/+0
* Implement last round of review comments from !4892.18193-developers-can-mergeTimothy Andrew2016-07-131-2/+4
* Move all "checks" under `GitLab::Checks`.Timothy Andrew2016-07-131-0/+94