-
Notifications
You must be signed in to change notification settings - Fork 271
feat(dashboard-api): supabase auth users sync background runner #2247
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
base: main
Are you sure you want to change the base?
Changes from all commits
c50d248
68a6265
9d8fe63
1e5f28b
56154df
3a431aa
eb69678
bb9fa39
461d2ec
ce0cbd1
4d622ce
84ecd06
3f56979
386d0c6
3e3fa3c
5e0972b
6b5a5c8
1113654
fb0afd4
bd4dd80
97e305a
c98878f
e314b96
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
environmentvariable passed to HCL templateLow Severity
The
environment = var.environmentis still passed totemplatefile()but is no longer referenced indashboard-api.hcl. After the refactor,ENVIRONMENTis set vialocal.base_envthrough theenvmap loop. This is dead code left over from the migration.