Skip to content

Load expanded dashboard when certain URL parameters match the panel

Miguel Rincon requested to merge 215472-single-chart-from-url into master

What does this MR do?

Implements #215472 (closed)

The dashboard detects if the URL should attempt to load a single expanded panel and if it does, it shows this panel in full view.

Copying URL Visiting URL goes to chart
Screen_Shot_2020-04-28_at_6.24.53_PM Screen_Shot_2020-04-28_at_6.25.36_PM

When the link is not correct, the user is prompted with a notice that the link is wrong.

How to see this live?

  1. Go to a metrics dashboard
  2. Click on chart's contextual menu (three vertical dots).
  3. Click on "Copy link to chart"
  4. Visit this URL with your browser.

Expected: A single panel is visible once the dashboard loads 🎉

Screenshots

No design changes.

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 🤖 GitLab Bot 🤖

Merge request reports