Skip to content

Remove ad-hoc testing scripts and artifacts from repository#17

Merged
EdGeraghty merged 2 commits intomainfrom
copilot/clean-up-repo-files
Oct 31, 2025
Merged

Remove ad-hoc testing scripts and artifacts from repository#17
EdGeraghty merged 2 commits intomainfrom
copilot/clean-up-repo-files

Conversation

Copy link
Contributor

Copilot AI commented Oct 31, 2025

Repository root contained 25 testing files: manual test scripts with hardcoded production credentials and temporary output artifacts (JSON dumps, SQL snippets, Python scripts).

Changes

Removed files (25):

  • 17 ad-hoc testing PowerShell scripts (test-*.ps1, check-*.ps1, send-*.ps1, etc.)
  • 8 testing artifacts (sync-response.json, complement-test-output.txt, credentials.json, fix_join.py, jq filters, SQL snippets)

Retained:

  • Server startup utilities (start-server.ps1, start-server.bat/sh)
  • Build tools (gradlew.bat)
  • Legitimate test framework (compliance-tests/)

Updated .gitignore:

# Testing artifacts and temporary files (do not commit)
test-*.ps1
check-*.ps1
send-*.ps1
*.sql
fix_*.py
jq_*.txt
*-response.json
*-output.txt
credentials.json

Security

Removes hardcoded production credentials and access tokens from repository history going forward.

Original prompt

clean up this repo. It has lots of log files and testing ps1 files which should probably at best be used to inform any unit tests what aren't already in our framework.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: EdGeraghty <20861699+EdGeraghty@users.noreply.github.com>
Copilot AI changed the title [WIP] Clean up log files and testing ps1 files Remove ad-hoc testing scripts and artifacts from repository Oct 31, 2025
Copilot AI requested a review from EdGeraghty October 31, 2025 18:03
@EdGeraghty EdGeraghty marked this pull request as ready for review October 31, 2025 18:04
@EdGeraghty EdGeraghty merged commit 84f1216 into main Oct 31, 2025
3 checks passed
@EdGeraghty EdGeraghty deleted the copilot/clean-up-repo-files branch October 31, 2025 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants