f5b03b89b0
Commits on Jan 14, 2022
-
Merge pull request #10354 from StatCan/add-more-fr-locale
feat(i18n): add more fr locale
-
Merge pull request #10355 from rstudio/bugfix/downgrade-openssl-for-s…
…les-12 SLES 12 Downgrade From OpenSSL 1.1 to 1.0.2
Commits on Jan 13, 2022
-
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
-
-
Merge remote-tracking branch 'origin/fixes-for-fr-translations' into …
…add-more-fr-locale
-
-
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
-
fix unterminated single quotes
skye.turriff committedJan 13, 2022 -
Merge pull request #10352 from rstudio/bugfix/upload-quarto
Use Buckets for Quarto Dependency
-
-
-
Add script to archive quarto binary
Archives a version of Quarto to S3 for inclusion in the RStudio build process.
-
-
-
Commits on Jan 12, 2022
-
support use of symlinks for file locks (#9631)
* allow use of symlinks for file locking * prototype for symlink linkbased lock support
-
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.
-
-
-
Merge pull request #10346 from rstudio/bugfix/avoid-notarization-warn…
…ing-on-non-osx Only run notarization logic on osx
-
-
Merge pull request #10331 from StatCan/rohan-bulk-inspection
Inspection of incorrect localization
Commits on Jan 11, 2022
-
-
Merge pull request #10317 from StatCan/rohan-all-uiBinder
add(i18n): i18n-ify UI binder files
-
-
Merge pull request #10342 from rstudio/bugfix/not_a_date_time
Add check for "not-a-date-time" values in session property timestamps
-
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
-
-
-
Change SQL comment highlight to line start (#10341)
Compromise for MySQL comments and SQL Server temp table syntax
-
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
-
Merge pull request #10178 from rstudio/feature/jenkins-electron
New Jenkins Script for Electron
-
Merge pull request #10301 from rstudio/change_wininet_to_libcurl
use libcurl with windows and R 4.2+
-