Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add --reinstall-package flag to postCreateCommand so uv re-evaluates the editable install from the real mounted source instead of using the stale cached state from the build phase.
- Fix early return when no content sources are configured - Convert CatalogContentListingObject to raw brains for restricted Python compatibility in skin templates - Fix whitespace in tal:content attribute in aggregation listing template - Remove legacy egg-info files and namespace package __init__.py - Remove --offline flag from devcontainer uv sync command
Migrate to pyproject.toml with uv for dependency management, add devcontainer configuration, GitHub Actions CI workflow, and VS Code workspace file. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… the package it self
…irewall Add tox, black, and isort via uv tool install at Docker build time. Run tox --notest in postCreateCommand to pre-create all tox environments while network access is still available (before firewall setup).
- Rewrite ci.yml to use astral-sh/setup-uv and uv sync/run - Add missing plone.app.robotframework to dev dependencies - Fix testpaths to point to actual test directory - Remove legacy buildout-based plone-package.yml workflow
- Add constraints_plone61.txt, requirements_plone61.txt, test_plone61.cfg - Update tox envlist to Python 3.11/3.12 with Plone 6.0/6.1 - Remove legacy Python 3.7-3.10 and Plone 5.2 environments - Clean up commented-out code and deprecated whitelist_externals
Add pytest-cov and ruff to dev dependencies, add uv sync step to lint tox env. Configure ruff rules to accommodate legacy codebase patterns and run ruff format across all source files.
This file contains hidden or 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
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.
Fix issue with 404 for aggregate content view in Plone 6.1.