Patch #9510
Cleanup db/migrate/*.rb files
Status: | Closed | Start date: | 2011-11-02 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | - |
Description
Pick this commit https://github.com/biow0lf/redmine/commit/731e4026fe971669da6ff44dfc21c2cdf5331b6c from branch cleanup-1.
Thanks!
Associated revisions
change new line 'LF' to 'CRLF' at db/migrate/001_setup.rb (#9510)
set svn:eol-style native at db/migrate/001_setup.rb (#9510)
remove trailing white-spaces from db/migrate/027_create_wikis.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/028_create_wiki_pages.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/001_setup.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/20100313132032_add_issues_nested_sets_columns.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/055_add_repositories_type.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/029_create_wiki_contents.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/062_insert_builtin_roles.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/068_create_enabled_modules.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/081_create_projects_trackers.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/20100705164950_change_changes_path_length_limit.rb (#9510)
Contributed by Igor Zubkov.
replace tabs to spaces at db/migrate/099_add_delete_wiki_pages_attachments_permission.rb (#9510)
Contributed by Igor Zubkov.
replace tabs to spaces at db/migrate/096_add_commit_access_permission.rb (#9510)
Contributed by Igor Zubkov.
replace tabs to spaces at db/migrate/097_add_view_wiki_edits_permission.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/007_create_journals.rb (#9510)
Contributed by Igor Zubkov.
remove trailing white-spaces from db/migrate/20101104182107_add_unique_index_on_members.rb (#9510)
Contributed by Igor Zubkov.
History
#1
Updated by Mischa The Evil over 10 years ago
- Assignee set to Toshi MARUYAMA
Toshi,
Can you take a look at this?
#2
Updated by Toshi MARUYAMA over 10 years ago
- Priority changed from Normal to Low
#3
Updated by Toshi MARUYAMA over 10 years ago
It looks good.
The reason that I did code clean up is too hard to merge/rebase.
But, db/migrate/*.rb is static, so I set priority low.
#4
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from New to Closed
I finished committing in r7760.
This is a remaining patch.
I think I don't need to apply this patch.
#5
Updated by Toshi MARUYAMA over 10 years ago
- File r7760.patch
added
Sorry, I forgot to attach the patch.
#6
Updated by Mischa The Evil over 10 years ago
Toshi MARUYAMA wrote:
This is a remaining patch.
I think I don't need to apply this patch.
I agree.