Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 10, 2026

  • Analyze the test failure logs from CI
  • Identify the issue: Type incompatibility in OCMDiscoveryService (return type mismatch between OCP\OCM\IOCMProvider and OCP\OCM\ICapabilityAwareOCMProvider)
  • Update composer dependencies (nextcloud/ocp) to get latest Nextcloud function signatures
  • Applied composer update for nextcloud/ocp package (upgraded from 4a157cd to 6c1e568)
  • Committed and pushed the changes

Summary:
The test failures were caused by a type incompatibility in Nextcloud's OCMDiscoveryService class where the return type didn't match the updated interface signature in the newer version of the nextcloud/ocp package. Updated the composer.lock by running composer update nextcloud/ocp, which upgraded the package to include the latest function signatures that are compatible with the Nextcloud server code.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

R0Wi and others added 2 commits December 22, 2025 21:53
- Updated package.json to replace rspack commands with rsbuild equivalents.
- Removed rspack.config.js and added rsbuild.config.js with new configuration.
- Adjusted linting scripts to ensure proper file matching.
- Updated dependencies to align with rsbuild requirements.
Co-authored-by: R0Wi <19730957+R0Wi@users.noreply.github.com>
Copilot AI changed the title [WIP] Refactor build configuration to use rsbuild Replace window with globalThis in appGlobals.js Jan 10, 2026
Copilot AI requested a review from R0Wi January 10, 2026 10:15
@R0Wi
Copy link
Contributor

R0Wi commented Jan 10, 2026

@copilot fix the test error by applying an composer deps update to get the most recent Nextcloud function signatures

Co-authored-by: R0Wi <19730957+R0Wi@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 10, 2026

@copilot fix the test error by applying an composer deps update to get the most recent Nextcloud functi...

Updated composer dependencies to get the latest Nextcloud function signatures. The nextcloud/ocp package was upgraded from 4a157cd to 6c1e568, which should resolve the OCMDiscoveryService type incompatibility error. (commit b88a65d)

Copilot stopped work on behalf of R0Wi due to an error January 10, 2026 10:41
@R0Wi R0Wi force-pushed the fix/update-npm-deps branch from 3b8fa83 to ce05b08 Compare January 10, 2026 10:46
@R0Wi
Copy link
Contributor

R0Wi commented Jan 10, 2026

Moved to #344

@R0Wi R0Wi closed this Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants