| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | added ConnectionAttempts ssh option | diogo464 | 2025-07-24 | 1 | -1/+5 | |
| | | ||||||
| * | replaced scp with rsync | diogo464 | 2025-07-24 | 1 | -21/+13 | |
| | | ||||||
| * | chore: bump version to 0.2.11v0.2.11 | diogo464 | 2025-07-23 | 2 | -2/+2 | |
| | | ||||||
| * | added concurrency limit via OAR_P2P_CONCURRENCY_LIMIT | diogo464 | 2025-07-23 | 2 | -35/+69 | |
| | | | | | | | the env var OAR_P2P_CONCURRENCY_LIMIT limits the number of parallel "operations" being done on the cluster machines. so, if it is set to 3, then we only work on 3 machines at time. setting to 0 means unlimited. | |||||
| * | updated Cargo.lock | diogo464 | 2025-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | chore: bump version to 0.2.10v0.2.10 | diogo464 | 2025-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | feat: added oar job id inference | diogo464 | 2025-07-22 | 4 | -7/+313 | |
| | | ||||||
| * | setup network before benchmark starts | diogo464 | 2025-07-18 | 1 | -0/+3 | |
| | | ||||||
| * | chore: bump version to 0.2.9v0.2.9 | diogo464 | 2025-07-17 | 2 | -2/+2 | |
| | | ||||||
| * | fixed address listing on machines with no addresses | diogo464 | 2025-07-17 | 1 | -1/+1 | |
| | | | | | | | | currently the shell script used to list 10.0.0.0/8 range of addresses on a machine would fail with exit code 1 if no addresses were present in that range (i.e. grep did not match anything). this fix just makes sure that command always returns exit code 0. | |||||
| * | chore: bump version to 0.2.8v0.2.8 | diogo464 | 2025-07-17 | 2 | -2/+2 | |
| | | ||||||
| * | added the interface for machines oddish,psyduck,squirtle,bulbasaur | diogo464 | 2025-07-17 | 1 | -11/+11 | |
| | | ||||||
| * | updated claude release command | diogo464 | 2025-07-17 | 1 | -1/+2 | |
| | | ||||||
| * | updated cargo lock | diogo464 | 2025-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | chore: bump version to 0.2.7v0.2.7 | diogo464 | 2025-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | improved cli help text | diogo464 | 2025-07-17 | 1 | -0/+62 | |
| | | ||||||
| * | set the interface for moltres machines | diogo464 | 2025-07-17 | 1 | -10/+10 | |
| | | ||||||
| * | updated README | diogo464 | 2025-07-13 | 1 | -0/+24 | |
| | | ||||||
| * | updated Cargo.lock | diogo464 | 2025-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | chore: bump version to 0.2.6v0.2.6 | diogo464 | 2025-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | added custom signals to run subcommand | diogo464 | 2025-07-13 | 4 | -23/+291 | |
| | | ||||||
| * | chore: bump version to 0.2.5v0.2.5 | diogo464 | 2025-07-11 | 2 | -2/+2 | |
| | | ||||||
| * | feat: add benchmark startup analysis tools and improve demo.sh | diogo464 | 2025-07-11 | 6 | -0/+295 | |
| | | | | | | | | | - Add generate-schedule.sh script to create container schedules from addresses.txt - Add benchmark-startup Python script for analyzing container startup times - Update demo.sh to print timestamps and wait for start signal at /oar-p2p/start - Add comprehensive statistics including startup, start signal, and waiting times - Support for synchronized container coordination via start signal file | |||||
| * | chore: bump version to 0.2.4v0.2.4 | diogo464 | 2025-07-11 | 2 | -2/+2 | |
| | | ||||||
| * | fix: correct shell redirection syntax from 2>1 to 2>&1 | diogo464 | 2025-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | chore: bump version to 0.2.3v0.2.3 | diogo464 | 2025-07-11 | 2 | -2/+2 | |
| | | ||||||
| * | feat: add logging for scp command output | diogo464 | 2025-07-11 | 1 | -0/+9 | |
| | | ||||||
| * | feat: create output directory if it doesn't exist in run command | diogo464 | 2025-07-11 | 1 | -0/+8 | |
| | | ||||||
| * | chore: bump version to 0.2.2v0.2.2 | diogo464 | 2025-07-11 | 2 | -2/+2 | |
| | | ||||||
| * | fix: replace todo!() with bond0 interface for alakazam and kadabra machines | diogo464 | 2025-07-11 | 1 | -16/+16 | |
| | | ||||||
| * | chore: bump version to 0.2.1v0.2.1 | diogo464 | 2025-07-11 | 2 | -2/+2 | |
| | | ||||||
| * | fix: add error handling for latency matrix dimension check | diogo464 | 2025-07-11 | 1 | -4/+12 | |
| | | ||||||
| * | docs: update release command to push to all remotes | diogo464 | 2025-07-11 | 1 | -1/+2 | |
| | | ||||||
| * | chore: update Cargo.lock and add .claude directory | diogo464 | 2025-07-11 | 2 | -1/+21 | |
| | | ||||||
| * | chore: bump version to 0.2.0v0.2.0 | diogo464 | 2025-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | updated README | diogo464 | 2025-07-11 | 5 | -2/+109 | |
| | | ||||||
| * | fixed log copying | diogo464 | 2025-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | fixed env var quoting when setting container variables | diogo464 | 2025-07-11 | 1 | -0/+2 | |
| | | ||||||
| * | fixed reading schedule from stdin | diogo464 | 2025-07-11 | 1 | -4/+9 | |
| | | ||||||
| * | added addr allocation policy | diogo464 | 2025-07-11 | 2 | -16/+204 | |
| | | ||||||
| * | fixed net container build | diogo464 | 2025-07-11 | 1 | -1/+3 | |
| | | ||||||
| * | readme wip | diogo464 | 2025-07-11 | 1 | -0/+55 | |
| | | ||||||
| * | removed README.md, will re-add later | diogo464 | 2025-07-10 | 1 | -48/+0 | |
| | | ||||||
| * | file cleanup | diogo464 | 2025-07-10 | 8 | -717/+3 | |
| | | ||||||
| * | Update GitHub Actions to latest versions for 2025v0.1.0 | diogo464 | 2025-07-10 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | - Update actions/cache from v3 to v4 (v1-v3 deprecated as of Feb 2025) - Update actions/upload-artifact to v4 (v3 deprecated) - Update actions/download-artifact to v4 (v3 deprecated) - Update softprops/action-gh-release from v1 to v2 These updates are required as older versions are deprecated and will stop working in 2025. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | |||||
| * | Fix GitHub Actions: Update artifact actions to v4 | diogo464 | 2025-07-10 | 1 | -2/+2 | |
| | | | | | | | | | | The v3 versions of upload-artifact and download-artifact are deprecated. Updated to v4 to fix the workflow. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | |||||
| * | Add GitHub Actions release workflow and build scripts | diogo464 | 2025-07-10 | 5 | -0/+662 | |
| | | | | | | | | | | | | | | | | - 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]> | |||||
| * | cargo clippy --fix | diogo464 | 2025-07-10 | 3 | -20/+17 | |
| | | ||||||
| * | clean enough for now | diogo464 | 2025-07-10 | 4 | -320/+433 | |
| | | ||||||
| * | it works, now needs cleanup | diogo464 | 2025-07-10 | 4 | -102/+991 | |
| | | ||||||
