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

Ensure to use unsanitized parameters for API request #20034

Merged
merged 2 commits into from Dec 1, 2022
Merged

Ensure to use unsanitized parameters for API request #20034

merged 2 commits into from Dec 1, 2022

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Nov 21, 2022

Description:

fixes #20030

Review

@sgiehl sgiehl added this to the 5.0.0 milestone Nov 21, 2022
@sgiehl sgiehl changed the title Ensure to use unsanitized parameters for APIrequest Ensure to use unsanitized parameters for API request Nov 21, 2022
@sgiehl sgiehl added Needs Review For pull requests that need a code review. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. labels Nov 21, 2022
@@ -102,7 +102,7 @@ describe("PagePerformance", function () {
});

it("performance overlay should work on page titles report", async function () {
await page.goto("?" + urlBase + "#?" + generalParams + "&category=General_Actions&subcategory=Actions_SubmenuPageTitles");
await page.goto("?" + urlBase + "#?" + generalParams + "&segment=actions>=1&category=General_Actions&subcategory=Actions_SubmenuPageTitles");
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: This change does not result in a changed expected file, as the segment covers all visits. But without the other changes, this test would fail

@sgiehl sgiehl marked this pull request as ready for review November 21, 2022 14:06
@github-actions
Copy link
Contributor

This issue is in "needs review" but there has been no activity for 7 days. ping @matomo-org/core-reviewers

@github-actions github-actions bot added the Stale The label used by the Close Stale Issues action label Nov 29, 2022
@sgiehl sgiehl removed the Stale The label used by the Close Stale Issues action label Nov 30, 2022
Copy link
Contributor

@peterhashair peterhashair left a comment

Choose a reason for hiding this comment

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

Looks good to me, working as expected.

@sgiehl sgiehl merged commit 972e642 into 5.x-dev Dec 1, 2022
2 of 4 checks passed
@sgiehl sgiehl deleted the m20030 branch December 1, 2022 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review For pull requests that need a code review. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants