Skip to content
Permalink
8f360f12dc
Switch branches/tags

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
  9. Add option to show line numbers in visual mode chunks (#9843)

    * add pref for showing line numbers in visual mode
    
    * update NEWS
    
    * don't turn off line numbers initially
    jmcphers committed Sep 15, 2021
  10. revert back to fuse 6.0.4

    jjallaire committed Sep 15, 2021
  11. 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 committed Sep 15, 2021
  12. update visual mode icon

    jjallaire committed Sep 15, 2021
Older