summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diffs/components/inline_diff_table_row.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-204/+0
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+0
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+6
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+6
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-35/+26
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-72/+19
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-24/+132
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-7/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-2/+20
|
* Replace ... with new expansion optionsSamantha Ming2019-08-101-0/+5
| | | | | | | | - expand upwards - expand downwards - expand all in both inline and parallel views
* Impove the performance of expanding full diffPhil Hughes2019-05-031-8/+7
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
* Resolve "Merge request refactor does not highlight selected line"Sam Bigelow2018-11-301-2/+18
|
* Prettify all the thingsMike Greiling2018-11-201-6/+1
|
* Made diff & note data consistentPhil Hughes2018-11-141-4/+2
| | | | | | | | | | 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
| |
* | Updating selectors for diff lineat.ramya2018-10-301-1/+1
|/
* Resolve "Link to file in Changes tab of MR no longer works for all files ↵André Luís2018-09-201-1/+5
| | | | after incremental rendering improvement"
* Fixed Problems with Inline View + SpecsTim Zallmann2018-09-071-7/+0
|
* Porting MR Vue Memory Fixes to current masterTim Zallmann2018-08-081-0/+7
|
* 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-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-7/+0
| | | | | This reverts commit 2411ecb5762f8e04a6c6f61cc50ed25f29f55be3, reversing changes made to 58a0df7e68e46902e453a0252e6753517d9cf665.
* Reducing the memory footprint for the renderingTim Zallmann2018-07-231-0/+7
|
* Remove v-once from diff lines components.Fatih Acet2018-07-171-1/+0
|
* Resolve "MR: Reduce the memory footprint of the component tree"Tim Zallmann2018-07-171-5/+11
|
* Merge branch 'master' into 48960-namespace-diff-moduleFilipa Lacerda2018-07-091-5/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+6
| |
* | 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.
* Improve performance of toggling diff view typeFatih Acet2018-07-031-0/+104