summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diffs/store
Commit message (Expand)AuthorAgeFilesLines
* Re-implemented image commenting on diffsPhil Hughes2018-11-056-18/+81
* Fixes diff discussions not being fully removedmr-diff-discussion-deletionPhil Hughes2018-10-301-1/+1
* Update the state, not a paramPhil Hughes2018-10-252-54/+55
* Impove diff discussion datamr-diff-dataPhil Hughes2018-10-242-53/+62
* Improve MR file tree on small screensAndré Luís2018-10-111-1/+3
* Backport CE changes for: [Frontend only] Batch comments on merge requestsAndré Luís2018-10-061-3/+9
* Merge branch '51958-fix-mr-discussion-loading' into 'master'Phil Hughes2018-10-041-2/+3
|\
| * Fix MR discussion not loaded issue51958-fix-mr-discussion-loadingMark Chao2018-10-011-2/+3
* | Added file tree to merge request diffsPhil Hughes2018-10-036-1/+92
|/
* Changed `true` string to a booleanPhil Hughes2018-09-211-1/+1
* Use returned discussion from APIPhil Hughes2018-09-211-1/+18
* Return discussion object from NotesController#create when return_discussion p...Douwe Maan2018-09-211-0/+1
* Resolve "Link to file in Changes tab of MR no longer works for all files afte...André Luís2018-09-201-1/+20
* Changed isDiscussionApplicableToLine to accept an objectPhil Hughes2018-09-182-2/+6
* Updated latestDiff logic to only be used to LegacyDiffNotesPhil Hughes2018-09-172-5/+3
* Updated LegacyDiffNote logicPhil Hughes2018-09-172-5/+7
* Moved legacy diff note check into util methodPhil Hughes2018-09-171-2/+2
* Re-enable legacy diff notes on merge request diffsPhil Hughes2018-09-172-6/+23
* Create specs for diffs/components/app and update modules to export factory fu...Paul Slaughter2018-09-142-2/+4
* Resolve "On master, inline diff view contains extra `+` and `-` signs"Tim Zallmann2018-09-101-1/+2
* Resolve "Merge requests show outdated discussions on changes tab"André Luís2018-09-083-6/+35
* Fix for a check that fails if no file can be selectedTim Zallmann2018-09-081-42/+46
* Fix typo on targetLine in mutationAndré Luís2018-09-071-1/+1
* Cosmetic changes to let setupTim Zallmann2018-09-072-57/+47
* Adapted so utils + actions don't include any mutations and mutations are alwa...Tim Zallmann2018-09-073-63/+71
* Fixes based on MR discussion around naming, mutations, handling of stateTim Zallmann2018-09-074-13/+11
* Made the discussion tests artificial to have them stable, mocked RAF + RICTim Zallmann2018-09-071-0/+1
* Added new tests for newly added mutations, actions, utilsTim Zallmann2018-09-071-1/+1
* Fix for Karma, Static Analysis and RSPec for MR PageTim Zallmann2018-09-071-1/+0
* Fixed Resolving, Loading more and Line BugsTim Zallmann2018-09-074-49/+70
* Fix for displaying left side comments when no discussion availableTim Zallmann2018-09-071-5/+7
* Fixed Left side commentsTim Zallmann2018-09-071-1/+5
* Delete Discussions fixTim Zallmann2018-09-071-0/+24
* Fix for Getter + LintingTim Zallmann2018-09-072-39/+3
* Fixed Problems with Inline View + SpecsTim Zallmann2018-09-073-33/+41
* Removed the testing console.log'sTim Zallmann2018-09-071-8/+0
* Adding new threads to MR pageTim Zallmann2018-09-072-2/+2
* Updated discussion loading to be deferred and in the stateTim Zallmann2018-09-071-7/+9
* Added constants for Render values + Optimised for LoopTim Zallmann2018-09-071-0/+1
* Loading Discussions later on DiffsTim Zallmann2018-09-073-29/+106
* Incremental RenderingTim Zallmann2018-09-071-0/+1
* Only rendering diff for nowTim Zallmann2018-09-073-2/+10
* Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter2018-09-061-1/+0
* Added compute property to diff file + changed a for loopTim Zallmann2018-08-141-1/+1
* Fixed ESLint errorTim Zallmann2018-08-131-3/+0
* Added constants for Render values + Optimised for LoopTim Zallmann2018-08-131-8/+18
* Fixed text removal memory saving + Fixed collapsed non text filesTim Zallmann2018-08-082-9/+11
* Memory savings on diffLine ObjectTim Zallmann2018-08-081-0/+16
* ESLint FixesTim Zallmann2018-08-082-2/+1
* Incremental Rendering of the MRTim Zallmann2018-08-083-1/+40