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

[DRAFT] Pact consumer tests for TPS #1577

Draft
wants to merge 15 commits into
base: develop
Choose a base branch
from

Commits on Jan 17, 2024

  1. Add pact consumer library

    This required upgrading to gradle 7.5
    samanehsan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b64b537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ee2e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    938cd9a View commit details
    Browse the repository at this point in the history
  4. Change PolicyServiceConfiguration to class

    This could not be mocked as a record
    samanehsan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    18eb5db View commit details
    Browse the repository at this point in the history
  5. Fix pact JSON file name

    samanehsan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5a8b068 View commit details
    Browse the repository at this point in the history
  6. Fix contract file location

    samanehsan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8066d7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75542bf View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Fix version conflicts

    - Update pact provider version
    - Update groovy library - required by pact (will this break the logback config?)
    samanehsan committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0ae774d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    b8cdff3 View commit details
    Browse the repository at this point in the history
  2. Fix spotbugs error

    samanehsan committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6d19567 View commit details
    Browse the repository at this point in the history
  3. Spotless fixes

    samanehsan committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4f3e0d8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of github.com:DataBiosphere/jade-data-repo int…

    …o se/DR-3357-tps-consumer-tests
    samanehsan committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    cf6521b View commit details
    Browse the repository at this point in the history
  5. Add test to create group constraint policy

    Also add id and policy name parameters
    samanehsan committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4300960 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Consolidate code

    Replace pact dsl with JSON string
    samanehsan committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    317dc35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b7cf3b View commit details
    Browse the repository at this point in the history