-
New Feature
-
Resolution: Fixed
-
Minor
-
None
If there are multiple SCMSource instances we could have multiple revision actions and the current data model does not provide a mechanism to determine which action instance corresponds to a specific SCMSource
Acceptance Criteria:
- The SCMRevisionAction has a field to record the source id
- There is a utility method to resolve a SCMRevision given a SCMSource and an Actionable
- When using legacy data, the first legacy SCMRevision will be considered to match any source that does not have a non-legacy SCMRevisionAction
- links to
PR has been merged.