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-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-13Change string concat to template stringHeinrich Lee Yu
2018-11-13Update documentationHeinrich Lee Yu
2018-11-13Fix testsHeinrich Lee Yu
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-09enable jasmine/new-line-between-declarationsJohann Hubert Sonntagbauer
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-09-14Move search autocomplete from dispatcher to main.jsMike Greiling
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-04-23fix more instances of "import *" with spyOnDependencyMike Greiling
2018-04-05Use template strings in search_autocomplete_spec.jsWinnie Hellmann
2018-04-03Fixed dashboard filtering testsJan Provaznik
2018-03-10require jQuery to be explicitly importedMike Greiling
2017-12-13Export old code into es6 modulesFilipa Lacerda
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-12-06Updates the dropdown to match the docs and remove old hack of stop event ↵Filipa Lacerda
propagation
2017-11-07Merge branch '20666-404-error-issue-assigned-with-issues-disabled' into 'master'Clement Ho
Fixes 404 error to `Issues assigned to me` and `Issues I've created` when issues are disabled Closes #20666 See merge request gitlab-org/gitlab-ce!15021
2017-11-06Fixes 404 error to `Issues assigned to me` and `Issues I've created` when ↵Jacopo
issues are disabled The dropdown options `Issues assigned to me` and `Issues I've created` in project search are now hidden when issues are disabled on the project.
2017-11-01Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann
2017-10-11Cleanup data-page attribute after each Karma testEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
2017-05-17update frontend specs to use ES module syntaxMike Greiling
2017-05-10Replace old isObject for underscore methodsFilipa Lacerda
2017-02-21Add filtered search to MR pageClement Ho
2017-02-18fix overlooked window binding in spec filesMike Greiling
2017-02-07Fix filtered search user autocomplete for gitlab instances that are hosted ↵Clement Ho
on a subdirectory
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-02Remove turbolinks.Bryce Johnson
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 padded-blocks eslint violationsMike Greiling
2017-01-13Merge branch 'master' into go-go-gadget-webpackPhil Hughes
2017-01-10bypass Chrome "focus" event bugs and prevent Turbolinks from triggeringMike Greiling
2017-01-10use ~ to reference non-local scripts instead of resolve.rootMike Greiling
2017-01-10include spec_helper within karma config rather than each individual testMike Greiling
2017-01-10include common libraries within spec_helperMike Greiling
2017-01-10fix spec_helper missing/broken referencesMike Greiling
2017-01-10Swapped out teaspoon for karmaLuke "Jared" Bennett
2017-01-10Fix search autocomplete jasmine testClement Ho
2017-01-05replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling
dependency on Teaspoon
2017-01-03update all frontend tests to point to precompiled fixturesMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-10Prevent conflict b/w search field and its dropdownBrennan Roberts
Stop the global search form's default "action" from fighting with dropdown items when using the keyboard to navigate the dropdown. `e.preventDefault()` is now called on the enter key when a dropdown item is already selected. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-05Fix test for SearchAutocomplete.Bryce Johnson
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-18Fixed specsLuke Bennett
2016-07-24ES6ify all the things!Fatih Acet