chore(deployment): Exclude generated .env file under presto-clp from VCS tracking (fixes #1422).#1499
Conversation
…rom VCS tracking (fixes y-scope#1422).
WalkthroughAdds a header comment and a new ignore entry for Changes
Sequence Diagram(s)Not applicable — no control-flow or feature changes. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
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.
we should also avoid modification of the VCS tracked coordinator/config-template/split-filter.json, maybe in a separate PR?
There was a problem hiding this comment.
Right, we can do it in a separate PR. That said, I'm not sure how we'd avoid modification of it unless we have a template file and then "generate" it by copying it if it doesn't exist?
There was a problem hiding this comment.
copying makes sense
i'll probably go straight to merge the docker compose projects, after the release, so we don't have to do more hacks / mitigations
|
@codex review this |
|
Codex Review: Didn't find any major issues. 🚀 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
cool |
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
…rom VCS tracking (fixes y-scope#1422). (y-scope#1499) Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
Description
As the title says.
Checklist
breaking change.
Validation performed
scripts/set-up-config.sh /path/to/build/clp-package, which generated.envintools/deployment/presto-clp/.git statusand found the.envfile was not reported by the "Untraced files" section.Summary by CodeRabbit