Conversation
Contributor
|
@shykes: Approved |
Contributor
|
Looks like this conflicts. |
Contributor
Author
|
@shykes ready to merge |
Contributor
|
This is nice because we can use it as-is for concurrent progress bars (just re-use the same status text for each progress bar, and it becomes a key). Merging. |
shykes
pushed a commit
that referenced
this pull request
Jun 5, 2013
* Remote API: Fix progress message in client
thaJeztah
added a commit
to thaJeztah/docker
that referenced
this pull request
Oct 9, 2024
BoltDB - Fix the freelist.allocs isn't rollbacked when a tx is rollbacked. CMD - Add -gobench-output option for bench command to adapt to benchstat. Other - Bump go version to 1.22.x. - This patch also added dmflakey package, which can be reused by other projects. See moby#812. full diff: etcd-io/bbolt@v1.3.10...v1.3.11 Signed-off-by: Sebastiaan van Stijn <[email protected]>
thaJeztah
added a commit
to thaJeztah/docker
that referenced
this pull request
Oct 10, 2024
BoltDB - Fix the freelist.allocs isn't rollbacked when a tx is rollbacked. CMD - Add -gobench-output option for bench command to adapt to benchstat. Other - Bump go version to 1.22.x. - This patch also added dmflakey package, which can be reused by other projects. See moby#812. full diff: etcd-io/bbolt@v1.3.10...v1.3.11 Signed-off-by: Sebastiaan van Stijn <[email protected]>
thaJeztah
added a commit
to thaJeztah/docker
that referenced
this pull request
Oct 10, 2024
BoltDB - Fix the freelist.allocs isn't rollbacked when a tx is rollbacked. CMD - Add -gobench-output option for bench command to adapt to benchstat. Other - Bump go version to 1.22.x. - This patch also added dmflakey package, which can be reused by other projects. See moby#812. full diff: etcd-io/bbolt@v1.3.10...v1.3.11 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 6b7565b) Signed-off-by: Sebastiaan van Stijn <[email protected]>
thaJeztah
added a commit
to thaJeztah/docker
that referenced
this pull request
Oct 10, 2024
BoltDB - Fix the freelist.allocs isn't rollbacked when a tx is rollbacked. CMD - Add -gobench-output option for bench command to adapt to benchstat. Other - Bump go version to 1.22.x. - This patch also added dmflakey package, which can be reused by other projects. See moby#812. full diff: etcd-io/bbolt@v1.3.10...v1.3.11 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 6b7565b) Signed-off-by: Sebastiaan van Stijn <[email protected]>
maggie44
pushed a commit
to maggie44/moby
that referenced
this pull request
Dec 8, 2024
BoltDB - Fix the freelist.allocs isn't rollbacked when a tx is rollbacked. CMD - Add -gobench-output option for bench command to adapt to benchstat. Other - Bump go version to 1.22.x. - This patch also added dmflakey package, which can be reused by other projects. See moby#812. full diff: etcd-io/bbolt@v1.3.10...v1.3.11 Signed-off-by: Sebastiaan van Stijn <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #809