Skip to content
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
rubenvdlinde merged 10 commits into
developmentfrom
feature/declarative-annotation-pilot
May 26, 2026
Merged

feat: dashboard widgets, catalog schema listener + tests, e2e scaffold, legacy-quality-cleanup openspec, coverage report#697
rubenvdlinde merged 10 commits into
developmentfrom
feature/declarative-annotation-pilot

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Collaborator

Consolidation of pending work (fleet sweep 2026-05-26). Commits already on feature/declarative-annotation-pilot.

🤖 Generated with Claude Code

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).
…d, legacy-quality-cleanup openspec, coverage report
rubenvdlinde and others added 6 commits May 26, 2026 07:33
…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.
@rubenvdlinde rubenvdlinde merged commit 58f0700 into development May 26, 2026
21 checks passed
@rubenvdlinde rubenvdlinde deleted the feature/declarative-annotation-pilot branch May 26, 2026 06:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant