Skip to content
Permalink
bd380a72bf
Switch branches/tags

Commits on Jan 8, 2022

Commits on Jan 7, 2022

  1. Update NEWS.md

    melissa-barca committed Jan 7, 2022
  2. Fix warnings in GWT build

    The GWT docs were out of date, and using <ui:attribute ui:name=...>
    triggers a warning; should be <ui:attribute name=...>.
    gtritchie committed Jan 7, 2022
  3. Merge pull request #10322 from rstudio/bugfix/tiny-replace-buttons

    Fix spacing around small buttons in find/replace
    jmcphers committed Jan 7, 2022
  4. Merge pull request #10249 from StatCan/feature/i18n-user-prefs-and-state

    Feature/i18n user prefs and state
    gtritchie committed Jan 7, 2022
  5. Merge pull request #10315 from rstudio/bugfix/session-resume-msg

    Prevent session resume messages from appearing too often and persisting in console history
    cm421 committed Jan 7, 2022
  6. Merge pull request #10320 from rstudio/bugfix/macos-quarto-fix

    Update how quarto is bundled in macOS package
    cm421 committed Jan 7, 2022
  7. Merge pull request #10319 from rstudio/bugfix/main-thread-rmd

    Fixed errors when opening/saving Rmd files when R is busy
    jeffvroom committed Jan 7, 2022
  8. indentation fix

    jeffvroom committed Jan 7, 2022

Commits on Jan 6, 2022

  1. Minor formatting update

    cm421 committed Jan 6, 2022
  2. Add case for installing on macOS to ensure that quarto/share ends up …

    …in the Resources directory of the package
    cm421 committed Jan 6, 2022
  3. Fixes to avoid errors running R code on main thread

    - Went through the offlineable requests and found a few places
    where R code could be invoked by onDocUpdated, onDocAdded, and onDocPendingRemoved  For those code paths, schedule the R code to run in a delayed callback that will later be run on the main thread before handling the next rpc request
    
    - Make sure that rmarkdownAvailable() can be called from the offline thread. This will get initialized when the session starts, before it's possible for the offline thread to handle any requests. Same thing for reticulatePython()
    
    - Changed a few LOG_ERROR calls to debug messages. This eliminates some spurious errors when a file gets removed that's open in the editor, and when interrupting an R operation that's running
    jeffvroom committed Jan 6, 2022
  4. update quarto to v0.2.444

    jjallaire committed Jan 6, 2022
  5. Omit "Presentation" from labels (#10250)

    * Omit "Presentation" from labels
    
    * Using `StringUtil.equals()`
    romainfrancois committed Jan 6, 2022
  6. Error starting r win 10151 (#10313)

    * not calling veryInitialized() before initialize()
    
    * FileLock::initialize() does nothing if already initialized
    romainfrancois committed Jan 6, 2022
  7. Improve session resumed message so only the most recent message appea…

    …rs on resume
    
    Add timestamps when a client last connected to a session
    Improve detecting of connecting to a running session vs. a suspended session
    Remove parenthetical plural from mostSignificantTimeAgo()
    cm421 committed Jan 6, 2022
  8. make-package tweaks

    kevinushey committed Jan 6, 2022

Commits on Jan 5, 2022

  1. Merge pull request #10222 from StatCan/rohan-rsconnect-xml

    feat(i18n): i18-nify RSConnect UIBinder files
    gtritchie committed Jan 5, 2022
Older