Douwe Maan
1fe7501b49
Revert "Prefer leading style for Style/DotPosition"
...
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
2017-02-23 09:33:05 -06:00
Douwe Maan
206953a430
Prefer leading style for Style/DotPosition
2017-02-23 09:32:22 -06:00
Douwe Maan
b7d8df503c
Enable Style/MutableConstant
2017-02-23 09:31:56 -06:00
Dmitriy Zaporozhets
3551a625a8
Whitelist next project names: assets, profile, public
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-06 11:14:17 +02:00
Yorick Peterse
2f93259c6b
Removed return from reserved project migration
...
This return is redundant as the query now uses "WHERE EXISTS (...)" to
filter out projects without a namespace.
2016-12-24 19:39:51 +02:00
Yorick Peterse
dcea45015c
Fix parallel renaming of reserved projects
...
This ensures threads don't re-use the same connection object, and use
fewer queries to perform the work.
2016-12-24 19:39:51 +02:00
Dmitriy Zaporozhets
d72b40423c
Rename projects with reserved path names
...
We cant have project with name 'project' or 'tree' anymore.
This merge request containts a migration that will find and rename all
projects using reserved names by adding N digit to the end of the name.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-24 19:39:51 +02:00