Skip to content
Permalink
f902920d98
Switch branches/tags

Commits on Nov 18, 2021

  1. 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
    kevinushey committed Nov 18, 2021
  2. 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
    kevinushey committed Nov 18, 2021

Commits on Nov 17, 2021

  1. Merge pull request #10104 from rstudio/feature/electron-package-update

    Package JSON and Yarn Lock files were updated for consistency.
    matheustavaresdev committed Nov 17, 2021
  2. 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
    matheustavaresdev committed Nov 17, 2021

Commits on Nov 15, 2021

  1. Merge pull request #10081 from rstudio/feature/remove-classic-theme

    Remove 'Classic' theme and supporting resources
    jmcphers committed Nov 15, 2021
  2. quarto: update to v0.2.281

    jjallaire committed Nov 15, 2021
  3. quarto: v02.280

    jjallaire committed Nov 15, 2021
  4. 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.
    kfeinauer committed Nov 15, 2021
  5. quarto: update to 0.2.279

    jjallaire committed Nov 15, 2021
Older