Convert contribution analytics charts to Vue
Compare changes
Files
15- Alex Pennells authored
On the Group Contribution Analytics page, combine the Pushes, Merge Requests and Issues charts and headers into a single Vue app.
+ 21
− 0
Related issue: #375999 (closed)
Combines the three Contribution Analytics charts into a single Vue app, as opposed
to three separate Vue/HAML hybrids like it currently is. The logic in contribution_analytics_bundle.js
was migrated to new Vue components and a shared utils.js
file. Headers & description were removed from show.html.haml
and also added to these new components
UI should look the same before/after this change
Analytics -> Contribution
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
On the Group Contribution Analytics page, combine the Pushes, Merge Requests and Issues charts and headers into a single Vue app.