Use kitconcept-core 2.0.0b1 - #42
Merged
Merged
Conversation
Bump the backend to Plone 6.2.0 (and related plone.* / Products.* pins), kitconcept.core to 2.0.0b1, and the frontend @kitconcept/core to 2.0.0b1. Project version moves to 2.0.0b1. Refs #66
Drop pas.plugins.authomatic, pas.plugins.keycloakgroups and pas.plugins.oidc from the distribution dependencies (zcml + hidden profiles) and remove the local authentication utilities and their tests; these are now provided by kitconcept.core. The setuphandlers INonInstallable import also moves to plone.base alongside this change. Refs #66
Point the distribution handlers at kitconcept.core.utils.distributions and remove the local handlers, creation helpers and embedded schema/registry profile now provided upstream. The create_site script reads answers from environment variables via get_environmental_variables(), and the test fixtures are reworked around kitconcept.core.factory.add_site. Refs #66
Drop the obsolete flake8 configuration and add python-envs workspace search paths for the backend virtualenv.
sneridagh
approved these changes
Jun 23, 2026
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.
Summary
Upgrades the kitconcept Website distribution to Plone 6.2 and kitconcept.core 2.0.0b1, and moves the authentication plugins and distribution/creation machinery upstream into kitconcept.core.
Changes
plone.*/Products.*pins) to 6.2.0,kitconcept.coreto 2.0.0b1, the frontend@kitconcept/coreto 2.0.0b1, and the project version to 2.0.0b1.pas.pluginsauth packages — dropspas.plugins.authomatic,pas.plugins.keycloakgroupsandpas.plugins.oidc(dependencies, hidden profiles, local auth utilities and their tests); these are now provided by kitconcept.core. ThesetuphandlersINonInstallableimport also moves toplone.base.kitconcept.core.utils.distributions; the local handlers, creation helpers and embedded schema/registry profile are removed.create_sitereads answers from environment variables viaget_environmental_variables(), and the test fixtures are reworked aroundkitconcept.core.factory.add_site.Testing
make test→ 142 passed.Related