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
2022-11-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-06-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-07Prevent rewritting plain links as embeddedFelipe Artur
Prevents rewritting plain image/video links as embedded when moving issues.
2019-01-21Enable CommonMark source line position informationBrett Walker
This adds 'data-sourcepos' to tags, indicating which line of markdown it came from. Sets the stage for intelligently manipulating specific lines of markdown.
2018-11-21Eliminate duplicated wordsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-13Enable even more frozen string in lib/gitlabgfyoung
Enables frozen string for the following: * lib/gitlab/fogbugz_import/**/*.rb * lib/gitlab/gfm/**/*.rb * lib/gitlab/git/**/*.rb * lib/gitlab/gitaly_client/**/*.rb * lib/gitlab/gitlab_import/**/*.rb * lib/gitlab/google_code_import/**/*.rb * lib/gitlab/gpg/**/*.rb * lib/gitlab/grape_logging/**/*.rb * lib/gitlab/graphql/**/*.rb * lib/gitlab/graphs/**/*.rb * lib/gitlab/hashed_storage/**/*.rb * lib/gitlab/health_checks/**/*.rb Partially address gitlab-org/gitlab-ce#47424.
2018-11-12Extract code from Issues::MoveServiceJarka Košanová
Extract code to make it easier reusable - introduce AttributesRewriter and ContentRewriter - support group entites when rewriting content - make Uploader copy_to working for Namespaces
2018-07-03add support for file copy on object storageMicaël Bergeron
2018-07-03When moving issues, don't attempt to move files in object storageStan Hu
Closes #48505
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-02-02add the uploader context to the upload modelMicaël Bergeron
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2017-09-20Fix rewriting issue references with group milestonesGrzegorz Bizon
2017-01-03Fix cross-project references copy to include the project referenceJames Lopez
Also added relevant specs and refactored to_references in a bunch of places to be more consistent.
2016-12-15Add Gitlab::Middleware::MultipartJacob Vosmaer
2016-10-19Keep cross project reference logic in GroupLabel#to_referenceDouglas Barbosa Alexandre
2016-10-19Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre
2016-03-30Remove reduntant `move_to_store` overrideGrzegorz Bizon
2016-03-30Add method that returns markdown in file uploaderGrzegorz Bizon
2016-03-30Check if GFM rewriters need rewrite internallyGrzegorz Bizon
2016-03-30Refactor uploads rewriter used when moving issueGrzegorz Bizon
2016-03-30Add uploads rewriter and use it when moving issueGrzegorz Bizon
2016-03-21Do not rewrite reference if already a cross referenceGrzegorz Bizon
2016-03-20Find referable for each ref found in references rewriterGrzegorz Bizon
2016-03-20Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon
2016-03-19Update reference unfolder according to recent ability changesGrzegorz Bizon
Commit 43d8bdb4f048cbeb5675ed9120cb1aeb415b9586 introduced additional checks for permissions to read issue in references extractor.
2016-03-19Improvements in issue move feaure (refactoring)Grzegorz Bizon
According to endbosses' suggestions.
2016-03-17Add minor improvements in code related to issue moveGrzegorz Bizon
2016-03-17Add implementation of reference unfolder using banzaiGrzegorz Bizon
2016-03-17Move reference unfolder for GFM to separate classGrzegorz Bizon