-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
chore: Merging back 5.0.0a1 build #8169
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
Conversation
Reviewer's Guide by SourceryThis pull request merges the changes for the 5.0.0a1 build. It includes updating the version number, modifying file paths to reflect the new version, adding asynchronous event dispatching, and introducing new CSS files for styling. Updated class diagram for StructureBoardclassDiagram
class StructureBoard {
static _triggerRefreshEvents()
}
note for StructureBoard "The _triggerRefreshEvents method now dispatches events asynchronously using setTimeout."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @fsbraun - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider using a more specific commit message than 'Merging back', as it doesn't convey the purpose of the changes.
- It would be helpful to include a brief summary of the changes included in this merge in the description.
Here's what I looked at during the review
- 🟡 General issues: 2 issues found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
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.
Looks good to me. Let's get this merged and released 🚢 🚀
docs/requirements.in
Outdated
@@ -10,8 +10,8 @@ sphinx-autobuild | |||
datetime | |||
coverage | |||
django~=4.2 | |||
git+https://github.com/django-cms/django-cms@release/4.1.x | |||
-e .. |
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.
It is something left from local development? Looks like it is failing the CI.
Description
develop-4
(esp. including updated changelogs and release notes)develop-4
will becomemain
develop-4
will be available for some time (to be determined) from before the mergerelease/5.0.x
branch will be createdrelease/5.0.x
branch, I will bump the version inmain
to5.1.0dev
(so that the main branch has a higher version number then therelease/5.0.x
branchRelated resources
Checklist
develop-4
Summary by Sourcery
Updates the project to version 5.0.0a1, including changes to static files, CSS, and JavaScript bundles.
Enhancements: