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

feat: compare all branch authors when deciding if a branch is modified #21558

Merged
merged 27 commits into from
Oct 17, 2023

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    b932f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98964bb View commit details
    Browse the repository at this point in the history
  3. Update types for baseBranch/defaultBranch to be always defined so we …

    …don't have to use the non-null assertion operator
    Keysox committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1786954 View commit details
    Browse the repository at this point in the history
  4. Revert "Update types for baseBranch/defaultBranch to be always define…

    …d so we don't have to use the non-null assertion operator"
    
    This reverts commit 1786954.
    Keysox committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bddb6c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 20, 2023

  1. Merge branch 'main' into 19994

    Keysox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    df774b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Refactor to for-of loop

    Keysox committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    adb0698 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

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

Commits on Mar 30, 2023

  1. Don't use baseBranch for cleanUpBranches since it's only called once,…

    … even when there are multiple base branches
    Keysox committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4f32999 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Commit suggested changes

    Keysox committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    75ddd0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62905b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge branch 'main' into 19994

    Keysox committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    11bf388 View commit details
    Browse the repository at this point in the history
  2. Fixes renovatebot#21504, see https://git-scm.com/docs/git-log\#_descr…

    …iption for more info on the special notation
    Keysox committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ab74915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e8c96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a513b2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge branch 'main' into 19994

    Keysox committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2a03f7d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 18, 2023

  1. Add test per @rarkins and @viceice

    Keysox committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5794b9e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Apply suggestions from code review

    Co-authored-by: Rhys Arkins <rhys@arkins.net>
    Keysox and rarkins committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    362caee View commit details
    Browse the repository at this point in the history
  2. pnpm run prettier-fix

    Keysox committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6db9a13 View commit details
    Browse the repository at this point in the history
  3. Log git authors

    Keysox committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7c28a2e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Oct 15, 2023

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

Commits on Oct 16, 2023

  1. newlineRegex per @viceice

    Keysox committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3d486eb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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