summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-24/+29
|
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-5/+8
|
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-4/+4
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+1
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-3/+6
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-4/+8
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+5
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-3/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-4/+0
|
* Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checksLukas Eipert2019-07-051-4/+1
| | | | | | | | | This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
* CE backport of Add Snowplow tracking to notesConstance Okoghenun2019-04-121-0/+7
| | | | | | Bacport of Snowplow tracking for - Reply comment button - Start discussion and Comment buttons
* Initialize discussion filter after notes appHeinrich Lee Yu2019-03-191-3/+4
| | | | Also sets default selectedValue for discussion filter when not logged in
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-3/+0
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵Oswaldo Ferreira2018-10-231-0/+3
| | | | requests"
* Use `parseInt` to convert markdownVersion into numberKushal Pandya2018-07-241-1/+1
|
* Use proper markdown rendering for previewsBrett Walker2018-07-061-0/+3
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-39/+42
|
* Refactor discussions/notes codeJan Provaznik2018-04-031-1/+4
|
* Prettify notes.Fatih Acet2018-03-161-30/+38
|
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-11/+1
|
* Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-091-0/+2
|
* rename remaining issue_ prefixed filesissue-note-renameSimon Knox2017-12-091-3/+3
|
* Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urlsEric Eastwood2017-12-071-1/+9
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
* issue note storeSimon Knox2017-11-301-2/+2
|
* Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-171-2/+2
|
* Fix open discussionsFilipa Lacerda2017-08-111-3/+0
|
* [ci skip] Removes use of window object in all componentsFilipa Lacerda2017-08-101-44/+34
| | | | Improves performance by removing emojis from data object
* [ci skip] Fix shortcuts for previewFilipa Lacerda2017-07-281-40/+43
|
* [ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda2017-07-281-0/+2
|
* [ci skip] Remove DOM querying for paths, save them in the storeFilipa Lacerda2017-07-281-0/+4
|
* [ci skip] Add issue data and notes data provided through haml to the store ↵Filipa Lacerda2017-07-271-22/+36
| | | | to stop querying the DOM everywhere
* Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda2017-07-251-3/+7
| | | | Use constants for mutation types as per vuex docs
* IssueNotesRefactor: Add referenced users and commands to markdown field.Fatih Acet2017-07-221-1/+1
|
* IssueNotesRefactor: camelCase component names.Fatih Acet2017-07-211-2/+4
|
* IssueNotesRefactor: Fix Rspec tests.Fatih Acet2017-07-211-7/+16
|
* Initial version of main component, Vuex store and service of issue ↵Fatih Acet2017-07-211-6/+8
| | | | discussions refactor.
* Notes bundle for the issue discussions refactor.Fatih Acet2017-07-211-0/+8