Commit graph

  • f004c93773 refactor: implement single point for json marshal refactor-output Augusto Dwenger J. 2021-01-02 18:10:16 +0100
  • 381dd4819d
    Merge pull request #7 from hamburghammer/docs master Augusto Dwenger J. 2020-11-25 14:06:49 +0100
  • 1c9b053ec0 Fix link to the competition details docs Augusto Dwenger 2020-11-21 16:53:44 +0100
  • 874960b897 Add note to the usage section regarding the flags Augusto Dwenger 2020-11-21 16:50:42 +0100
  • 7698718458 Replace competition terms with installation, usage etc documentation Augusto Dwenger 2020-11-21 16:37:17 +0100
  • e6ab66ad2e Add competition terms in side an own file Augusto Dwenger 2020-11-21 16:36:02 +0100
  • 676c0ae573
    Fix wrong argument descriptions Augusto Dwenger J. 2020-11-15 20:25:31 +0100
  • ecd40f940d
    Merge pull request #6 from hamburghammer/develop Augusto Dwenger J. 2020-11-15 20:08:18 +0100
  • fefa87ad52 Fix printing the help message twice Augusto Dwenger 2020-11-10 14:50:31 +0100
  • 966735a184 Update CI scripts Augusto Dwenger 2020-11-09 21:36:01 +0100
  • 7b1a54d697 Change usage representation of memory field Augusto Dwenger 2020-11-09 21:27:18 +0100
  • d27183d362 Add go report card badge Augusto Dwenger J. 2020-10-20 16:47:04 +0200
  • 8e32c292a5 Fix misspells Augusto Dwenger J. 2020-10-20 16:44:59 +0200
  • 66abdebf3b Fix Copyright section Augusto Dwenger 2020-08-10 20:23:36 +0200
  • e62c4853c9 Merge branch 'feature/date' into develop Augusto Dwenger 2020-08-10 20:04:14 +0200
  • 0b81a55351 Move Date to the beginning of the JSON Augusto Dwenger 2020-08-10 20:00:23 +0200
  • 68eaf1d195 Implement date as command for the json output Augusto Dwenger 2020-08-09 17:52:20 +0200
  • 421faacb21 Add name and year to the license Augusto Dwenger 2020-08-07 12:22:13 +0200
  • 79db0bb6e5 Merge branch 'develop' v0.3.0 Augusto Dwenger 2020-08-07 11:51:36 +0200
  • fae0bae315 Merge branch 'feature/processes' into develop Augusto Dwenger 2020-08-07 11:46:58 +0200
  • ceb197d60f Fix bug if the process list is > 10 Augusto Dwenger 2020-08-07 11:39:11 +0200
  • e1a70507ec Add test for command.Process testing the internals and externals Augusto Dwenger 2020-08-05 16:22:44 +0200
  • 8ccd1e13ce Start replacing custom assert func with stretchr/testify Augusto Dwenger 2020-08-04 20:02:27 +0200
  • a72b4e2405 Refactor transforming Process to cpuProcess Augusto Dwenger 2020-07-30 23:19:51 +0200
  • d536dce03c Add test file for internal function testing Augusto Dwenger 2020-07-29 22:13:27 +0200
  • 57c1bca182 Extract the conversion to cpuProcess to own func Augusto Dwenger 2020-07-29 22:12:18 +0200
  • 016a109bb0 Add comments to exported funcs and structs Augusto Dwenger 2020-07-24 23:13:22 +0200
  • 2b57fd0b7a Implement process list Augusto Dwenger 2020-07-06 21:19:51 +0200
  • 176de4c0d3 Merge branch 'feature/drone-ci' into develop Augusto Dwenger 2020-07-24 23:33:51 +0200
  • b3cbf3d6f3 Change badge to point to master branch Augusto Dwenger 2020-07-24 23:26:23 +0200
  • f197208947 Modify test job to test for sub packeges and output a cover report Augusto Dwenger 2020-07-24 23:23:13 +0200
  • d1e1614737 Add drone build badges Augusto Dwenger 2020-07-24 23:20:11 +0200
  • d34bb06879 Add .drone.yml for drone ci pipeline Augusto Dwenger 2020-07-24 23:17:34 +0200
  • 78a37d9a86 Add the MIT license file Augusto Dwenger 2020-07-24 23:15:05 +0200
  • a12b6d3c64 Merge branch 'develop' v0.2.0 Augusto Dwenger 2020-06-30 16:38:12 +0200
  • b09fbbcfcd Cleanup naming and parameters Augusto Dwenger 2020-06-30 16:36:51 +0200
  • 6162291d84 Refactor Mem to use DI to be more testable Augusto Dwenger 2020-06-29 14:02:06 +0200
  • f41fca5f55 Refactor CPU to use DI to be more testable Augusto Dwenger 2020-06-29 13:27:21 +0200
  • 172b69cc45 Implement disk space usage command Augusto Dwenger 2020-06-28 21:44:29 +0200
  • c136a80cd4 Implement memory read Augusto Dwenger 2020-06-14 15:58:35 +0200
  • 64afe95c39 Fix result bug if byte array is empty Augusto Dwenger 2020-06-14 15:56:25 +0200
  • fcad1ad504 Fix output format Augusto Dwenger 2020-06-14 14:26:08 +0200
  • 0f37747e1d Refactor to make Result more testable and stable Augusto Dwenger 2020-06-13 18:23:36 +0200
  • f1e06a4e1c Merge branch 'develop' v0.1.0 Augusto Dwenger 2020-05-31 17:58:26 +0200
  • ede41a1a48 Merge branch 'feature/cpu' into develop Augusto Dwenger 2020-05-31 17:57:15 +0200
  • bf54bdce63 Remove the brackets from the cpu result Augusto Dwenger 2020-05-31 16:52:47 +0200
  • c3328a5563 Remove debug log Augusto Dwenger 2020-05-31 16:52:29 +0200
  • f0e0b48d03 Cleanup main func to use result collector Augusto Dwenger 2020-05-31 16:34:11 +0200
  • 69d24e94e7 Implement first attempt for a result collector Augusto Dwenger 2020-05-31 16:33:24 +0200
  • ff47d0f881 Add args as parameter Augusto Dwenger 2020-05-31 16:32:45 +0200
  • 7941a41d63 Add args checking befor exec for cpu flag Augusto Dwenger 2020-05-31 16:31:18 +0200
  • 0fab3f45c6 Rename main to gstat Augusto Dwenger 2020-05-30 22:10:35 +0200
  • 54737d7ffd Change cpu to hold the time conig in a struct Augusto Dwenger 2020-05-30 21:41:48 +0200
  • 0984ee437d Implement Execute interface Augusto Dwenger 2020-05-30 20:14:49 +0200
  • 72f8dc672a Add interface to execute commands Augusto Dwenger 2020-05-30 20:14:08 +0200
  • 3b589f25fa Rename package proc to commands Augusto Dwenger 2020-05-30 17:50:20 +0200
  • 381ee43bb7 Add struct to hold the cpu data for the json return Augusto Dwenger 2020-05-30 17:46:56 +0200
  • 8b6232d1ee Add test for the Error func of the BaseError Augusto Dwenger 2020-05-30 15:55:40 +0200
  • 8f0ed42302 Rename types.go to baseError.go Augusto Dwenger 2020-05-30 15:54:16 +0200
  • dcb46a2a08 Add double point in the Error fun from BaseError Augusto Dwenger 2020-05-30 15:45:41 +0200
  • f1bf829c85 Fix spelling Augusto Dwenger 2020-05-30 15:02:46 +0200
  • ee6efb439a Merge branch 'feature/cpu' of github.com:hamburghammer/gstat into feature/cpu Augusto Dwenger 2020-05-30 12:43:12 +0200
  • 4600dfc18a Rework the TotalCPU function Augusto Dwenger 2020-05-30 12:38:43 +0200
  • dc1d000ed0 Implement the error interface Augusto Dwenger 2020-05-30 12:34:38 +0200
  • 4f0a8a3e34 Change testing to run as integration test Augusto Dwenger 2020-05-30 13:44:37 +0200
  • ce92f41882 Add CPU reader Augusto Dwenger 2020-05-09 14:42:23 +0200
  • f2754bb570 Update project path for cstat from nhh Augusto Dwenger 2020-05-29 14:35:43 +0200
  • fe1fd389ab Implement empty args and url validation Augusto Dwenger 2020-05-29 14:24:00 +0200
  • 64cd3b25c5 Remove Equal and fmt logging Augusto Dwenger 2020-05-29 13:44:48 +0200
  • 107ee865bb Add Error function test Augusto Dwenger 2020-05-29 13:43:16 +0200
  • 5f22258a63 Move validationError to own file Augusto Dwenger 2020-05-28 22:17:38 +0200
  • 224b1bd915 Merge branch 'feature/flag-parsing' of github.com:/hamburghammer/gstat into feature/flag-parsing Augusto Dwenger 2020-05-15 21:34:14 +0200
  • d9e0e349b9 WIP: Implement test for the args Augusto Dwenger 2020-05-09 14:30:54 +0200
  • 408a715254 WIP: Implement test for the args Augusto Dwenger 2020-05-09 14:30:54 +0200
  • 5caebea005 Add CPU reader Augusto Dwenger 2020-05-09 14:42:23 +0200
  • e22273150f Add comments to the public methods/functions Augusto Dwenger 2020-05-03 20:45:46 +0200
  • 52e6ff3d02 Add flag parsing Augusto Dwenger 2020-05-03 16:24:05 +0200
  • 2fe0685ecf Add error type and arg type Augusto Dwenger 2020-05-01 16:15:50 +0200
  • dc04d95d02 Initial commit Augusto Dwenger 2020-05-01 14:47:36 +0200