Skip to content
Permalink
f25d1be8b5
Switch branches/tags

Commits on Feb 18, 2022

  1. Update NEWS

    trigger build
    jgutman committed Feb 18, 2022
  2. Merge pull request #10634 from rstudio/feature/upgrade-node-ide

    Update node toolchain to v16.14.0
    gtritchie committed Feb 18, 2022

Commits on Feb 17, 2022

  1. handle UTF-8 paths with grep in Find in Files (#10627)

    * force use of UTF-8 locale with grep
    
    * further refine
    
    * tweaks to allow git grep to handle UTF-8 paths on Windows
    
    * spelling
    
    Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com>
    
    * allow missing escapes
    
    * fix check
    
    Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com>
    kevinushey and melissa-barca committed Feb 17, 2022
  2. Merge pull request #10621 from rstudio/feature/electron-i18n-windows-…

    …dialog
    
    Fixed issue that would make elements not get translated correctly on some pages
    gtritchie committed Feb 17, 2022
  3. Merge pull request #10628 from rstudio/bugfix/revert_to_grep30

    Revert "Migrate to gnugrep 3.6"
    jgutman committed Feb 17, 2022
  4. Revert "Migrate to gnugrep 3.6"

    This reverts commit 94a5c3b.
    jgutman committed Feb 17, 2022
  5. Fix recent items breaking due to menu separators fix (#10617)

    Keep a main menu template updated
    Add top-level menus to the templates so the entire menu bar can be rebuilt
    Rebuilds a menu based on the main menu template instead of copying the previous menu
    timtmok committed Feb 17, 2022
  6. Merge pull request #10624 from rstudio/feature/update_spotted_wakerob…

    …in_news
    
    update NEWS
    jgutman committed Feb 17, 2022
  7. update NEWS

    jgutman committed Feb 17, 2022

Commits on Feb 16, 2022

  1. Merge pull request #10615 from rstudio/bugfix/update-contributor-inst…

    …ructions
    
    Merging, I have confirmed the updated links work and supply the updated PDFs.
    gtritchie committed Feb 16, 2022
  2. Merge pull request #10613 from luzpaz/bugfix/typos

    Fix various typos
    jgutman committed Feb 16, 2022
  3. Merge pull request #10614 from rstudio/bugfix/linux-electron-build

    Fix detection/invocation of yarn from Linux make-package
    gtritchie committed Feb 16, 2022
  4. fix yarn in make-package

    gtritchie committed Feb 16, 2022
  5. adding axis label and title to Shiny template files (#10597)

    * adding axis label and title to Shiny demo file
    
    * changing double quotes to single quotes
    
    Co-authored-by: Tracy Teal <tracyteal@tamarack.local>
    tracykteal and Tracy Teal committed Feb 16, 2022
  6. unbreak Linux builds

    gtritchie committed Feb 16, 2022
  7. Fix various typos

    Found via `codespell -q 3 -S *_fr.properties,./src/gwt -L ba,enque,optionel,ot,parm,parms,pres,prevend,pevent,pevents,ptd,texline`
    luzpaz committed Feb 16, 2022
  8. Merge pull request #10611 from rstudio/feature/electron-linux-package…

    …-build
    
    Merging so it can take a journey of discovery through the build pipeline.
    gtritchie committed Feb 16, 2022

Commits on Feb 15, 2022

  1. Merge pull request #10541 from rstudio/feature/electron-toolbar

    Electron Toolbar Support
    gtritchie committed Feb 15, 2022
  2. Merge pull request #10258 from romainfrancois/debugger_callframe_mini…

    …mized_10191
    
    update the logic for resize call frame panel
    gtritchie committed Feb 15, 2022
  3. Data viewer: truncate large list cells (#10398)

    * avoid as.character() for list columns
    
    * not using formatDataColumnList() for data.frame columns
    
    * formatDataColumnList() truncates cells that are too big
    
    * rsGridData.manualSize lose the dislay:table, and truncated list suffix are displayed separately
    
    * debugging leftover
    
    * + test for truncation
    
    * rm special treatment to truncated list cells
    
    this was onnly useful to style the (...)
    
    * New user preference `data_viewer_max_cell_size`
    
    * formatDataColumnList obeys user preference data_viewer_max_cell_size
    
    * Missing .
    
    * 🇫🇷
    
    * update test
    
    * remove console.log
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    romainfrancois and kevinushey committed Feb 15, 2022
  4. Merge pull request #10602 from luzpaz/bugfix/typos

    Fix typos in src/cpp/session comments and documentation
    gtritchie committed Feb 15, 2022
  5. Merge pull request #10605 from rstudio/update_gnugrep_37

    Migrate to gnugrep 3.6
    jgutman committed Feb 15, 2022
  6. Merge pull request #10604 from rstudio/feature/remove-i18next-verbose

    Removed Debug flag for i18next
    gtritchie committed Feb 15, 2022
Older