1427a023fdReworked command route handler logic, fixed arguments for enable_online commands
Paulo Truta
2022-02-09 22:53:15 +0000
a44c44baa8Added validation for argument in start/stop app command. Colorized error output on validation fail
Paulo Truta
2022-02-07 20:39:53 +0000
9ccb3f1d71Commented out unecessary logging (should be under --verbose flag), tidy up command logic, implemented stop and start app commands
Paulo Truta
2022-02-07 20:20:09 +0000
6a61ac4d17Using fmt.Sprintf instead of casting int to string
Paulo Truta
2022-02-06 17:25:41 +0000
c88726917fMinor adjustments, Example poc for sub commands with 'app start' and 'app stop' working concepts
Paulo Truta
2022-02-06 17:10:02 +0000
2f36538e1eInstalled urfave/cli/v2 lib and cleaned main(). Runs as service clock by default
Paulo Truta
2022-02-06 15:15:32 +0000
Storage Module Basis (#13)
0.0.1
Paulo Truta
2021-06-13 12:03:36 +0200
6d3c1df1f5TestGetDevices
Paulo Truta
2021-06-12 14:55:29 +0000
7c14dfee64Added storage_test.go file, smoke test
Paulo Truta
2021-06-12 14:38:38 +0000
8a30427287Added missing t.Fail() statements in utils_test.go
Paulo Truta
2021-06-12 14:33:34 +0000
cf56526f97Added branch to test for valid key in GetPath
Paulo Truta
2021-06-12 14:32:41 +0000
a1c0529fdaAdded Example tests with failure status for ExecAndStream
Paulo Truta
2021-06-12 14:24:13 +0000
ac8b70976bAdded ExampleExecAndStream test
Paulo Truta
2021-06-12 14:13:46 +0000
e19a830e29Better visibility for test result log of TestExec
Paulo Truta
2021-06-12 13:20:02 +0000
35442bc156Trimming spaces and newlines from result of Exec
Paulo Truta
2021-06-12 13:18:34 +0000
b225c6bfd8Added spaces trim to Exec result
Paulo Truta
2021-06-12 13:05:41 +0000
bd889304caFixed TestExec
Paulo Truta
2021-06-12 12:57:31 +0000
4613ca7820Added new path argument to utils.Exec... test
Paulo Truta
2021-06-12 12:54:39 +0000
d294948890Removed too much verbosity from utils.GetPath when no env file is available, added new argument (path) to Exec family of funcs
Paulo Truta
2021-06-12 12:53:36 +0000
d9f8b2375cFix invalid argument type for Exec family of tests
Paulo Truta
2021-06-12 12:31:48 +0000
f4e64ae522Added tests to utils module
Paulo Truta
2021-06-12 12:28:52 +0000
06b0802bbbRemoved GetMySQLDbConnectionDetails()
Paulo Truta
2021-06-12 12:28:33 +0000
f9c02fadffAdded comment to func ExecAndGetLines
Paulo Truta
2021-06-10 11:58:33 +0000
95d94f0809Merge branch 'main' into storage-module
Paulo Truta
2021-06-10 11:56:52 +0000
b71adea06fAdded command line tool dependencies for the project in README file
Paulo Truta
2021-06-10 11:55:06 +0000
1bb1385b71Added explicit detection of disk or part block type, ignoring non-suppoorted devices
Paulo Truta
2021-06-10 11:50:18 +0000
9ef07e6052Added ExecAndGetLines util func
Paulo Truta
2021-06-10 11:45:02 +0000
0ffde681cfIntroduced ExecAndStream for execution with progress output
Paulo Truta
2021-02-20 21:43:27 +0000
5e81525635Fixes with .env file handling and other misc
Paulo Truta
2021-02-20 18:09:41 +0000
7857985fe4Added full support for enable_online and disable_online tasks
Paulo Truta
2021-02-20 14:26:23 +0000
6c0b011e51Removed unnused variable assignment and unecessary for loop
Paulo Truta
2021-02-19 00:32:37 +0000
00b10ac64cAdded InternetAccessible logic
Paulo Truta
2021-02-19 00:22:12 +0000
2e013b44bbRemoved unused fmt import
Paulo Truta
2021-02-18 23:40:16 +0000
643ca5f545Commented logging for utils.Exec()
Paulo Truta
2021-02-18 23:39:54 +0000
f8eaf3b3e1Commented annoying log...
Paulo Truta
2021-02-18 23:36:51 +0000
595c87c19cExtracted isSystemReady to outer loop
Paulo Truta
2021-02-18 23:08:28 +0000
57a9ef3eedMoved sleep instruction to after execution of lined task
Paulo Truta
2021-02-18 23:02:31 +0000
3cc670b823Implemented actual tested RunEdgeApp and StopEdgeApp commands, added sleep time after container operation and before checking status
Paulo Truta
2021-02-18 22:59:14 +0000
0bd61ccf75Tidy up (less verbosity), actual DB update for EDGEAPPS_LIST
Paulo Truta
2021-02-17 13:34:53 +0100