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-23Move some tests from Karma to JestWinnie Hellmann
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"
2019-03-05Added tightLists option to copy_as_gfm markdown serializerConstance Okoghenun
This removes extraneous newlines when copying comments with an ordered list.
2019-02-06Reduce Bundle Size by lazy loading markdown-itTim Zallmann
2019-01-24Use nodes and marks to power Copy-as-GFMDouwe Maan
The spec needed to be updated because in some cases the resulting Markdown is slightly different, though equally valid.
2019-01-24Add tiptap/prosemirror nodes and marks for all Markdown and GFM featuresDouwe Maan
The schema is built on top of the default schema and Node and Mark classes provided by tiptap-extensions. prosemirror-model is used to parse HTML/DOM into a prosemirror document, and prosemirror-markdown is used to serialize this document to (GitLab Flavored) Markdown.
2018-11-20Resolve "The reply shortcut can add any text of the page to the "comment" ↵Thomas Pathier
text area"
2018-10-17Prettify all spec filesMike Greiling
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-09enable jasmine/new-line-between-declarationsJohann Hubert Sonntagbauer
2018-10-02Highlight current user in comments and system notesWinnie Hellmann
2018-09-19Move shortcuts classes into behaviors/shortcutsMike Greiling
2018-06-27Resolve "Copying ordered list to new comment becomes unordered"Jan Beckmann
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-05-18Fix variable list karma specsClement Ho
2018-04-25Merge branch 'master' into bootstrap4Clement Ho
2018-04-23fix illegal references to "this" in module contextMike Greiling
2018-04-16Fix karma specsClement Ho
2018-03-20move render_gfm into behaviors directoryMike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-01-25Update secret_values to support dynamic elements within parentEric Eastwood
Used in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110 which introduces a dynamic variable list and needs secrets. We use the valueSelector/placeholderSelector options to avoid selecting the last empty row.
2017-12-15Hide runner token in CI/CD settings pageEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38019
2017-11-29Improve require input specClement Ho
2017-11-28Remove iife and eslint disableClement Ho
2017-11-15Add rainbow_flag to emoji support mapEric Eastwood
Tested on the following platforms that split the emoji into separate characters currently. - Windows 10 FCU - Chrome 62.0.3202.89 - Firefox 57.0b14 - MS Edge 41.16299.15.0 - macOS 10.12.6 - Chrome 63.0.3239.40 - Safari 11.0.1 (12604.3.5.1.1) - Firefox 57.0 - Ubuntu 16.04 - Chromium 62.0.3202.75 - Firefox 56.0
2017-11-01remove global export except in test environmentsMike Greiling
2017-10-11Cleanup data-page attribute after each Karma testEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
2017-08-25IssueNotesRefactor: Fix quick submit spec.Fatih Acet
2017-08-10Fixes broken tests of quick_submit_spec and reduces tech debtFilipa Lacerda
2017-08-04Fix vue broken testFilipa Lacerda
2017-08-04TestsFilipa Lacerda
2017-06-28Merge branch 'refactor-emoji-utils' into 'master'Tim Zallmann
Refactor emoji helpers in preparation for async loading See merge request !12432
2017-06-27Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter ↵Luke "Jared" Bennett
submits twice and refreshes page"
2017-06-27split emoji support methods from the async moduleMike Greiling
2017-06-23update import locations for karma specsMike 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-05-05Fallback localstorage casesLuke "Jared" Bennett
2017-03-06Fix eslintZ.J. van de Weg
2017-03-02Corrected JS for new master js build updates [ci skip]Luke "Jared" Bennett
2017-02-22Finished up mattermost team creationLuke "Jared" Bennett
2017-02-18fix overlooked window binding in spec filesMike Greiling
2017-02-14Replace static fixture for behaviors/requires_input_spec.js (!9162)winniehell
2017-02-11Replace static fixture for behaviors/quick_submit_spec.js (!9086)winniehell
2017-02-11Use textarea for quick submit specwinniehell
2017-02-10Replace teaspoon references with KarmaClement Ho
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 ...