-
-
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 pull request status script to python 3.6 [4.3] #522
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 tasks
mister-roboto
pushed a commit
that referenced
this pull request
Feb 21, 2024
Branch: refs/heads/master Date: 2023-11-07T16:34:26+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@4197534 Implementation (without test) Files changed: M src/plone/api/content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-07T16:42:20+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@77316c2 Adding documentation for unrestricted find Files changed: M docs/content.md Repository: plone.api Branch: refs/heads/master Date: 2023-11-07T16:48:28+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@d8b09ef Adding news entry for unrestricted find Files changed: A news/312.implementation Repository: plone.api Branch: refs/heads/master Date: 2023-11-07T16:50:51+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@39747f4 Adding basic test for unrestricted find Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-07T16:55:54+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@60bd67d Fixing black for unrestricted find Files changed: M src/plone/api/content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-08T10:12:10+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@15432c5 Accepting various suggestions, thanks every 01. Files changed: M docs/content.md M news/312.implementation M src/plone/api/content.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-08T10:13:45+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@df59eaf unrestricted is an explicit keyword now Files changed: M src/plone/api/content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-08T10:20:52+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@fd1578f Typo Files changed: M src/plone/api/content.py Repository: plone.api Branch: refs/heads/master Date: 2024-02-19T13:10:54+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@5783c42 Rename Files changed: A news/312.feature D news/312.implementation Repository: plone.api Branch: refs/heads/master Date: 2024-02-20T23:23:00+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@5101fdc Log out for unrestricted search test Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2024-02-20T23:25:57+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@969c653 Black Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2024-02-20T23:41:16+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@cc70400 Fixing linting for two files I never touched Files changed: M src/plone/api/relation.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2024-02-21T08:54:09+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@0b0984d Merge branch 'master' into issue_312 Files changed: M CHANGES.rst M requirements-docs.txt M setup.py M src/plone/api/content.py M src/plone/api/portal.py M src/plone/api/tests/test_portal.py D news/520.documentation Repository: plone.api Branch: refs/heads/master Date: 2024-02-21T16:56:31+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.api@7d36c5a Merge pull request #522 from plone/issue_312 Issue 312: unrestricted find Files changed: A news/312.feature M docs/content.md M src/plone/api/content.py M src/plone/api/tests/test_content.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 21, 2024
Branch: refs/heads/master Date: 2023-11-07T16:34:26+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@4197534 Implementation (without test) Files changed: M src/plone/api/content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-07T16:42:20+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@77316c2 Adding documentation for unrestricted find Files changed: M docs/content.md Repository: plone.api Branch: refs/heads/master Date: 2023-11-07T16:48:28+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@d8b09ef Adding news entry for unrestricted find Files changed: A news/312.implementation Repository: plone.api Branch: refs/heads/master Date: 2023-11-07T16:50:51+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@39747f4 Adding basic test for unrestricted find Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-07T16:55:54+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@60bd67d Fixing black for unrestricted find Files changed: M src/plone/api/content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-08T10:12:10+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@15432c5 Accepting various suggestions, thanks every 01. Files changed: M docs/content.md M news/312.implementation M src/plone/api/content.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-08T10:13:45+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@df59eaf unrestricted is an explicit keyword now Files changed: M src/plone/api/content.py Repository: plone.api Branch: refs/heads/master Date: 2023-11-08T10:20:52+01:00 Author: Georg Bernhard (gogobd) <g.bernhard@akbild.ac.at> Commit: plone/plone.api@fd1578f Typo Files changed: M src/plone/api/content.py Repository: plone.api Branch: refs/heads/master Date: 2024-02-19T13:10:54+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@5783c42 Rename Files changed: A news/312.feature D news/312.implementation Repository: plone.api Branch: refs/heads/master Date: 2024-02-20T23:23:00+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@5101fdc Log out for unrestricted search test Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2024-02-20T23:25:57+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@969c653 Black Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2024-02-20T23:41:16+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@cc70400 Fixing linting for two files I never touched Files changed: M src/plone/api/relation.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2024-02-21T08:54:09+01:00 Author: Georg Bernhard (gogobd) <gogo@bluedynamics.com> Commit: plone/plone.api@0b0984d Merge branch 'master' into issue_312 Files changed: M CHANGES.rst M requirements-docs.txt M setup.py M src/plone/api/content.py M src/plone/api/portal.py M src/plone/api/tests/test_portal.py D news/520.documentation Repository: plone.api Branch: refs/heads/master Date: 2024-02-21T16:56:31+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.api@7d36c5a Merge pull request #522 from plone/issue_312 Issue 312: unrestricted find Files changed: A news/312.feature M docs/content.md M src/plone/api/content.py M src/plone/api/tests/test_content.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚧 to be merged together with the other pull requests related, see plone/jenkins.plone.org#237 and linked pull requests 🚧