Skip to content

Conversation

CodeWithEmad
Copy link
Owner

This will add a lot of new configurations to manage a WordPress instance.
Close #4

@CodeWithEmad CodeWithEmad marked this pull request as draft November 26, 2024 13:12
@CodeWithEmad CodeWithEmad force-pushed the feat/wordpress-instance branch 7 times, most recently from bf201ae to 01fd837 Compare November 27, 2024 08:23
@CodeWithEmad CodeWithEmad marked this pull request as ready for review November 27, 2024 08:53
Copy link

@regisb regisb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mainly suggestions. Great changes overall!

@CodeWithEmad
Copy link
Owner Author

Thank you so much, @regisb. It means a lot. I'll make sure to consider your suggestions and include them.

@CodeWithEmad CodeWithEmad force-pushed the feat/wordpress-instance branch 3 times, most recently from bc72207 to 77821c6 Compare December 1, 2024 15:10
Copy link

@MaferMazu MaferMazu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR, @CodeWithEmad; I only have a few comments, but the rest looks good to me.

Note: I only tested it in Redwood, and it works well. If something is wrong in previous versions, we can handle it in future works to bring support or drop it.
Also, I test this in dev and local, not in k8s.

entry_points={
"tutor.plugin.v1": [
"wordpress = tutorwordpress.plugin"
"tutor[dev]>=15.0.0,<19.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to use tutor[dev] in a standard installation?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a common pattern for tutor plugins. where we install tutor[dev], if you wnat to install tutor-contrib-wordpress[dev] for better developer experience. for example: https://github.com/overhangio/tutor-notes/blob/75e64f506597158fcd850ce76c5715acf7b0a163/setup.py#L37

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed it, and you are right; that part is not in the standard installation but in the dev mode ✨

@CodeWithEmad CodeWithEmad force-pushed the feat/wordpress-instance branch 2 times, most recently from 78d47bf to 2590a4e Compare December 7, 2024 07:21
@CodeWithEmad
Copy link
Owner Author

Thank you, @MaferMazu. I did Test it in k8s. Didn't encounter any problems.

@CodeWithEmad CodeWithEmad force-pushed the feat/wordpress-instance branch from 2590a4e to 2b26f7e Compare December 7, 2024 08:01
Copy link

@MaferMazu MaferMazu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @CodeWithEmad.

It looks good to me ✨

@CodeWithEmad CodeWithEmad merged commit f60218d into master Dec 10, 2024
2 checks passed
@CodeWithEmad CodeWithEmad deleted the feat/wordpress-instance branch December 10, 2024 08:03
@CodeWithEmad
Copy link
Owner Author

Thank you so much @regisb and @MaferMazu. v1.1.0 released on pypi.

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.

Support for WordPress instance management
3 participants