c3b64aea3b
Commits on May 27, 2022
-
Merge pull request #11315 from rstudio/feature/single-session-sharing…
…-companion Companion for single-session project sharing
-
-
Followup/rtools42 installer (#11314)
* tweaks to fix Rtools installer * move logic to R function * add missing function name * unlink tempfile * remove extra brace * source new R file * fix initialize * add to header * fix init * add to SessionBuild initialize * move R file one level up, source in SessionBuild.cpp * move back to build folder * move R file back * increase timeout for exe download * move timeout to the actual right function * timeout comment * timeout set as an option, not as a param * message to console * Apply suggestions from code review Co-authored-by: Kevin Ushey <kevin@rstudio.com> * Update src/cpp/session/modules/build/SessionInstallRtools.cpp Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
Merge pull request #11310 from rstudio/feature/choose-r-shortcuts-ele…
…ctron Added ESC and Enter key recognition for Choose R window - Electron
-
-
-
Commits on May 26, 2022
Commits on May 25, 2022
-
Merge pull request #11298 from rstudio/bugfix/code-prefs-layout-tweak
hide Code / Editing / General (options) section title when project is open
-
-
Merge pull request #11293 from rstudio/bugfix/mac-qt-dep-script
use Qt 5.12.10 on MacOS
-
Get Cran URL for Rtools 42 windows installer (#11248)
* Download Rtools 42 home page and use regex to extract the url of the latest installer * tweak regex, respond to code review * tweak rtools42 installer
-
Merge pull request #11295 from rstudio/bugfix/disable-quarto-in-tests
Skip quarto tests when quarto disabled
-
-
Merge pull request #11294 from rstudio/revert-11292-bugfix/disable_qu…
…arto_test Revert "If Quarto has been disabled, then disable the quarto test"
-
-
Merge pull request #11292 from rstudio/bugfix/disable_quarto_test
If Quarto has been disabled, then disable the quarto test
-
-
-
-
quarto preview open in window (#11178)
* call showInViewer() when viewer type == "window" * Render opens new window only if the viewer type has changed
-
Merge pull request #11283 from rstudio/bugfix/unit-test-exit-code
allow either 143 or 1 for process exit code for sigterm test
-
Merge pull request #11286 from rstudio/feature/relable-non-r-sessions
Open Source side changes for rstudio/rstudio-pro#3472
Commits on May 24, 2022
-
-
-
tweaks for parsing rs-theme-is-dark field for themes (#11236)
* avoid using temporary regex * ensure fmt is linked to shared core * resolve compiler warnings * avoid using lexical cast * fmt only required by core, not shared_core
-
-
include _quarto.yml if available (#11201)
* include _quarto.yml if available * rather use quartoSrcFile * test * include _quarto.yml from the quarto project, not the wd (might be the same) * clean after testing * reduce calls to quarto. get resources and project with same call * Update src/cpp/session/modules/SessionRSConnect.R Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
Attempt to retry the whole windows build (#11196)
* attempt to retry the whole windows build * move retry outside the node * reduce retry to 2
-
-