summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks/force_push.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Gitlab::Git code related to LFS changes for Gitaly migrationgitaly-lfs-client-prepAlejandro Rodríguez2018-02-021-2/+2
* 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
* Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushbackport-ee-1525Rémy Coutable2017-04-101-1/+1
* Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable2017-04-101-7/+3
* 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-161-2/+2
* 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-181-0/+17
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-17/+0
* Move all "checks" under `GitLab::Checks`.Timothy Andrew2016-07-131-0/+17