summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move all "checks" under `GitLab::Checks`.Timothy Andrew2016-07-132-0/+111
* Enforce "developers can merge" during `pre-receive`.Timothy Andrew2016-07-131-0/+18