summaryrefslogtreecommitdiff
path: root/app/models/concerns/protected_ref.rb
Commit message (Expand)AuthorAgeFilesLines
* 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