Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

alphagov/pay-connector

dependabot[bot] created a comment on a pull request on alphagov/pay-connector
Superseded by #5597.

View on GitHub

dependabot[bot] closed a pull request on alphagov/pay-connector
Bump com.amazonaws:aws-java-sdk-bom from 1.12.773 to 1.12.775
Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) from 1.12.773 to 1.12.775. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws...
dependabot[bot] opened a pull request on alphagov/pay-connector
Bump com.amazonaws:aws-java-sdk-bom from 1.12.773 to 1.12.776
Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) from 1.12.773 to 1.12.776. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws...
dependabot[bot] created a branch on alphagov/pay-connector

dependabot/maven/com.amazonaws-aws-java-sdk-bom-1.12.776 - The Payments Connector in Java (Dropwizard)

dependabot[bot] deleted a branch alphagov/pay-connector

dependabot/maven/com.stripe-stripe-java-27.1.0

dependabot[bot] closed a pull request on alphagov/pay-connector
[DO NOT MERGE] Bump com.stripe:stripe-java from 21.10.0 to 27.1.0
Bumps [com.stripe:stripe-java](https://github.com/stripe/stripe-java) from 21.10.0 to 27.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stripe/strip...
dependabot[bot] created a comment on a pull request on alphagov/pay-connector
Superseded by #5596.

View on GitHub

dependabot[bot] opened a pull request on alphagov/pay-connector
Bump com.stripe:stripe-java from 21.10.0 to 27.1.1
Bumps [com.stripe:stripe-java](https://github.com/stripe/stripe-java) from 21.10.0 to 27.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stripe/strip...
dependabot[bot] created a branch on alphagov/pay-connector

dependabot/maven/com.stripe-stripe-java-27.1.1 - The Payments Connector in Java (Dropwizard)

AbdirizakIdris created a comment on a pull request on alphagov/pay-connector
Closing this as we no longer need it. Changes re here https://github.com/alphagov/pay-connector/pull/5593

View on GitHub

AbdirizakIdris closed a pull request on alphagov/pay-connector
WIP-PP-13247-expand-charge-for-refund-object-properly
## WHAT YOU DID Testing the correcting asynchronously refund code - logs show an error on `getChargeObject().getTransferGroup()` which should be `transfer_group` not `transferGroup`
AbdirizakIdris deleted a branch alphagov/pay-connector

PP-13247_tmp_fixes

AbdirizakIdris pushed 2 commits to master alphagov/pay-connector
  • PP-13247-set-idempotency-key-for-asyc-failed-refund-and-add-fixes - Set the idempotency key for each request to corr... 4e45a2c
  • Merge pull request #5593 from alphagov/PP-13247_tmp_fixes PP-13247 Set idempotency key for async failed refund fix a... c5ca752

View on GitHub

AbdirizakIdris closed a pull request on alphagov/pay-connector
PP-13247 Set idempotency key for async failed refund fix and other improvements
## Background - A Stripe refund succeeded initially but later failed asynchronously. We do not handle this failure case automatically Funds for a refund are taken from our Stripe platform accou...
AbdirizakIdris pushed 1 commit to PP-13247_tmp_fixes alphagov/pay-connector
  • PP-13247-set-idempotency-key-for-asyc-failed-refund-and-add-fixes - Set the idempotency key for each request to corr... 4e45a2c

View on GitHub

DomBelcher created a review comment on a pull request on alphagov/pay-connector
I've changed this to only return a `404` if no gateway accounts exist with the requested service ID

View on GitHub

DomBelcher created a review on a pull request on alphagov/pay-connector

View on GitHub

AbdirizakIdris pushed 4 commits to PP-13247_tmp_fixes alphagov/pay-connector
  • WIP-PP-13247-expand-charge-for-refund-object-properly 45deff7
  • PP-13247 - fixes bec2f9d
  • PP-13247-set-idempotency-key-for-asyc-failed-refund-and-add-fixes-for-ledger-posting-async-refunds - Set the idempo... cc7eaa9
  • fix RefundReversalStripeConnectTransferRequestBuilderTest 26522de

View on GitHub

AbdirizakIdris pushed 12 commits to PP-13247_tmp_fixes alphagov/pay-connector
  • Bump uk.gov.service.notify:notifications-java-client Bumps [uk.gov.service.notify:notifications-java-client](https:/... 63c131d
  • Merge pull request #5586 from alphagov/dependabot/maven/uk.gov.service.notify-notifications-java-client-5.2.1-RELEASE... 87579c9
  • Bump pay-java-commons.version Bumps `pay-java-commons.version` from 1.0.20241007101730 to 1.0.20241014101422. Updat... 46be568
  • Merge pull request #5588 from alphagov/dependabot/maven/pay-java-commons.version-1.0.20241014101422 Bump pay-java-co... bc6a927
  • PP-13202 fix logic of setting authorisation_summary Populating authorisation_summary did not properly followed the s... dd1fbb8
  • Merge pull request #5589 from alphagov/PP-13202-fix_logic PP-13202 fix logic of setting authorisation_summary 158fdf7
  • PP-13202 fix json include `AuthorisationSummary`'s @JsonInclude(Include.NON_NULL) does not exclude version from the ... 2f55f2c
  • Merge pull request #5590 from alphagov/PP-13202-fix_json_include PP-13202 fix json include 66775e3
  • WIP-PP-13247-expand-charge-for-refund-object-properly 182d95f
  • PP-13247 - fixes 4f5f738
  • PP-13247-set-idempotency-key-for-asyc-failed-refund-and-add-fixes-for-ledger-posting-async-refunds - Set the idempo... 02532cc
  • Merge branch 'PP-13247_tmp_fixes' of github.com:alphagov/pay-connector into PP-13247_tmp_fixes 9c70d10

View on GitHub

DomBelcher created a review comment on a pull request on alphagov/pay-connector
My reasoning was there shouldn't ever be a service without a test account, although that may be an incorrect assumption. I could change it to only `404` if there's neither a test or live account th...

View on GitHub

DomBelcher created a review on a pull request on alphagov/pay-connector

View on GitHub

oswaldquek created a review comment on a pull request on alphagov/pay-connector
I'm not sure about this. The endpoint is saying to update service name for all gateway accounts relating to that service. If there's no test service, I think the right thing to do is to update the ...

View on GitHub

oswaldquek created a review on a pull request on alphagov/pay-connector

View on GitHub

AbdirizakIdris pushed 1 commit to PP-13247_tmp_fixes alphagov/pay-connector
  • PP-13247-set-idempotency-key-for-asyc-failed-refund-and-add-fixes-for-ledger-posting-async-refunds - Set the idempo... 2b53bbf

View on GitHub

DomBelcher pushed 1 commit to PP-13264/update-service-name-for-test-and-live alphagov/pay-connector

View on GitHub

DomBelcher opened a pull request on alphagov/pay-connector
PP-13264 Only require service ID in degatewayed updateServiceName endpoint
## WHAT YOU DID - Change `PATCH /v1/frontend/service/{serviceId}/account/{accountType}/servicename` endpoint to `PATCH /v1/frontend/service/{serviceId}/servicename` - Endpoint will change servi...
DomBelcher created a branch on alphagov/pay-connector

PP-13264/update-service-name-for-test-and-live - The Payments Connector in Java (Dropwizard)

SandorArpa created a review on a pull request on alphagov/pay-connector

View on GitHub

AbdirizakIdris opened a pull request on alphagov/pay-connector
PP-13247-set-idempotency-key-for-async-failed-refund-and-add-fixes-for-ledger-posting-async-refunds
## Background - A Stripe refund succeeded initially but later failed asynchronously. We do not handle this failure case automatically Funds for a refund are taken from our Stripe platform accou...
AbdirizakIdris pushed 1 commit to PP-13247_tmp_fixes alphagov/pay-connector
  • PP-13247-set-idempotency-key-for-asyc-failed-refund-and-add-fixes-for-ledger-posting-async-refunds - Set the idempo... 557363e

View on GitHub

Load more