This repository was archived by the owner on Sep 4, 2021. It is now read-only.
Tags: flynn/flynn
Tags
router: Ensure root-path routes are processed before sub-path routes The router used to load routes from the database in a specific order to ensure that it processed root-path routes before sub-path routes, but now the routes come from the controller there is no guarantee that they are still returned in that order, so this change enforces the order once the routes are loaded. Signed-off-by: Lewis Marshall <[email protected]>
vendor: Replace vanillahsu/go_reuseport => kavu/go_reuseport Since github.com/vanillahsu/go_reuseport no longer exists. Signed-off-by: Lewis Marshall <[email protected]>
builder: Fix go.sh gobin clone dir (#4580) tmpdir was removed in 71fcceb Signed-off-by: Jesse Stuart <[email protected]>
cli: Update comment for '--enable-keep-alives' Signed-off-by: Lewis Marshall <[email protected]>
controller/api: Regenerate controller.pb.go after 0618ab1 (#4578) Signed-off-by: Jesse Stuart <[email protected]>
controller: Rename controller/protobuf to controller/api Signed-off-by: Lewis Marshall <[email protected]>
controller: Use microsecond timestamp for PageToken.CursorID Signed-off-by: Lewis Marshall <[email protected]>
router: Sync using the controller API rather than the db Signed-off-by: Lewis Marshall <[email protected]>
controller: Rename batch_size to deploy_batch_size Signed-off-by: Lewis Marshall <[email protected]>
misc: Disable the fixmie comment fixer Signed-off-by: Lewis Marshall <[email protected]>