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
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-26Prefer `flat_map` over `map` + `flatten`Peter Leitzen
2018-08-13Refactor ProtectedRefMatcher to be more genericDuana Saskia
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-04-24Allow admins to push to empty reposBob Van Landuyt
2017-08-25Remove 'dependent: :destroy' from ProtectedRef has_many :"#{type}_access_levels"James Edwards-Jones
2017-07-25Merge branch '30634-protected-pipeline' into 'master'Kamil TrzciƄski
2017-07-25Explicitly define inverse of acces_level relationsBob Van Landuyt
2017-07-19Eliminate N+1 queries on checking different protected refsLin Jen-Shin
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-05-31Backport EE refactorings for Protected Tag EE-only functionalityJames Edwards-Jones
2017-04-06Protected Tags backend review changesJames Edwards-Jones
2017-04-04Fixed UserAccess#can_create_tag? after create_access_levels renameJames Edwards-Jones
2017-04-04Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones
2017-04-04Fixed developers_can_push in RepoBranch API entityJames Edwards-Jones
2017-04-04Fix typos in ProtectedRef concern and whitespace detected by rubocopJames Edwards-Jones
2017-04-03Clean up non TODO rubocop errorsJames Edwards-Jones
2017-04-03Use delegation in ProtectedRef concernJames Edwards-Jones
2017-04-03Extract ProtectedRef ConcernJames Edwards-Jones