Skip to content
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

Update dependencies for Silverstripe 5. Update webpack build and dependencies #110

Merged
merged 1 commit into from
Feb 26, 2023

Conversation

chrispenny
Copy link
Member

@chrispenny chrispenny commented Feb 22, 2023

ActionProcessingState

Rather than setting local state onto the Extension/model, I've created a singleton class that can be used to track when a Job is processing.

This is technically a breaking change, since the getIsPublishJobRunning(), etc methods were public.

Tagging

To run recipe testing for Silverstripe 5, the minimum requirement must be Silverstripe 5. So we can't support both majors at the same time - if we want to use the current recipe testing matrix.

Node/Webpack/etc

Node 18 is now used. Updated our webpack build and dependencies.

@chrispenny chrispenny force-pushed the feature/silverstripe-5 branch 9 times, most recently from bf01560 to a255156 Compare February 26, 2023 19:43
@chrispenny chrispenny force-pushed the feature/silverstripe-5 branch from a255156 to 89200fa Compare February 26, 2023 19:48
@chrispenny chrispenny marked this pull request as ready for review February 26, 2023 19:52
Copy link
Contributor

@MelissaWu-SS MelissaWu-SS left a 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! And I've tested it with recipe CMS, it works as expected.

@MelissaWu-SS MelissaWu-SS merged commit 0ad2819 into master Feb 26, 2023
@MelissaWu-SS MelissaWu-SS deleted the feature/silverstripe-5 branch February 26, 2023 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants