Gregory Ballantine gballan
  • Joined on 2021-07-01
gballan pushed to master at BitGoblin/hardware-tests 2022-08-05 17:29:07 -04:00
1ff6b671eb Updated the README; added copyright info to LICENSE file
gballan pushed to master at BitGoblin/hardware-tests 2022-08-05 17:21:46 -04:00
33e540add4 Fixed a small logic error; Updated Rust version to build against in the Docker build script
a315e2662c Merge pull request 'network-bandwidth-short' (#1) from network-bandwidth-short into master
9000924590 Mostly completed the bandwidth test
a9b1ffa614 Added script to compile the program through Docker
b1255c451e Created a nettest app with a ping test
Compare 6 commits »
gballan pushed to rust at BitGoblin/hardware-tests 2022-08-05 13:48:26 -04:00
33e540add4 Fixed a small logic error; Updated Rust version to build against in the Docker build script
gballan deleted tag v0.3.0 from BitGoblin/hardware-tests 2022-08-05 13:44:30 -04:00
gballan deleted tag v0.2.0 from BitGoblin/hardware-tests 2022-08-05 13:44:28 -04:00
gballan deleted tag v0.1.0 from BitGoblin/hardware-tests 2022-08-05 13:44:25 -04:00
gballan created branch go in BitGoblin/hardware-tests 2022-08-05 02:48:32 -04:00
gballan pushed to go at BitGoblin/hardware-tests 2022-08-05 02:48:32 -04:00
gballan pushed to master at BitGoblin/dragoon 2022-07-17 20:13:25 -04:00
ad0115e5f2 Fixed the install dependencies for the generated .deb package
gballan opened issue BitGoblin/dragoon#5 2022-07-17 16:55:25 -04:00
Prevent Transcoding Jobs From Running Simultaneously
gballan opened issue BitGoblin/dragoon#4 2022-07-17 14:29:00 -04:00
Target Java 17 Before September 2023
gballan pushed to master at BitGoblin/dragoon 2022-07-17 14:19:19 -04:00
3c6079807e Version bump to v0.3.2
gballan pushed tag v0.3.2 to BitGoblin/dragoon 2022-07-17 14:19:04 -04:00
gballan deleted tag v0.3.2 from BitGoblin/dragoon 2022-07-17 14:18:10 -04:00
gballan pushed tag v0.3.2 to BitGoblin/dragoon 2022-07-17 14:15:11 -04:00
gballan pushed to master at BitGoblin/dragoon 2022-07-17 14:14:57 -04:00
b21d98ef73 Updated woodpecker config to skip tests on packaging (since they would've already been run earlier)
gballan deleted tag v0.3.2 from BitGoblin/dragoon 2022-07-17 14:13:53 -04:00
gballan closed issue BitGoblin/dragoon#3 2022-07-17 14:10:23 -04:00
Allow Changing the Config File Location
gballan commented on issue BitGoblin/dragoon#3 2022-07-17 14:09:30 -04:00
Allow Changing the Config File Location

I implemented a CLI parsing class under config/Cmd to parse CLI parameters, and added a configFile parameter (set with -c or --configPath) to change the config file to load.

I used the…

gballan opened issue BitGoblin/dragoon#3 2022-07-17 14:07:48 -04:00
Allow Changing the Config File Location