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

Customize config path with SLUMBER_CONFIG_PATH #372

Merged
merged 5 commits into from
Sep 9, 2024
Merged

Conversation

LucasPickering
Copy link
Owner

@LucasPickering LucasPickering commented Sep 9, 2024

Description

Describe the change. If there is an associated issue, please include the issue link (e.g. "Closes #xxx"). For UI changes, please also include screenshots.

Closes #370

Known Risks

What issues could potentially go wrong with this change? Is it a breaking change? What have you done to mitigate any potential risks?

  • Added cognitive complexity for the user (very minimal)
  • Conflicting usages of the variable SLUMBER_CONFIG_PATH. Mitigated by choosing a very specific var name

QA

How did you test this?

  • Manually
  • Added unit test

Checklist

  • Have you read CONTRIBUTING.md already?
  • Did you update CHANGELOG.md?
    • Only user-facing changes belong in the changelog. Internal changes such as refactors should only be included if they'll impact users, e.g. via performance improvement.
  • Did you remove all TODOs?
    • If there are unresolved issues, please open a follow-on issue and link to it in a comment so future work can be tracked

LucasPickering and others added 4 commits September 7, 2024 22:11
That's an interesting commit message, isn't it. Apparently having the words "Basic" and "Bearer" in the changelog causes the CI to identify the release plan as containing "secrets", and therefore doesn't share it from the plan step to the execution steps. This error messages around this from Github are incredibly poor so I had to find the offending words with some binary search-type thing.
@LucasPickering LucasPickering changed the base branch from master to 2.1 September 9, 2024 02:17
@LucasPickering LucasPickering merged commit 6101f3d into 2.1 Sep 9, 2024
15 checks passed
@LucasPickering LucasPickering deleted the config-env-var branch September 9, 2024 11:32
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.

Allow overriding the config file location
2 participants