Skip to content
Permalink
c3b64aea3b
Switch branches/tags

Commits on May 27, 2022

  1. Merge pull request #11315 from rstudio/feature/single-session-sharing…

    …-companion
    
    Companion for single-session project sharing
    jeffvroom committed May 27, 2022
  2. Minor fixes

    matheustavaresdev committed May 27, 2022
  3. 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>
    jgutman and kevinushey committed May 27, 2022
  4. Merge pull request #11310 from rstudio/feature/choose-r-shortcuts-ele…

    …ctron
    
    Added ESC and Enter key recognition for Choose R window - Electron
    matheustavaresdev committed May 27, 2022
  5. Minor updates

    matheustavaresdev committed May 27, 2022

Commits on May 25, 2022

  1. Merge pull request #11298 from rstudio/bugfix/code-prefs-layout-tweak

    hide Code / Editing / General (options) section title when project is open
    gtritchie committed May 25, 2022
  2. Merge pull request #11293 from rstudio/bugfix/mac-qt-dep-script

    use Qt 5.12.10 on MacOS
    gtritchie committed May 25, 2022
  3. 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
    jgutman committed May 25, 2022
  4. Merge pull request #11295 from rstudio/bugfix/disable-quarto-in-tests

    Skip quarto tests when quarto disabled
    melissa-barca committed May 25, 2022
  5. Merge pull request #11294 from rstudio/revert-11292-bugfix/disable_qu…

    …arto_test
    
    Revert "If Quarto has been disabled, then disable the quarto test"
    jgutman committed May 25, 2022
  6. Merge pull request #11292 from rstudio/bugfix/disable_quarto_test

    If Quarto has been disabled, then disable the quarto test
    jgutman committed May 25, 2022
  7. use Qt 5.12.10 on MacOS

    gtritchie committed May 25, 2022
  8. quarto preview open in window (#11178)

    * call showInViewer() when viewer type == "window"
    
    * Render opens new window only if the viewer type has changed
    romainfrancois committed May 25, 2022
  9. Merge pull request #11283 from rstudio/bugfix/unit-test-exit-code

    allow either 143 or 1 for process exit code for sigterm test
    jeffvroom committed May 25, 2022

Commits on May 24, 2022

  1. 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
    kevinushey committed May 24, 2022
  2. 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>
    romainfrancois and kevinushey committed May 24, 2022
  3. Attempt to retry the whole windows build (#11196)

    * attempt to retry the whole windows build
    
    * move retry outside the node
    
    * reduce retry to 2
    MariaSemple committed May 24, 2022
Older