Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-06-30Add latest changes from gitlab-org/security/gitlab@14-0-stable-eeGitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-23Make swipe view images line upftab
If left without a width/height, swipeFrame goes off track when the image isn't wide enough to fill the available width. The spaceLeft prevented reaching the right edge of the image.
2019-04-08Fix touch event pageXftab
Safari on iOS sort of figures out the right thing here, but other browsers need a specific touch to be referenced. This makes it work on Chrome and Firefox on Android, as well as Chrome DevTools mobile device view.
2019-04-03MR image diff swipe view: Disable user-select on dragftab
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59942
2019-02-15Replaced part of diff file properties with diff viewerNatalia Tepluhina
- replaced file.too_large - replaced file.text - replaced file.collapsed
2019-01-15Upgrade prettier and reformat files as necessaryMike Greiling
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
2018-12-13Add tests and move empty file message into own componentSean Nichols
2018-12-06Fixed renamed and mode changed diff viewersPhil Hughes
Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
2018-11-20Prettify all the thingsMike Greiling
2018-11-20Fixed the dimensions of image diffsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54236
2018-11-13Fixed image commenting on moved filesPhil Hughes
2018-11-05Re-implemented image commenting on diffsPhil Hughes
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
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-06-26Added Diff Viewer to new VUE based MR pageTim Zallmann
2018-06-13Updates eslint rulesFilipa Lacerda
2018-06-13Image Diff Viewing + Download Diff ViewingTim Zallmann