gitlab-org--gitlab-foss/spec
Blake Hitchcock 4be65c3231 Update ExternalIssue regex for JIRA integration
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.
2016-01-26 15:55:40 -05:00
..
benchmarks Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
controllers Merge branch 'rs-groups-index' into 'master' 2016-01-26 11:59:05 +00:00
factories Merge branch 'master' into ci/api-triggers 2016-01-14 21:58:17 +01:00
features Fix failing specs 2016-01-21 10:08:12 +01:00
finders remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
fixtures Update tests 2016-01-20 17:14:26 +01:00
helpers Update text_color_for_bg helper to support RGB triplet color codes 2016-01-24 15:06:46 -08:00
initializers Ensure Gravatar host looks like an actual host 2016-01-18 14:58:16 +01:00
javascripts reverting more MR ajax files, will appear in different commit 2016-01-12 14:55:54 -05:00
lib Update ExternalIssue regex for JIRA integration 2016-01-26 15:55:40 -05:00
mailers Added X-GitLab-... headers to emails from CI and Email On Push services 2016-01-19 20:18:39 +02:00
models Update ExternalIssue regex for JIRA integration 2016-01-26 15:55:40 -05:00
requests Add specs. Adjust filter. 2016-01-19 09:57:00 -05:00
routing Merge branch 'issue_3076' into 'master' 2016-01-08 15:52:05 +00:00
services Extract Projects::ImportService service from RepositoryImportWorker 2016-01-25 22:58:30 -02:00
support Let the CI runner know about builds that this build depends on 2016-01-14 19:45:55 +01:00
tasks/gitlab Add lfs to backup specs. 2015-11-19 10:43:45 +01:00
views/help Allow non-admin users to see version information 2015-09-23 17:18:15 -04:00
workers Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
factories.rb Unsubscribe from thread through link in email footer 2016-01-09 12:41:22 +01:00
factories_spec.rb
rails_helper.rb
spec_helper.rb Add temporary monkey patch to get specs passing on 4.2.5.1 2016-01-25 14:53:28 -08:00
teaspoon_env.rb