dj-stripe / dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster.
https://dj-stripe.dev
MIT License
1.56k stars 476 forks source link

CI of Project is failing and has been for months. #1995

Closed duaneking closed 8 months ago

duaneking commented 8 months ago

Describe the bug The CI has been failing for weeks, and its been about 2 months since it passed.

https://github.com/dj-stripe/dj-stripe/actions/workflows/ci.yml

To Reproduce https://github.com/dj-stripe/dj-stripe/actions/workflows/ci.yml

Software versions

Possible fix Just have any build that fails CI kick out the changes that made the CI fail.

jleclanche commented 8 months ago

Yes, current master doesn't have migrations, it's to be expected. Master is not currently suitable for use.

duaneking commented 8 months ago

Then what should be used if the main branch is not considered to be stable?

What should new projects be started with?

Should this project be used?

jleclanche commented 8 months ago

You can use our stable releases. 2.8.2 is the latest one and we will have 2.8.3 soon with further fixes. We never guarantee stability or support of the master branch.

duaneking commented 8 months ago

Thank you for the clarification.