This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: sidenav redesign with import and export (#398)
* chore: merge main * fix: remove husky reference in readme * chore: add ability to turn off keycloak auth * fix: dynamic env import * fix: add disable keycloak var to zarf yaml * chore: version bump 0.1.8 * chore: Add to uds bundle * chore: update folder name * fix: remove duplicate ui from bundle, adjust default vars * fix: use dev tag for ui uds bundle * chore: get anonkey from secretRef * chore: Rever to require supabase anon key instead of using secret from hosted version * chore: default uds bundle to SAAS supabase temporarily * chore: dev/gpu config gets SAAS supabase temporarily too * fix: dynamic variables instead of static * fix: update variable names for zarf * fix: conversations id import bug * fix: minor changes from pr review * fix: minor changes from pr review 2 * chore: update vars to pull secret for sb or use provided value
- Loading branch information
1 parent
7a3a0ad
commit 368e4e9
Showing
45 changed files
with
1,092 additions
and
521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
package: | ||
host: lfaiui | ||
supabase_url: '###ZARF_VAR_SUPABASE_URL###' | ||
supabase_anon_key: '###ZARF_VAR_SUPABASE_ANON_KEY###' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.