fix: revert pitstop commit 213370b8e — 仓库污染 - #105
Open
DavidHLP wants to merge 1 commit into
Open
Conversation
The 213370b commit pushed local pitstop tool auto-generated artifacts into the public repo: - Hardcoded Windows paths (C:\admin\Code\Project\OJ\UltiCode) in 6 scripts making them 100% non-executable on bash/cmd (cd "$SCRIPT_DIR/C:\..." fails) - pitstop.yaml with personal local path + non-existent /actuator/health health_check endpoint (project does not expose Actuator per CLAUDE.md) - mvn spring-boot:run bypassing the project PM2 ecosystem (conflicts with ecosystem.config.cjs + scripts/dev/up.sh) - AI /start conversation snapshot as docs/PROJECT_STATUS_REPORT.md (16.9KB) polluting docs/ with stale state info, conflicts with wiki/ layout Files removed: pitstop.yaml, scripts/{start,stop}.{sh,bat}, scripts/pitstop-start-backend.ps1, docs/PROJECT_STATUS_REPORT.md Fixes #104
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts
213370b8ewhich pushed local pitstop tool auto-generated artifacts into the public repo:C:\admin\Code\...) in 6 non-executable scripts (bash/cmd)pitstop.yamlwith non-existent/actuator/healthhealth_check (project does not expose Actuator)mvn spring-boot:runbypassing the project PM2 ecosystem (ecosystem.config.cjs+scripts/dev/up.sh)/startsnapshot asdocs/PROJECT_STATUS_REPORT.md(16.9KB stale-state pollution)Closes #104