Skip to content
Permalink
5436b1289e
Switch branches/tags

Commits on Apr 27, 2022

  1. R: fix issue in tokenization of a🅱️c (#11015)

    * fix issue with tokenization of sequences of ':' calls
    
    * update NEWS
    
    * disable debug macros
    kevinushey committed Apr 27, 2022
  2. support builds of RStudio with Ubuntu 22.04 (#11074)

    * add dependency installer for jammy
    
    * use gcc-9 on jammy
    
    * more dependencies tweaks
    
    * use '--disable-seccomp-filter-sandbox' with newer glibc
    
    * add dockerfile for jammy
    
    * fixups
    
    * update NEWS, comments
    
    * add note re: seccomp filter sandbox
    
    * include version
    
    * revert to official mirror
    
    * add jammy builds to Jenkinsfile
    
    * link to associated article
    
    * back out Jenkinsfile changes for now (for separate PR)
    kevinushey committed Apr 27, 2022
  3. Merge pull request #11077 from rstudio/bugfix/debian10-cmake-docker

    Simple change, merging to let the build pipeline have its way with it.
    gtritchie committed Apr 27, 2022

Commits on Apr 26, 2022

  1. Merge pull request #11072 from rstudio/feature/open-source-debian10-b…

    …uild
    
    open-source companion to Pro #3394
    gtritchie committed Apr 26, 2022
  2. open-source merge

    gtritchie committed Apr 26, 2022
  3. fix unit test

    gtritchie committed Apr 26, 2022
  4. Merge pull request #11066 from rstudio/feature/upgrade-cmake

    install cmake 3.19.8 on builders
    gtritchie committed Apr 26, 2022
  5. fuzzy finder: ignore things from "do not edit by hand" files (#10913)

    * ignore (arrowExports|cpp11).(cpp|R) files in fuzzy file finder
    
    * not indexing R code in read-only files
    
    * revert
    
    * NEWS
    
    * penalize based on file names only if isFile
    
    * lint
    
    * remove debuggging
    
    * factor out isUninterestingFile()
    
    * not indexing (arrowExports,cpp11).(R,cpp)
    
    * SourceItem can be hidden() to indicate they come from read-only files
    
    * CppDefinitions.hidden
    
    * rm CppDefinitions.hidden for now
    
    * CppDefiniton.hidden
    
    * news
    romainfrancois committed Apr 26, 2022
  6. Merge pull request #11064 from rstudio/feature/electron-18-1-0

    upgrade to Electron 18.1.0
    gtritchie committed Apr 26, 2022
  7. upgrade to Electron 18.1.0

    gtritchie committed Apr 26, 2022
  8. Better handle hyperlinks and colors (#11009)

    * only add colour and underline styles if needed
    
    * hyperlink only sets colour if needed (not underline)
    
    * update xtermHyperlink class
    
    * no longer artifically add xtermColor5, and let xtermHyperlink style links
    
    * adapt test
    
    * more tests
    
    * define and use AnsiCode.HYPERLINK_STYLE
    
    * change order of attributes, for testing
    romainfrancois committed Apr 26, 2022
  9. Minor updates

    matheustavaresdev committed Apr 26, 2022
  10. Merge branch 'main' of github.com:rstudio/rstudio into feature/locale…

    …-cookie-electron
    
    * 'main' of github.com:rstudio/rstudio: (46 commits)
      use constant
      use pane constants instead of string literals
      bundle MSVC runtime components for Electron
      constants for pane/tab names
      use existing constant for Console pane name
      use constants for internal quadrant names
      stop warning in findProgramOnPath (#11057)
      rest of tabs
      Render, SourceCpp, Deploy
      Tests pane
      packages pane
      Electron Mac file associations (#11011)
      plots and presentations
      Wrap setting of RSTUDIO_DEFAULT_LOG_PATH in a NOT DEFINED block to allow it to be overridden
      remove unneeded registry changes
      update exe name
      ensure application name set as RStudio
      make testthat error parser hyperlink friendly (#11031)
      clear history on navigate (#11017)
      Update NEWS.md
      ...
    matheustavaresdev committed Apr 26, 2022
  11. Code cleanup

    matheustavaresdev committed Apr 26, 2022
  12. Code cleanup

    matheustavaresdev committed Apr 26, 2022
Older