Skip to content
Permalink
f5b03b89b0
Switch branches/tags

Commits on Jan 14, 2022

  1. Merge pull request #10354 from StatCan/add-more-fr-locale

    feat(i18n): add more fr locale
    gtritchie committed Jan 14, 2022
  2. Merge pull request #10355 from rstudio/bugfix/downgrade-openssl-for-s…

    …les-12
    
    SLES 12 Downgrade From OpenSSL 1.1 to 1.0.2
    AndrewMcClain committed Jan 14, 2022

Commits on Jan 13, 2022

  1. SLES 12 Downgrade From OpenSSL 1.1 to 1.0.2

    Downgrade Openssl from 1.1 to 1.0.2 in our jenkins build docker
    containers. We use Leap 15 to build our SLES 12 artifacts, and this
    accidentally introduced an OpenSSL 1.1 dependency. Rolled that back.
    Updated NEWS.md
    AndrewMcClain committed Jan 13, 2022
  2. fix conflicts

    skyeturriff committed Jan 13, 2022
  3. Merge branch 'main' into add-more-fr-locale

    # Conflicts:
    #	src/gwt/src/org/rstudio/studio/client/rsconnect/ui/RSConnectNewAccountRSConnectNewAccountUiBinderImplGenMessages_fr.properties
    #	src/gwt/src/org/rstudio/studio/client/workbench/prefs/PrefsConstants_fr.properties
    #	src/gwt/src/org/rstudio/studio/client/workbench/views/source/ViewsSourceConstants_fr.properties
    skyeturriff committed Jan 13, 2022
  4. fix unterminated single quotes

    skye.turriff committed Jan 13, 2022
  5. Merge pull request #10352 from rstudio/bugfix/upload-quarto

    Use Buckets for Quarto Dependency
    jjallaire committed Jan 13, 2022
  6. Add script to archive quarto binary

    Archives a version of Quarto to S3 for inclusion in the RStudio build process.
    dragonstyle committed Jan 13, 2022
  7. some extra quarto help text

    jjallaire committed Jan 13, 2022
  8. update quarto to v0.2.476

    jjallaire committed Jan 13, 2022

Commits on Jan 12, 2022

  1. support use of symlinks for file locks (#9631)

    * allow use of symlinks for file locking
    
    * prototype for symlink linkbased lock support
    kevinushey committed Jan 12, 2022
  2. Avoid offline requests before the session is initialized (#10347)

    This fixes a problem that showed up when running the test suite
    with session-handle-offline-timeout-ms=0 - basically, running all
    offlineable requests on the offline thread. Every once and a while it
    would try to run an offline request before the session was initialized.
    That would initialize the session on the wrong thread, getting a ton of
    errors and eventually a crash.
    
    I don't think it's likely without that setting but just to
    be safe I also added the session init test to the offline thread as well.
    jeffvroom committed Jan 12, 2022
  3. remove quarto buildjs

    jjallaire committed Jan 12, 2022
  4. Merge pull request #10346 from rstudio/bugfix/avoid-notarization-warn…

    …ing-on-non-osx
    
    Only run notarization logic on osx
    gtritchie committed Jan 12, 2022
  5. Merge pull request #10331 from StatCan/rohan-bulk-inspection

    Inspection of incorrect localization
    gtritchie committed Jan 12, 2022

Commits on Jan 11, 2022

  1. fix: revert localizations

    rohank07 committed Jan 11, 2022
  2. Merge pull request #10317 from StatCan/rohan-all-uiBinder

    add(i18n): i18n-ify UI binder files
    gtritchie committed Jan 11, 2022
  3. remove: revert i18n legalese

    rohank07 committed Jan 11, 2022
  4. Merge pull request #10342 from rstudio/bugfix/not_a_date_time

    Add check for "not-a-date-time" values in session property timestamps
    cm421 committed Jan 11, 2022
  5. Add check for "not-a-date-time" values in session property timestamps

    Improve error message, and reduce severity, when session property timestamps can't be read
    cm421 committed Jan 11, 2022
  6. Resolve upstream errors

    rohank07 committed Jan 11, 2022
  7. Change SQL comment highlight to line start (#10341)

    Compromise for MySQL comments and SQL Server temp table syntax
    timtmok committed Jan 11, 2022
  8. place conda utilities on PATH for windows (#10283)

    * further tweaks for conda on Windows
    
    * readability
    
    * use wslpath when appropriate
    
    * redirect both stdout and stderr
    
    * avoid bash-ism
    
    * spelling
    
    * update NEWS
    kevinushey committed Jan 11, 2022
  9. Merge pull request #10178 from rstudio/feature/jenkins-electron

    New Jenkins Script for Electron
    gtritchie committed Jan 11, 2022
  10. Merge pull request #10301 from rstudio/change_wininet_to_libcurl

    use libcurl with windows and R 4.2+
    jgutman committed Jan 11, 2022
Older