Skip to content
Permalink
df442d5c03
Switch branches/tags

Commits on Apr 1, 2022

  1. 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
    romainfrancois committed Apr 1, 2022
  2. fixed news entry

    jeffvroom committed Apr 1, 2022
  3. fixups

    kevinushey committed Apr 1, 2022

Commits on Mar 31, 2022

  1. adding news file for SW

    jeffvroom committed Mar 31, 2022
  2. don't use yargs (#10882)

    gtritchie committed Mar 31, 2022
  3. Merge pull request #10881 from rstudio/bugfix/socket-signout-security

    OS changes to close shiny and vscode sockets after signout
    jeffvroom committed Mar 31, 2022
  4. 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
    timtmok committed Mar 31, 2022
  5. Merge pull request #10879 from rstudio/bugfix/quarto_followup_3

    Handle no R code differently from R code with 0 dependencies
    jgutman committed Mar 31, 2022
  6. 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
    jgutman committed Mar 31, 2022
  7. Menus are now checkable on Electron (#10874)

    * Menus are now checkable
    
    * Only checkable menus are now of  type.
    matheustavaresdev committed Mar 31, 2022

Commits on Mar 30, 2022

  1. Require rmarkdown for rmd and qmd if any R code chunks are found (#10864

    )
    
    * Require rmarkdown for rmd and qmd if any R code chunks are found
    
    * Update src/cpp/session/modules/SessionCodeTools.R
    
    * Update src/cpp/session/modules/SessionCodeTools.R
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    jgutman and kevinushey committed Mar 30, 2022
  2. 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
    dbkegley committed Mar 30, 2022
  3. Always use git grep when 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
    romainfrancois committed Mar 30, 2022
  4. 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`
    luzpaz committed Mar 30, 2022
  5. update electron NEWS

    gtritchie committed Mar 30, 2022
  6. Electron Unit tests Improvements (#10867)

    * Improvements on Electron Unit Tests
    
    * Changed some Electron test Names
    
    * Minor test fixes
    matheustavaresdev committed Mar 30, 2022
Older