f902920d98
Commits on Nov 19, 2021
-
Merge pull request #10117 from rstudio/bugfix/m1-electron-dev-mode
generate rdesktop-dev.conf on M1 mac for dev builds
-
-
-
-
-
-
Commits on Nov 18, 2021
-
-
support server development builds on Linux aarch64 (#10108)
* disable some installer on aarch64 * link to associated bug * support aarch64 in devcontainer * support download of arm64 pandoc on Linux
-
-
define a macro for checking function calls on main thread (#10054)
* define macro for checking main thread * remove assert * add a missing protect * allow child processes to only run callbacks on main thread * use envvar to control GD tracing on startup * preserve control flow when checking main thread * clarity * preserve semantics of prior code
Commits on Nov 17, 2021
-
-
Merge pull request #10104 from rstudio/feature/electron-package-update
Package JSON and Yarn Lock files were updated for consistency.
-
Package JSON and Yarn Lock files were updated for consistency.
Only minor versions were upgraded for the following packages: - electron - is-core-module - @typescript-eslint/eslint-plugin - @typescript-eslint/experimental-utils - @typescript-eslint/parser - @typescript-eslint/scope-manager - @typescript-eslint/types - @typescript-eslint/typescript-estree - @typescript-eslint/visitor-keys - eslint-module-utils - eslint-plugin-import
Commits on Nov 16, 2021
-
-
use UTF-8 code page with UCRT builds of R (#10088)
* support UCRT builds of R * update NEWS
-
-
-
-
Merge pull request #10087 from rstudio/feature/passthrough-structured…
…-logging Adds the ability to passthrough log messages and add structured data to log messages
-
Merge pull request #10074 from rstudio/feature/graphics-restore-grid
ensure graphics device initialized when replaying plot
-
-
-
Commits on Nov 15, 2021
-
Merge pull request #10081 from rstudio/feature/remove-classic-theme
Remove 'Classic' theme and supporting resources
-
-
-
Adds the ability to passthrough log messages and add structured data …
…to log messages. The passthrough logging is used to enable logging streams from child processes to seamlessly be combined into the parent's log stream. This will be primarily used for the Launcher and its plugins, but could also be used in RSW as well for smaller utility binaries to log to the main rserver.log file. Also adds the ability to add LogMessageProperties to a logging entry, which can contain arbitrary structured data. This allows us to use a structured logging approach, which primarily has benefits when used with JSON log format and log search tools like Kibana.
-
-