-
Notifications
You must be signed in to change notification settings - Fork 123
feat(api): project and personal scoped access tokens #7206
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
Open
n1ru4l
wants to merge
29
commits into
main
Choose a base branch
from
project-scope-access-tokens
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.
Open
Changes from 16 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
543cfae
feat(api): project and personal scoped access tokens
n1ru4l 1209a93
typo
n1ru4l b52fdf7
feat: project access token ui
n1ru4l 0601a06
reuse component
n1ru4l a7f6a60
ui ui ui
n1ru4l 9bb1cde
fixtures
n1ru4l 2f6a702
fix
n1ru4l 2489b5c
fix ts
n1ru4l 26631fe
mr lint
n1ru4l 3dd3bd4
feat: prevent using personal access token if permissions are lacking
n1ru4l 8c1fa9c
no emoji?
n1ru4l 456836f
ui feedback for assign based on viewer
n1ru4l a70bf6c
add some descriptions
n1ru4l 9c42536
tests tests tests
n1ru4l 11f3daf
changeset
n1ru4l 25a0db3
dem fixtures
n1ru4l f00f785
include userId and projectId in audit log types
n1ru4l ea2f9f3
Apply suggestion from @n1ru4l
n1ru4l a2f23cb
Apply suggestion from @n1ru4l
n1ru4l ca2d5c0
remove outdated comment
n1ru4l caad8cb
lint
n1ru4l 831f5f6
assert delete based on access token type
n1ru4l bcb1e3d
add type debug info
n1ru4l 08d2bca
remove dev debug code remains
n1ru4l 35a2a46
fix dem types
n1ru4l 70df3b0
l like my errors
n1ru4l 78e66d5
schema adjustments
n1ru4l f3c14d8
no breaking schema changes :)
n1ru4l e681a12
lint
n1ru4l 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@graphql-hive/cli': minor | ||
| --- | ||
|
|
||
| Improve output of the `hive whoami` command. It now also handles the new access token format. | ||
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
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.
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.
Add a change for
hivealso for the token scoping.