-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔖(chore) bump release to 1.0.0-beta.0 #465
Conversation
03802db
to
9d6007a
Compare
We were using a package.json checksum as cache key, but this is not ideal as it means we still get cache hits if yarn.lock is updated when package.json is not. On the other hand, whenever package.json is updated, yarn.lock will necessarily be updated too.
This release indicates our intention to release richie 1.0. Here are the core features that enabled us to reach this milestone: - index the courses, organizations & subjects (now categories) in ElasticSearch from the DjangoCMS models; - create course snapshots to keep a history of the versions of a course Page throughout its various course runs; - add full text search queries to the course Search; - handle facet counts for all our filters in course Search; - develop plugins for all essential parts: courses, organizations, categories, people, licences... As we prepare to release, here are some improvements and fixes still ahead of us: - allow nesting of categories, to let users customize "meta" categories and build their own subtrees; - finish integrating the missing pages and improve the sandbox environment; - test and polish the use of richie as a django app / node dependency.
9d6007a
to
311f2db
Compare
@jmaupetit I encountered a freaky bug with To be short, This is unexpected for two reasons:
After a lot of attempts to reproduce I used a "hack" to fix things: I just cleaned up the All this to say:
If you agree with this I'll just merge this and make this damned release 😅 |
Another note: of course, I put the ci commit before the release commit; they're only shown in the wrong order because of the same old GitHub PR bug when you switch commits around by rebasing. |
I think you made the point: using |
This release indicates our intention to release richie 1.0.
Here are the core features that enabled us to reach this milestone:
As we prepare to release, here are some improvements and fixes still ahead of us: