-
-
Notifications
You must be signed in to change notification settings - Fork 75
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 4.3 to Zope 2.13.23 #100
Conversation
Pull request number 100. :-) |
Several errors are emerging, just like for #99 (plone 5 branch). |
Let's give this another go too, Jenkins: |
d38c078
to
5ecf4a0
Compare
Okay, that one will fail. Time for a rebase and a forced push. Trying again: |
Failing tests in Jenkins:
It seems the newer zope.testrunner may have something to do with it, due to changes in the order of test layers. With 4.4.9 I get this error locally:
Reverting to 4.4.4 fixes that error. See also pull request #72 that only updates the zope.testrunner version. So go ahead again, Jenkins: http://jenkins.plone.org/job/pull-request-4.3/91/ |
Hah, now Jenkins passes. Woohoo! |
@mauritsvanrees why do you update robotframework-stuff as well (to newer versions than P5 uses)? That should be a different PR. |
Stick to old pytz 2013b. A few newer test package versions needed.
af3d367
to
adbc163
Compare
I had super good reasons for this. Probably. I don't know them anymore. ;-) |
Jenkins is happy as a puppy. |
Branch: refs/heads/master Date: 2016-03-11T13:55:15+01:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.theming@4e088e4 Use ``getSite()`` instead of portal url Change base URLs from portal URL to what getSite returns, but don't change the theming controlpanel context binding. This allows for more flexibility when configuring it to be allowed on a sub site with a local registry. Files changed: M CHANGES.rst M src/plone/app/theming/browser/controlpanel.pt M src/plone/app/theming/browser/controlpanel.py Repository: plone.app.theming Branch: refs/heads/master Date: 2016-03-11T14:10:16+01:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.theming@2d36d66 typo Files changed: M CHANGES.rst Repository: plone.app.theming Branch: refs/heads/master Date: 2016-03-14T11:06:33+01:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.theming@a075790 Merge pull request #100 from plone/thet_site_url Use ``getSite()`` instead of portal url Files changed: M CHANGES.rst M src/plone/app/theming/browser/controlpanel.pt M src/plone/app/theming/browser/controlpanel.py
Branch: refs/heads/master Date: 2016-03-11T13:55:15+01:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.theming@4e088e4 Use ``getSite()`` instead of portal url Change base URLs from portal URL to what getSite returns, but don't change the theming controlpanel context binding. This allows for more flexibility when configuring it to be allowed on a sub site with a local registry. Files changed: M CHANGES.rst M src/plone/app/theming/browser/controlpanel.pt M src/plone/app/theming/browser/controlpanel.py Repository: plone.app.theming Branch: refs/heads/master Date: 2016-03-11T14:10:16+01:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.theming@2d36d66 typo Files changed: M CHANGES.rst Repository: plone.app.theming Branch: refs/heads/master Date: 2016-03-14T11:06:33+01:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.theming@a075790 Merge pull request #100 from plone/thet_site_url Use ``getSite()`` instead of portal url Files changed: M CHANGES.rst M src/plone/app/theming/browser/controlpanel.pt M src/plone/app/theming/browser/controlpanel.py
Branch: refs/heads/2.2.x Date: 2016-05-30T09:45:13+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.discussion@4ce3643 Fixed possible cross site scripting (XSS) attack on moderate comments page. Files changed: M CHANGES.rst M plone/app/discussion/browser/moderation.pt Repository: plone.app.discussion Branch: refs/heads/2.2.x Date: 2016-06-06T10:10:35+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.discussion@fd67141 Merge pull request #100 from plone/maurits-xss-22 Fixed possible cross site scripting attack on moderate comments page [2.2] Files changed: M CHANGES.rst M plone/app/discussion/browser/moderation.pt
Branch: refs/heads/master Date: 2017-06-16T11:29:58+02:00 Author: Franz Gerhard Reinisch (fgrcon) <[email protected]> Commit: plone/plone.app.portlets@af4e921 further fixes for plip 1734-attribute-renames Files changed: M plone/app/portlets/portlets/recent.py M plone/app/portlets/portlets/review.py Repository: plone.app.portlets Branch: refs/heads/master Date: 2017-06-17T22:57:53+02:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.portlets@624fb27 Merge pull request #100 from plone/fgrcon-cleanup_2-1734 further fixes for plip 1734-attribute-renames Files changed: M plone/app/portlets/portlets/recent.py M plone/app/portlets/portlets/review.py
Branch: refs/heads/master Date: 2019-02-07T12:55:32+01:00 Author: ale-rt (ale-rt) <[email protected]> Commit: plone/plone.app.robotframework@2c6ad4b Fix the travis build Fixes #100 Files changed: M .travis.yml M CHANGES.rst Repository: plone.app.robotframework Branch: refs/heads/master Date: 2019-02-07T14:18:37+01:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.robotframework@3a7d3e7 Merge pull request #101 from plone/fix-travis Fix the travis build Files changed: M .travis.yml M CHANGES.rst
Branch: refs/heads/master Date: 2022-05-06T17:54:37+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.caching@5a7a23b move ruleset assignments to plone.restapi Files changed: M plone/app/caching/caching.zcml M plone/app/caching/configure.zcml Repository: plone.app.caching Branch: refs/heads/master Date: 2022-05-06T17:58:39+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.caching@982da28 add newsfile Files changed: A news/100.feature Repository: plone.app.caching Branch: refs/heads/master Date: 2022-05-06T18:10:12+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.caching@a2f112f zpretty Files changed: M plone/app/caching/configure.zcml Repository: plone.app.caching Branch: refs/heads/master Date: 2022-05-08T00:30:48+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.caching@0527f84 move tests to restapi Files changed: M plone/app/caching/testing.py M plone/app/caching/tests/test_profile_with_caching_proxy.py M plone/app/caching/tests/test_profile_without_caching_proxy.py M setup.py Repository: plone.app.caching Branch: refs/heads/master Date: 2022-05-10T17:13:47+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.caching@f41fb7c Merge pull request #100 from plone/move-to-restapi move ruleset assignments to plone.restapi Files changed: A news/100.feature M plone/app/caching/caching.zcml M plone/app/caching/configure.zcml M plone/app/caching/testing.py M plone/app/caching/tests/test_profile_with_caching_proxy.py M plone/app/caching/tests/test_profile_without_caching_proxy.py M setup.py
Branch: refs/heads/main Date: 2022-11-18T04:06:28+01:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.volto@6fcfb4b Upgrade buildout to Plone 6 beta 3 (#100) Files changed: M plone-6.0.x.cfg
Branch: refs/heads/master Date: 2023-04-03T23:52:49Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.schemaeditor@a89cb05 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/collective/zpretty: 3.0.2 → 3.0.3](collective/zpretty@3.0.2...3.0.3) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) Files changed: M .pre-commit-config.yaml Repository: plone.schemaeditor Branch: refs/heads/master Date: 2023-04-04T23:37:24+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.schemaeditor@62fc956 chore: codespell Files changed: M CHANGES.rst Repository: plone.schemaeditor Branch: refs/heads/master Date: 2023-04-04T23:38:05+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.schemaeditor@c3f4618 Merge pull request #100 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml M CHANGES.rst
Branch: refs/heads/master Date: 2023-04-12T00:07:22+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@f46ebf8 Configuring with plone/meta Files changed: A .editorconfig A .meta.toml A .pre-commit-config.yaml A news/a9dd65cc.internal A tox.ini M pyproject.toml M setup.cfg Repository: plone.protect Branch: refs/heads/master Date: 2023-04-12T00:07:22+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@49b2a76 Bumped version for breaking release. Files changed: M setup.py Repository: plone.protect Branch: refs/heads/master Date: 2023-04-12T00:07:22+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@f9af79b Drop support for Python 2.7 up to 3.7. Files changed: A news/5390ebc6.feature M CHANGES.rst M plone/__init__.py M plone/protect/__init__.py M plone/protect/authenticator.py M plone/protect/auto.py M plone/protect/configure.zcml M plone/protect/confirm.pt M plone/protect/interfaces.py M plone/protect/monkey.py M plone/protect/postonly.py M plone/protect/profiles/default/metadata.xml M plone/protect/subscribers.py M plone/protect/testing.py M plone/protect/tests/__init__.py M plone/protect/tests/case.py M plone/protect/tests/test.zcml M plone/protect/tests/testAuthenticator.py M plone/protect/tests/testAuto.py M plone/protect/tests/testPatches.py M plone/protect/tests/testPostOnly.py M plone/protect/tests/testUtils.py M plone/protect/tests/test_confirm_view.py M plone/protect/utils.py M plone/protect/views.py M setup.py Repository: plone.protect Branch: refs/heads/master Date: 2023-04-12T00:07:22+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@61363a0 adapts -> adapter Files changed: M plone/protect/auto.py Repository: plone.protect Branch: refs/heads/master Date: 2023-04-12T00:07:22+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@28c6a25 merge master Files changed: M plone/protect/authenticator.py M plone/protect/auto.py M plone/protect/subscribers.py M plone/protect/tests/testAuthenticator.py M pyproject.toml M setup.py Repository: plone.protect Branch: refs/heads/master Date: 2023-04-12T00:57:42+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@5f5c099 fix codespell, add ignores Files changed: M .meta.toml M pyproject.toml Repository: plone.protect Branch: refs/heads/master Date: 2023-04-12T00:57:58+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@d675f76 make flake8 happy Files changed: M plone/protect/__init__.py M plone/protect/auto.py M plone/protect/testing.py Repository: plone.protect Branch: refs/heads/master Date: 2023-04-12T14:53:43+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@58ae210 Merge pull request #100 from plone/config-with-default-template-2ef4352a Config with default template 2ef4352a Files changed: A .editorconfig A .meta.toml A .pre-commit-config.yaml A news/5390ebc6.feature A news/a9dd65cc.internal A tox.ini M CHANGES.rst M plone/__init__.py M plone/protect/__init__.py M plone/protect/authenticator.py M plone/protect/auto.py M plone/protect/configure.zcml M plone/protect/confirm.pt M plone/protect/interfaces.py M plone/protect/monkey.py M plone/protect/postonly.py M plone/protect/profiles/default/metadata.xml M plone/protect/subscribers.py M plone/protect/testing.py M plone/protect/tests/__init__.py M plone/protect/tests/case.py M plone/protect/tests/test.zcml M plone/protect/tests/testAuthenticator.py M plone/protect/tests/testAuto.py M plone/protect/tests/testPatches.py M plone/protect/tests/testPostOnly.py M plone/protect/tests/testUtils.py M plone/protect/tests/test_confirm_view.py M plone/protect/utils.py M plone/protect/views.py M pyproject.toml M setup.cfg M setup.py
Branch: refs/heads/master Date: 2024-11-27T15:53:25-03:00 Author: Peter Mathis (petschki) <[email protected]> Commit: plone/plone.testing@dc7bcbb Fix README for removed `unittest.makeSuite` Files changed: M src/plone/testing/README.rst Repository: plone.testing Branch: refs/heads/master Date: 2024-11-27T15:54:45-03:00 Author: Peter Mathis (petschki) <[email protected]> Commit: plone/plone.testing@d6b3fb6 changenote Files changed: A news/100.bugfix Repository: plone.testing Branch: refs/heads/master Date: 2024-11-28T11:40:54-03:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.testing@a7898ce Merge pull request #100 from plone/unittest-py-3.13 Fix README for removed `unittest.makeSuite` Files changed: A news/100.bugfix M src/plone/testing/README.rst
Branch: refs/heads/master Date: 2024-11-27T15:53:25-03:00 Author: Peter Mathis (petschki) <[email protected]> Commit: plone/plone.testing@dc7bcbb Fix README for removed `unittest.makeSuite` Files changed: M src/plone/testing/README.rst Repository: plone.testing Branch: refs/heads/master Date: 2024-11-27T15:54:45-03:00 Author: Peter Mathis (petschki) <[email protected]> Commit: plone/plone.testing@d6b3fb6 changenote Files changed: A news/100.bugfix Repository: plone.testing Branch: refs/heads/master Date: 2024-11-28T11:40:54-03:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.testing@a7898ce Merge pull request #100 from plone/unittest-py-3.13 Fix README for removed `unittest.makeSuite` Files changed: A news/100.bugfix M src/plone/testing/README.rst
No description provided.