-
Notifications
You must be signed in to change notification settings - Fork 5.8k
feat: add --ignore-env=...
#31187
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
Draft
dsherret
wants to merge
25
commits into
denoland:main
Choose a base branch
from
dsherret:feat_allow_env_deny_to_none
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: add --ignore-env=...
#31187
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
a737159
feat: denied env vars to none
dsherret 9a755aa
update
dsherret 8858b66
update set and delete
dsherret b706ffd
fix
dsherret 83c98fc
better
dsherret be118da
Merge branch 'main' into feat_allow_env_deny_to_none
dsherret ffc2506
small fixes
dsherret efacd4d
update
dsherret f6ddea8
add partial denied
dsherret f9f9e71
add partial denied
dsherret e88b7dd
fix
dsherret 511c88c
update
dsherret 09e3e81
remove allocation
dsherret 33b3ed4
Merge branch 'main' into feat_allow_env_deny_to_none
dsherret 21f51a3
fix logic for deny
dsherret b8f33e7
fix logic for deny
dsherret cd23acc
Update cli/schemas/config-file.v1.json
dsherret 75f2a00
fixes
dsherret db08877
fix bug in permissions
dsherret db6881b
fix build error
dsherret 5bd064f
fix another issue
dsherret 1cb5f7c
saving work
dsherret 499b691
adding single descriptors collection
dsherret b8affe1
working
dsherret b13d975
use a vec
dsherret File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -16,6 +16,17 @@ | |
| "items": { "type": "string" } | ||
| }] | ||
| }, | ||
| "allowDenyIgnorePermissionConfig": { | ||
| "allOf": [ | ||
| { "$ref": "#/$defs/allowDenyPermissionConfig" }, | ||
| { | ||
| "type": "object", | ||
| "properties": { | ||
| "ignore": { "$ref": "#/$defs/permissionConfigValue" } | ||
| } | ||
| } | ||
| ] | ||
| }, | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This needs to be used in "env" before merging. |
||
| "allowDenyPermissionConfig": { | ||
| "type": "object", | ||
| "description": "Object form to allow and/or deny permissions.", | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.