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
2022-09-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-07Internationalisation of protected_branches 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-06-27CE port gitlab-ee!6112Luke Bennett
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-02Remove protected branches webpack bundle tagClement Ho
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-05Converted protected_branch_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-10-05address-code-stylingJose Ivan Vargas
2017-09-27Addressed observationsJose Ivan Vargas
2017-09-20Added defaults for the protected branches dropdowns for the repository settingsJose Ivan Vargas
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-07-20Spread used propskushalpandya
2017-07-20Initialize module on bundle loadkushalpandya
2017-07-20Remove unnecessary `scrollTo`kushalpandya
2017-07-19Export only used classeskushalpandya
2017-07-19Fix lint errors, add constructor infokushalpandya
2017-07-19Convert to ES6 classkushalpandya
2017-07-19Rename to `index.js`kushalpandya
2017-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-05-04Fix eslint and rubocopClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-03-28Fix custom protected branch pattern jumping scroll position to topEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/30149 Use more semantic `<button>` element and prevent the form from submitting.
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-24Merge branch 'remove-require-context-protected-branches-bundle' into 'master' Alfredo Sumaran
Remove require.context from protected_branches_bundle See merge request !9493
2017-02-24remove require.context from protected_branches_bundleMike Greiling
2017-02-09Removed jQuery UI highlight & autocompletePhil Hughes
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
2017-02-03Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
2017-02-03Merge branch 'ref-switcher-perf' into 'master' Jacob Schatz
Improved ref switcher dropdown performance Closes #18202 See merge request !7239
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
2017-01-19resolve all no-trailing-spaces eslint violationsMike Greiling
2017-01-19resolve all no-irregular-whitespace eslint violationsMike Greiling