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
2018-06-19Force push is handled by Gitaly nowZeger-Jan van de Weg
2018-06-19Eliminate N+1 queries in LFS file locks checks during a pushStan Hu
2018-06-06change wordingMark Chao
2018-04-05Add helper for accessing lfs_objects for projectBob Van Landuyt
2018-03-28Remove permanent redirectsBob Van Landuyt
2018-03-07Limit queries to a user-branch combinationBob Van Landuyt
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-02-19Merge branch 'jej/avoid-slow-file-lock-checks' into 'master'Sean McGivern
2018-02-19Avoid slow File Lock checks when not usedJames Edwards-Jones
2018-02-15Only check LFS integrity for first branch in pushJames Edwards-Jones
2018-02-07Backport of LFS File Locking APIRubén Dávila
2018-02-06Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho
2018-02-06Move new project on push logic to a serviceTiago Botelho
2018-02-06Add specsTiago Botelho
2018-02-06Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho
2018-02-02Refactor Gitlab::Git code related to LFS changes for Gitaly migrationAlejandro Rodríguez
2018-01-23Backport changes to Gitlab::Checks::ChangeAccess from EEDouwe Maan
2017-12-25Disable redirect messages for anonymous clonesStan Hu
2017-12-25Fix Error 500s with anonymous clones for a project that has movedStan Hu
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-11-09Handle forks in Gitlab::Checks::LfsIntegrityJames Edwards-Jones
2017-11-06Prevent git push when LFS objects are missingJames Edwards-Jones
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