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
2020-01-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-06Format vue files with prettierMarcel van Remmerden
Add changelog file
2019-05-21Makes 'diff/content' partial use instance methodMayra Cabrera
There's a method defined on viewer that does the conditional.
2019-04-12Replaces CSS with utility classFilipa Lacerda
2019-04-05Fix old image diff swipe viewftab
2019-04-04Move swipe diff border to the rightftab
In the Vue image diff app, the border needs to be on the right because the new image comes in from the left. The old image diff app which is used in commits and compare views had the new image visible by default and hiding away from the left.
2019-03-26Remove now-unnecessary noteable_line classDouwe Maan
2019-03-26Add .code to all tables holding diffsDouwe Maan
We need this to be able to distinguish between Markdown tables and diff tables.
2019-02-06Correct file-header spacing on compare pageSam Bigelow
Use special classes when is_compare, similar to is_commit. Default expectation is diff is being viewed in MR
2019-01-10Fix broken templated "Too many changes to show" textStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23230 broke the external string in 11.6. This fixes that and adds a spec. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56138
2018-12-27Fixing image lfs bug and also displaying text lfsFrancisco Javier López
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.
2018-11-27Fixed UI bugs with sticky diff headerPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54503
2018-11-20Externalize strings from `/app/views/projects/diffs`George Tsiolis
2018-11-13Fix broken UI on commit discussionsAnnabel Dunstone Gray
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-01Correct remaining `Lint/UselessAssignment` haml-lint violationsRobert Speicher
2018-08-21Escaped html charactersChantal Rollison
2018-06-14Resolve ""Click to expand" link in collapsed diffs should be blue"Annabel Gray
2018-05-25Fix hide whitespace changes buttonClement Ho
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-05-09Fix broken layout on compare branches pageAnnabel Dunstone Gray
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-04-28[Rails5] Use `safe_params` instead of `params` in `url_for` helpersblackst0ne
This commits replaces `params` with `safe_params` in `url_for` helpers to resolve security issues [1] and failing specs with the ``` ArgumentError: Attempting to generate a URL from non-sanitized request parameters! An attacker can inject malicious data into the generated URL, such as changing the host. Whitelist and sanitize passed parameters to be secure. ``` error. [1]: https://gitlab.com/gitlab-org/gitlab-ce/issues/45168
2018-04-24Fix image diff view modesClement Ho
2018-04-23fix blobs edit specClement Ho
2018-04-18Fix diff stats sticky barClement Ho
2018-04-18Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/projects/issues/_nav_btns.html.haml # app/views/projects/merge_requests/creations/_new_compare.html.haml
2018-04-13[skip ci] Convert .label. to .badge.Clement Ho
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-10[skip ci] Replace hidden-smClement Ho
2018-04-09[skip ci] Rename .hide to .d-noneClement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2018-04-08[Rails5] Add `safe_params` helperblackst0ne
Rails 5.0 requires to explicitly permit attributes when building a URL using current `params` object. The `safe_params` helper allows developers to just call `safe_params.merge(...)` instead of manually adding `permit` to every call. https://github.com/rails/rails/pull/20868
2018-03-19Resolve "GitLab Community Edition 10.5.3 shows plural for 1 item"Jan
2018-02-23refactor code based on feedbackJames Lopez
2018-02-23some initial refactoringJames Lopez
2018-01-10Merge branch '41491-fix-nil-blob-name-error' into 'master'Annabel Dunstone Gray
Fix 500 error when visiting a commit where the blobs do not exist (nil blobs) Closes #41491 See merge request gitlab-org/gitlab-ce!16237
2018-01-10Added LFS to merge request files tracked by LFSPhil Hughes
Closes #41829
2018-01-10Fix 500 when visiting a commit where blobs do not exist (nil blobs)Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41491
2018-01-09Fix changes dropdown ellipsis working across browsersPhil Hughes
Closes #41561
2017-12-12Use app host instead of asset host when rendering image blob or diffDouwe Maan
2017-11-17updated to use new sprite iconsPhil Hughes
2017-11-17Improved the design of the changed files dropdownPhil Hughes
Closes #36687
2017-10-07Commenting on image diffsFelipe Artur
2017-10-02Only copy old/new code when selecting left/right side of parallel diffDouwe Maan
2017-09-20Add view replaced file link for image diffsClement Ho
2017-09-13Fixed overflow issue in changes dropdownPhil Hughes