Merge branch 'issue_3409' into 'master'
Add ability to revert changes introduced by Merge Requests or Commits
Closes #3409
See merge request !1990
Showing
... | @@ -50,7 +50,7 @@ gem "browser", '~> 1.0.0' | ... | @@ -50,7 +50,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | # Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | # Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 8.1' | gem "gitlab_git", '~> 8.2' | ||
# LDAP Auth | # LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | # GitLab fork with several improvements to original library. For full list of changes | ||
... | ... |
app/services/commits/revert_service.rb
0 → 100644
app/views/projects/commit/_revert.html.haml
0 → 100644
doc/workflow/img/revert_changes_commit.png
0 → 100644
352 KB
320 KB
doc/workflow/img/revert_changes_mr.png
0 → 100644
359 KB
doc/workflow/img/revert_changes_mr_modal.png
0 → 100644
327 KB
doc/workflow/revert_changes.md
0 → 100644
features/project/commits/revert.feature
0 → 100644
features/steps/project/commits/revert.rb
0 → 100644