summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/markdown/field.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-1/+23
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-14/+10
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-25/+50
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-6/+16
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-3/+11
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+29
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-11/+6
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-4/+5
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-30/+29
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-4/+6
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-14/+19
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-1/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-1/+19
|
* Add missing `render_gfm` import to filesIllya Klymov2019-09-111-0/+1
|
* Replacing vue-resource with axios in Markdown fieldWinnie Hellmann2019-09-111-3/+3
|
* Vue-i18n: app/assets/javascripts/vue_shared directoryEzekiel Kigbo2019-07-081-10/+20
| | | | | i18n linting for .vue files under the app/assets/javascripts/vue_shared directory
* Added diff suggestion popoverPhil Hughes2019-06-141-0/+7
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
* Fixed test specsOswaldo Ferreira2019-04-041-3/+2
| | | | | - added suggestions to mock data - fixed props to be not required
* Replaces md-area with position-relative for markdown areasFilipa Lacerda2019-04-011-1/+1
|
* Remove now-unnecessary md-preview classDouwe Maan2019-03-261-2/+2
|
* Add .md to immediate parent of Markdown contentDouwe Maan2019-03-261-1/+1
|
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-13/+1
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Add syntax highlighting to suggestion previewJacques Erasmus2019-01-151-3/+3
|
* Fixes diff sugestions removing dashes from diffPhil Hughes2018-12-211-2/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55634
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-8/+89
|
* Remove unnecessary div from MarkdownField to apply list styles correctlyWinnie Hellmann2018-12-121-6/+9
|
* Prettify all the thingsMike Greiling2018-11-201-46/+14
|
* Prettify vue_shared modulesMike Greiling2018-10-101-118/+118
|
* Resolve "Drop down filter for project snippets"Fabian Schneider2018-10-051-0/+1
|
* Use proper markdown rendering for previewsBrett Walker2018-07-061-4/+18
|
* Add `&` support for epics autocompletionKushal Pandya2018-07-021-0/+1
|
* Add default autocomplete configKushal Pandya2018-06-251-1/+8
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-1/+1
|
* Updates eslint vue plugin versionFilipa Lacerda2018-06-111-6/+6
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
|
* [ci skip] Fix more rulesFilipa Lacerda2018-01-051-40/+50
|
* backport disable autocompletebackport-disable-autocompleteClement Ho2017-11-221-1/+6
|
* Backport ability to enable/disable file attachments in issuable formClement Ho2017-11-211-0/+6
|
* Merge branch 'fix-md-form-tabs-double-click-toggle' into 'master'Clement Ho2017-11-061-9/+14
|\ | | | | | | | | | | | | Fix md form tab double click toggle Closes #39624 See merge request gitlab-org/gitlab-ce!15119
| * Separate preview and write tabs into seperate eventsLuke "Jared" Bennett2017-11-021-10/+13
| |
| * Let field.vue handle the changing of previewLuke "Jared" Bennett2017-11-011-2/+4
| |
* | Resolve "Editor icons"Tim Zallmann2017-11-061-4/+6
|/