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
/
in_memory_state.go
Commit message (
Expand
)
Author
Age
*
Unconditionally retrieve pod names via API
Matthew Heon
2020-08-10
*
Switch all references to github.com/containers/libpod -> podman
Daniel J Walsh
2020-07-28
*
move go module to v2
Valentin Rothberg
2020-07-06
*
Add support for containers.conf
Daniel J Walsh
2020-03-27
*
Add structure for new exec session tracking to DB
Matthew Heon
2020-03-18
*
add libpod/config
Valentin Rothberg
2019-10-31
*
rm: add containers eviction with `rm --force`
Marco Vedovati
2019-09-25
*
Add function for looking up volumes by partial name
Matthew Heon
2019-09-09
*
Add volume state
Matthew Heon
2019-09-05
*
Re-add locks to volumes.
Matthew Heon
2019-08-28
*
remove libpod from main
baude
2019-06-25
*
Switch Libpod over to new explicit named volumes
Matthew Heon
2019-04-04
*
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
*
Add "podman volume" command
umohnani8
2018-12-06
*
Set default paths from DB if not explicitly overridden
Matthew Heon
2018-12-02
*
Make DB config validation an explicit step
Matthew Heon
2018-12-02
*
Add ability to retrieve runtime configuration from DB
Matthew Heon
2018-12-02
*
switch projectatomic to containers
Daniel J Walsh
2018-08-16
*
We need to sort mounts so that one mount does not over mount another.
Daniel J Walsh
2018-08-10
*
Update comments in BoltDB and In-Memory states
Matthew Heon
2018-07-24
*
Address first round of review comments
Matthew Heon
2018-07-24
*
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 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
*
Prevent ctrs not in pods from depending on pod ctrs
Matthew Heon
2018-03-29
*
Containers in a pod can only join namespaces in that pod
Matthew Heon
2018-02-12
*
Add implementation for BoltDB-backed state
Matthew Heon
2018-02-12
*
Address style issues in in_memory_state
Matthew Heon
2018-02-09
*
Fix bugs identified by unit tests
Matthew Heon
2018-02-09
*
Rework state tests to avoid boilerplate. Begin adding pod tests.
Matthew Heon
2018-02-09
*
Unify Pod and Container ID and Name registries for in-memory state
Matthew Heon
2018-02-09
*
Add pod removal code
Matthew Heon
2018-02-09
*
Tear out pod containers map. Instead rely on state
Matthew Heon
2018-02-09
*
Fix in-memory state tests
Matthew Heon
2018-01-17
*
Address review comments
Matthew Heon
2018-01-17
*
Modify unit tests for state to run on all state implementations
Matthew Heon
2018-01-17
*
Change handling for pods in libpod state
Matthew Heon
2018-01-17
*
Add ability to retrieve a pod's container from the state
Matthew Heon
2018-01-17
*
Add ability for states to track container dependencies
Matthew Heon
2018-01-16
*
Add ability to refresh state in DB
Matthew Heon
2017-12-07
*
Wire SQL backed state into rest of libpod
Matthew Heon
2017-11-18
*
Compile-tested implementation of SQL-backed state
Matthew Heon
2017-11-18
*
Fix gofmt errors
Daniel J Walsh
2017-11-02
*
Prune Server package. Convert to new github location.
Matthew Heon
2017-11-01
*
Initial checkin from CRI-O repo
Matthew Heon
2017-11-01