This repository was archived by the owner on May 29, 2026. It is now read-only.
feat: dashboard widgets, catalog schema listener + tests, e2e scaffold, legacy-quality-cleanup openspec, coverage report#697
Merged
Conversation
Annotates catalog and listing schemas with their declared development → beta → stable → obsolete progression. Three actions per schema: promoteToBeta, promoteToStable, obsolete (from any non-terminal state). OpenRegister's LifecycleValidationListener now enforces that status moves follow this declared sequence — a save attempt that skips straight from development to stable is rejected with HookStoppedException which the platform's TransitionController surfaces as 422. Forward-looking: opencatalogi has no bespoke transition table to remove, so this is a pure additive declaration. The lifecycle annotation becomes the source of truth the moment any caller saves a catalog/listing through OpenRegister with a new status value. Companion: ConductionNL/openregister#1357 (the platform side).
…ative-annotation-pilot
…d, legacy-quality-cleanup openspec, coverage report
…ative-annotation-pilot # Conflicts: # lib/Listener/CatalogSchemaEventListener.php # lib/Service/CatalogiService.php # openspec/changes/opencatalogi-legacy-quality-cleanup/tasks.md # src/store/modules/object.js # templates/index.php
…ation Resolves pre-existing PHPCS errors (16 line-length >150, 2 tag-indent) across DI-accessor docblocks in CatalogiService, EventService, SettingsService, PublicationService, RobotsController, DirectoryService.
… fix stylelint config, patch composer advisories - Add @nextcloud/eslint-config + @nextcloud/stylelint-config peer plugins as explicit devDependencies so they install under 'npm ci --legacy-peer-deps' (CI eslint failed: 'eslint-plugin-import' not found; stylelint failed: 'stylelint: not found'). - Point stylelint.config.js at the fleet-standard @nextcloud/stylelint-config base (the previous 'stylelint-config-recommended-vue' alone exported only overrides, yielding 'No rules found' under stylelint 16). - Apply stylelint --fix: CSS indentation/quote normalization across 23 .vue style blocks (formatting only). - Bump setasign/fpdi 2.6.6->2.6.7 and symfony/twig-bridge 6.4.36->6.4.40 to clear CVE-2026-45802 and CVE-2026-45072 (composer audit clean).
…ilot' into feature/declarative-annotation-pilot
Both use SPDX 'AND' compound expressions ((MIT AND Zlib), (MIT AND BSD-3-Clause)) whose every component is on the allowlist, but the license gate's parser only splits 'OR' expressions, so it flags the compound string. Override to MIT (the shared, allowlisted component) per the gate's own remediation instructions.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Consolidation of pending work (fleet sweep 2026-05-26). Commits already on
feature/declarative-annotation-pilot.🤖 Generated with Claude Code