summaryrefslogtreecommitdiff
path: root/app/models/protected_tag.rb
Commit message (Expand)AuthorAgeFilesLines
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Remove unnecessary includes of ShellAdapterStan Hu2018-12-051-1/+0
* API: Protected tagsRobert Schilling2018-08-251-0/+2
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Only load branch names for protected branch checksprotected-branches-namesYorick Peterse2017-11-291-1/+3
* Backport EE refactorings for Protected Tag EE-only functionalityjej-backport-protected-tag-ee-role-refactoringsJames Edwards-Jones2017-05-311-5/+1
* Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-3/+3
* Removed protected_tags_arrayJames Edwards-Jones2017-04-031-2/+1
* Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-0/+5
* Extract ProtectedRef ConcernJames Edwards-Jones2017-04-031-30/+1
* Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-311-0/+39