gitlab-org--gitlab-foss/spec
Douwe Maan 75c8faf7ba Merge branch '24276-usernames-with-dots' into 'master'
Allow registering users where the username contains dots (.)

## What does this MR do?

- Allow registering users whose usernames contains dots `.`
- This can currently be done by registering with a username containing no dots, and then editing the username to have dots in the user's profile settings.

## Does this MR meet the acceptance criteria?

-  [#24276/!7500] Unable to register names with dot
    - [x]  Implementation
    - [x]  Tests
        - [x]  Added
        - [x]  [Passing](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7500/builds)
    - [x]  Meta
        - [x]  CHANGELOG entry created
        - [x]  Documentation created/updated
        - [x]  API support added
        - [x]  Branch has no merge conflicts with `master`
        - [x]  Squashed related commits together
    - [x]  Review
        - [x]  Endboss
            - [x]  Use `Gitlab::Regex::NAMESPACE_REGEX_STR` instead of a hardcoded pattern
            - [x]  Define `NAMESPACE_REGEX_STR` in terms of `NAMESPACE_REGEX_STR_JS`
    - [ ]  Wait for merge


## What are the relevant issue numbers?

- Closes #24276

See merge request !7500
2016-11-18 09:55:06 +00:00
..
bin DRY up the specs for bin/changelog 2016-11-03 17:35:06 +00:00
config Make mail_room idle_timeout option configurable. 2016-11-16 12:46:37 +01:00
controllers Merge branch 'fix-singin-redirect-for-fork-new' into 'master' 2016-11-17 19:35:30 +00:00
factories Merge branch 'feature/subscribe-to-group-level-labels' into 'master' 2016-11-17 18:50:24 +00:00
features Merge branch '24276-usernames-with-dots' into 'master' 2016-11-18 09:55:06 +00:00
finders Merge branch '21992-disable-access-requests-by-default' into 'master' 2016-11-16 14:50:45 +00:00
fixtures Use separate email-friendly token for incoming email and let incoming 2016-11-07 15:55:42 +00:00
helpers Merge branch '23990-project-show-error-when-empty-repo' into 'master' 2016-11-17 17:02:38 +00:00
initializers Give priority to environment variables 2016-08-03 15:48:48 +01:00
javascripts explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
lib Merge branch 'feature/24072-improve-importing-of-github-pull-requests' into 'master' 2016-11-17 23:40:47 +00:00
mailers Make access request specs explicitly enable or disable access requests as required 2016-11-11 15:45:47 +00:00
models Merge branch 'feature/subscribe-to-group-level-labels' into 'master' 2016-11-17 18:50:24 +00:00
policies Added tests for IssuePolicy 2016-11-07 12:49:24 +01:00
requests Merge branch 'sort-api-groups' into 'master' 2016-11-17 21:50:02 +00:00
routing Fix routing spec for group controller 2016-11-08 15:54:17 +02:00
serializers Simplify implementation of entity serializers 2016-11-04 15:00:39 +01:00
services Merge branch 'feature/subscribe-to-group-level-labels' into 'master' 2016-11-17 18:50:24 +00:00
support Merge branch 'feature/subscribe-to-group-level-labels' into 'master' 2016-11-17 18:50:24 +00:00
tasks/gitlab Introduce better credential and error checking to `rake gitlab:ldap:check` 2016-11-08 15:46:10 -06:00
uploaders Remove VideoJS and clean the integration 2016-07-20 11:36:42 +02:00
views add tests for build row templates 2016-11-10 16:38:00 -06:00
workers Merge branch '21076-deleted-merged-branches' into 'master' 2016-11-15 12:08:22 +00:00
factories_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
rails_helper.rb
rake_helper.rb Add Rake task to create/repair GitLab Shell hooks symlinks 2016-11-01 14:52:59 -05:00
simplecov_env.rb Bump SimpleCov merge timeout to 365 days 2016-08-22 13:44:14 +02:00
spec_helper.rb Fix broken commits search 2016-11-08 12:03:23 +02:00
teaspoon_env.rb Add test coverage analysis for CoffeeScript (!5052) 2016-08-07 21:52:37 +02:00