summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | [skip ci] Merge branch 'master' into bootstrap4Clement Ho2018-04-171-15/+31
|\ \ | |/
| * Merge branch '45271-collpased-diff-loading' into 'master'Phil Hughes2018-04-171-15/+31
| |\ | | | | | | | | | | | | | | | | | | Resolve "Collapsed diff spacing wrong when failed to load" Closes #45271 and #45317 See merge request gitlab-org/gitlab-ce!18351
| | * Disable try again button while fetching the APIFilipa Lacerda2018-04-161-2/+14
| | |
| | * Use different class for try again button in collapsed diffsFilipa Lacerda2018-04-161-0/+3
| | |
| | * Remove unused importsFilipa Lacerda2018-04-131-1/+0
| | |
| | * Render only one error message per diffFilipa Lacerda2018-04-131-16/+11
| | | | | | | | | | | | Move html to haml file instead of JS
| | * Fixes unresolved discussions rendering the error state instead of the diffFilipa Lacerda2018-04-121-6/+13
| | |
* | | [skip ci] Use toggleClass instead of toggleClement Ho2018-04-121-2/+2
| | |
* | | Merge branch 'master' into bootstrap4Clement Ho2018-04-121-2/+2
|\ \ \ | |/ /
| * | Revert "Merge branch ↵Clement Ho2018-04-121-2/+2
| |/ | | | | | | | | '44870-remove-extra-space-around-comment-form-on-merge-requests' into 'master'" This reverts merge request !18120
* | [skip ci] Replace hidden-xsClement Ho2018-04-091-2/+2
|/
* Refactor and tweak margin for note forms on IssuableTakuya Noguchi2018-04-041-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Cleanup test for disabling comment submit buttonwinh-cleanup-comment-submit-testWinnie Hellmann2018-03-221-3/+3
|
* Disables the button when submitting comment.Jacob Schatz2018-03-211-2/+3
|
* Resolve "Notes karma specs failing"Simon Knox2018-03-191-9/+3
|
* Prettify notes.Fatih Acet2018-03-161-204/+460
|
* Resolve "Projects::MergeRequestsController#show is slow (implement skeleton ↵Simon Knox2018-03-131-0/+68
| | | | loading)"
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-54/+84
|
* Update to jQuery 3.Jacob Schatz2018-02-201-17/+17
|