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

Go modules ignore conditions #3631

Merged
merged 11 commits into from
May 5, 2021
Merged

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    91d0279 View commit details
    Browse the repository at this point in the history
  2. Update go updatechecker to return all available versions in the curre…

    …nt major
    
    This also signals a move to performing all of our Dependabot-specific
    logic in Ruby (which is the norm for most ecosystems), as opposed to
    splitting it between Ruby and Go.
    mctofu committed May 4, 2021
    Configuration menu
    Copy the full SHA
    7bf7a7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a5a3e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    067888c View commit details
    Browse the repository at this point in the history
  5. Extract LatestVersionFinder for go_modules

    Co-authored-by: David McIntosh <mctofu@github.com>
    jasonrudolph and David McIntosh committed May 4, 2021
    Configuration menu
    Copy the full SHA
    17526bf View commit details
    Browse the repository at this point in the history
  6. Support ignored versions

    mctofu authored and jasonrudolph committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2bdbabc View commit details
    Browse the repository at this point in the history
  7. Remove dead code

    Co-authored-by: David McIntosh <mctofu@github.com>
    jasonrudolph and David McIntosh committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2891b6f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Pass through raise_on_ignored

    Co-Authored-By: Philip Harrison <feelepxyz@github.com>
    mctofu and feelepxyz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    9a28806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    227640f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81322f0 View commit details
    Browse the repository at this point in the history
  4. Extract regex as constant

    mctofu committed May 5, 2021
    Configuration menu
    Copy the full SHA
    9e402ae View commit details
    Browse the repository at this point in the history