-
Notifications
You must be signed in to change notification settings - Fork 0
Add multi-gateway support to KuboCAS #63
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
base: refactor
Are you sure you want to change the base?
Add multi-gateway support to KuboCAS #63
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Autogenerated PR from here https://chatgpt.com/s/cd_683fe5a164fc8191b8bbb6f04d336fe4 no idea if it was any good just wanted to give it a "real task" and see how it would fare. None of this is my code it's autogenerated but uses my account to make commits. ChatGPT added the following comments: Must-fix issues| Problem | Why it matters | Minimal fix-- | -- | -- | -- | 2 | Outstanding tasks are cancelled but not awaited | | 3 | Concurrency semaphore is acquired inside the race | If you call 2 Nice-to-have improvements
3 Style / documentation nits
4 Test-suite comments
VerdictFunctionally correct and a step forward, but I recommend fixing the three blocking items (URL normalisation, task-cancellation cleanup, semaphore placement) and, if bandwidth permits, the “CID re-encode” quirk before merging into main. Let me know if you’d like a patch or a deeper dive on any of the above! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## refactor #63 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 5 5
Lines 597 619 +22
==========================================
+ Hits 597 619 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
KuboCASto receive multiple gateway URLs and race requestsTesting
bash run-checks.shhttps://chatgpt.com/codex/tasks/task_e_683fe3c2c39c8322b1fc24eb58ce9ab2
Perform an AI-assisted review on