agola/internal/services
Simone Gotti e31b0b47ef executor: listen on wildcard address
Since the current logic is to use the first available private ip address as the
advertized address we have to listen on wildcard since a different host provided
in web.ListenAddress will make the executor unreachable.

In future improve this to let the user to manually define the bind and the
advertized address (perhaps using go-sockaddr templates like done by consul) to
also support nat between the schedulers and the executors.
2019-08-06 13:42:42 +02:00
..
common *: export clients and related types 2019-08-02 12:02:01 +02:00
config config: remove unused gatewayURL from gitserver config 2019-07-04 10:55:12 +02:00
configstore *: export clients and related types 2019-08-02 12:02:01 +02:00
executor executor: listen on wildcard address 2019-08-06 13:42:42 +02:00
gateway config: add run when field 2019-08-05 16:07:47 +02:00
gitserver service/*: log error only if nil 2019-07-04 15:50:37 +02:00
notification *: export clients and related types 2019-08-02 12:02:01 +02:00
runservice *: export clients and related types 2019-08-02 12:02:01 +02:00
scheduler *: export clients and related types 2019-08-02 12:02:01 +02:00
types configstore: move configstore types inside configstore package 2019-08-02 10:05:47 +02:00