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-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2018-10-22Fixed source projects not filteringPhil Hughes
Filtering source projects in the merge request creation form would show a flash error because it is trying to filter remotely to an undefined URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52728
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-05-26Merge branch 'winh-new-merge-request-encoding' into 'master'Mike Greiling
Fix encoding of branch names on compare and new merge request page Closes #46627 See merge request gitlab-org/gitlab-ce!19143
2018-05-25Remove duplicate escaping from branch dropdownWinnie Hellmann
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-03Load branches on new merge request page asynchronouslyWinnie Hellmann
2018-04-19Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-01-29normalize headers correctlyPhil Hughes
i18n flash message
2018-01-29converted compare_autocomplete to axiosPhil Hughes
2017-11-30revert arrow function changeMike Greiling
2017-11-30convert CompareAutocomplete from class definition into simple function call, ↵Mike Greiling
remove global export
2017-03-16Enabled remote filter in compare dropdownsPhil Hughes
Previously if the project had more than 100 branches or tags it wouldnt display them even after searching. This now correctly sends an AJAx request to the backend to search for the branches/tags Closes #29545
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2016-10-17Added logic to handle a revision input that does not exist in the menuLuke Bennett
2016-09-27Changed compare dropdowns to dropdowns with isolated search inputLuke Bennett
Updated compare specs
2016-07-24ES6ify all the things!Fatih Acet