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

Feature 93 payments #100

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

Feature 93 payments #100

wants to merge 19 commits into from

Commits on Apr 27, 2023

  1. Bump junit-platform-launcher from 1.9.2 to 1.9.3

    Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.2 to 1.9.3.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-launcher
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d9e8ff8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Bump maven-failsafe-plugin from 2.22.0 to 3.1.0

    Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 2.22.0 to 3.1.0.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-2.22.0...surefire-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    c1c007d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Inital design of PaymentsResource.

    This will receive payment callbacks from the payment processor.
    mbjones committed May 13, 2023
    Configuration menu
    Copy the full SHA
    d35a6e3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Modified PaymentsResource to convert JSON to Payment instance.

    Still more serialization work to be done.
    mbjones committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ad50e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcdd9e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb1717e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc623fd View commit details
    Browse the repository at this point in the history
  5. Prepare 0.6.0 release for Docker and helm upgrades.

    Update to Temurin JRE 17.0.7.
    mbjones committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b86cfa3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Merge remote-tracking branch 'origin/dependabot/maven/develop/org.jun…

    …it.platform-junit-platform-launcher-1.9.3' into feature-93-payments
    mbjones committed May 18, 2023
    Configuration menu
    Copy the full SHA
    daa56ee View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dependabot/maven/develop/org.apa…

    …che.maven.plugins-maven-failsafe-plugin-3.1.0' into feature-93-payments
    mbjones committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7e0460b View commit details
    Browse the repository at this point in the history
  3. Upgrade embedded-pg to 0.13.4

    mbjones committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9f00f0c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Switch database test from EmbeddedPostgres to Testcontainers.

    This allows tests to be run successfully locally.
    mbjones committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    8e2172c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e323e3 View commit details
    Browse the repository at this point in the history
  3. Drafted PaymentStore and PaymentStoreTest.

    Updated the schema file for payments to adjust types.
    mbjones committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    809e1a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    3837eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c064f76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cb20fe View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    87414b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5095bc8 View commit details
    Browse the repository at this point in the history