Skip to content

fix: prevents special characters breaking relationship field search#1710

Merged
denolfe merged 2 commits intomasterfrom
fix/regex-special-characters
Dec 19, 2022
Merged

fix: prevents special characters breaking relationship field search#1710
denolfe merged 2 commits intomasterfrom
fix/regex-special-characters

Conversation

@JessRynkar
Copy link
Member

Description

This fixes prevents the relationship field breaking when special characters are used to search.
Closes issue #1704

  • I have read and understand the CONTRIBUTING.md document in this repository

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have added tests that prove my fix is effective or that my feature works
  • Existing test suite passes locally with my changes
  • I have made corresponding changes to the documentation

@denolfe denolfe merged commit 9af4c1d into master Dec 19, 2022
@denolfe denolfe deleted the fix/regex-special-characters branch December 19, 2022 17:16
denolfe added a commit that referenced this pull request Feb 2, 2026
# Overview

Addresses intermittent CI failures caused by [GitHub Actions cache
propagation delays](actions/cache#1710). Jobs
were failing with "command not found" errors because the build cache
wasn't available yet when downstream jobs started.

## Key Changes

- **Added `fail-on-cache-miss: true` to all build cache restores**
- Makes cache failures explicit rather than silently continuing without
`node_modules`

- **Added `cache-propagation-delay` option to setup action**
  - New input with default of `0` seconds
  - Set to `120` seconds in all jobs that restore the build cache

- **Standardized GitHub Action versions in matrix jobs**
  - `actions/checkout@v4` → `@v5`
  - `actions/setup-node@v4` → `@v6`

## References / Links

- [GitHub Actions Cache Issue #1710: Cache indexing lag / API
propagation delay](actions/cache#1710)
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.

2 participants