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

Fix URL format bug by using latest version of url dependency #2652

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

karelhala
Copy link
Contributor

Description

When slecting sap SIDs in global filter the requests for all host based resources are failing with 500. This is because of incorrect envoding of arrays in query parameters. This is caused by URL dependency which had a bug fixed last month defunctzombie/node-url#65

JIRA

RHCLOUD-28622

@karelhala karelhala requested a review from a team October 5, 2023 15:01
@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2023

Codecov Report

Merging #2652 (29d5fad) into master (5494633) will decrease coverage by 4.90%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2652      +/-   ##
==========================================
- Coverage   57.49%   52.60%   -4.90%     
==========================================
  Files          93       93              
  Lines        2842     2498     -344     
  Branches      661      451     -210     
==========================================
- Hits         1634     1314     -320     
+ Misses       1133      816     -317     
- Partials       75      368     +293     

see 57 files with indirect coverage changes

@karelhala
Copy link
Contributor Author

/retest

@karelhala karelhala merged commit d5e0cd6 into RedHatInsights:master Oct 6, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants