v0.3.8
This commit is contained in:
parent
74ced96f26
commit
dae2fd6000
|
|
@ -6,7 +6,7 @@
|
||||||
| **Copyright** | 2026 John Haverlack |
|
| **Copyright** | 2026 John Haverlack |
|
||||||
| **License** | MIT |
|
| **License** | MIT |
|
||||||
| **Version** | 0.3.8 |
|
| **Version** | 0.3.8 |
|
||||||
| **Date** | 2026-02-07 |
|
| **Date** | 2026-02-08 |
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
| **Copyright** | 2026 John Haverlack |
|
| **Copyright** | 2026 John Haverlack |
|
||||||
| **License** | MIT |
|
| **License** | MIT |
|
||||||
| **Version** | 0.3.8 |
|
| **Version** | 0.3.8 |
|
||||||
| **Date** | 2026-02-07 |
|
| **Date** | 2026-02-08 |
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
@ -48,11 +48,11 @@ MVP - Minimum Viable Product Task List
|
||||||
- [x] SDL process uptime (`process.uptime()`)
|
- [x] SDL process uptime (`process.uptime()`)
|
||||||
- [x] OS uptime (`os.uptime()`)
|
- [x] OS uptime (`os.uptime()`)
|
||||||
- [ ] Worker Display Improvements
|
- [ ] Worker Display Improvements
|
||||||
- [ ] Show OS distro + version in Platform column (e.g., "Debian 12 / x64")
|
- [x] Show OS distro + version in Platform column (e.g., "Debian 12 / x64")
|
||||||
- [ ] Show system type (Physical 🖥️ / VM 💠)
|
- [x] Show system type (Physical 🖥️ / VM 💠)
|
||||||
- [ ] Show GPU VRAM in GPU column (e.g., "2 GPUs (48 GB)")
|
- [ ] Show GPU VRAM in GPU column (e.g., "2 GPUs (48 GB)")
|
||||||
- [ ] Show worker uptime in dashboard
|
- [x] Show worker uptime in dashboard
|
||||||
- [ ] Display last seen as elapsed time in dashboard, not date
|
- [x] Display last seen as elapsed time in dashboard, not date
|
||||||
- [ ] Track Username for sdl process
|
- [ ] Track Username for sdl process
|
||||||
- [ ] Web UI
|
- [ ] Web UI
|
||||||
- [ ] Progresive Web App
|
- [ ] Progresive Web App
|
||||||
|
|
@ -123,6 +123,7 @@ MVP - Minimum Viable Product Task List
|
||||||
- [ ] Installation documentation
|
- [ ] Installation documentation
|
||||||
- [ ] Configuration examples
|
- [ ] Configuration examples
|
||||||
- [ ] Troubleshooting guide
|
- [ ] Troubleshooting guide
|
||||||
|
- [ ] Validate IP change Stablity
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Software Defined Laboratory",
|
"description": "Software Defined Laboratory",
|
||||||
"abbr": "SDL",
|
"abbr": "SDL",
|
||||||
"version": "0.3.8",
|
"version": "0.3.8",
|
||||||
"version_date": "2026-02-07",
|
"version_date": "2026-02-08",
|
||||||
"maturity": "ALPHA",
|
"maturity": "ALPHA",
|
||||||
"author": "John Haverlack",
|
"author": "John Haverlack",
|
||||||
"copyright": "2026 John Haverlack",
|
"copyright": "2026 John Haverlack",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "sdl-mgr",
|
"name": "sdl-mgr",
|
||||||
"version": "0.3.8",
|
"version": "0.3.8",
|
||||||
"version_date": "2026-02-07",
|
"version_date": "2026-02-08",
|
||||||
"description": "Software Defined Laboratory: Manager (sdl-mgr)",
|
"description": "Software Defined Laboratory: Manager (sdl-mgr)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "sdl-wkr",
|
"name": "sdl-wkr",
|
||||||
"description": "Software Defined Laboratory: Worker (sdl-wkr)",
|
"description": "Software Defined Laboratory: Worker (sdl-wkr)",
|
||||||
"version": "0.3.8",
|
"version": "0.3.8",
|
||||||
"version_date": "2026-02-07",
|
"version_date": "2026-02-08",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue