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
2019-07-26Add frozen_string_literal to spec/lib (part 1)Thong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-06-03Allow lowercase prefix for Youtrack issue idsMatthias Baur
Relates to #42595. Fixes #62661.
2019-02-20Lowercase letters support and additional tests for YouTrack integration serviceYauhen Kotau
2019-02-18Added YouTrack integrationYauhen Kotau
Fixes gitlab-org/gitlab-ce#42595
2018-11-06Add specs for single-letter external tracker refsSean McGivern
2018-09-24Use `Gitlab::SafeRequestStore` in more placesMichael Kozono
Even if it doesn’t save lines of code, since people will tend to use code they’ve seen. And `SafeRequestStore` is safer since you don’t have to remember to check `RequestStore.active?`.
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-24Support both internal and external issue trackersJarka Kadlecova
2017-06-30Improve support for external issue referencesAdam Niedzielski
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2016-11-01Fix Markdown styling inside reference linkspanjan
Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/18096
2016-10-19Prevent wrong markdown on issue ids when project has Jira service activatedFelipe Artur
2016-09-01Use JavaScript tooltips for mentions (!5301)winniehell
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan