-
Notifications
You must be signed in to change notification settings - Fork 1
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
Enable Mergify #520
Enable Mergify #520
Conversation
Important Auto Review SkippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
* ci: enable mergify * ci: remove autoupdate.yml
…505) * feat: update project with nullable reference type warnings * refactor: make method param nullable refactor: remove check, id is never null * refactor: make method param nullable, RelationshipChangeIdEntityFrameworkValueConverter refactor: remove check, id is never null * refactor: make method param nullable, RelationshipTemplateIdEntityFrameworkValueConverter refactor: remove check, id should never be null * refactor: use null-forgiving operator, it's a test for null value Ids * refactor: use null-forgiving operator, it's a test for null value Ids * refactor: assign default! to prop within the parameterless ctor refactor: suppress null warning, method is testing for possible null value * refactor: make input param nullable fix: check for null values in query * refactor: make prop nullable, BlobOptions * refactor: make imput param nullable and return empty list instead of null refactor: remove null warning suppression * refactor: make prop required, RejectRelationsipChangeRequestCommand * refactor: make prop required * refactor: make prop nullable, GetChangeQuery * refactor: make prop required, GetRelationshipQuery * refactor: make input param nullable and return [] instead of null * refactor: make prop required, GetRelationshipTemplateQuery * refactor: make prop nullable, CreateRelationshipCommand refactor: remove unnecessary using directive * refactor: make prop required, RelationshipDTO * refactor: make prop required, RelatoinshipMetadataDTO * refactor: make prop required * refactor: make prop required, CreateRelationshipTemplateResponse * refactor: make prop required, RelationshipTemplateDTO * refactor: assign null! to field in the ctor * refactor: suppress warning, field can not be null at this point * refactor: assign null with null-forgiving operator to the prop * refactor: make prop nullable * refactor: make prop nullable * refactor: make prop nullable, PersistenceOptions * refactor: remove nullability operator refactor: assign null with null-forgiving operator * refactor: make prop required * refactor: make returning type nullable * refactor: make returning type nullable, now method does what it says it does * refactor: enable method to return null * refactor: enable method to return null * refactor: suppress code warning in tests * refactor: make prop required * refactor: change prop form required to nullable * fix: change prop from required to nullable * fix: change prop from required to nullable * fix: change prop form required to nullable * refactor: make prop required * refactor: make prop required * refactor: make prop required * refactor: make prop required * fix: change prop from required to nullable * refactor: make prop required * refactor: make prop required * refactor: suppress null reference warning in RelationshipTests * Enable Mergify (#520) * ci: enable mergify * ci: remove autoupdate.yml * chore remove mergify.yaml * chore: fix nullability annotations in NumberOfBytesValidator * chore: fix nullability for Relationship recursiveley * chore: remove unused file * chore: comment ef core constructors * chore: fix nullability of Range and OptionalDateRange * chore: fix nullability for ListChangesQuery * chore: fix nullability of RangeValidator * chore: fix some compiler warnings * chore: remove unused methods * chore: fix nullability in RelationshipTests --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Timo Notheisen <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Timo Notheisen <[email protected]>
Readiness checklist