summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff_notes
Commit message (Collapse)AuthorAgeFilesLines
* replaced `discussion` with `thread` in comment buttonMichel Engelen2019-07-021-4/+4
|
* Internationalisation of diff_note directoryBrandon Labuschagne2019-05-026-14/+24
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Fix typos in comments for jsGeorge Tsiolis2018-11-151-1/+1
|
* Prettify diff_notes diffs and droplab modulesMike Greiling2018-10-167-63/+82
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-095-5/+5
|
* Fix for Karma, Static Analysis and RSPec for MR PageTim Zallmann2018-09-071-1/+1
|
* Fixed Resolving, Loading more and Line BugsTim Zallmann2018-09-072-17/+12
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-253-3/+3
| | | | Partially addresses #47006.
* Changes tab VUE refactoringFelipe Artur2018-06-213-65/+66
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-208-14/+12
|
* Updates eslint vue plugin versionFilipa Lacerda2018-06-116-120/+167
|
* Set tooltips to have default boundary viewportClement Ho2018-06-081-2/+3
|
* Revert diff notes bundle changeClement Ho2018-05-241-3/+2
|
* Fix diff notes specClement Ho2018-04-241-2/+3
|
* Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho2018-04-192-3/+3
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-096-0/+6
|
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-284-9/+14
|
* Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-jsRémy Coutable2018-02-221-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add dispatcher imports for bundles used in merge request show pathClement Ho2018-02-151-2/+2
|
* Export and use Notes ES modulePhil Hughes2017-12-151-2/+2
|
* Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-112-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
| * add support for the commit reference filtermicael.bergeron2017-12-071-1/+1
| |
| * Allow commenting on individual commits inside an MRDouwe Maan2017-12-072-2/+3
| |
* | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-1/+2
|/
* Flash is now a ES6 modulePhil Hughes2017-10-102-2/+2
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Commenting on image diffsFelipe Artur2017-10-071-1/+8
|
* Add missing import statementswinh-missing-javascript-importswinh2017-09-182-0/+4
|
* Fix diff comment button not showing after deleting a commentPhil Hughes2017-09-052-1/+11
|
* Fix race condition with dispatcher.jsdispatcher-race-condition-fixPhil Hughes2017-08-151-0/+4
| | | | The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
* fix Jump to next discussion35232-next-unresolvedSimon Knox2017-07-271-5/+5
| | | | Notes tab was renamed to show, was previously overridden in merge_request_tabs.js
* Update vue-resourceFilipa Lacerda2017-07-122-30/+18
|
* Render add-diff-note button with server.Bryce Johnson2017-06-291-2/+2
| | | | | | | | | | This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
* Fix title of discussion jump button at top of pagedm-fix-jump-buttonDouwe Maan2017-05-261-0/+7
|
* Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda2017-05-222-18/+13
|\ | | | | | | | | Adopt ES module syntax See merge request !9567
| * update diff_notes_bundle to ES module syntaxMike Greiling2017-05-162-18/+13
| |
* | Consolidate user avatar Vue logicBryce Johnson2017-05-181-11/+17
| |
* | prevent dropdowns from being cut-off by scrollable tab container32326-scrollable-tabs-overflowSimon Knox2017-05-161-0/+2
|/ | | | rerender scrollable-tab area after Resolve Discussions button is rendered
* Fix linking to resolved note in diff32125-fix-link-to-note-in-diffEric Eastwood2017-05-121-1/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32125
* Merge request widget redesignFatih Acet2017-05-092-0/+2
|
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-202-2/+8
|
* Remove IIFEs from diff_notes_bundle.jsremove-iife-diff-notes-bundleAlfredo Sumaran2017-04-1710-655/+635
|
* Update ResolveBtn when CommentStore changes state30492-using-icon-to-mark-discussion-as-resolved-does-not-resolve-discussionSam Rose2017-04-131-4/+4
|
* Don't use original_discussion_idDouwe Maan2017-04-051-3/+9
|
* remove Cookies class from global spaceMike Greiling2017-03-221-1/+3
|
* remove Vue from the global spaceMike Greiling2017-03-2010-12/+22
|
* Fixes diff comment avatar tooltip escaping issuesfixed-diff-avatar-tooltip-escapingPhil Hughes2017-03-161-0/+1
| | | | | | We are safe to use `data-html` because we never actually use HTML here, only the pure markdown Closes #29572
* Renamed `.js.es6` to `.js`Bob Van Landuyt2017-03-131-0/+0
|
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-132-1/+31
| | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* Added discussion comments avatars to diffPhil Hughes2017-03-087-12/+193
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-0511-0/+0
|