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
2020-08-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-01Internationalisation of protected_tags directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2018-10-17Prettify protected_branches and protected_tags modulesMike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-23Removed protected_tags webpack bundleConstance Okoghenun
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-05Converted protected_tag_edit.js to use axiosPhil Hughes
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-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-07-20Initialize module on bundle loadkushalpandya
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-05Fix specsClement Ho
2017-04-07Show Flash message above Tags listKushal Pandya
2017-04-06Fixes as per feedbackKushal Pandya
2017-04-06Add constructor doc, toggle helperKushal Pandya
2017-04-06Re-export classes using ES6 `export`Kushal Pandya
2017-04-06Convert to pure ES6 classKushal Pandya
2017-04-06Bundle renamed to `index.js`Kushal Pandya
2017-04-04Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones
2017-04-03Export Protected Tags Editing classesKushal Pandya
2017-04-03Protected Tags List initializerKushal Pandya
2017-04-03ProtectedTagEdit class for edit protected tagsKushal Pandya
2017-03-31Protected tags can be added/listed via UIJames Edwards-Jones
2017-03-21Re-export protected tag classesKushal Pandya
2017-03-21Protected Tags ClassesKushal Pandya