Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Tags: flynn/flynn

Tags

v20200329.0

Toggle v20200329.0's commit message
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]>

v20200218.0

Toggle v20200218.0's commit message
vendor: Replace vanillahsu/go_reuseport => kavu/go_reuseport

Since github.com/vanillahsu/go_reuseport no longer exists.

Signed-off-by: Lewis Marshall <[email protected]>

v20200203.0

Toggle v20200203.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
builder: Fix go.sh gobin clone dir (#4580)

tmpdir was removed in 71fcceb

Signed-off-by: Jesse Stuart <[email protected]>

v20200201.0

Toggle v20200201.0's commit message
cli: Update comment for '--enable-keep-alives'

Signed-off-by: Lewis Marshall <[email protected]>

v20200129.0

Toggle v20200129.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
controller/api: Regenerate controller.pb.go after 0618ab1 (#4578)

Signed-off-by: Jesse Stuart <[email protected]>

v20200116.0

Toggle v20200116.0's commit message
controller: Rename controller/protobuf to controller/api

Signed-off-by: Lewis Marshall <[email protected]>

v20200115.0

Toggle v20200115.0's commit message
controller: Use microsecond timestamp for PageToken.CursorID

Signed-off-by: Lewis Marshall <[email protected]>

v20200107.0

Toggle v20200107.0's commit message
router: Sync using the controller API rather than the db

Signed-off-by: Lewis Marshall <[email protected]>

v20191231.0

Toggle v20191231.0's commit message
controller: Rename batch_size to deploy_batch_size

Signed-off-by: Lewis Marshall <[email protected]>

v20191217.0

Toggle v20191217.0's commit message
misc: Disable the fixmie comment fixer

Signed-off-by: Lewis Marshall <[email protected]>