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

fix(datasource/maven): look for maven snapshot pom #11327

Merged
merged 16 commits into from Oct 10, 2021

Commits on Aug 18, 2021

  1. fix(datasource/maven): look for maven snapshot pom

    Maven snapshot poms are stored in the repository with timestamp & build
    number replacing the -SNAPSHOT in the name.
    
    The check for missing artifacts did not resolve these files and so
    SNAPSHOTS always appeared missing and were filtered out.
    bpfoster committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    10a03eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87476c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    33ed28c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Remove test expectations
    
    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    bpfoster and viceice committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    6e6e46b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8876b72 View commit details
    Browse the repository at this point in the history
  4. Remove obsolete snapshots

    bpfoster committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    1f416a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

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

Commits on Sep 9, 2021

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

Commits on Sep 10, 2021

  1. Update unit tests

    Move more snapshot logic into mockGenericPackage, per code review request
    Adding snapshots to maven metadata.xml required changes to clojure tests
    bpfoster committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    ba7e792 View commit details
    Browse the repository at this point in the history
  2. Fix jest testTimeout flag

    bpfoster committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a948366 View commit details
    Browse the repository at this point in the history
  3. Simplify some logic

    bpfoster committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    15bf3dd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    e8a85b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83171c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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

Commits on Oct 10, 2021

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