-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Refs #136 - Update dynamic schema on all ZEO clients on change #137
Conversation
@avoinea thanks for creating this Pull Request and help improve Plone! To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass. Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:
With this simple comment all the jobs will be started automatically. Happy hacking! |
@jenkins-plone-org please run jobs |
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.
Simple and elegant to use the _p_mtime
as part of the generated schema name!
@jenkins-plone-org please run jobs |
1 similar comment
@jenkins-plone-org please run jobs |
@jensens I'll take a look at the remaining failing tests... |
@jensens I don't know what is wrong with this one https://jenkins.plone.org/job/pull-request-5.2/1643/testReport/junit/(root)/(empty)/schemaeditor_txt/ and where it comes from. For the rest, I added PRs within plone.app.dexterity and plone.app.contenttypes |
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.
LGTM, thanks a lot!
Please, consider removing that log.info
statement added by this PR or to change it with a log.debug
.
@jenkins-plone-org please run jobs |
1 similar comment
@jenkins-plone-org please run jobs |
@avoinea The Python 3.7 test failure looks unrelated, but there is a real issue with https://jenkins.plone.org/job/pull-request-5.2/1652/testReport/(root)/(empty)/schemaeditor_txt/ Anyway we are close to have this merged :) |
@ale-rt Hmmm:
|
@jenkins-plone-org please run jobs |
According to https://github.com/plone/buildout.coredev/blob/a4af25bfde395a999844324b45b9912952a6731e/sources.cfg#L45 4.3 usese the plone.dexterity 2.2.x branch. Sincerely I would save myself from that pain. @mauritsvanrees what do you think about backporting this PR to 4.3? |
Plone 4.3.20 has already been released on 28 August. It has been waiting since then for a Universal Installer. I don't mind doing a release from the |
BTW, the same is true for Plone 5.1.7: it was released a week ago, but waiting on installer. It is the last release from the Plone 5.1 series, so any updates to the relevant |
@avoinea in plone.restapi we have tests that check for undocumented changes in our auto-generated API docs. This PR causes the auto-generated behavior names to change for every test run: https://github.com/plone/plone.restapi/pull/1033/checks?check_run_id=1572135872 Therefore it is impossible for us to generate a stable REST API documentation. Is there a way to disable this behavior? |
@tisto True. We have 2 options I can think of right now:
Another, elegant solution would be to convert |
@avoinea could you look into fixing this in plone.restapi maybe? I don't really have the time for this right now and I ran into this again. |
Fixes #136