Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-29replace `is_ancestor` with `ancestor?`Maxim Rydkin
2017-08-11Migrate force push check to GitalyAhmad Sherif
2017-06-05Remove GitAccessStatus (no longer needed)Michael Kozono
2017-06-05Refactor to let GitAccess errors bubble upMichael Kozono
2017-06-05Fix Git over HTTP specMichael Kozono
2017-05-08Add confirm delete protected branch modalSam Rose
2017-04-10Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushRémy Coutable
2017-04-10Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable
2017-04-06Protected Tags backend review changesJames Edwards-Jones
2017-04-04Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones
2017-04-04Protected Tags prevents all updates instead of just force pushes.James Edwards-Jones
2017-04-03Clean up non TODO rubocop errorsJames Edwards-Jones
2017-04-03Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones
2017-03-31Added ‘protected’ label and disabled delete button for tags index/showJames Edwards-Jones
2017-03-31Protected Tags enforced over gitJames Edwards-Jones
2017-03-13Backport changes from gitlab-org/gitlab-ee!1406Adam Niedzielski
2017-01-13Remove useless permission checks in Gitlab::Checks::ChangeAccessRémy Coutable
2016-12-20Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-12-16Implement final review comments from @rymai.Timothy Andrew
2016-12-16Check the exit code while invoking git in the force push check.Timothy Andrew
2016-12-16Accept environment variables from the `pre-receive` script.Timothy Andrew
2016-11-17We never check user privilege if it's a deploy keyLin Jen-Shin
2016-09-13Avoid protected branches checks when verifying access without branch namePaco Guzman
2016-08-13Change the order of the access rules to check simpler first, and add specsAlejandro Rodríguez
2016-08-11api for generating new merge requestScott Le
2016-07-19Limit git rev-list output count to one in forced push checkAhmad Sherif
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Implement last round of review comments from !4892.Timothy Andrew
2016-07-13Move all "checks" under `GitLab::Checks`.Timothy Andrew
2016-07-13Enforce "developers can merge" during `pre-receive`.Timothy Andrew