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

Allow multiple versions for external mismatch rule #131

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Feb 1, 2022

  1. support dual package versions

    ryan_wang5 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    7ac2da2 View commit details
    Browse the repository at this point in the history
  2. add more unit tests

    ryan_wang5 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    25afbd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. minor fix - reduce diffs

    ryan_wang5 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    df2ca33 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Merge pull request #2 from atlassian-forks/support-dual-versions

    support dual package versions
    cheesehary committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    262531b View commit details
    Browse the repository at this point in the history
  2. add changeset

    ryan_wang5 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    57f481b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e4dae View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. fix the version to the closest allowed one

    ryan_wang5 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    fe8dc45 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. ditch for loop when finding the closest range

    ryan_wang5 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a2f12b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Merge pull request #4 from atlassian-forks/fix-to-closest-allowed-ver…

    …sion
    
    fix the version to the closest allowed one
    cheesehary committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3ce71a6 View commit details
    Browse the repository at this point in the history
  2. fix semver range operations

    ryan_wang5 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8ca87f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. mixture of versions and ranges in unit tests

    ryan_wang5 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    df44a3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from atlassian-forks/fix-semver-range

    Fix semver range operations
    cheesehary committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    50c6a8e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Fix getVersionFromRange function used by EXTERNAL_MISMATCH rule

    The previous check only handled version ranges with a single leading
    character. To fix all other cases, we use the semver.minVersion fn
    instead to get the minimum version of a range and then return that.
    mblaszczyk-atlassian committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4ac0631 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from atlassian-forks/MONO-136-fix-semver-range-…

    …check
    
    MONO-136 fix semver range check
    Blasz committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    19c91de View commit details
    Browse the repository at this point in the history