Show deploy activity on merge request activity feed
Description including problem, use cases, benefits, and/or goals
As a developer, I want to know when merge requests get deployed (before and after merging)
Proposal
Split this up into two priorities:
- Show activity for deploys that match exact SHA (this is relatively easy)
- Show activity for deploys that contains SHA since last deploy (this may requiring searching all open and closed MRs)
Links / references
- Part of #19992 (closed)
- Requires Environments (#17009 (closed))
- Made much more useful when we link pipelines before and after merges as in #17013 (moved)
- Benefited by #19527 (closed) so we can make the activity linkable to the running environment
- Related: #19571 (closed)