File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ When starting work on a new feature:
9494 - [x] ** 3.2.2** Torrust Tracker slice - [ Issue #220 ] ( https://github.com/torrust/torrust-tracker-deployer/issues/220 ) ✅ Completed
9595 - Replace hello-world with Torrust Tracker service
9696 - Add tracker configuration template (start with hardcoded defaults, then progressively expose configuration options)
97- - [ ] ** 3.2.3** MySQL slice
97+ - [x ] ** 3.2.3** MySQL slice - [ Issue # 232 ] ( https://github.com/torrust/torrust-tracker-deployer/issues/232 ) ✅ Completed
9898 - Add MySQL service to docker-compose stack
9999 - Allow user to choose between SQLite and MySQL in environment config
100- - [ ] ** 3.2.4** Prometheus slice
100+ - [x ] ** 3.2.4** Prometheus slice - [ Issue # 238 ] ( https://github.com/torrust/torrust-tracker-deployer/issues/238 ) ✅ Completed
101101 - Add Prometheus service for metrics collection
102102 - [ ] ** 3.2.5** Grafana slice
103103 - Add Grafana service for metrics visualization
@@ -116,7 +116,7 @@ When starting work on a new feature:
116116### 5. Add extra console app commands
117117
118118- [ ] ** 5.1** ` torrust-tracker-deployer status ` - Check environment and service status
119- - [ ] ** 5.2** ` torrust-tracker-deployer test ` - Run application tests
119+ - [x ] ** 5.2** ` torrust-tracker-deployer test ` - Run application tests ✅ Completed
120120- [ ] ** 5.3** ` torrust-tracker-deployer list ` - List environments or deployments
121121
122122** Note:** The test console subcommand is already partially implemented.
You can’t perform that action at this time.
0 commit comments