Skip to content

Conversation

@MatusBoa
Copy link
Contributor

No description provided.

@MatusBoa MatusBoa changed the title TBA Initial implementation Nov 30, 2025
@MatusBoa MatusBoa marked this pull request as ready for review November 30, 2025 21:31
@coderabbitai
Copy link

coderabbitai bot commented Nov 30, 2025

Warning

Rate limit exceeded

@MatusBoa has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 9 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between cff11ae and 9d43bfb.

⛔ Files ignored due to path filters (2)
  • composer.lock is excluded by !**/*.lock
  • tests/dataset.csv is excluded by !**/*.csv
📒 Files selected for processing (56)
  • .data/.gitignore (1 hunks)
  • .github/CODEOWNERS (1 hunks)
  • .github/dependabot.yml (1 hunks)
  • .github/workflows/code-style.yaml (1 hunks)
  • .github/workflows/phpstan.yaml (1 hunks)
  • .github/workflows/phpunit.yaml (1 hunks)
  • .github/workflows/release.yaml (1 hunks)
  • .gitignore (1 hunks)
  • .php-cs-fixer.php (1 hunks)
  • Dockerfile (1 hunks)
  • Makefile (1 hunks)
  • README.md (1 hunks)
  • composer.json (1 hunks)
  • docker-compose.yaml (1 hunks)
  • phpstan.neon.dist (1 hunks)
  • phpunit.xml.dist (1 hunks)
  • rector.php (1 hunks)
  • scripts/import_dataset.php (1 hunks)
  • src/Aggregation/AggregationInterface.php (1 hunks)
  • src/Aggregation/FilterableAggregation.php (1 hunks)
  • src/Aggregation/GlobalizableAggregation.php (1 hunks)
  • src/Aggregation/SizeableAggregation.php (1 hunks)
  • src/Aggregation/StatsAggregation.php (1 hunks)
  • src/Aggregation/TermsAggregation.php (1 hunks)
  • src/Exception/Aggregation/AggregationException.php (1 hunks)
  • src/Exception/Aggregation/InvalidAggregationSizeException.php (1 hunks)
  • src/Exception/Builder/AggregationAlreadyExistsException.php (1 hunks)
  • src/Exception/Builder/BuilderException.php (1 hunks)
  • src/Exception/Query/EmptyBoolQueryException.php (1 hunks)
  • src/Exception/Query/EmptyNestedQueryException.php (1 hunks)
  • src/Exception/Query/InvalidOperatorQueryException.php (1 hunks)
  • src/Exception/Query/QueryException.php (1 hunks)
  • src/Query/AnalyzerAwareQuery.php (1 hunks)
  • src/Query/BoolQuery.php (1 hunks)
  • src/Query/BoostableQuery.php (1 hunks)
  • src/Query/MatchPhraseQuery.php (1 hunks)
  • src/Query/MatchQuery.php (1 hunks)
  • src/Query/NestedQuery.php (1 hunks)
  • src/Query/QueryInterface.php (1 hunks)
  • src/Query/TermQuery.php (1 hunks)
  • src/QueryBuilder.php (1 hunks)
  • tests/Fixture/BoolQueryFixture.php (1 hunks)
  • tests/Integration/Query/TermQueryTest.php (1 hunks)
  • tests/IntegrationTestCase.php (1 hunks)
  • tests/TestCase.php (1 hunks)
  • tests/Unit/Aggregation/StatsAggregationTest.php (1 hunks)
  • tests/Unit/Aggregation/TermsAggregationTest.php (1 hunks)
  • tests/Unit/Aggregation/Trait/FilterableAggregationTest.php (1 hunks)
  • tests/Unit/Aggregation/Trait/GlobalizableAggregationTest.php (1 hunks)
  • tests/Unit/Aggregation/Trait/SizeableAggregationTest.php (1 hunks)
  • tests/Unit/Query/BoolQueryTest.php (1 hunks)
  • tests/Unit/Query/MatchPhraseQueryTest.php (1 hunks)
  • tests/Unit/Query/MatchQueryTest.php (1 hunks)
  • tests/Unit/Query/NestedQueryTest.php (1 hunks)
  • tests/Unit/Query/TermQueryTest.php (1 hunks)
  • tests/Unit/QueryBuilderTest.php (1 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch implementation

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@MatusBoa MatusBoa merged commit 197255d into main Nov 30, 2025
7 checks passed
@MatusBoa MatusBoa deleted the implementation branch November 30, 2025 21:48
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