-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add secret permalink to share dialog (#236)
* feat: add environment to queryable fields for secrets * feat: add env, path to secrets query * feat: add util to get secret permalink * fix: dont render share dialog for secrets till they are saved * feat: add permalink section to share secret dialog * fix: add environment to prototype secret * feat: use tabbed ui for share dialog, misc ui cleanup
- Loading branch information
1 parent
f6f5916
commit 6357d00
Showing
12 changed files
with
240 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -450,6 +450,7 @@ class Meta: | |
"updated_at", | ||
"history", | ||
"override", | ||
"environment", | ||
) | ||
# interfaces = (relay.Node, ) | ||
|
||
|
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.