Files
gitlabhq/spec
Stan Hu 086cfc8685 Fix API project lookups when querying with a namespace with dots
Attempting to use the /projects/:id API by specifying :id in
"namespace/project" format would always result in a 404 if the namespace
contained a dot.

The reason? From http://guides.rubyonrails.org/routing.html#specifying-constraints:

"By default the :id parameter doesn't accept dots - this is because the dot is
used as a separator for formatted routes. If you need to use a dot within an
:id add a constraint which overrides this - for example id: /[^\/]+/ allows
anything except a slash."

Closes https://github.com/gitlabhq/gitlabhq/issues/9573
2016-01-03 15:08:44 -08:00
..
2015-12-18 17:09:58 +01:00
2015-12-11 18:02:09 +01:00
2015-12-03 14:00:09 +01:00
2015-12-31 11:26:04 +01:00
2015-12-25 13:20:20 +01:00
2015-12-18 14:19:48 -06:00
2015-11-19 10:43:45 +01:00
2015-12-15 00:53:52 -02:00
2015-11-30 11:21:10 +02:00
2015-05-28 18:22:32 -04:00