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: authenticate only when performing search #802

Merged
merged 2 commits into from Aug 30, 2023

Conversation

alambare-csgroup
Copy link
Collaborator

@alambare-csgroup alambare-csgroup commented Aug 29, 2023

Authenticate against the provider directly during the _do_search method. The _prepare_search has been refactored to not include anything related to authentication.

Fix #801

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Test Results

       4 files  ±0         4 suites  ±0   5m 18s ⏱️ -5s
   408 tests ±0     406 ✔️ ±0    2 💤 ±0  0 ±0 
1 632 runs  ±0  1 564 ✔️ ±0  68 💤 ±0  0 ±0 

Results for commit f2d4356. ± Comparison against base commit 4b1397b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Code Coverage (Ubuntu)

File Coverage
All files 82%

Minimum allowed coverage is 70%

Generated by 🐒 cobertura-action against f2d4356

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

Code Coverage (Windows)

File Coverage
All files 76%

Minimum allowed coverage is 70%

Generated by 🐒 cobertura-action against f2d4356

@alambare-csgroup alambare-csgroup force-pushed the prevent-auth-during-search-preparation branch 8 times, most recently from 2c6c535 to 3c29909 Compare August 29, 2023 19:00
fix a bug that was sending authentication requests on each provider
supported by the searched product type in the search request preparation
@alambare-csgroup alambare-csgroup force-pushed the prevent-auth-during-search-preparation branch from 3c29909 to 4ce70f6 Compare August 29, 2023 19:02
@alambare-csgroup alambare-csgroup marked this pull request as ready for review August 29, 2023 19:09
@sbrunato sbrunato force-pushed the prevent-auth-during-search-preparation branch from 6457521 to f2d4356 Compare August 30, 2023 14:20
@sbrunato sbrunato merged commit dea2243 into develop Aug 30, 2023
11 of 12 checks passed
@sbrunato sbrunato deleted the prevent-auth-during-search-preparation branch August 30, 2023 14:49
@sbrunato sbrunato added this to the 2.11.0 milestone Nov 21, 2023
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.

prevent authentication during search preparation
2 participants