df442d5c03
Commits on Apr 1, 2022
-
Update build pane for Makefile projects (#10778)
* Remove the "rebuildAll" command from Makefile build pane, add clean all * simplify if() call * rm rebuildAll() from CommandBundle * resolve MD5
-
-
Commits on Mar 31, 2022
-
-
-
Merge pull request #10881 from rstudio/bugfix/socket-signout-security
OS changes to close shiny and vscode sockets after signout
-
-
-
Electron preference defaults and legacy priority (#10846)
Handle legacy options and schema type generation Fixes with old R path including executable Update NOTICE.electron Unit tests Remove fontConfigDb and clipboardMonitoring options Allow arbitrary zoom level between min and max
-
Merge pull request #10879 from rstudio/bugfix/quarto_followup_3
Handle no R code differently from R code with 0 dependencies
-
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.
-
-
-
-
-