Skip to content
Permalink
a61564f658
Switch branches/tags

Commits on Sep 18, 2021

Commits on Sep 15, 2021

  1. releaseify

    jmcphers committed Sep 15, 2021
  2. the name must match EXACTLY

    jmcphers committed Sep 15, 2021
  3. Update to fuse.js 6.4.6

    jjallaire committed Sep 15, 2021
  4. index issued.raw

    jjallaire committed Sep 15, 2021
  5. more callout work

    jjallaire committed Sep 15, 2021
  6. update signatory name

    jmcphers committed Sep 15, 2021
  7. Fix bug where incorrect parameter was being specified when constructing

    a FileLogOptions.
    
    This caused the FileLogOptions(directory, warnSyslog) constructor to
    always cause the maximum number of rotations to be 1 instead of 100.
    This was preventing older important Launcher log data from being shown
    when enable-debug-logging=1 was set.
    
    In terms of IDE impact, this bug causes the monitor log file to only
    rotate once, instead of a maximum of 100 times (keeping old log files
    around for 30 days).
    kfeinauer authored and jmcphers committed Sep 15, 2021
  8. Merge pull request #9852 from rstudio/bugfix/file-log-options-constru…

    …ctor
    
    Fix bug where incorrect parameter was being specified when constructing a FileLogOptions.
    jmcphers committed Sep 15, 2021
Older