gitlab-org--gitlab-foss/app
Robert Speicher 9bf9e6eb38 Handle Route#name being nil after an update
It was possible for the `routes.name` field to be `NULL`, causing
`name_was` to be `nil` after a rename, resulting a bad first argument to
`sub` when attempting to rename descendants. This change adds a
condition to make sure `name_was` is present before attempting the
descendant update.
2017-03-20 19:17:14 -04:00
..
assets Merge branch 'rename_all_issues' into 'master' 2017-03-20 07:26:01 +00:00
controllers Fix Project Wiki update 2017-03-20 13:53:23 +00:00
finders Todos performance: Include associations in Finder 2017-03-20 12:45:43 +01:00
helpers Fix Project Wiki update 2017-03-20 13:53:23 +00:00
mailers All CI offline migrations 2017-03-17 23:06:11 +00:00
models Handle Route#name being nil after an update 2017-03-20 19:17:14 -04:00
policies use policies to protect sending email 2017-03-09 11:49:53 -08:00
presenters Added delegations to comply with the new rubocop rules 2017-03-06 09:47:44 -06:00
serializers Make manual actions blocking 2017-03-06 10:04:04 +01:00
services Merge branch '28890-allow-creating-mr-without-target-branch-in-url' into 'master' 2017-03-20 11:20:55 +00:00
uploaders Handle relative and absolute Upload paths in the Uploaders 2017-03-06 14:41:10 -05:00
validators Reserve few project and nested group paths 2017-03-13 15:47:24 +02:00
views don't show loading spinners for server-rendered sidebar fields 2017-03-18 11:36:05 +11:00
workers All CI offline migrations 2017-03-17 23:06:11 +00:00