Fix Nextcloud 33 compatibility and cleanup CI workflows#113
Conversation
- Update Node.js and NPM engine versions in package.json to ^20 || ^22 and ^10 || ^11. - Remove cypress.yml and integration-tests.yml workflows as their corresponding test directories are missing. - Add /tests/.phpunit.cache to .gitignore. - Verified Nextcloud 33 compatibility in appinfo/info.xml and composer.json. Co-authored-by: ashcoft <1115854+ashcoft@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThe pull request removes two GitHub Actions CI workflows (Cypress and integration tests) and updates build configuration. Node.js and npm engine constraints in ChangesCI and build configuration cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
I have addressed the CI failures and ensured Nextcloud 33 compatibility.
The failing Cypress and integration test workflows were removed because the repository lacks the 'cypress/' and 'tests/integration/' directories.
The Node.js and NPM engine versions in 'package.json' were updated to standard LTS versions to prevent build errors.
I also updated '.gitignore' to exclude the PHPUnit cache directory.
Nextcloud 33 compatibility markers were verified in 'appinfo/info.xml' and 'composer.json'.
PR created automatically by Jules for task 6819101183727452428 started by @ashcoft
Summary by CodeRabbit