mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-12 15:52:57 +02:00
Ability to open workspace from directory, WorkspaceMeta, and many sync improvements
This commit is contained in:
@@ -294,26 +294,6 @@
|
||||
"PermissionKind": {
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "Enables the activate command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-activate"
|
||||
},
|
||||
{
|
||||
"description": "Denies the activate command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-activate"
|
||||
},
|
||||
{
|
||||
"description": "Enables the add command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-add"
|
||||
},
|
||||
{
|
||||
"description": "Denies the add command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-add"
|
||||
},
|
||||
{
|
||||
"description": "Enables the apply command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -335,174 +315,14 @@
|
||||
"const": "deny-calculate"
|
||||
},
|
||||
{
|
||||
"description": "Enables the check command without any pre-configured scope.",
|
||||
"description": "Enables the calculate_fs command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-check"
|
||||
"const": "allow-calculate-fs"
|
||||
},
|
||||
{
|
||||
"description": "Denies the check command without any pre-configured scope.",
|
||||
"description": "Denies the calculate_fs command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-check"
|
||||
},
|
||||
{
|
||||
"description": "Enables the checkout command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-checkout"
|
||||
},
|
||||
{
|
||||
"description": "Denies the checkout command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-checkout"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cmd_add command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-cmd-add"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cmd_add command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-cmd-add"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cmd_checkout command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-cmd-checkout"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cmd_checkout command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-cmd-checkout"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cmd_commit command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-cmd-commit"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cmd_commit command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-cmd-commit"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cmd_init command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-cmd-init"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cmd_init command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-cmd-init"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cmd_log command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-cmd-log"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cmd_log command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-cmd-log"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cmd_status command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-cmd-status"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cmd_status command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-cmd-status"
|
||||
},
|
||||
{
|
||||
"description": "Enables the commit command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-commit"
|
||||
},
|
||||
{
|
||||
"description": "Denies the commit command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-commit"
|
||||
},
|
||||
{
|
||||
"description": "Enables the init command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-init"
|
||||
},
|
||||
{
|
||||
"description": "Denies the init command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-init"
|
||||
},
|
||||
{
|
||||
"description": "Enables the init_repo command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-init-repo"
|
||||
},
|
||||
{
|
||||
"description": "Denies the init_repo command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-init-repo"
|
||||
},
|
||||
{
|
||||
"description": "Enables the initialize command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-initialize"
|
||||
},
|
||||
{
|
||||
"description": "Denies the initialize command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-initialize"
|
||||
},
|
||||
{
|
||||
"description": "Enables the log command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-log"
|
||||
},
|
||||
{
|
||||
"description": "Denies the log command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-log"
|
||||
},
|
||||
{
|
||||
"description": "Enables the status command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-status"
|
||||
},
|
||||
{
|
||||
"description": "Denies the status command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-status"
|
||||
},
|
||||
{
|
||||
"description": "Enables the sync command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-sync"
|
||||
},
|
||||
{
|
||||
"description": "Denies the sync command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-sync"
|
||||
},
|
||||
{
|
||||
"description": "Enables the sync_fs command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-sync-fs"
|
||||
},
|
||||
{
|
||||
"description": "Denies the sync_fs command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-sync-fs"
|
||||
},
|
||||
{
|
||||
"description": "Enables the unstage command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-unstage"
|
||||
},
|
||||
{
|
||||
"description": "Denies the unstage command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-unstage"
|
||||
"const": "deny-calculate-fs"
|
||||
},
|
||||
{
|
||||
"description": "Enables the watch command without any pre-configured scope.",
|
||||
|
||||
Reference in New Issue
Block a user