index
:
containers/podman.git
main
update-docs-for-podman-machine
forked from: https://github.com/containers/podman.git
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpod
/
state_test.go
Commit message (
Expand
)
Author
Age
*
Add support for network connect / disconnect to DB
Matthew Heon
2020-11-11
*
Add tests for network aliases
Matthew Heon
2020-11-03
*
Switch all references to github.com/containers/libpod -> podman
Daniel J Walsh
2020-07-28
*
Remove all instances of named return "err" from Libpod
Matthew Heon
2020-07-09
*
move go module to v2
Valentin Rothberg
2020-07-06
*
Add support for containers.conf
Daniel J Walsh
2020-03-27
*
make lint: include unit tests
Valentin Rothberg
2020-01-14
*
add libpod/config
Valentin Rothberg
2019-10-31
*
rm: add containers eviction with `rm --force`
Marco Vedovati
2019-09-25
*
libpod removal from main (phase 2)
baude
2019-06-27
*
Add ability to rewrite pod configs in the database
Matthew Heon
2019-02-21
*
Add a function for overwriting container config
Matthew Heon
2019-02-21
*
Rename libpod.Config back to ContainerConfig
Matthew Heon
2019-01-07
*
Update unit tests to use in-memory lock manager
Matthew Heon
2019-01-04
*
Switch all referencs to image.ContainerConfig to image.Config
Daniel J Walsh
2018-12-21
*
Use runtime lockDir in BoltDB state
Matthew Heon
2018-12-04
*
Make locks dir in unit tests
Matthew Heon
2018-12-02
*
Rework state testing to allow State structs to be empty
Matthew Heon
2018-07-31
*
Use testify/require in a few places to avoid panics in tests
Miloslav Trmač
2018-07-26
*
Ensure pods are part of the set namespace when added
Matthew Heon
2018-07-24
*
Enforce namespace checks on container add
Matthew Heon
2018-07-24
*
Add tests for state namespacing
Matthew Heon
2018-07-24
*
Add namespaces to in memory state
Matthew Heon
2018-07-24
*
Add constraint that dependencies must be in the same ns
Matthew Heon
2018-07-24
*
Add namespaces and initial constraints to database
Matthew Heon
2018-07-24
*
Add pod state
Matthew Heon
2018-05-17
*
Add backend code for generic dependencies
Matthew Heon
2018-04-03
*
Add tests for container graphs
Matthew Heon
2018-03-29
*
Prevent ctrs not in pods from depending on pod ctrs
Matthew Heon
2018-03-29
*
Remove current SQLite DB driver
Matthew Heon
2018-03-26
*
Add FFJSON encoding/decoding for our container structs
Matthew Heon
2018-02-16
*
Containers in a pod can only join namespaces in that pod
Matthew Heon
2018-02-12
*
Fix gofmt and lint
Matthew Heon
2018-02-12
*
Refactor Pod to use a Config struct
Matthew Heon
2018-02-12
*
Add implementation for BoltDB-backed state
Matthew Heon
2018-02-12
*
Fix gofmt and lint
Matthew Heon
2018-02-09
*
Finish unit tests for pods
Matthew Heon
2018-02-09
*
Rework state tests to avoid boilerplate. Begin adding pod tests.
Matthew Heon
2018-02-09
*
Convert remaining state tests to new style
Matthew Heon
2018-01-17
*
Fix gofmt
Matthew Heon
2018-01-17
*
Modify unit tests for state to run on all state implementations
Matthew Heon
2018-01-17