summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diffs/components/diff_line_gutter_content.vue
Commit message (Collapse)AuthorAgeFilesLines
* Impove the performance of expanding full diffPhil Hughes2019-05-031-2/+4
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
* Upgrade prettier and reformat files as necessaryMike Greiling2019-01-141-1/+1
| | | | | | Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
* Resolve "Merge request refactor does not highlight selected line"Sam Bigelow2018-11-301-2/+15
|
* Improve discussion rendering performancePhil Hughes2018-11-271-2/+2
| | | | | | | | | | | Improve the renderign of new and existing discussions by reducing the number of watchers on each object & array. Previously every discussion change would trigger an update for every discussion component. Also tidied up some components to get them closer to our docs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51506
* Prettify all the thingsMike Greiling2018-11-201-22/+6
|
* Made diff & note data consistentPhil Hughes2018-11-141-7/+7
| | | | | | | | | | This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
* Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"osw-revert-comment-in-any-diff-lineOswaldo Ferreira2018-11-071-0/+6
| | | | | This reverts commit a82a595728d54bdc12e51dfcfb22e9eddc449143, reversing changes made to e7df959b8f99875edd246c7ac7779c3203e8755e.
* Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'Douwe Maan2018-11-071-6/+0
|\ | | | | | | | | Comment on any expanded diff line on MRs See merge request gitlab-org/gitlab-ce!22398
| * Comment on any expanded diff line on MRsOswaldo Ferreira2018-11-061-6/+0
| |
* | QA Selectors for Batch Comment E2E Automationat.ramya2018-10-301-1/+1
|/
* Fixes based on MR discussion around naming, mutations, handling of stateTim Zallmann2018-09-071-3/+3
|
* Fixed Resolving, Loading more and Line BugsTim Zallmann2018-09-071-2/+1
|
* Fixes for Karma TestsTim Zallmann2018-09-071-5/+0
|
* Fixed Problems with Inline View + SpecsTim Zallmann2018-09-071-3/+3
|
* Adding new threads to MR pageTim Zallmann2018-09-071-1/+1
|
* Incremental RenderingTim Zallmann2018-09-071-2/+2
|
* Updated the Diff Line Gutter ContentTim Zallmann2018-09-071-3/+3
|
* Only rendering diff for nowTim Zallmann2018-09-071-21/+10
|
* Porting MR Vue Memory Fixes to current masterTim Zallmann2018-08-081-11/+17
|
* Reapply "Merge branch '_acet-fix-expanding-context-lines' into 'master'"André Luís2018-08-011-1/+0
| | | | This reverts commit 1c9c755a29b5f476b9c59aa784c70fdd85ec220d.
* Revert "Merge branch '_acet-fix-outdated-discussions' into 'master'"André Luís2018-08-011-2/+1
| | | | | This reverts commit 740ae2d194f3833e224c326cc909d833c5807484, reversing changes made to 1ba47de5fef7a86a453e97a574741d3dba85c521.
* Revert "Merge branch '_acet-fix-expanding-context-lines' into 'master'"André Luís2018-08-011-0/+1
| | | | | This reverts commit 6c6988cb5ef8bb749da058b5fe1bf0e188e8062f, reversing changes made to 0d488c7b8a7ab462b78daa20e0f12fe73ebb8a6d.
* Revert "Merge branch 'tz-mr-refactor-memory-reduction' into 'master'"André Luís2018-08-011-9/+10
| | | | | This reverts commit 2411ecb5762f8e04a6c6f61cc50ed25f29f55be3, reversing changes made to 58a0df7e68e46902e453a0252e6753517d9cf665.
* Reducing the memory footprint for the renderingTim Zallmann2018-07-231-10/+9
|
* Merge branch '_acet-fix-expanding-context-lines' into 'master'Tim Zallmann2018-07-181-1/+0
|\ | | | | | | | | | | | | Fix rendering context lines on MR diffs Closes #49242 and #49343 See merge request gitlab-org/gitlab-ce!20642
| * Remove v-once from diff lines components.Fatih Acet2018-07-171-1/+0
| |
* | Fix showing outdated discussions on Changes tab_acet-fix-outdated-discussionsFatih Acet2018-07-181-1/+2
|/
* Merge branch 'master' into 48960-namespace-diff-moduleFilipa Lacerda2018-07-091-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (29 commits) Update the dependencies license list for 11.1.0 Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0 This updates only the actual new discussion and not the full tree , which leads to a very costly full rerender Resolve "MR Refactor: Improve performance by setting v-once" Changed Inline + Parallel Views to v-if instead of v-show add basic export to fix timeout problem on import_file_spec.rb Add changelog entry for !20465 Improve render performance of large wiki pages Refactor rspec matchers in read_only_spec.rb add CHANGELOG.md entry for !20461 resolve node 6 compatibility issues Add missing foreign key in import_export_uploads Redesign for mr widget info and pipelines section Use proper markdown rendering for previews remove extra tick for eks docs Make it clear that we need to enable omniauth for SAML and Bitbucket Add GPL Commitment language Add ExclusiveLease guards for RepositoryCheck::{DispatchWorker,BatchWorker} Ability to check if underlying database is read only fix spec ...
| * Resolve "MR Refactor: Improve performance by setting v-once"Tim Zallmann2018-07-081-0/+1
| |
* | Transforms diffs module to a namespaced one to avoid console error due to ↵Filipa Lacerda2018-07-061-1/+1
|/ | | | | | | rewire export. Detailed: Because of rewire we need to export a default empty object in our actions to prevent it to export the wrong default in karma. Vuex getters are global, and because the Vuex store uses several non namespaced moduled, there was already a getter named default, due to the same empty export. In order to solve it I chose to namespace the module. Could also be fixed by importing the getters explicitly instead of all of them.
* Componentize diff lines and diff commentsFatih Acet2018-06-271-19/+18
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+203