summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update bundle path for Protected Tags bundleKushal Pandya2017-04-061-1/+1
* Import Protected Tags classesKushal Pandya2017-04-061-2/+3
* Re-export classes using ES6 `export`Kushal Pandya2017-04-061-5/+5
* Convert to pure ES6 classKushal Pandya2017-04-065-146/+132
* Bundle renamed to `index.js`Kushal Pandya2017-04-061-0/+0
* Added ProtectedTag to import/export son and safe_model_attributesJames Edwards-Jones2017-04-043-0/+36
* Fixed UserAccess#can_create_tag? after create_access_levels renameJames Edwards-Jones2017-04-042-3/+3
* Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-0419-68/+68
* Cleaned up duplication with ProtectedRefAccess concernJames Edwards-Jones2017-04-045-55/+27
* Attempt to fix import/export of push_access_levels for protected tagsJames Edwards-Jones2017-04-043-1/+9
* Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones2017-04-044-9/+76
* Fixed developers_can_push in RepoBranch API entityJames Edwards-Jones2017-04-042-6/+8
* Protected Tags prevents all updates instead of just force pushes.James Edwards-Jones2017-04-043-52/+49
* Fix typos in ProtectedRef concern and whitespace detected by rubocopJames Edwards-Jones2017-04-034-5/+2
* Created ProtectedRefsController to reduce Tags/Branches duplicationJames Edwards-Jones2017-04-033-80/+84
* Clean up non TODO rubocop errorsJames Edwards-Jones2017-04-036-14/+13
* Use delegation in ProtectedRef concernJames Edwards-Jones2017-04-031-12/+2
* Removed protected_tags_arrayJames Edwards-Jones2017-04-033-14/+2
* Moved default_branch_protected? out of ProjectJames Edwards-Jones2017-04-032-13/+7
* Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-0316-81/+94
* Extracted ProtectableDropdown to clean up Project#open_branchesJames Edwards-Jones2017-04-035-46/+57
* Extract ProtectedRef ConcernJames Edwards-Jones2017-04-038-78/+60
* Update column widthsKushal Pandya2017-04-031-2/+2
* Increase dropdown width within Tags listKushal Pandya2017-04-031-0/+6
* Render Push levels dropdownKushal Pandya2017-04-031-3/+3
* Initialize Protected Tags Edit functionalityKushal Pandya2017-04-031-0/+3
* Export Protected Tags Editing classesKushal Pandya2017-04-031-0/+2
* Protected Tags List initializerKushal Pandya2017-04-031-0/+18
* ProtectedTagEdit class for edit protected tagsKushal Pandya2017-04-031-0/+54
* Added ‘protected’ label and disabled delete button for tags index/showJames Edwards-Jones2017-03-314-3/+15
* Added ProtectedTags#show pageJames Edwards-Jones2017-03-314-172/+167
* Protected Tags enforced over gitJames Edwards-Jones2017-03-314-6/+97
* Removed unnecessary table ‘protected_tag_merge_access_levels’James Edwards-Jones2017-03-312-30/+15
* Protected tags can be added/listed via UIJames Edwards-Jones2017-03-316-10/+56
* Settings::RepositoryController includes protected tags in JSJames Edwards-Jones2017-03-313-23/+40
* Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-3117-32/+488
* Database migrations for protected tagsJames Edwards-Jones2017-03-312-1/+68
* Add protected tags to bundle config18471-restrict-tags-push-uiKushal Pandya2017-03-211-0/+1
* Update property names for tagsKushal Pandya2017-03-213-4/+4
* Initialize Protected tags feature under Repository Settings pageKushal Pandya2017-03-211-0/+1
* Re-export protected tag classesKushal Pandya2017-03-211-0/+3
* Protected Tags ClassesKushal Pandya2017-03-213-0/+153
* Render protected tags within Project Settings > RepositoryKushal Pandya2017-03-211-0/+1
* Apply styles to protected tag same as protected branchKushal Pandya2017-03-211-1/+2
* Protect tag partialKushal Pandya2017-03-214-0/+71
* Merge branch 'sh-fix-admin-application-settings' into 'master' Robert Speicher2017-03-215-2/+67
|\
| * Undo explicit conversion to IntegerToon Claes2017-03-202-12/+28
| * Make level_value accept string integersToon Claes2017-03-202-2/+23
| * Make feature spec more robustToon Claes2017-03-201-2/+1
| * Fix Error 500 when application settings are savedStan Hu2017-03-183-0/+29