Ecosyste.ms: Timeline

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

openfun/joanie

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

View on GitHub

jbpenrath pushed 136 commits to feat/waive-right-to-withdraw openfun/joanie
  • 🔖(chore) release joanie 2.7.0 Changed - Update round robin logic to favor author organizations - Reassign organizati... be29d27
  • ⬆️(dependencies) update python dependencies 8004721
  • ⬇️(back) downgrade django-storages to version 1.14.3 In version 1.14.4 there is one modification made that lead to a... 00030ac
  • 🚨(backend) migrate to pylint 3.3.x Since pylint 3.3.x, a new error is raised in our codebase "too-many-positional-ar... 1486e8f
  • ⬆️(dependencies) update python dependencies e6bf0fa
  • 🔖(patch) release joanie 2.7.1 Fixed - Downgrade to django-storages 1.14.3 42ad16d
  • 💚(circleci) upgrade remote_docker for hub remote_docker version 20.10.23 has been deprecated. We use the `default` v... 086e27b
  • ⬆️(dependencies) update python dependencies b94a983
  • ✅(backend) fix flaky test A test was flaky since we update the logic to assign an organization to an order 4160f98
  • ✨(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
  • and 116 more ...

View on GitHub

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

View on GitHub

jbpenrath pushed 5 commits to feat/contract-definition/appendice openfun/joanie
  • ⬆️(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... a44ec2e
  • ✨(backend) bind appendix to contract template Now a contract has new field `appendix` we want to display it into its... aeb0e66
  • ✨(backend) update AdminContractDefinitionSerializer to bind appendix We recently added a field `appendix` to Contrac... 0a51037
  • ✨(back-office) manage new field `appendix` into back office Allow to display / edit appendix field into our back office 9a80789

View on GitHub

jbpenrath opened a pull request on openfun/joanie
🗃️(backend) add appendix field to ContractDefinition model
## Purpose We want to be able to add appendices specific to a Contract, that's why we add a new char field `appendix` to the `ContractDefinition` model
jbpenrath pushed 2 commits to feat/contract-definition/appendice openfun/joanie
  • ✨(backend) update AdminContractDefinitionSerializer to bind appendix We recently added a field `appendix` to Contrac... 0b05d07
  • ✨(back-office) manage new field `appendix` into back office Allow to display / edit appendix field into our back office 086dc5f

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

jbpenrath created a branch on openfun/joanie

feat/contract-definition/appendice - 👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.

renovate[bot] pushed 2 commits to renovate/js-dependencies openfun/joanie
  • ⬆️(backend) update postgres to version 13 As we want to update our postgres server to version 13, we use it locally ... af09219
  • ⬆️(dependencies) update js dependencies ed04902

View on GitHub

kernicPanel deleted a branch openfun/joanie

postgres-13

kernicPanel pushed 1 commit to main openfun/joanie
  • ⬆️(backend) update postgres to version 13 As we want to update our postgres server to version 13, we use it locally ... af09219

View on GitHub

kernicPanel closed a pull request on openfun/joanie
⬆️(backend) update postgres to version 13
## Purpose As we want to update our postgres server to version 13, we use it locally and in our CI as well.
renovate[bot] pushed 1 commit to renovate/js-dependencies openfun/joanie
  • ⬆️(dependencies) update js dependencies 55f5337

View on GitHub

kernicPanel created a review comment on a pull request on openfun/joanie
I tried your proposal at first, but it failed. There is no image with only major version: https://circleci.com/developer/images/image/cimg/postgres#image-tags

View on GitHub

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

View on GitHub

jbpenrath created a review comment on a pull request on openfun/joanie
What do you think to just pin to the major version ? ```suggestion - image: cimg/postgres:13 ```

View on GitHub

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

View on GitHub

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

View on GitHub

jbpenrath created a branch on openfun/joanie

improve/api/enrollment-order-client - 👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.

kernicPanel created a branch on openfun/joanie

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

jbpenrath opened an issue on openfun/joanie
Extend Product model
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** In order to be able to generate Certificate for Unicamp, we need new fields : - N...
jbpenrath opened an issue on openfun/joanie
Unicamp Certification Template
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** A Certificate template dedicated to Unicamp Micro-credential must be developped. ...
jbpenrath created a review on a pull request on openfun/joanie

View on GitHub

renovate[bot] pushed 2 commits to renovate/js-dependencies openfun/joanie
  • ⬆️(dependencies) update python dependencies 9b9a639
  • ⬆️(dependencies) update js dependencies 1e325b6

View on GitHub

jbpenrath deleted a branch openfun/joanie

renovate/python-dependencies

jbpenrath pushed 1 commit to main openfun/joanie
  • ⬆️(dependencies) update python dependencies 9b9a639

View on GitHub

jbpenrath closed a pull request on openfun/joanie
⬆️(dependencies) update python dependencies
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [SQLAlchemy](https://www.sqlalchemy.org) ([changelog](https://docs....
jbpenrath created a review on a pull request on openfun/joanie

View on GitHub

Load more