Fix/timeout flag not working#1723
Conversation
WalkthroughThis PR adds timeout support to the subscraping library. A new Timeout field is introduced to the Session struct, initialized during session creation, and used to configure PostgreSQL connection and statement timeouts dynamically in the crtsh source module. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
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. Comment |
|
golangci/golangci-lint throws exception because of projectdiscovery package's, would you help me ? @dogancanbakir |
|
@coderabbitai create an issue to track failing check for lint |
|
@recepgunes1 ignore the failing check |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain
🏁 Script executed: Length of output: 99 🏁 Script executed: Length of output: 719 🏁 Script executed: Length of output: 183
Issue: Lint Check Failing in CI Pipeline The issue documents:
The issue has been assigned to you for tracking and resolution. |
|
@recepgunes1 Could you make sure the PR is complete by filling the template: Proposed changesDescribe the overall picture of your modifications to help maintainers understand the pull request. PRs are required to be associated to their related issue tickets or feature request. ProofHow has this been tested? Please describe the tests that you ran to verify your changes. ChecklistPut an "x" in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
|
dogancanbakir
left a comment
There was a problem hiding this comment.
Please update the description by adding the proof and including the checklist.
|
@recepgunes1 Can you please rebase onto latest dev branch to include the lint fix. The golangci-lint check is failing in PR #1723 due to a deprecated package import that exists in an older version of the codebase. The fix for this issue already exists on the dev branch but PR #1723 is based on an outdated commit. |
|
i've updated, fyi @Jigardjain |
/claim #1560
Proposed changes
Proof
Checklist
Summary by CodeRabbit