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 (Collapse)Author
2019-05-27Fix col-sm-* in forms to keep layoutTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-04-29Prefer usage of helper `expanded_by_default?`Peter Leitzen
Stop using `Rails.env.test?` in views.
2018-11-20Remove instances of `@extend .monospace`George Tsiolis
2018-10-19Remove .card-title from .card-header for BS4 migrationTakuya Noguchi
Replaces .card-header > hX.card-title with hX.card-header to remove .card-title. At a occurrence where bold styling is not necessary, div.card-header is used instead. By full removal of .card-title at the moment, all workarounds for BS4's card-title are removed as well. More information: https://getbootstrap.com/docs/4.0/migration/#panels Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-08ensure all project repository settings panels remain open after form submissionMike Greiling
2018-07-17Reduce CE/EE difference in ↵Rémy Coutable
app/views/projects/protected_tags/_protected_tag.html.haml Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-27Adds an ID to the settings section to allow anchor linkingFilipa Lacerda
2018-06-06View updateMark Chao
2018-04-13[skip ci] label-info => badge-infoClement Ho
2018-04-13[skip ci] Convert .label. to .badge.Clement Ho
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2018-04-12Merge branch 'master' into bootstrap4Clement Ho
2018-04-11[skip ci] .help-block to .form-text.text-mutedClement Ho
2018-04-11Merge branch 'winh-protection-push-dropdowns-backport' into 'master'Clement Ho
Limit dropdown toggle width for protected branches / tags See merge request gitlab-org/gitlab-ce!18212
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-06Limit dropdown toggle width for protected branches / tagsWinnie Hellmann
2018-04-04Resolve "Protected branches count is wrong when a wildcard includes several ↵Jan
protected branches"
2018-04-02Add button type to settings toggleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-23Removed protected_tags webpack bundleConstance Okoghenun
2018-02-19Chart.html.haml refactorJacob Schatz
2018-01-12Generalize protected branch/tag dropdownsEric Eastwood
Remove duplicate ee code This was generalized for usage in the new variable table design, see https://gitlab.com/gitlab-org/gitlab-ce/issues/39118#note_53615249 Conflicts: app/assets/stylesheets/pages/projects.scss ee/app/assets/javascripts/protected_branches/protected_branch_create.js ee/app/assets/javascripts/protected_tags/protected_tag_create.js ee/app/views/projects/protected_branches/ee/_dropdown.html.haml
2017-12-04Add underline hover state to all linksAnnabel Dunstone Gray
2017-11-10Add missing CSS class to capitalize the protectec tag header dropdownJose Ivan Vargas
2017-10-31update settings panels to place "expanded" class on the correct elementMike Greiling
2017-07-19Add class to use in JS and testskushalpandya
2017-07-14Use shared protected tag views for CE-partialsBob Van Landuyt
So they are reusable for EE later
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-22Resolve "Rename settings panel "close" action to "collapse" to avoid confusion"Mike Greiling
2017-06-07Resolve "Simplified Repository Settings page"Mike Greiling
2017-05-31Backport EE refactorings for Protected Tag EE-only functionalityJames Edwards-Jones
Improvements and refactorings were made while adding role based permissions for protected tags to EE. This doesn’t backport the feature, but should improve code quality and minimize divergence.
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-05Fix specsClement Ho
2017-05-03Try waiting for previous dropdown to definitly close before going to clickLuke "Jared" Bennett
2017-04-07Show Flash message above Tags listKushal Pandya
2017-04-07Documentation for protected tagsJames Edwards-Jones
2017-04-06Fixes as per feedbackKushal Pandya
2017-04-06Protected Tags backend review changesJames Edwards-Jones
Added changelog
2017-04-04Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones
2017-04-04Protected Tags prevents all updates instead of just force pushes.James Edwards-Jones
This only changes behaviour for masters, as developers are already prevented from updating/deleting tags without the Protected Tags feature
2017-04-03Update column widthsKushal Pandya
2017-04-03Render Push levels dropdownKushal Pandya
2017-03-31Added ProtectedTags#show pageJames Edwards-Jones
Uncommented protected tags feature specs copied from protected branches
2017-03-31Protected tags can be added/listed via UIJames Edwards-Jones
2017-03-21Update property names for tagsKushal Pandya
2017-03-21Protect tag partialKushal Pandya