-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial support for bundling #33
Conversation
bd2c19e
to
7e1e037
Compare
tidied up a bit, linted and type hinted f init f init
7e1e037
to
096dfa6
Compare
cms/bundles/management/commands/publish_scheduled_without_bundles.py
Outdated
Show resolved
Hide resolved
19afad4
to
a3ebb5d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! A lot of groundwork with good tests 🎉 Just some minor comments from me.
cms/bundles/management/commands/publish_scheduled_without_bundles.py
Outdated
Show resolved
Hide resolved
LGTM - Functionally tested the bundles as shown in screencast and all is well. |
Functionally |
Good shout! Addressed in 4e87b79. Chose to make the name unique.
Yes. This is what https://github.com/ONSdigital/dis-wagtail/pull/33/files#diff-53ae57b17e87f4e9aad0c8a855ff3eb351617a90fccd30f64be2308c353f97e2R62 and https://github.com/ONSdigital/dis-wagtail/pull/33/files#diff-53ae57b17e87f4e9aad0c8a855ff3eb351617a90fccd30f64be2308c353f97e2R116-R119 help with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed!
What is the context of this PR?
This PR adds basic bundling functionality, ported from alpha. https://jira.ons.gov.uk/browse/CMS-205/
It also reverts #22
To-Do:
How to review
See walkthroughs.
Screencast: https://www.loom.com/share/23a483f107e948e6994305ac365f80b1
Follow-up Actions
assertNumQueries
for thepublish_scheduled
management command