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: allow lock file path to be set via config file #1118

Merged
merged 6 commits into from
Oct 9, 2024

Conversation

blgm
Copy link
Member

@blgm blgm commented Oct 9, 2024

No description provided.

@blgm blgm force-pushed the feat_enabling_lock_files branch from 98b96d6 to b73c14d Compare October 9, 2024 14:27
zucchinidev and others added 6 commits October 9, 2024 15:27
- Renames the environment variable to have prefix CSB rather than GCP.
  CSB = Cloud Service Broker
  GCP = Google Service Broker
  Since this is a fork of a Google project we inherit some GSB variables,
  but it's an anti-pattern to add more.
- Moved the viper definition of the lockfiledir entirely into storage.go.
  This is a tradeoff because there's something nice about defining all the
  config in serve.go, but the downside is complexity and accessing the value
  without using the constant for it (to avoid a circular dependency)
Fixed a staticcheck warning
@blgm blgm force-pushed the feat_enabling_lock_files branch from b73c14d to fd6a4c1 Compare October 9, 2024 14:27
@ifindlay-cci ifindlay-cci merged commit 1144fb3 into main Oct 9, 2024
8 checks passed
@ifindlay-cci ifindlay-cci deleted the feat_enabling_lock_files branch October 9, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants