Closed jensens closed 2 years ago
@jensens thanks for creating this Pull Request and helping to improve Plone!
TL;DR: Finish pushing changes, pass all other checks, then paste a comment:
@jenkins-plone-org please run jobs
To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.
Happy hacking!
@jenkins-plone-org please run jobs
from my POV ready for merge. More in subsequent (and smaller) PRs
@jenkins-plone-org please run jobs
More findings replaced.
Note: plone_utils.contentEdit
is still left, and this is a hell of a function. This needs to be tackled later.
@jenkins-plone-org please run jobs
@jenkins-plone-org please run jobs
And plone_utils.browserDefault
is left too. After the recent merge of removal of PloneFolder
the method could be moved to plone.base
now, but keep this for later. First get this thing here in.
@jenkins-plone-org please run jobs
One failure left, in plone.app.content.tests.test_reviewlist.ReviewListTestCase.test_with_content
.
All green. I started the tests several times in short intervals and so the broken ones reported back first. I do not have permissions to cancel Jenkins jobs.
Sorry, this is a massive one and due to the nature of exploring and working on it I squashed the several meaningless commits with failures and my work history in one. It may still need some polishing, also not all dependencies to CMFPlone are gone - but most of it is untangled,