-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Test var id attribute #10243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test var id attribute #10243
Conversation
…t-var-id-attribute # Conflicts: # composer.json # composer.lock
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
composer.json (1)
55-55: Switching to a dev branch alias is risky—pin to a commit or keep the stable tag.Replacing
0.74.*withdev-primary-attribute as 0.73.2silently downgrades the library while pointing to an unfrozen development branch.
Potential fallout:
• Loss of fixes/features added in 0.74.x.
• Builds become non-deterministic whenever the branch moves.
• Security tooling may miss the real version in use.Strongly recommend one of:
- "utopia-php/database": "dev-primary-attribute as 0.73.2", + # Option A – pin the exact commit + "utopia-php/database": "dev-primary-attribute#<commit-sha> as 0.73.2", + # Option B – stay on the stable line until the feature is tagged + "utopia-php/database": "0.74.*",Please confirm no 0.74-only APIs are used elsewhere and that CI covers this downgrade.
If the branch must stay, lock it to a commit to keep reproducible builds.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
composer.lockis excluded by!**/*.lock
📒 Files selected for processing (1)
composer.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (19)
- GitHub Check: Benchmark
- GitHub Check: E2E Shared Mode Service Test (VCS, Shared V1)
- GitHub Check: E2E Shared Mode Service Test (Messaging, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Realtime, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Proxy, Shared V1)
- GitHub Check: E2E Shared Mode Service Test (Projects, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Locale, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Sites, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Databases/Grids, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Account, Shared V1)
- GitHub Check: E2E Shared Mode Service Test (Sites, Shared V1)
- GitHub Check: E2E Shared Mode Service Test (FunctionsSchedule, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Databases/Legacy, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Avatars, Shared V2)
- GitHub Check: E2E Shared Mode Service Test (Functions, Shared V1)
- GitHub Check: E2E Shared Mode Service Test (Account, Shared V2)
- GitHub Check: E2E Service Test (FunctionsSchedule)
- GitHub Check: E2E Service Test (Databases/Grids)
- GitHub Check: E2E Service Test (Databases/Legacy)
…t-var-id-attribute # Conflicts: # composer.lock
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
✨ Benchmark results
⚡ Benchmark Comparison
|
📝 WalkthroughWalkthroughThe changes update the version constraint for the "utopia-php/database" dependency in composer.json from "0.74." to "0.75.". In two PHP source files related to deployment duplication for functions and sites, the code now removes the '$sequence' attribute from deployment data before creating new deployment documents, instead of explicitly setting '$sequence' to an empty string. No changes were made to public entity declarations. Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Suggested reviewers
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
What does this PR do?
https://github.com/utopia-php/database/compare/0.74.3..0.75.2
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Screenshots may also be helpful.)
Related PRs and Issues
Checklist