summaryrefslogtreecommitdiff
path: root/app/models/concerns/protected_ref.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eeGitLab Bot2021-02-181-11/+5
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-5/+11
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+6
* Prefer `flat_map` over `map` + `flatten`Peter Leitzen2019-07-261-1/+1
* Refactor ProtectedRefMatcher to be more genericDuana Saskia2018-08-131-2/+8
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Allow admins to push to empty reposBob Van Landuyt2018-04-241-1/+1
* Remove 'dependent: :destroy' from ProtectedRef has_many :"#{type}_access_levels"jej/remove-dependent-destroy-from-protected-refsJames Edwards-Jones2017-08-251-1/+1
* Merge branch '30634-protected-pipeline' into 'master'Kamil TrzciƄski2017-07-251-4/+5
|\
| * Eliminate N+1 queries on checking different protected refsLin Jen-Shin2017-07-191-4/+5
* | Explicitly define inverse of acces_level relationsbvl-port-inverse-protected-ref-to-ceBob Van Landuyt2017-07-251-1/+7
|/
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
* Backport EE refactorings for Protected Tag EE-only functionalityjej-backport-protected-tag-ee-role-refactoringsJames Edwards-Jones2017-05-311-8/+20
* Protected Tags backend review changesJames Edwards-Jones2017-04-061-0/+1
* Fixed UserAccess#can_create_tag? after create_access_levels renameJames Edwards-Jones2017-04-041-2/+2
* Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones2017-04-041-1/+1
* Fixed developers_can_push in RepoBranch API entityJames Edwards-Jones2017-04-041-0/+6
* Fix typos in ProtectedRef concern and whitespace detected by rubocopJames Edwards-Jones2017-04-031-2/+2
* Clean up non TODO rubocop errorsJames Edwards-Jones2017-04-031-2/+0
* Use delegation in ProtectedRef concernJames Edwards-Jones2017-04-031-12/+2
* Extract ProtectedRef ConcernJames Edwards-Jones2017-04-031-0/+47