5f5746d447
Commits on Mar 31, 2022
-
Merge pull request #10878 from rstudio/bugfix/quarto_followup_fix_uni…
…t_test Added new unit test for qmd and fixed existing tests for Rmd
-
Menus are now checkable on Electron (#10874)
* Menus are now checkable * Only checkable menus are now of type.
-
Commits on Mar 30, 2022
-
Require rmarkdown for rmd and qmd if any R code chunks are found (#10864
-
Fix group member verification when group member lookup is disabled (#…
…10830) * Fix group member verification when group member lookup is disabled First we try to use getgrouplist(3) to determine if one of the user's groups is the target group. If not, then we fall back to the legacy implementation, using getgrnam_r(3) to attempt a group member lookup. * refactor implementation of userBelongsToGroup splits the logic into 2 implementations: - a new impl `userBelongsToGroupViaGroupList`, which uses the preferred getgrouplist(3) for fetching a user's groups - the legacy impl `userBelongsToGroupViaGroupName`, which uses the legacy getgrnam_r(3) to lookup a group and all of its members * add NEWS entry * fix comment in userBelongsToGroup
-
-
Always use
git grepwhen possible (#10594)* Files matched by .gitignore * Files matched by .gitignore * Move Files ignore by .gt up * Revert "Move Files ignore by .gt up" This reverts commit 76d0743. * update FindInFilesDialog ui * rework include and exclude for git grep and grep * rm debug msg * use lambdas * select gitgnore when entering a git directory * actually ignore the cloud.noindex directory * missig ) * not forcing "Files matched by .gitignore" * not add '.' to <pathspec> * remove the cloud.noindex special handling * unnecessary shell_utils use * move the pattern after -F or -E (easier debugging) * handle -- outside of addDirectoriesToCommand() * set checkboxExcludeGitIgnore by default when no state available
-
Fix various typos in
src/gwt(#10868)Found via `codespell -q 3 -S *_fr.properties -L ba,enque,optionel,ot,parm,parms,pres,prevend,pevent,pevents,ptd,texline`
-
-
-
Electron Unit tests Improvements (#10867)
* Improvements on Electron Unit Tests * Changed some Electron test Names * Minor test fixes
Commits on Mar 29, 2022
Commits on Mar 28, 2022
-
Don't localize "untitled" for new doc filenames (#10853)
Merging, very safe change and a no-op for English UI.
-
-
-
-
-
-
-
-
-
tweak CSS for enhanced R help (#10843)
* tweak CSS for enhanced R help * help equations be a bit more visible * more targeted selector
-
Commits on Mar 25, 2022
-
validate assumption of length-1 input (#10806)
* validate assumption of length-1 input ``` Sys.setenv("_R_CHECK_LENGTH_1_LOGIC2_"="true") rstudio::navigateToFile(letters) ``` gives an ugly error without this * check is.double to skip always as.integer() integer input -
-
-
-
-
support R 4.2.0 ResetConsole hook on Windows (#10835)
* [WIP] * CMake tweaks * tweaks to install SOCI script * help SOCI find Boost * remove unused function * allow for padding in struct * memset zero struct * revert SOCI changes * continue requiring R 3.3.0