summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff_notes/services/resolve.js.es6
Commit message (Collapse)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-81/+0
|
* Uses shared vue resource interceptorPhil Hughes2017-02-091-7/+1
|
* Refactored diff notes Vue appPhil Hughes2017-02-091-30/+24
| | | | It now relies on its Vue bundle rather than the window. Fixes some reactivity issues that was happening in EE
* resolve all indent eslint violationsMike Greiling2017-01-181-3/+3
|
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
|
* expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling2016-12-131-1/+5
| | | | when no-undef encountered
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Pass the full project path for resolve buttonsPhil Hughes2016-09-211-13/+13
| | | | | | This fixes an issue that would stop the resolve buttons working when GitLab is installed with a relative URL Closes #21704
* Implement Jump behavior for Changes tabDouwe Maan2016-08-041-3/+1
|
* Comment & resolve button no longer looks for can-resolve attributePhil Hughes2016-08-041-12/+8
| | | | Fixed some bugs when removing notes
* Moved update headline HTML into discussion modelPhil Hughes2016-08-011-40/+26
|
* Updated method name to be more descriptivePhil Hughes2016-08-011-4/+3
|
* Updated issues with jump tp buttonPhil Hughes2016-08-011-7/+15
| | | | Fixed styling bugs
* Added tests for hidden jump to buttonPhil Hughes2016-07-291-9/+17
|
* Fixed failing testsPhil Hughes2016-07-291-9/+8
|
* Moved most of the data handling into discussion & notes modelsPhil Hughes2016-07-291-14/+7
| | | | | Reduced some duplicated code with compiling components Fixed bug with resolve button tooltip not updating after resolving discussion
* Don’t depend on unique class.Douwe Maan2016-07-281-4/+4
|
* Moved the parentheses outside to make Babel happyPhil Hughes2016-07-281-1/+1
|
* Updates the text above discussions when resolving notes & discussionsPhil Hughes2016-07-271-0/+19
|
* Added tests for resolving comments featurePhil Hughes2016-07-271-1/+2
|
* Added resolved by users name into tooltipPhil Hughes2016-07-261-2/+4
|
* Added ability to toggle resolving by commentingPhil Hughes2016-07-261-0/+19
|
* Correctly resolves/unresolves discussionsPhil Hughes2016-07-261-0/+60