Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
771b5c22
Commit
771b5c22
authored
Apr 15, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Warn user about losing merge request diff
parent
4da8b37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
lib/tasks/migrate/migrate_mr.rake
lib/tasks/migrate/migrate_mr.rake
+7
-0
No files found.
lib/tasks/migrate/migrate_mr.rake
View file @
771b5c22
# This taks will reload commits/diff for all merge requests
desc
"GITLAB | Migrate Merge Requests"
task
migrate_merge_requests: :environment
do
puts
"Since 5.1 old merge request serialization logic was replaced with a better one."
puts
"It makes old merge request diff invalid for GitLab 5.1+"
puts
"* * *"
puts
"This will rebuild commits/diffs info for existing merge requests."
puts
"You will lose merge request diff if its already merged."
ask_to_continue
MergeRequest
.
find_each
(
batch_size:
20
)
do
|
mr
|
mr
.
st_commits
=
[]
mr
.
save
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment