Closed drizzentic closed 5 months ago
[!WARNING]
Rate Limit Exceeded
@drizzentic has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 12 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 e5ac0598e31ae6670922f9fca90c051248b73fd3 and 3c000fee4c93b8d1281e51c865cc1857c6c0f857.
The update encompasses various enhancements such as the addition of openhimConsoleBaseUrl
configuration across different environments, modifications in the src/api/apps.js
file for import map transformation, and restructuring of environment variables for API authentication in docker-compose.yml
. New endpoints are introduced in src/koaApi.js
, and integration tests are adjusted accordingly.
File | Change Summary |
---|---|
.gitignore , config/default.json , config/development.json , config/test.json |
Added openhimConsoleBaseUrl key in various config files |
infrastructure/docker-compose.yml |
Restructured environment variables, added API auth settings, set OpenHIM console base URL |
src/api/apps.js , src/constants.js |
Added imports, functions, and constants related to import maps and configurations |
src/koaApi.js |
Added ImportMaps endpoints, reordered middleware |
src/model/apps.js |
Removed Schema import from 'mongoose' |
test/integration/appsAPITests.js , test/unit/appsTest.js |
Added constants, imports, and tests for getTransformedImportMap , updated test outcomes |
Amongst the code's dance and play,
Changes weave a tale today.
Bugs retreat without delay,
CodeRabbit guides the way.
🐇✨
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?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.85%. Comparing base (
c5990f5
) to head (3c000fe
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary by CodeRabbit
New Features
Configuration Updates
openhimConsoleBaseUrl
to various configuration files (default.json
,development.json
,test.json
).Improvements
docker-compose.yml
.Bug Fixes
Tests
getTransformedImportMap
function.