Skip to content

Add initial package details activity panel

Nick Kipling requested to merge 197960-package-detail-activity into master

What does this MR do?

Adds the first iteration of the new activity panel as per #197960 (closed). This MR includes:

  • Creating the new activity component and adds this to the package details app
  • Removing the pipeline information row from the package information component
  • Pipeline information will now display inside the new activity component
  • Pipeline information tests were removed from information_spec.js
  • Removed need for additional API call to get pipeline information (including removing the Vuex actions, loading states, error messages and all associated tests)
  • Changed how the package data is sent to haml and Vue to use a presenter
  • Added new tests for activity component

Screenshots

Package without pipeline Package with pipeline
Screenshot_2020-02-19_at_14.12.28 Screenshot_2020-02-20_at_19.02.50
Package with single line commit message Package with multi line commit message
Screenshot_2020-02-26_at_10.02.27 Screenshot_2020-02-26_at_10.02.10
Mobile
Screenshot_2020-02-19_at_14.05.15

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Nick Kipling

Merge request reports