summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-53/+15
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-45/+0
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+2
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-5/+6
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-10/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-6/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-13/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-161-80/+79
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-131-56/+44
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-11/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-36/+8
|
* Upgrade prettier to latest (v1.18.2)Mike Greiling2019-06-211-3/+1
| | | | | | | | | | | | | Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
* Format vue files with prettierMarcel van Remmerden2019-06-061-2/+23
| | | | Add changelog file
* Migrate old notes app test from Karma to JestMartin Hanzel2019-06-051-0/+4
|
* Add missing sprintf and remove bad i18njs-i18n-nBrandon Labuschagne2019-05-151-1/+3
| | | | | | | | | | | An instance of i18n which required sprintf was not handled correctly and has been fixed in this commit. Further to this, i18n was applied to app/assets/javascripts/new_branch_form.js but needed to be removed as the i18n was too vague. A note has been made to follow up on this file.
* Refactor split link after i18nBrandon Labuschagne2019-05-151-6/+13
|
* I18N JS files starting with nBrandon Labuschagne2019-05-151-12/+17
| | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Rename selector for framework notesGeorge Tsiolis2019-04-121-4/+4
|
* Prefer node_modules At.js and jquery.carat versionsMike Greiling2019-03-131-2/+2
| | | | | Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-3/+1
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Cancel button for diff notesConstance Okoghenun2019-01-071-0/+4
| | | | Added "cancel" comment button for inline diff notes for commits
* Removed discard comment buttonConstance Okoghenun2019-01-071-17/+1
| | | | | Removed the button and associated tests form notes on Issues and Merge request page.
* Use @gitlab npm namespaceClement Ho2018-11-161-1/+1
|
* Update gitlab-ui to 1.9.0Clement Ho2018-10-291-3/+3
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-2/+2
|
* Fix import statement for the skeleton notesJose Vargas2018-09-261-1/+1
|
* Add gitlab-ui skeleton loadingClement Ho2018-09-251-3/+3
|
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-3/+3
|
* Fix Linting ErrorTim Zallmann2018-09-071-1/+0
|
* Removed Console.logTim Zallmann2018-09-071-2/+0
|
* Fix for Karma, Static Analysis and RSPec for MR PageTim Zallmann2018-09-071-30/+26
|
* Remove extra spaces from MR discussion notesTakuya Noguchi2018-09-051-1/+1
|
* Use proper markdown rendering for previewsBrett Walker2018-07-061-1/+3
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* Add default autocomplete configKushal Pandya2018-06-251-7/+8
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-201/+52
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-10/+7
|
* Enable no-restricted-globals in JS filesgfyoung2018-06-151-2/+2
|
* Resolve "Placeholder note renders the user name in a new line"Clement Ho2018-06-141-2/+2
|
* Merge branch 'master' into bootstrap4Clement Ho2018-04-231-1/+1
|\
| * Resolve "Text from the diff is showing within a table header inside the ↵Simon Knox2018-04-201-1/+1
| | | | | | | | discussion after the discussion is resolved"
* | Fix bug where resolved discussions were not visible when toggledClement Ho2018-04-201-2/+2
| |