hotfix(ticket-importer): add tg proxy#7451
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (3)
📝 WalkthroughWalkthroughThree git submodules had their recorded commit hashes updated: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2fdb1a6b57
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
yarn.lock
Outdated
| express: ^4.17.1 | ||
| graphql: ^16.10.0 | ||
| graphql-tag: ^2.12.6 | ||
| https-proxy-agent: ^7.0.1 |
There was a problem hiding this comment.
Re-indent added dependencies in yarn.lock
The inserted https-proxy-agent line is not indented under @app/ticket-importer's dependencies map (same issue for node-telegram-bot-api and socks-proxy-agent), which makes the lockfile syntactically invalid. In this commit state, node .yarn/releases/yarn-3.2.2.cjs install --immutable --mode=skip-build fails with YAMLException: bad indentation, so any local or CI Yarn workflow that reads yarn.lock is blocked.
Useful? React with 👍 / 👎.
Alllex202
left a comment
There was a problem hiding this comment.
Disable links preview for messages :
link_preview_options: { is_disabled: true }
1cd8bd3 to
f6d3bf7
Compare
|
* hotfix(ticket-importer): add tg proxy * hotfix(ticket-importer): add tg proxy * fix(condo): add tg proxy * fix(condo): add tg proxy * fix(condo): add tg proxy (cherry picked from commit d3fac5e)



Summary by CodeRabbit