Actions
Feature #5396
openMerge state with shadow repo should be created during pull request
Start date:
12.10.2017
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Description
Currently we do a merge simulation which creates shadow repo on showing the shadow repo "AFTER" creation. This approach is wrong, it could lead to following problems:
- if we do automated creation, no shadow repo would be created e.g via API call, or POST without redirect
- the eventing system sends the pr created, exposing shadow repo, but it might be actually not created.
Solution would be to use the merge state during creation that solves all of above
Updated by Redmine Integration about 7 years ago
pullrequest created by marcink (status: under_review). https://internal-code.rhodecode.com/rhodecode-enterprise-ce/pull-request/2923
Updated by Redmine Integration about 7 years ago
- Status changed from New to Resolved
Commit 41032fb666fb by Marcin Kuzminski marcin@rhodecode.com on default branch changed this issue. https://internal-code.rhodecode.com/rhodecode-enterprise-ce/changeset/41032fb666fba8d84ea6bb1b44eb749520b61238
Updated by Redmine Integration about 7 years ago
pullrequest merged by marcink (status: approved). https://internal-code.rhodecode.com/rhodecode-enterprise-ce/pull-request/2923
Actions