fix(rebrand): rename gittensory-app.env default output path - #5959
Conversation
The GitHub App manifest-creation callback's default SETUP_OUTPUT_PATH fallback still wrote to /data/gittensory-app.env. Completes the full-cutover self-host setup-wizard rename.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5959 +/- ##
=======================================
Coverage ? 95.15%
=======================================
Files ? 589
Lines ? 46675
Branches ? 14899
=======================================
Hits ? 44414
Misses ? 1511
Partials ? 750
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-15 01:38:32 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 5 non-blocking
Concerns raised — review before merging
📋 Copy for AI agents — paste into your coding agent
Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Summary
src/server.ts's GitHub App manifest-creation callback fell back to/data/gittensory-app.envwhenSETUP_OUTPUT_PATHisn't set. Renamed to/data/loopover-app.envto complete the self-host setup-wizard full-cutover rename.src/server.tsis Codecov-exempt (codecov.yml); no test exercises this exact literal-path fallback directly.Test plan
npm run test:cigate green locally