gitlab-org--gitlab-foss/app
Alfredo Sumaran 83ef7c08f3 Merge branch '24903-allow-groups-with-special-characters' into 'master'
Allow dots in group names to pass validation for Create Group and Edit Group forms

## What does this MR do?
Allows dots within group names to pass form validation when creating or editing a group.

## Are there points in the code the reviewer needs to double check?
Nope, pretty straight forward.

## Why was this MR needed?
Although group names with dots are allowed, our frontend validation mistakenly invalidates them

## Screenshots (if relevant)

#### Before:
![Screen_Shot_2016-11-23_at_4.55.03_PM](/uploads/006ee5f694de1c98e0df0b0ccd3807ee/Screen_Shot_2016-11-23_at_4.55.03_PM.png)

#### After:
![Screen_Shot_2016-11-23_at_4.52.42_PM](/uploads/693f112fb309005b0df714b32c99f25e/Screen_Shot_2016-11-23_at_4.52.42_PM.png)  
![Screen_Shot_2016-11-23_at_4.51.53_PM](/uploads/7bdb5fca92995d18a7f38d9150eb260c/Screen_Shot_2016-11-23_at_4.51.53_PM.png)  

## Does this MR meet the acceptance criteria?

- [ ] ~~[Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added~~
- [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
- [ ] ~~API support added~~
- Tests
  - [ ] Added for this feature/bug
  - [ ] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?

Related to: #24622
Closes #24903

See merge request !7723
2016-11-25 18:18:45 +00:00
..
assets Merge branch 'autocomplete-space-prefix' into 'master' 2016-11-25 09:17:47 +00:00
controllers Merge branch 'backport-commands-params' into 'master' 2016-11-24 09:02:01 +00:00
finders Limit labels returned for a specific project as an administrator 2016-11-16 15:04:51 +02:00
helpers Add a starting date to milestones 2016-11-23 13:41:04 +02:00
mailers Merge remote-tracking branch 'upstream/master' into pipeline-notifications 2016-11-08 23:52:17 +08:00
models Merge branch 'fix-cancelling-pipelines' into 'master' 2016-11-25 09:48:04 +00:00
policies Merge branch 'pipeline-notifications' into 'master' 2016-11-09 13:41:04 +00:00
serializers fixed bug to do with calculating durations 2016-11-22 15:05:37 +01:00
services Merge branch 'rephrase-system-notes' into 'master' 2016-11-25 04:36:13 +00:00
uploaders
validators Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
views Merge branch '24903-allow-groups-with-special-characters' into 'master' 2016-11-25 18:18:45 +00:00
workers Merge branch 'preserve-second-parameter-new-note-worker' into 'master' 2016-11-22 09:55:53 +00:00