-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Indexer: Improve locating stories with specials chars in path #22110
Indexer: Improve locating stories with specials chars in path #22110
Conversation
Hi @shilman, anything I can do to help push this PR toward a merge? |
@jankoritak Sorry for the delay. I'll make some time to review with @ndelangen this coming week. |
Thank you all for your hard work on this issue, this is currently impacting me. Hopefully a merge is around the corner! |
@jankoritak this PR I referenced got merged: #22186 Would you be able to apply the fixes from this PR on that part of the codebase as well? |
@ndelangen Sure, I'll look into it. Thanks for the update. |
@JReinhold or @valentinpalkovic Is either of you able to determine if this is still something we need going forwards? |
This Pr's fix seems reasonable. |
@ndelangen please take another look! |
@jankoritak I updated the branch, looks like CI found some problems, are you interested in fixing up this PR? |
@ndelangen I am. However, I'm swamped at the moment. Would you guys be open to waiting for a couple more weeks till I find time to fine-tune the PR? In case this is a no-go for you, lemme know. |
That's not a problem, as a heads-up to you: |
I think some merging has gone bad, as this now does |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 95b7131. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
I think i cleaned it up |
Closes #21636
What I did
StoryIndexGenerator.ts
not to treatthis.options.workingDir
as a glob. This allows the absolute part of the path to contain special glob characters without breaking the match.How to test
Special (1)
) in your path that contains a repository with a storybook.next
branch.this
branch.Checklist
MIGRATION.MD
Maintainers
make sure to add the
ci:merged
orci:daily
GH label to it.["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]