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

feat: add path_overrides autodetect configuration #2853

Merged
merged 1 commit into from Jan 31, 2024

Conversation

hugorut
Copy link
Contributor

@hugorut hugorut commented Jan 31, 2024

Adds the ability to configure which envs apply to different paths using a new path_overrides autodetect config key.

Note: I've had to include the github.com/gobwas/glob package as the builting filepath.Match function could not accomodate the glob syntax that we want to use for the path field.

Adds the ability to configure which envs apply to different paths using a
new `path_overrides` autodetect config key.

**Note**: I've had to include the github.com/gobwas/glob package as the
builting `filepath.Match` function could not accomodate the glob syntax
that we want to use for the `path` field.
@hugorut hugorut self-assigned this Jan 31, 2024
@hugorut hugorut requested a review from aliscott January 31, 2024 13:48
@hugorut hugorut merged commit 0b57361 into master Jan 31, 2024
10 checks passed
@hugorut hugorut deleted the feat/path-overrides branch January 31, 2024 14:10
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.

None yet

2 participants