| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: bump version to 0.2.25HEADv0.2.25main | diogo464 | 2026-03-17 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.24v0.2.24 | diogo464 | 2025-11-10 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.23v0.2.23 | diogo464 | 2025-10-30 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.22v0.2.22 | diogo464 | 2025-10-30 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.21v0.2.21 | diogo464 | 2025-10-17 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.20v0.2.20 | diogo464 | 2025-09-18 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.19v0.2.19 | diogo464 | 2025-08-19 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.18v0.2.18 | diogo464 | 2025-08-18 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.17v0.2.17 | diogo464 | 2025-08-18 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.16v0.2.16 | diogo464 | 2025-08-08 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.15v0.2.15 | diogo464 | 2025-08-07 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.14v0.2.14 | diogo464 | 2025-08-07 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.13v0.2.13 | diogo464 | 2025-08-02 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.12v0.2.12 | diogo464 | 2025-07-24 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.11v0.2.11 | diogo464 | 2025-07-23 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.10v0.2.10 | diogo464 | 2025-07-22 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.9v0.2.9 | diogo464 | 2025-07-17 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.8v0.2.8 | diogo464 | 2025-07-17 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.7v0.2.7 | diogo464 | 2025-07-17 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.6v0.2.6 | diogo464 | 2025-07-13 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.5v0.2.5 | diogo464 | 2025-07-11 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.4v0.2.4 | diogo464 | 2025-07-11 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.3v0.2.3 | diogo464 | 2025-07-11 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.2v0.2.2 | diogo464 | 2025-07-11 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.1v0.2.1 | diogo464 | 2025-07-11 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.0v0.2.0 | diogo464 | 2025-07-11 | 1 | -1/+1 |
| | | |||||
| * | Add GitHub Actions release workflow and build scripts | diogo464 | 2025-07-10 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | - Add .github/workflows/release.yml for automated releases on version tags - Add scripts/build-static.sh for building statically linked binaries - Add scripts/prepare-release.sh for preparing release artifacts - Optimize Cargo.toml for smaller binary size (reduced from 4.5MB to 2.9MB) - Add scripts/README.md with usage documentation The workflow automatically builds binaries for Linux (musl) and macOS (Intel/ARM) when a version tag is pushed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | ||||
| * | it works, now needs cleanup | diogo464 | 2025-07-10 | 1 | -2/+3 |
| | | |||||
| * | rust init snapshot | diogo464 | 2025-07-09 | 1 | -0/+15 |
| | | |||||
| * | Convert from Rust to Python project with uv support | diogo464 | 2025-06-29 | 1 | -23/+0 |
| | | | | | | | | | Remove Rust-related files (Cargo.toml, Cargo.lock, src/, target/) and restructure as Python project using uv for dependency management. Update project structure to match nova-oar-mcp style with pyproject.toml, .python-version, and proper Python packaging conventions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | ||||
| * | Add OAR job management and IP address allocation | diogo464 | 2025-06-27 | 1 | -1/+6 |
| | | | | | | | | | | | | | | - Add clap for CLI argument parsing with job_id, addresses, and latency_matrix - Add serde/serde_json for JSON parsing of OAR job data - Implement oar_network_addresses() to get machine list from OAR job - Add address_from_index() to map indices to 10.0.0.0/8 IP addresses - Add machine list with bond0 interfaces for charmander cluster - Configure musl target build in Justfile for cluster deployment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | ||||
| * | Add containerization and build optimization | diogo464 | 2025-06-27 | 1 | -1/+7 |
| | | | | | | | | | | | | - Add Containerfile with multi-stage Alpine build - Add Justfile with build and push recipes for ghcr.io - Configure Cargo.toml for size optimization (strip, lto, panic=abort) - Add pre-commit hook for cargo fmt and test 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | ||||
| * | init | diogo464 | 2025-06-27 | 1 | -0/+12 |
