7be1ebcd6c
Commits on Nov 15, 2021
Commits on Nov 14, 2021
Commits on Nov 13, 2021
Commits on Nov 12, 2021
-
Merge pull request #10080 from rstudio/bugfix/i18n-python-deps-install
Automate dependencies for i18n regeneration
-
Merge branch 'bugfix/i18n-python-deps-install' of github.com:rstudio/…
…rstudio into bugfix/i18n-python-deps-install
-
-
-
-
-
-
-
Commits on Nov 11, 2021
-
Merge pull request #10071 from rstudio/bugfix/r-version-ui-ids-os
open-source changes for pro PR #3087
-
Commits on Nov 10, 2021
-
Merge pull request #10069 from rstudio/bugfix/3084-Fix-Verify-Install…
…ation Fix for Verify Installation
-
Remove id Parameter from getPropertyFile
id parameter is additionally no longer used in the getPropertyFile, so has been removed.
-
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.
-
-
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
-
-
Commits on Nov 9, 2021
-
specify quarto 'default' format for ide renders; remember last quarto…
… format w/o re-ordering document yaml
-
-
visual editor: improve detection of markdown content that requires se…
…rialization as a grid table