refactor: reorganize tools/ into tests/ and scripts/ #136
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.
Summary
Restructures the
tools/directory into semantically organized directories:tools/e2e/→tests/e2e/- E2E test scripts for SmartEMtools/github/→scripts/github/- GitHub automation (label sync)tools/k8s/→scripts/k8s/- Kubernetes development scriptsAlso renamed
k8s_network_summary.shtok8s-network-summary.shfor consistency.Changes
Files Moved (7 files)
tools/e2e/(3 files)tests/e2e/tools/github/sync-labels.tsscripts/github/sync-labels.tstools/k8s/dev-k8s.shscripts/k8s/dev-k8s.shtools/k8s/generate-sealed-secrets.shscripts/k8s/generate-sealed-secrets.shtools/k8s/k8s_network_summary.shscripts/k8s/k8s-network-summary.shReferences Updated (21 files)
Test Plan
npm run labels:checkworks with new pathtools/paths