-
Notifications
You must be signed in to change notification settings - Fork 4
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
Merge master (v2.5.5) into develop #290
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR adds the new cloudChoice config property, to allow choosing either all consumer serving regions, or just the ones backed by GCP. By default the Multi option will be used, so default behavior is unchanged. J=WAT-4374 TEST=auto Added new test class --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
**Changes:** - Adds new cloudChoice config property #277
This change updates the autocomplete LiveAPI endpoints that search-core provides so that it provides the cached version of the endpoints. Using the cached endpoints helps improve performance. J=WAT-4442 TEST=manual, auto Built test site with new change, saw that the cached endpoints were being used. Tests pass.
Updating the @babel/plugin-transform-runtime import from 7.17.0 to 7.23.2 to resolve a potential vulnerability. J=VULN-39421 TEST=manual Ran npm run start in test-site, site functioned as expected. Saw package versions were updated in package-lock.json.
search-core: Resolve Vulnerabilities Regenerated package-lock.json and test-site/package-lock.json to ensure that both used updated safe dependencies. J=VULN-39421 TEST=manual Inspected babel dependencies in each file to confirm they used safe versions. * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check * Automated update to repo's documentation from github action --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
We have been upping the package version without cutting releases, so before the next release, this PR drops the version to the next actual version, 2.5.5 J=none TEST=compile
We have been upping the package version without cutting releases, so before the next release, this PR drops the version to the next actual version, 2.5.5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge master (v2.5.5) into develop