Closed ayush-shah12 closed 2 months ago
[!WARNING]
Rate limit exceeded
@preritdas has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 27 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](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 162e2a54e338bc3d5de7295769c9ae6acdb29521 and 3d63663f7632b57d5eff3d6a9808c3f131a7f336.
The pull request introduces enhancements to the BigDBMClient
class in real_intent/client.py
, adding three new methods for retrieving Personally Identifiable Information (PII) based on phone numbers, IP addresses, and personal identifiers. Additionally, new test functions are implemented in tests/test_client.py
to validate these methods. Minor formatting changes are made in tests/test_taxonomy.py
, ensuring consistency in the test files.
File | Change Summary |
---|---|
real_intent/client.py |
Added methods: phones_to_pii , ips_to_pii , and pii_to_pii in BigDBMClient for PII retrieval. |
tests/test_client.py |
Added test functions: test_phones_to_pii , test_ips_to_pii , and test_pii_to_pii for new methods. |
tests/test_taxonomy.py |
Minor formatting change: added a blank line before a test function. |
🐇 In the code, we hop and play,
New methods here to save the day!
From phones to PII, we fetch with glee,
Testing our paths, as happy as can be!
With every line, our code does grow,
A rabbit's joy in the code we sow! 🐇✨
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?
added methods to process phones, IPs, and more into PII
Summary by CodeRabbit
New Features
Tests
Chores