Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS-5106: Merge upstream changes from r-lib/cli #2

Merged
merged 84 commits into from Oct 25, 2023
Merged

DS-5106: Merge upstream changes from r-lib/cli #2

merged 84 commits into from Oct 25, 2023

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    dd342c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e317c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Fix typos

    salim-b committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0da3266 View commit details
    Browse the repository at this point in the history
  2. Fix another typo

    salim-b committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d0a7186 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    7bfd35f View commit details
    Browse the repository at this point in the history
  2. Fix typo

    salim-b committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a8e2d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4abe190 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Add UTF-8 snapshot output

    For a tests with utf-8/ascii variants.
    gaborcsardi committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    58c2b97 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. document()

    gaborcsardi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    9dde594 View commit details
    Browse the repository at this point in the history
  2. Update GHA

    gaborcsardi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    300795b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    96d4c9e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    5454fcb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. No show-cursor ANSI seq in task cb & finalizer if env var

    If `R_CLI_HIDE_CURSOR` is set to `false` then cli does not
    register a task callback and a finalizer to show the cursor.
    This is to make the output more predictable in test cases.
    gaborcsardi committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    30e12dc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Compatibility with webR

    georgestagg authored and lionel- committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    18d9f82 View commit details
    Browse the repository at this point in the history
  2. Support hidden visibility

    lionel- committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    fa90b06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d0808 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    7e0cfa8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    c61e538 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Polish NEWS

    [ci skip]
    gaborcsardi committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5b1eecb View commit details
    Browse the repository at this point in the history
  2. Fix URL redirect

    [ci skip]
    gaborcsardi committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    28b7a8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f023b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    449d245 View commit details
    Browse the repository at this point in the history
  5. Fix doc (r-lib#552)

    salim-b committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8b0ce74 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    e792797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc50350 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    8638a58 View commit details
    Browse the repository at this point in the history
  2. Refine progress bar condition

    Show after `getOption("cli.progress_show_after", 2)/2` if
    we are less than half way.
    
    Closes r-lib#542.
    gaborcsardi committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    c317cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9379261 View commit details
    Browse the repository at this point in the history
  4. New keep_newlines = TRUE argument to format_inline()

    It does not break any tests, but we might need to change the
    default to `FALSE` if it breaks reverse dependencies.
    gaborcsardi committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    9ad08f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    542dc86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3de7ad6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    7eb58fe View commit details
    Browse the repository at this point in the history
  2. format_inline() now keeps all whitespace as is by default

    And has a new argument: `keep_whitespace` to choose the old
    behavior.
    gaborcsardi committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a7c63c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc6312 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4303664 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fix ASAN warnings

    Closes r-lib#565.
    gaborcsardi committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    01f932a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Fix/tweak documentation

    salim-b committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    cd71ab4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    d5632e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66419c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Fix hyperlink support detection in RStudio

    The RSTUDIO_CLI_HYPERLINKS env var should only be
    used if we are in a pane with hyperlink support.
    gaborcsardi committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a740a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4578202 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aba4917 View commit details
    Browse the repository at this point in the history
  4. Turn off ANSI hyperlinks if we don't have ANSI colors

    If we don't have colors, then we probably don't have
    hyperlink support, either.
    gaborcsardi committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    42991b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7911944 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Update NEWS

    gaborcsardi committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    35d1027 View commit details
    Browse the repository at this point in the history
  2. Fix snapshots

    gaborcsardi committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c923764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f57dc1 View commit details
    Browse the repository at this point in the history
  4. 'lengths' instead of 'length'

    jennybc committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1b60151 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    8d8a211 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    b4f0cef View commit details
    Browse the repository at this point in the history
  2. Mention encodeString()

    DavisVaughan committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    df9517a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b3de0f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    5ca2ba9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d9728 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Fix pkgdown build on CI

    gaborcsardi committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c37f34b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Fix typo in "directory"

    bairdj committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6316614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7cfd5e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Tyoi

    olivroy committed May 15, 2023
    Configuration menu
    Copy the full SHA
    94906ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    778f7d0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Add R-hub v2 workflow file

    [ci skip]
    gaborcsardi committed May 25, 2023
    Configuration menu
    Copy the full SHA
    288862e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Fixed typo

    Shians committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9711564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fadd61d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    b0752db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74fd22a View commit details
    Browse the repository at this point in the history
  3. Update hash.R

    Fixed typo in hash_sha1() docs
    justin-mills-fws committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2a896ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17c3bc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc095a3 View commit details
    Browse the repository at this point in the history
  6. Update hash.R

    Fixed minor typo in hash_sha256() docs
    justin-mills-fws committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7b3d42a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7eb56eb View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Add missing c() in cli_abort()

    we committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    723310c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09635d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Move scripts to /exec

    gaborcsardi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3b43a3a View commit details
    Browse the repository at this point in the history
  2. Fix URLs in news.R script

    gaborcsardi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    525ebbe View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Fix typo

    salim-b committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    88cc280 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    37781c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c0a784 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Redocument

    gaborcsardi committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    744bc27 View commit details
    Browse the repository at this point in the history
  2. Change semantics of cli.default_num_colors option

    So that it is possible to use it even if color support is not
    detected, but at least it is not ruled out by some other
    options and detections.
    gaborcsardi committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cb09f2a View commit details
    Browse the repository at this point in the history
  3. Document

    [ci skip]
    gaborcsardi committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6d458bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30d24dc View commit details
    Browse the repository at this point in the history
  5. Docs typo

    [ci skip]
    gaborcsardi committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c36066c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    a9fc76b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. DS-5106: Rerun GitHub Action

    mwmclean committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d619ed4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Trigger tests

    jrwishart committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    60957b2 View commit details
    Browse the repository at this point in the history