Closed tapishr closed 1 year ago
[!WARNING]
Rate Limit Exceeded
@tapishr has exceeded the limit for the number of files or commits that can be reviewed per hour. Please wait 9 minutes and 16 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. 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 repository. 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 a8d81f85e99d325c195541f34dfee9bd4edf35a4 and 18420d47871eb56969166387ceffdfcd1efb30ce.
The updates across various scripts in the Chrome extension involve a shift to a development environment, asynchronous processing enhancements, and refined logic for file handling. The changes include updates to URLs for development, the introduction of async/await
for better handling of asynchronous operations, and adjustments in the way files are identified and processed within the extension's functionality, particularly for GitHub and Bitbucket integrations.
File(s) | Change Summary |
---|---|
backgroundScript.js |
Updated default environment to "dev" and modified websiteUrl and backendUrl for environment setups. |
scripts/highlighting.js (x2 entries) |
Altered key checks in response object from "relevant" to "files" and updated file matching logic from file to filepath . |
scripts/init.js |
Added async keyword to mutation callback and implemented await for asynchronous mutation processing. |
scripts/orchestrator.js |
Converted to an asynchronous function, updated API call parameters, and added Bitbucket URL handling. |
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 100.00% |
Auto-assigning to following reviewers: avikalpg
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 100.00% |
Auto-assigning to following reviewers: avikalpg
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 100.00% |
Auto-assigning to following reviewers: avikalpg
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 100.00% |
Auto-assigning to following reviewers: avikalpg
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
SonarCloud Quality Gate failed.
1 Bug
0 Vulnerabilities
0 Security Hotspots
3 Code Smells
No Coverage information
0.0% Duplication
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 100.00% |
Auto-assigning to following reviewers: avikalpg
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Summary by CodeRabbit
New Features
Refactor
Bug Fixes