open-consul/command/connect/proxy
Paul Banks d140612350 Fixs a few issues that stopped this working in real life but not caught by tests:
- Dev mode assumed no persistence of services although proxy state is persisted which caused proxies to be killed on startup as their services were no longer registered. Fixed.
 - Didn't snapshot the ProxyID which meant that proxies were adopted OK from snapshot but failed to restart if they died since there was no proxyID in the ENV on restart
 - Dev mode with no persistence just kills all proxies on shutdown since it can't recover them later
 - Naming things
2018-06-25 12:24:14 -07:00
..
flag_upstreams.go command/connect/proxy: can specify prepared query upstream types 2018-06-25 12:24:13 -07:00
flag_upstreams_test.go command/connect/proxy: can specify prepared query upstream types 2018-06-25 12:24:13 -07:00
proxy.go Fixs a few issues that stopped this working in real life but not caught by tests: 2018-06-25 12:24:14 -07:00
proxy_test.go command/connect/proxy: can set public listener from flags 2018-06-14 09:42:21 -07:00
register.go command/connect/proxy: register monitor tests 2018-06-14 09:42:22 -07:00
register_test.go command/connect/proxy: register monitor tests 2018-06-14 09:42:22 -07:00