Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APM] Custom links creation don't work #110676

Merged
merged 3 commits into from Sep 1, 2021

Conversation

cauemarcondes
Copy link
Contributor

@cauemarcondes cauemarcondes commented Aug 31, 2021

fixes #110607

I suspect that an update on EUI made this stop working. I fixed it by linking the form and the button.

I also created an e2e test to guarantee it keeps working on future updates.

@cauemarcondes cauemarcondes added release_note:fix Team:APM All issues that need APM UI Team support auto-backport Deprecated: Automatically backport this PR after it's merged v7.15.0 v7.16.0 labels Aug 31, 2021
@cauemarcondes cauemarcondes requested a review from a team as a code owner August 31, 2021 17:14
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@cauemarcondes cauemarcondes enabled auto-merge (squash) August 31, 2021 18:45
@cauemarcondes
Copy link
Contributor Author

jenkins, retest this please

cy.get('[data-test-subj="editCustomLink"]').click();
cy.contains('Delete').click();
});
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding this. Our new e2e suite is on fire (in the best possible way! :D )

@@ -8,7 +8,7 @@
declare namespace Cypress {
interface Chainable {
loginAsReadOnlyUser(): void;
loginAsSuperUser(): void;
loginAsPowerUser(): void;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for removing the superuser. We really should only use the two others.
Going forward I think we can replace our custom roles with the built in roles viewer and editor.

Copy link
Member

@sorenlouv sorenlouv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the e2e test @cauemarcondes. Makes the code base much more solid going forward!

@cauemarcondes
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 4.4MB 4.4MB +20.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@cauemarcondes cauemarcondes merged commit 5b6588d into elastic:master Sep 1, 2021
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 1, 2021
* fixing custom links issue

* Removing unused imports
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 1, 2021
* fixing custom links issue

* Removing unused imports
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
7.15
7.x

The backport PRs will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Sep 1, 2021
* fixing custom links issue

* Removing unused imports

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Sep 1, 2021
* fixing custom links issue

* Removing unused imports

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
@cauemarcondes cauemarcondes deleted the apm-custom-links branch September 1, 2021 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated: Automatically backport this PR after it's merged release_note:fix Team:APM All issues that need APM UI Team support v7.15.0 v7.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kibana APM Custom links creation don't work
5 participants