Skip to content
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

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Enable Mergify #520

merged 2 commits into from
Feb 9, 2024

Conversation

tnotheis
Copy link
Member

@tnotheis tnotheis commented Feb 9, 2024

Readiness checklist

  • I added/updated unit tests.
  • I added/updated integration tests.
  • I ensured that the PR title is good enough for the changelog.
  • I labeled the PR.

@tnotheis tnotheis added the ci Continuous Integration related stuff label Feb 9, 2024
@tnotheis tnotheis requested a review from jkoenig134 February 9, 2024 14:25
@tnotheis tnotheis enabled auto-merge (squash) February 9, 2024 14:25
jkoenig134
jkoenig134 previously approved these changes Feb 9, 2024
Copy link

coderabbitai bot commented Feb 9, 2024

Important

Auto Review Skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository.

To trigger a single review, invoke the @coderabbitai review command.

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?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@jkoenig134 jkoenig134 disabled auto-merge February 9, 2024 14:30
@tnotheis tnotheis merged commit c9459fd into main Feb 9, 2024
14 checks passed
@tnotheis tnotheis deleted the enable-mergify branch February 9, 2024 14:38
tnotheis added a commit that referenced this pull request Feb 9, 2024
* ci: enable mergify

* ci: remove autoupdate.yml
tnotheis added a commit that referenced this pull request Feb 12, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration related stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants