• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

yext / search-ui-react
85%
main: 88%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: main
Repo Added 15 Jul 2022 03:07PM UTC
Files 108
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH hotfix/v1.8.1
branch: hotfix/v1.8.1
CHANGE BRANCH
x
Reset
  • hotfix/v1.8.1
  • autocomplete-fixes
  • dev/debounce-autocomplete-filtersearch
  • dev/events-api
  • dev/filter-search-disable-builtin-classes
  • dev/filtersearch-wcag-fix
  • dev/gda-analytics-event
  • dev/gda-markdown-styling
  • dev/localize-mapbox
  • dev/locator-analytics-events
  • dev/map-pins-improvements
  • dev/mapbox-map-updates-for-vle
  • dev/mapbox-map-vle-iframe-updates
  • dev/mapbox-pins
  • dev/merge-v1.6.3-97db8e5-into-develop
  • dev/merge-v1.6.4-fa0b741-into-develop
  • dev/merge-v1.6.5-76fb682-into-develop
  • dev/merge-v1.6.6-0c72c17-into-develop
  • dev/merge-v1.6.7-109b443-into-develop
  • dev/merge-v1.7.0-6a7ae5a-into-develop
  • dev/merge-v1.7.1-19ad6ad-into-develop
  • dev/merge-v1.7.2-805655a-into-develop
  • dev/merge-v1.7.2-c78323c-into-develop
  • dev/merge-v1.8.10-7ebcaac-into-develop
  • dev/merge-v1.8.12-7e57974-into-develop
  • dev/merge-v1.8.13-929d02a-into-develop
  • dev/merge-v1.8.14-41f0159-into-develop
  • dev/merge-v1.8.15-7e9bb8f-into-develop
  • dev/merge-v1.8.2-055c51d-into-develop
  • dev/merge-v1.8.3-3fe4af2-into-develop
  • dev/merge-v1.8.4-9f1be48-into-develop
  • dev/merge-v1.8.5-0d78fc0-into-develop
  • dev/merge-v1.8.9-3ba9ab4-into-develop
  • dev/merge-v1.9.0-162f63a-into-develop
  • dev/merge-v1.9.4-f4c07d7-into-develop
  • dev/near-me-button-filter-search
  • dev/reacti18next
  • dev/remove-mapbox-event-listeners
  • dev/remove-nested-button
  • develop
  • display-converted-richText
  • esm
  • esm2
  • exampleCards
  • feature/answers-to-search
  • feature/mapbox-component
  • hotfix/1.6.3
  • hotfix/v1.0.1
  • hotfix/v1.0.2
  • hotfix/v1.18.15
  • hotfix/v1.3.5
  • hotfix/v1.4.1
  • hotfix/v1.5.1
  • hotfix/v1.6.1
  • hotfix/v1.6.2
  • hotfix/v1.6.3
  • hotfix/v1.6.4
  • hotfix/v1.6.5
  • hotfix/v1.6.6
  • hotfix/v1.6.7
  • hotfix/v1.6.8
  • hotfix/v1.7.1-v2
  • hotfix/v1.7.2
  • hotfix/v1.8.12
  • hotfix/v1.8.14
  • hotfix/v1.8.2
  • hotfix/v1.8.3
  • hotfix/v1.8.4
  • hotfix/v1.9.1
  • hotfix/v1.9.2
  • hotfix/v1.9.3
  • hotfix/v1.9.4
  • hotfix2/v1.7.1
  • main
  • patch-1
  • react18upgrade
  • refs/heads/develop
  • release/1.1.1
  • release/1.3.1
  • release/v1.0.0
  • release/v1.1.0
  • release/v1.2.0
  • release/v1.5.0
  • release/v1.6.0
  • remove-logo-searchbar
  • rename-imports
  • rename-repo-package
  • rerun-npm-i-1.8.12
  • richText-html-support
  • search-autocomplete-fixes
  • search-autocomplete-fixes2
  • semgrep-ubuntu-latest
  • storybook-site
  • storybook-site-google-analytics
  • test-coverage-githubaction
  • test-gh-actions
  • test-site
  • test/set-output
  • test/snapshots
  • test/use-node-20
  • tmeyer2115-patch-1
  • update-package-version-1.8.1
  • wgorick/dev

20 Feb 2025 07:13PM UTC coverage: 85.189% (-0.1%) from 85.327%
14067402156

push

github

web-flow
Version 1.8.0

This PR adds Generative Direct Answers (GDA) and GDA analytics. Full merge thread can be found below - many of the changes were already in main and were just merged into the develop branch while developing.


* add generativeDirectAnswer support (#441)

J=CLIP-1226
TEST=auto,manual

added unit and visual regression test, ran and saw tests passed
added GDA to test-site App and verified that the appropriate gda content shows up and the UI looks as expected

* Added storybook stories for generative direct answer component (#442)

J=CLIP-1226
TEST=manual

ran `npm run storybook`

* update search-headless-react dependencies version to 2.5.0-beta.3 (#443)

New version has `queryDurationMillis` as an optional field of VerticalResults

J=CLIP-1226
TEST=auto,manual

ran `npm run test`
temporarily added GDA to ProductsPage in test site and verified that the appropriate gda content shows up after a vertical search.

* support clickable citation card with link (#444)

J=CLIP-1332
TEST=auto,manual

ran `npm run test` and test manually on test-site

* GDA: citations component override  (#451)

Changes:
- Added `CitationsContainer` prop to `<GenerativeDirectAnswer>` to allow custom components to be passed in
- Updated test cases and test-site with new component passed through

J=CLIP-1369
TEST=manual|auto

Ran `npm run build`, `npm run test`, and `npm run wcag` and did manual testing on test-site

* Check for search id before executing GDA (#454)

J=CLIP-1461
TEST=auto,manual

ran `npm run test` and tested manually on test-site to verified gda is executed as expected

* Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check

* increment versions

* Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check

* Update snapshots

* decrement package

* Function Vertical Support via search-core/headless upgrade (#459)

This change upgrades the version for search-core and search-headless to catch the ... (continued)

1388 of 1811 branches covered (76.64%)

Branch coverage included in aggregate %.

79 of 88 new or added lines in 5 files covered. (89.77%)

1948 of 2105 relevant lines covered (92.54%)

143.75 hits per line

Relevant lines Covered
Build:
Build:
2105 RELEVANT LINES 1948 COVERED LINES
143.75 HITS PER LINE
Source Files on hotfix/v1.8.1
  • Tree
  • List 105
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
14067402156 hotfix/v1.8.1 Version 1.8.0 This PR adds Generative Direct Answers (GDA) and GDA analytics. Full merge thread can be found below - many of the changes were already in main and were just merged into the develop branch while developing. * add generativeDirectA... push 25 Mar 2025 06:33PM UTC web-flow github
85.19
See All Builds (1628)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc