Ecosyste.ms: Timeline

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

openfun/joanie

jbpenrath opened an issue on openfun/joanie
Contract Definition - Add "appendice" field
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Currently, a `ContractDefinition` has only a `body` field. It has a drawback as the...
renovate[bot] pushed 1 commit to renovate/js-dependencies openfun/joanie
  • ⬆️(dependencies) update js dependencies ff0ebdd

View on GitHub

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

View on GitHub

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

View on GitHub

renovate[bot] pushed 1 commit to renovate/python-dependencies openfun/joanie
  • ⬆️(dependencies) update python dependencies 5827fc4

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

renovate[bot] pushed 1 commit to renovate/python-dependencies openfun/joanie
  • ⬆️(dependencies) update python dependencies 69d23b8

View on GitHub

renovate[bot] pushed 3 commits to renovate/js-dependencies openfun/joanie
  • 🗃️(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 js dependencies 2af9630

View on GitHub

renovate[bot] pushed 3 commits to renovate/python-dependencies openfun/joanie
  • 🗃️(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 f6dd6cc

View on GitHub

jbpenrath deleted a branch openfun/joanie

improve/api/certificate-client

jbpenrath pushed 2 commits to main openfun/joanie
  • 🗃️(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

View on GitHub

jbpenrath closed a pull request on openfun/joanie
🗃️(backend) add an index on CertificateDefinition template column
## Purpose The client endpoint to retrieve certificate has poor performances when is filter by "order". We try to improve that. 1. We regularly filter CertificateDefinition by its `template` ...
jbpenrath pushed 1 commit to improve/api/certificate-client openfun/joanie
  • ⚡️(backend) improve certificate client api endpoint performance The filter to get only "order" certificates is prett... 852eb55

View on GitHub

jbpenrath pushed 1 commit to improve/api/certificate-client openfun/joanie
  • ⚡️(backend) improve certificate client api endpoint performance The filter to get only "order" certificates is prett... 2bd6b3f

View on GitHub

jbpenrath pushed 1 commit to improve/api/certificate-client openfun/joanie
  • ⚡(backend) improve certificate client api endpoint performance The filter to get only "order" certificates is pretty... 7703791

View on GitHub

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

View on GitHub

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

View on GitHub

jbpenrath created a comment on a pull request on openfun/joanie
Finally, I totally revamp my optimization as the `union` method has several major drawbacks : 1. We have to reapply an order_by of the final queryset 2. As results are not merged through SQL que...

View on GitHub

jbpenrath pushed 1 commit to improve/api/certificate-client openfun/joanie
  • fixup! ⚡(backend) improve certificate client api endpoint performance bc2f6af

View on GitHub

jbpenrath pushed 122 commits to improve/api/certificate-client openfun/joanie
  • ✨(backend) add order states and flow for the new sales tunnel New order states are needed for the new sales tunnel: ... eb55224
  • Revert "👔(backend) favor author organization at organization order assignment" This reverts commit ce938db16542d61fc... 331cf7e
  • Revert "💩(backend) reassign organization for pending orders" This reverts commit 35893fc206c51bb8337655ac7f055bb9909... 91df1e6
  • ♻️(backend) assign orga in order create endpoint With the new sale tunnel, we need to assign an organization directl... 274bcc9
  • ♻️(backend) add ProductTargetCourseRelation on order creation As order submit endpoint will be removed, we set Produ... ae88ab5
  • ♻️(backend) create main invoice in order create endpoint As a main invoice is created at the first payment scgedule ... 8ec443f
  • ♻️(backend) aadd credit card to order factory We want to store the chosen credit card in an order, and use it to tri... ce8ad03
  • 🔥(backend) remove order abort endpoint As pending order state will be deleted, the abort endpoint will be useless. 452df53
  • 🔥(backend) remove order submit endpoint As payment process is being rewritten, the submit endpoint will be useless. 0e4ebf1
  • 🔥(backend) remove order validate endpoint As validate order state will be deleted, the validate endpoint will be use... d3a74a2
  • 🔥(backend) remove payment from submit transition As the submit transition will be removed, the code executed in it i... 42565b5
  • 🔥(backend) remove validated state usage As the validated order state will not be used anymore, its usage has been re... 9bb4c5f
  • 🔥(backend) remove order.submit As order.submit content has been removed, we can delete it. 35e910f
  • 🔥(backend) remove unused flow transitions As some order flows has been removed, we can delete them. 9ea2660
  • 🔥(backend) migrate order states As the unused states have been removed, we have to add a database migration to repla... 37c25bb
  • 🔥(backend) remove pending flow transition Pending order state transition will not be used anymore. bbeee98
  • 🔥(backend) remove validated state Validated order state is not used anymore. 9c07c55
  • 🔥(backend) remove submitted state Submitted state is not used anymore. 3d32c12
  • ✅(backend) fix flaky test A test (probably randomized somewhere) was missing an object database refresh. ba4eeae
  • ➕(backend) add pytest-subtest As we now have many test which contains asserts in loop, using subtests allows to cont... 16103a9
  • and 102 more ...

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

jbpenrath published a release on openfun/joanie
v2.8.0
### Added - Debit installment on pending order transition if due date is on current day - Display order credit card detail in the back office - Send an email reminder to the user when an insta...
renovate[bot] pushed 2 commits to renovate/js-dependencies openfun/joanie
  • 🔖(minor) release minor version of joanie Added - Debit installment on pending order transition if due date is on cur... a46769f
  • ⬆️(dependencies) update js dependencies 0ae1a6a

View on GitHub

Load more