Skip to content
Permalink
075372c4f6
Switch branches/tags

Commits on Nov 16, 2021

  1. Merge pull request #10087 from rstudio/feature/passthrough-structured…

    …-logging
    
    Adds the ability to passthrough log messages and add structured data to log messages
    jmcphers committed Nov 16, 2021
  2. Merge pull request #10074 from rstudio/feature/graphics-restore-grid

    ensure graphics device initialized when replaying plot
    jmcphers committed Nov 16, 2021
  3. fix build break

    jmcphers committed Nov 16, 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
  6. look for zulu-11 jdk

    gtritchie committed Nov 15, 2021

Commits on Nov 14, 2021

  1. update quarto to 0.2.275

    jjallaire committed Nov 14, 2021

Commits on Nov 10, 2021

Older