Commit graph

14 commits

Author SHA1 Message Date
Oliver Gugger
e7e00bbf9a
gvncli+governator: add version 2020-03-19 10:47:41 +01:00
carla
bb9a36d80d
gvncli: fix display of total volume per confirmation 2020-03-10 11:02:39 +02:00
carla
bcaa7910f6
multi: rename trmcli to gvncli 2020-03-05 17:07:39 +02:00
carla
fcf64d6d93
multi: rename trmrpc to gvnrpc 2020-03-05 17:07:35 +02:00
carla
36dfb58c37
multi: rename terminator main package to governator 2020-03-05 17:07:21 +02:00
carla
5d409db9d2
trmrpc+trmcli: add volume based recommendations 2020-03-04 09:56:33 +02:00
carla
170ffdf1a4
trmcli: display incoming, outgoing and total volume per confirmation 2020-03-04 09:50:43 +02:00
carla
d6fbefaf0f
trmrpc+trmcli: add revenue based recommendations 2020-02-25 11:01:55 -03:00
carla
eca6b62c90
mutli: split uptime and threshold recommendations into separate calls
This commit separates uptime based and threshold based recommendations
into two separate calls. This decreases the matrix of possible values
that users have to specify as we introduce more datasets that close
decisions can be made based
2020-02-25 10:53:19 -03:00
carla
c17dd3ae88
trmcil: add insights endpoint 2020-02-19 12:30:58 +02:00
carla
98848af064
trmcli: add revenue report cli command 2020-02-19 12:30:45 +02:00
carla
20e5b21024
trmcli: use snake case instead of camel case for printRespJSON 2020-02-11 16:24:29 +02:00
carla
a13d473950
trmcli: add cli and command for close recommendations 2020-01-31 13:20:11 +02:00
carla
d67d0d284e multi: Setup main package and logger
This commit sets up the terminator's main package nested in
the cmd directory. This is done because defers created in
the top level scope of a main method are not executed if
os.Exit() is called.

A logger for a single terminator subsystem is addded and
go modules are initialized.
2019-11-04 10:38:46 +02:00