Skip to content
Permalink
7be1ebcd6c
Switch branches/tags

Commits on Nov 14, 2021

  1. update quarto to 0.2.275

    jjallaire committed Nov 14, 2021

Commits on Nov 11, 2021

  1. Merge pull request #10071 from rstudio/bugfix/r-version-ui-ids-os

    open-source changes for pro PR #3087
    gtritchie committed Nov 11, 2021

Commits on Nov 10, 2021

  1. Merge pull request #10069 from rstudio/bugfix/3084-Fix-Verify-Install…

    …ation
    
    Fix for Verify Installation
    melissa-barca committed Nov 10, 2021
  2. Remove id Parameter from getPropertyFile

    id parameter is additionally no longer used in the getPropertyFile, so has been
    removed.
    AndrewMcClain committed Nov 10, 2021
  3. Remove ID Parameter from getPropertiesDir

    Id parameter is no longer used, since the base of an
    FileActiveSessionStorage is the scratchPath, which already includes the
    session id.
    AndrewMcClain committed Nov 10, 2021
  4. Fix for Verify Installation

    RActiveSessionStorage was making assumptions about the context when a
    ActiveSessionStorage was created, using our XDG to discover the storage
    directory.
    
    Launcher creates some sessions to do verification but the XDG is not
    populated, so it was searching in the / of the filesystem.
    
    Removing unused or easily substitutable constructors for ActiveSession
    to increase clarity.
    
    Switched to the FileActiveSessionStorage always taking a directory,
    which will be the scratch path (session-<id>) path. Gets
    FileActiveStorage out of the storage discovery game.
    
    Removed unused factory methods, we can reintroduce them later, but they were leading us astray here.
    The id will still be necessary for DB calls to read and write properties
    AndrewMcClain committed Nov 10, 2021

Commits on Nov 9, 2021

  1. specify quarto 'default' format for ide renders; remember last quarto…

    … format w/o re-ordering document yaml
    jjallaire committed Nov 9, 2021
  2. Update quarto to 0.2.261

    jjallaire committed Nov 9, 2021
  3. visual editor: improve detection of markdown content that requires se…

    …rialization as a grid table
    jjallaire committed Nov 9, 2021
Older