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

fix(dev-env): always lowercase environment slug #1659

Merged
merged 1 commit into from
Jan 19, 2024
Merged

fix(dev-env): always lowercase environment slug #1659

merged 1 commit into from
Jan 19, 2024

Conversation

sjinks
Copy link
Member

@sjinks sjinks commented Jan 19, 2024

Description

This PR fixes the issue of starting environments with capital letters in their slugs on a case-sensitive filesystem.

Fixes: #1635

Pull request checklist

New release checklist

Steps to Test

See #1635

After applying the patch and rebuilding, the following should work:

vip dev-env create --slug CaseSensitive < /dev/null
vip dev-env start --slug CaseSensitive

@sjinks sjinks added [Type] Bug Something isn't working [Status] Needs Review labels Jan 19, 2024
@sjinks sjinks self-assigned this Jan 19, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sjinks sjinks marked this pull request as ready for review January 19, 2024 07:59
@sjinks sjinks merged commit 2f781d2 into trunk Jan 19, 2024
16 checks passed
@sjinks sjinks deleted the GH-1635 branch January 19, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Environments with mixed case slugs cannot be started
2 participants