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
2016-11-07Add the method ExternalIssue#project_idYorick Peterse
This method returns the project's ID, making ExternalIssue slightly more compatible with Issue (which also defines the "project_id" method).
2016-10-19Prevent wrong markdown on issue ids when project has Jira service activatedFelipe Artur
2016-04-12Hide number sign for string prefixed external issuesBaldinof
2016-03-22Add number sign on external issue reference textBaldinof
2016-01-26Update ExternalIssue regex for JIRA integrationBlake Hitchcock
The pattern in the `::reference_pattern` class method in the ExternalIssue model does not match all valid forms of JIRA project names. I have updated the regex to match JIRA project names with numbers and underscores. More information on valid JIRA project names can be found here: https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html * The first character must be a letter, * All letters used in the project key must be from the Modern Roman Alphabet and upper case, and * Only letters, numbers or the underscore character can be used.
2015-12-09Tag model specsDouwe Maan
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.