Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow Connect API Key#133

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
schloerke merged 17 commits intorstudio:masterfromalexkgold:connect_api_key
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
57df886
Allow api key auth on RStudio Connect
Sep 4, 2020
d360ce7
Don't need to do postLogin with API key
Sep 10, 2020
d8a3fd0
remove unnecessary args
Sep 10, 2020
ac067cd
fix cookie arg
Sep 10, 2020
56e4590
Make API Key less automagic
Sep 17, 2020
3d02460
bump version
Sep 17, 2020
d306f75
build docs
Sep 17, 2020
dd1257c
White space and comments
schloerkeSep 18, 2020
64beeea
Update R/shiny-recorder.R
alexkgoldOct 7, 2020
f09553c
Check for solo url of RSC app
schloerkeOct 8, 2020
fd99fe2
Merge branch 'master' into connect_api_key
schloerkeFeb 5, 2021
323c490
Remove fancy apostrophe in favor of regular apostrophe
schloerkeFeb 5, 2021
b2387ce
Add header to recording if RSC connect api key is used
schloerkeFeb 5, 2021
da622ae
Add message hinting to users that they should use `connect_api_key`
schloerkeFeb 5, 2021
fa026a8
Fix vignette formatting by adding a space
schloerkeFeb 8, 2021
63d0a4b
Add docs on how to disable bash or zsh history
schloerkeFeb 8, 2021
4bc7b2f
Update load-testing-authenticated-apps.Rmd
schloerkeFeb 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Merge branch 'master' into connect_api_key
  • Loading branch information
@schloerke
schloerke authoredFeb 5, 2021
commitfd99fe200f7dab0f531b3979227d9aa95b8e8e8b
7 changes: 1 addition & 6 deletionsDESCRIPTION
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,12 +55,7 @@ Suggests:
lubridate,
progress,
rmarkdown,
scales,
stringr,
tibble,
svglite,
websocket (>= 1.0.0),
xml2
testthat
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
SystemRequirements:
Expand Down
1 change: 1 addition & 0 deletionsR/shiny-recorder.R
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -253,6 +253,7 @@ RecordingSession <- R6::R6Class("RecordingSession",
cookies <- data.frame()
# if auth is required and are not using the connectApiKey...
if (isProtected(private$targetURL) && is.null(private$connectApiKey)) {
assert_is_available("getPass")
username <- getPass::getPass("Enter your username: ")
if (is.null(username)) stop("Login aborted (username not provided)")
password <- getPass::getPass("Enter your password: ")
Expand Down
2 changes: 1 addition & 1 deletionman/slt_demo_data_1.Rd
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

2 changes: 1 addition & 1 deletionman/slt_demo_data_16.Rd
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

2 changes: 1 addition & 1 deletionman/slt_demo_data_4.Rd
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

You are viewing a condensed version of this merge commit. You can view thefull changes here.

[8]ページ先頭

©2009-2025 Movatter.jp