summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diffs/components/diff_content.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-251-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-081-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-051-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-181-33/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-201-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-181-3/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-141-11/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-011-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-231-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-261-6/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-191-7/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-101-5/+30
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-291-5/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-171-8/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-261-2/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-011-3/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-131-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+0
|
* Format vue files with prettierMarcel van Remmerden2019-06-061-1/+14
| | | | Add changelog file
* Impove the performance of expanding full diffPhil Hughes2019-05-031-0/+3
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
* CE backport of image-comment-reviewsPhil Hughes2019-04-121-6/+15
|
* Replaced part of diff file properties with diff viewerNatalia Tepluhina2019-02-151-11/+19
| | | | | | - replaced file.too_large - replaced file.text - replaced file.collapsed
* 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
* Fixing image lfs bug and also displaying text lfsFrancisco Javier López2018-12-271-1/+7
| | | | | | | | | | | This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
* Merge branch '54786-mr-empty-file-display' into 'master'Nick Thomas2018-12-151-2/+5
|\ | | | | | | | | | | | | Display empty files properly on MR diffs Closes #54786 See merge request gitlab-org/gitlab-ce!23671
| * Fix diff table rendering for empty files and improve testsSean Nichols2018-12-131-2/+2
| |
| * Add tests and move empty file message into own componentSean Nichols2018-12-131-2/+4
| |
| * Move empty file message to diff_content componentSean Nichols2018-12-121-1/+2
| |
* | Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+7
|/
* Fixed renamed and mode changed diff viewersPhil Hughes2018-12-061-0/+2
| | | | | | | Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
* Prettify all the thingsMike Greiling2018-11-201-6/+3
|
* Made diff & note data consistentPhil Hughes2018-11-141-10/+10
| | | | | | | | | | 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.
* Restored width & height propertiesPhil Hughes2018-11-061-0/+2
|
* Re-implemented image commenting on diffsPhil Hughes2018-11-051-5/+65
| | | | | | | | | | | | | | | | | | | | | This re-implements image commenting in merge request diffs. This feature was previously lost when the merge request page was refactored into Vue. With this, we create an overlay component. The overlay component handles displaying the comment badges and the comment form badge. Badges are displayed based on the position attribute sent with the discussion. Comment forms for diff files are controlled through a different state property. This is so we don't tie comment forms to diff files directly creating deep nested state. Instead we create a flat array which holds the file hash & the X & Y position of the comment form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
* Fix LFS uploaded images not being renderedOswaldo Ferreira2018-10-051-1/+1
|
* Merge branch 'master' into 48960-namespace-diff-moduleFilipa Lacerda2018-07-091-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Changed Inline + Parallel Views to v-if instead of v-showTim Zallmann2018-07-071-2/+2
| |
* | 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-2/+2
|
* Added Diff Viewer to new VUE based MR pageTim Zallmann2018-06-261-11/+35
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+38