Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5a3c704
feat: Implement BATS testing framework with Git submodule approach
sgraczyk Aug 27, 2025
2687ab5
feat: Reorganize GitHub workflows with flow-based naming and eliminat…
sgraczyk Aug 27, 2025
b688fa7
feat: Consolidate install.sh and update.sh into unified script
sgraczyk Aug 27, 2025
710a22f
feat: Add comprehensive BATS tests for install.sh and uninstall.sh sc…
sgraczyk Aug 27, 2025
fd09cdf
feat: Consolidate GitHub workflows and fix version validation logic
sgraczyk Aug 27, 2025
0fcc632
feat: Add comprehensive unit tests for version validation scripts
sgraczyk Aug 27, 2025
9293d05
refactor: Eliminate monolithic test-helper.bash - make all tests self…
sgraczyk Aug 27, 2025
2b174b1
Add framework validation job to CI workflow
sgraczyk Aug 27, 2025
b0faf45
fix: Restrict version requirements to only framework/ changes
sgraczyk Aug 27, 2025
8d54395
feat: Parallelize CI tests with matrix strategy per test type
sgraczyk Aug 27, 2025
0bcaab4
debug: Add debug output to install script for CI investigation
sgraczyk Aug 27, 2025
1ecdea6
debug: Add debug output to installation integration test
sgraczyk Aug 27, 2025
6c6bf3c
debug: Add detailed debug output to installation loops
sgraczyk Aug 27, 2025
ee9099e
fix: Replace (()) arithmetic with $() arithmetic syntax for better sh…
sgraczyk Aug 27, 2025
ab84164
fix: Clean up debug output and fix unit test helper references
sgraczyk Aug 27, 2025
128fcdf
fix: Convert unit tests to self-contained architecture
sgraczyk Aug 27, 2025
7831613
Add framework.backup/ to .gitignore
sgraczyk Aug 28, 2025
dfd8b1d
Improve gitignore backup patterns to be more comprehensive
sgraczyk Aug 28, 2025
ff1f972
fix: Fix unit test path resolution and add inline assertion functions
sgraczyk Aug 28, 2025
02e4d95
fix: Resolve GitHub Actions workflow failures and improve CI robustness
sgraczyk Aug 28, 2025
52c7334
fix: Add missing helper functions to unit test files
sgraczyk Aug 28, 2025
eeeec54
fix: Separate prompt display from input reading in uninstall script
sgraczyk Aug 28, 2025
08fa821
fix: Use boolean flag for test file detection instead of counter
sgraczyk Aug 28, 2025
9199fc8
refactor: Simplify version.sh sourcing logic in tests
sgraczyk Aug 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
192 changes: 0 additions & 192 deletions .github/workflows/changelog-validation.yml

This file was deleted.

Loading
Loading