Ecosyste.ms: Timeline

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

openfun/joanie

renovate[bot] pushed 1 commit to renovate/js-dependencies openfun/joanie
  • ⬆️(dependencies) update js dependencies 495693b

View on GitHub

jonathanreveille pushed 25 commits to dev_/cancel_and_refund_an_order openfun/joanie
  • 🌐(backend) fix typo in messages Not messages contains typo or are not well extracted due to the use of f strings . 6c7a6bb
  • 🔖(minor) release minor version of joanie Added - Debit installment on pending order transition if due date is on cur... a46769f
  • 🗃️(backend) add an index on CertificateDefinition template column We regularly filter CertificateDefinition by its `... 7604227
  • ⚡️(backend) improve certificate client api endpoint performance The filter to get only "order" certificates is prett... c684576
  • ⬆️(dependencies) update python dependencies 9b9a639
  • ⬆️(backend) update postgres to version 13 As we want to update our postgres server to version 13, we use it locally ... af09219
  • 🗃️(backend) add `appendix` field to ContractDefinition model We want to be able to add appendices specific to a Cont... 1a98395
  • ✨(backend) bind appendix to contract template Now a contract has new field `appendix` we want to display it into its... eedfc5d
  • ✨(backend) update AdminContractDefinitionSerializer to bind appendix We recently added a field `appendix` to Contrac... ed99002
  • ✨(back-office) manage new field `appendix` into back office Allow to display / edit appendix field into our back office a841f0b
  • ✨(backend) make backend request timeout configurable Sometime error can be raised as our payment backend reached the... 4dcd9f4
  • 🔖(minor) bump joanie to version 2.9.0 Added - Add index on `template` field of the `CertificateDefinition` model - A... 0fe9bc9
  • 🚑️(backend) manage refused zero click payments Currently, if a zero click payment is refused, our logic can consider... 7b636fe
  • 🔖(patch) bump joanie to version 2.9.1 Fixed - Manage zero click refused payment 4cc2c94
  • 🐛(backend) fix order lifecycle issue Currently, it is not possible to transition from `no_payment` state to `complet... f5a275c
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 5a4f914
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` 3402649
  • ✨(backend) refund state in order flow We want to be able to refund the installments paid on an order for a student. ... 24316e6
  • ✨(backend) payment backend refund and cancel action For now, we have added the refund and cancel action with payment... a356a49
  • ✨(backend) admin api refund and cancel endpoints For admin users, we have created two new endpoints to change the st... 12e3861
  • and 5 more ...

View on GitHub

jonathanreveille pushed 3 commits to dev_/cancel_and_refund_an_order openfun/joanie
  • fixup! ✨(backend) refund state in order flow a7804b1
  • fixup! ✨(backend) payment backend refund and cancel action 49d779f
  • fixup! ✨(backend) admin api refund and cancel endpoints 74e9633

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
Since this method was only used with Lyra, I've decided to remove it and improve the other method `get_transaction_references_to_refund`

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
I will return the `response_json` instead.

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
I will return a dictionary with this data : ``` { "id": transaction.reference, "type": "refund", "state": "success", } ```

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jbpenrath pushed 1 commit to feat/waive-right-to-withdraw openfun/joanie
  • ✨(backoffice) display `has_waived_withdrawal_right` field in Order view Final touch, display has_waived_withdrawal_r... 986a239

View on GitHub

jbpenrath pushed 4 commits to feat/waive-right-to-withdraw openfun/joanie
  • 🗃️(backend) add field `has_waived_withdrawal_right` to Order model We need to be able to store the user decision to ... e5d5d1b
  • ✨(backend) add property has_withdrawal_period to Product Add property `has_withdrawal_period` to Product. This one i... 63bac36
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... 39c01d6
  • ✨(backoffice) display `has_waived_withdrawal_right` field in Order view Final touch, display has_waived_withdrawal_r... 12e6ec5

View on GitHub

jbpenrath opened a pull request on openfun/joanie
✨(backend) add link to back office in Django admin topbar
## Purpose We want enforce user to waive its withdrawal right when the related training has already started. ## Proposal Description... - [x] Add field `has_waived_withdrawal_right` in ...
jbpenrath pushed 2 commits to feat/waive-right-to-withdraw openfun/joanie
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... 87cb974
  • ✨(backoffice) display `has_waived_withdrawal_right` field in Order view Final touch, display has_waived_withdrawal_r... b8987ae

View on GitHub

jbpenrath pushed 2 commits to feat/waive-right-to-withdraw openfun/joanie
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... 7e2e1ec
  • ✨(backoffice) display `has_waived_withdrawal_right` field in Order view Final touch, display has_waived_withdrawal_r... 43e8542

View on GitHub

jbpenrath pushed 2 commits to feat/waive-right-to-withdraw openfun/joanie
  • ✨(backend) add property has_withdrawal_period to Product Add property `has_withdrawal_period` to Product. This one i... a067437
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... b2f893c

View on GitHub

jbpenrath pushed 7 commits to feat/waive-right-to-withdraw openfun/joanie
  • 🐛(backend) fix order lifecycle issue Currently, it is not possible to transition from `no_payment` state to `complet... f5a275c
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 5a4f914
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` 3402649
  • ✨(backend) add link to back office in Django admin topbar The back office application has a link to go back easily t... e2072ec
  • 🗃️(backend) add field `has_withdraw_right` to Order model We need to be able to store the user decision to waive its... 19e8ae5
  • ✨(backend) add property has_withdrawal_period to Product Add property `has_withdrawal_period` to Product. This one i... ff07c5b
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... 64ee189

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
This method is only called when we receive the notification from the payment backend that the transaction of an installment has been refunded. We always depending on the payment provider notificat...

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
Only the paid installment should be set to `refunded`.

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jbpenrath published a release on openfun/joanie
v2.9.2
### Fixed - Update order flow to allow transition from `no_payment` to `completed`
renovate[bot] pushed 4 commits to renovate/js-dependencies openfun/joanie
  • 🐛(backend) fix order lifecycle issue Currently, it is not possible to transition from `no_payment` state to `complet... f5a275c
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 5a4f914
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` 3402649
  • ⬆️(dependencies) update js dependencies c20b9dd

View on GitHub

jbpenrath created a tag on openfun/joanie

v2.9.2 - 👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.

jbpenrath deleted a branch openfun/joanie

fix/order-flow-transition-no-payment-completed

jbpenrath pushed 3 commits to main openfun/joanie
  • 🐛(backend) fix order lifecycle issue Currently, it is not possible to transition from `no_payment` state to `complet... f5a275c
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 5a4f914
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` 3402649

View on GitHub

jbpenrath closed a pull request on openfun/joanie
🐛(backend) fix order lifecycle issue
## Purpose Currently, it is not possible to transition from `no_payment` state to `completed` state. But this should be possible to manage orders with a single installment which was refused an...
lunika created a review on a pull request on openfun/joanie

View on GitHub

jbpenrath pushed 3 commits to fix/order-flow-transition-no-payment-completed openfun/joanie
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 69adc0b
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` db7bd7d
  • fixup! 🔧(docker) upgrade node image used to build mails 8adcc4f

View on GitHub

jbpenrath pushed 2 commits to fix/order-flow-transition-no-payment-completed openfun/joanie
  • 🔧(docker) upgrade node image used to build mails We were still using the old node 16 image to build our mails. We de... 99224e7
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` d22e2a9

View on GitHub

renovate[bot] pushed 1 commit to renovate/js-dependencies openfun/joanie
  • ⬆️(dependencies) update js dependencies f7f1e5c

View on GitHub

Load more