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-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-29Add /-/ scope to link_reference_patternDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-29Updates code using class_methods over module ClassMethodsJacopo
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
Partially addresses #47424.
2017-11-23Fix link text from group contextJarka Kadlecova
2017-08-16expose Referable#non_referable_inspecthttp://jneen.net/
2017-08-01implement #inspect for all Referableshttp://jneen.net/
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-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-06-18Fix RangeError exceptions when referring to issues or merge requests outside ↵Stan Hu
of max database values When using #XYZ in Markdown text, if XYZ exceeds the maximum value of a signed 32-bit integer, we get an exception when the Markdown render attempts to run `where(iids: XYZ)`. Introduce a method that will throw out out-of-bounds values. Closes #18777
2015-12-01Render commit reference using short sha, but include full sha in comment.Douwe Maan
2015-11-30Recognize issue/MR/snippet/commit links as references.Douwe Maan
2015-05-26Make `cross_project_reference?` less magicalRobert Speicher
2015-05-26Minor documentation updatesRobert Speicher
2015-05-26Add `reference_pattern` to Referable modelsRobert Speicher
2015-05-26Add Referable concernRobert Speicher