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-01-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add 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-12Allow command and control click to work on MR tabsSam Bigelow
2019-03-26Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
2019-03-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
This reverts merge request !26430
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
2018-11-27Resolve "Jump to top in merge request"Sam Bigelow
2018-10-19Fixed merge request fill tree not respecting fluid widthPhil Hughes
This fixes a bug where the merge request fill tree would not respect the users fluid width preference. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
2018-06-30Performance Improvements to Vue MR pageTim Zallmann
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-04-23fix more instances of "import *" with spyOnDependencyMike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-01-31fixed failing specsPhil Hughes
2018-01-30Converted merge_request_tabs.js to axiosPhil Hughes
2017-12-21Fix racing condition in Ajax call of merge_request_tabs_spec.jsWinnie Hellmann
2017-12-15Export and use Notes ES modulePhil Hughes
2017-12-15Export JS classes as modulesPhil Hughes
#38869
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-10-19Remove Diff class from globalnamespaceFilipa Lacerda
2017-10-11Cleanup data-page attribute after each Karma testEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
2017-09-25Stop breadcrumbs changing container when in side-by-side diffPhil Hughes
Closes #37641
2017-09-09Import modules instead of using the ones in global namespaceFilipa Lacerda
Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
2017-08-29Fixes the diff changes buttons from toggling when scrollingPhil Hughes
Closes #36698
2017-07-06refactor SingleFileDiff class to ES module syntaxMike Greiling
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-21Fix linking to line number on parallel diff creating empty discussionEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34010
2017-06-14remove phantomjs-specific test hacksMike Greiling
2017-06-13Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling
This reverts merge request !12036
2017-06-13remove phantomjs-specific test hacksMike Greiling
2017-05-26Fix error thrown with missing note fragment in DOMEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32888 Reproduction: 1. Visit /namespace/project/merge_requests/x/diffs#note_1234 1. When `#note_1234` isn't in the diff, an error is thrown
2017-05-17fix eslint failuresMike Greiling
2017-05-17update frontend specs to use ES module syntaxMike Greiling
2017-05-06Standardize jasmine test describe block names that test specific methodsClement Ho
2017-04-07Remove Vue from main bundle and disable production warningsMike Greiling
2017-04-07Fixed duplicate jQuery AJAX spyonPhil Hughes
2017-04-07Merge branch '5983-realtime-pipelines-table' into 'master' Kamil TrzciƄski
Adds polling function to pipelines table Closes #5983 See merge request !10210
2017-04-07Fixes failing specAlfredo Sumaran
2017-04-03Fix container issue when switching parallel "Changes" MR tab before done loadingEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29193
2017-03-28Reset container width when switching to pipelines MR tabEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
2017-02-18fix overlooked window binding in spec filesMike Greiling
2017-02-15Fix regression where cmd-click stopped working for todos and merge request tabsClement Ho
2017-02-13Replace static fixture for merge_request_tabs_spec.js (!9172)winniehell
2017-02-07ESLint: remove `expect()` from `beforeEach()`Kushal Pandya
2017-02-07Refactor tests for `#opensInNewTab`Kushal Pandya
2017-02-07Update param name, add test for `e.which = 2`Kushal Pandya
2017-02-07Tests for clickTab with Mac and PCKushal Pandya