15 Commits

Author SHA1 Message Date
Deploy Bot
07cfca4908 Fix deployment test with simplified Nginx container
- Replace complex Node.js app with simple Nginx container
- Add dynamic port allocation to prevent conflicts
- Improve test reliability and cleanup
- Remove dependency on Docker Compose for this test
2025-07-17 21:50:23 -04:00
Deploy Bot
f67979ef35 Fix integration tests and improve error handling 2025-07-17 21:35:33 -04:00
Deploy Bot
da967f6f6c Fix parse_volume test to match actual function output 2025-07-17 21:18:55 -04:00
Deploy Bot
ef23cda385 Fix test to handle different line endings in parse_volume output 2025-07-17 21:14:29 -04:00
Deploy Bot
8222a87dc0 Fix parse_volume test to match actual function behavior 2025-07-17 21:10:33 -04:00
Deploy Bot
7c5c56812a Improve test setup with test_helper.bash 2025-07-17 21:05:35 -04:00
Deploy Bot
3e235c9375 Switch to using BATS helpers as submodules 2025-07-17 21:02:16 -04:00
Deploy Bot
a23b1d7a10 Fix BATS helper library paths and update workflow 2025-07-17 20:59:13 -04:00
Deploy Bot
19d39793c0 Standardize BATS helper library installation and loading 2025-07-17 20:54:11 -04:00
Deploy Bot
7f1c78edb0 Fix BATS helper library paths and installation 2025-07-17 20:49:43 -04:00
Deploy Bot
6520e590d7 Fix BATS helper library paths in test file 2025-07-17 20:46:20 -04:00
Deploy Bot
d2a42455a1 Initial commit: Dokku Docker Compose plugin with test infrastructure 2025-07-17 20:24:03 -04:00
Deploy Bot
c681f942b6 test: fix and enhance parser tests
- Fix parse_volume test to handle empty string case correctly
- Add comprehensive test cases for service configuration functions
- Improve test reliability and coverage
2025-07-17 19:37:24 -04:00
Deploy Bot
b1396e8289 Implement basic plugin structure and initialization
- Add plugin initialization and configuration management
- Implement logging system with different log levels
- Add plugin installation and management commands
- Create comprehensive test suite
- Add .gitignore file
- Update documentation
2025-07-17 19:23:47 -04:00
Deploy Bot
9bc3905d96 Initial project setup with basic plugin structure
- Created plugin.toml with metadata
- Added main command script
- Implemented core functions
- Added basic tests
- Created README.md
- Set up project structure
2025-07-17 19:20:59 -04:00