-
Notifications
You must be signed in to change notification settings - Fork 37
Add R API for Custom OAuth Integrations (and add support getDelegatedAzureToken in VSCode and Positron sessions) #322
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0e2bbe1
Add OAuth integration support with getOAuthCredentials function
zachhannum 8abd00f
Implement OAuth integration functions and update documentation
zachhannum 18222b3
Allow getDelegatedAzureToken to work outside RStudio
zachhannum e2b0b05
Add findOAuthIntegration function and update related documentation
zachhannum 30ab910
Fallback on RS_SERVER_ADDRESS for Workbench detection
zachhannum 81d958c
Fallback on versionInfo for version check
zachhannum cbef13a
Comment cleanup
zachhannum 7d62456
Use long_version in version compare error
zachhannum fa567f9
Align version compatibility error message
zachhannum a60f41c
Fix documentation mismatch for documentNew type parameter
zachhannum d1167fe
Fix documentNew signature to match documentation
zachhannum e3436a3
Fix test to not require specific HTTP error message
zachhannum 64e1413
Remove optional type parameter from findOAuthIntegration function
zachhannum f1107a5
Use curl instead of httr for http requests
zachhannum e6e0d4a
Style updates
zachhannum fa6ff53
Improve error handling and documentation
zachhannum f799e13
Simplify getDelegatedAzureToken fallback
zachhannum b7864fb
Use withr and aggregate duplicate test conditions
zachhannum 393422f
Add regex matching in find for parity with Python
zachhannum f7c6b5a
Docs
zachhannum d00ddd0
Apply suggestion from @atheriel
zachhannum 98bd46a
Add input validation
zachhannum 64782bf
Use explicit unbox instead of auto unbox
zachhannum 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 |
|---|---|---|
|
|
@@ -22,6 +22,9 @@ Suggests: | |
| knitr, | ||
| rmarkdown, | ||
| clipr, | ||
| covr | ||
| covr, | ||
| curl, | ||
| jsonlite, | ||
| withr | ||
| VignetteBuilder: knitr | ||
| Encoding: UTF-8 | ||
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.
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.