Sebastiaan van Stijn
|
cff4f20c44
migrate to github.com/containerd/log v0.1.0
|
1 年之前 |
Brian Goff
|
74da6a6363
Switch all logging to use containerd log pkg
|
2 年之前 |
Brian Goff
|
73e09ddecf
Merge pull request #43787 from thaJeztah/memdb_nits
|
2 年之前 |
Sebastiaan van Stijn
|
c63ea32a17
pkg/ioutils: TempDir: move to pkg/longpath
|
2 年之前 |
Sebastiaan van Stijn
|
28382c58ec
container: ViewDB: use logrus.WithError()
|
2 年之前 |
Sebastiaan van Stijn
|
6549a270e9
container: ViewDB: return typed system errors
|
3 年之前 |
Sebastiaan van Stijn
|
94dea2018e
container: ViewDB: GetByPrefix() return typed errors
|
3 年之前 |
Sebastiaan van Stijn
|
da4d627e79
container: ViewDB: use errdefs for non-existing containers
|
3 年之前 |
Sebastiaan van Stijn
|
8c9a240597
container: use const for null-terminator
|
3 年之前 |
Sebastiaan van Stijn
|
511a909ae6
container: remove ViewDB and View interfaces, use concrete types
|
2 年之前 |
Djordje Lukic
|
70dc392bfa
Use hashicorp/go-memdb instead of truncindex
|
3 年之前 |
Sebastiaan van Stijn
|
07ff4f1de8
goimports: fix imports
|
6 年之前 |
JoeWrightss
|
89e3a4af62
fix code typo
|
6 年之前 |
Sebastiaan van Stijn
|
f23c00d870
Various code-cleanup
|
7 年之前 |
Daniel Nephin
|
4f0d95fa6e
Add canonical import comment
|
7 年之前 |
Sebastiaan van Stijn
|
b4a6313969
Golint: remove redundant ifs
|
7 年之前 |
Yong Tang
|
97b16aecf9
Fix issue of filter in `docker ps` where `health=starting` returns nothing
|
7 年之前 |
Daniel Nephin
|
f7f101d57e
Add gosimple linter
|
7 年之前 |
Derek McGowan
|
1009e6a40b
Update logrus to v1.0.1
|
8 年之前 |
Aaron Lehmann
|
1d9546fc62
container: Fix Delete on nonexistent container
|
8 年之前 |
Aaron Lehmann
|
0e57eb95c5
container: Use wrapper to ensure commit/abort happens
|
8 年之前 |
Aaron Lehmann
|
bc3209bc15
container: Abort transactions when memdb calls fail
|
8 年之前 |
Aaron Lehmann
|
1128fc1add
Store container names in memdb
|
8 年之前 |
Aaron Lehmann
|
c26b0cdfd1
container: Handle failed memdb lookups
|
8 年之前 |
Fabio Kung
|
a43be3431e
avoid re-reading json files when copying containers
|
8 年之前 |
Fabio Kung
|
9134e87afc
only Daemon.load needs to call label.ReserveLabel
|
8 年之前 |
Fabio Kung
|
edad52707c
save deep copies of Container in the replica store
|
8 年之前 |
Fabio Kung
|
aacddda89d
Move checkpointing to the Container object
|
8 年之前 |
Fabio Kung
|
054728b1f5
in-memory ACID store for containers
|
8 年之前 |