-
Notifications
You must be signed in to change notification settings - Fork 4
feat: wordpress management #5
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
bf201ae
to
01fd837
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.
Mainly suggestions. Great changes overall!
Thank you so much, @regisb. It means a lot. I'll make sure to consider your suggestions and include them. |
bc72207
to
77821c6
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.
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", |
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.
Is it necessary to use tutor[dev] in a standard installation?
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.
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
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.
I reviewed it, and you are right; that part is not in the standard installation but in the dev mode ✨
78d47bf
to
2590a4e
Compare
Thank you, @MaferMazu. I did Test it in k8s. Didn't encounter any problems. |
2590a4e
to
2b26f7e
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.
Thanks for this @CodeWithEmad.
It looks good to me ✨
Thank you so much @regisb and @MaferMazu. v1.1.0 released on pypi. |
This will add a lot of new configurations to manage a WordPress instance.
Close #4