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

pass Client-SDK HTTP header #1056

Merged
merged 5 commits into from
Mar 18, 2022
Merged

pass Client-SDK HTTP header #1056

merged 5 commits into from
Mar 18, 2022

Conversation

oshi97
Copy link
Contributor

@oshi97 oshi97 commented Mar 17, 2022

This will only work when pointed to the next version of the SDK.

J=SLAP-1949
TEST=manual,auto

see that the test-site specifies the theme's version in the header
create a fresh jambo site using the hitchhiker theme, see the header passed as expected

This will only work when pointed to the next version of the SDK.

J=SLAP-1949
TEST=manual,auto

see that the test-site specifies the theme's version in the header
create a fresh jambo site using the hitchhiker theme, see the header passed as expected
@coveralls
Copy link

coveralls commented Mar 17, 2022

Coverage Status

Coverage remained the same at 8.831% when pulling 2bbef44 on dev/pass-client-sdk into 96b34f8 on develop.

@oshi97 oshi97 requested a review from a team March 17, 2022 21:20
Copy link
Member

@cea2aj cea2aj left a comment

Choose a reason for hiding this comment

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

+1

VERTICAL_AUTOCOMPLETE_URL_REGEX
} from '../constants';
import { SearchRequestLogger } from '../searchrequestlogger';
import { } from '../constants';
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: empty import

const universalAutocompleteLogger = (new SearchRequestLogger()).createUniversalAutocompleteLogger();

fixture`Client-SDK header works on universal searches/autocomplete`
.page(`http://localhost:${PORT}/index`)
Copy link
Contributor

@yen-tt yen-tt Mar 17, 2022

Choose a reason for hiding this comment

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

small thing, do we need to specify index? or does it work without it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yup that works!

@oshi97 oshi97 requested a review from yen-tt March 17, 2022 22:28
@oshi97 oshi97 merged commit 75c6731 into develop Mar 18, 2022
@oshi97 oshi97 deleted the dev/pass-client-sdk branch March 18, 2022 00:23
@nmanu1 nmanu1 mentioned this pull request May 10, 2022
nmanu1 added a commit that referenced this pull request May 10, 2022
## Version 1.29.0
### Features
- Added support for passing Answers Agents in the HTTP header (#1056)
- Added support for adding custom autocomplete prompts (#1040)
- Added RTF truncation support (#1060, #1061)

### Changes
- Updated default `vertical-grid` universal limit to 3 (#1048)

### Bug Fixes
- Fixed filters and footer overlap on desktop view (#806)
- Fixed `CollapsibleFilters` tab order (#1057)
- Fixed text truncation in the accordion card (#1065)
- Updated iframe tab navigation to keep parent’s domain (#1067)
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.

4 participants