aboutsummaryrefslogtreecommitdiff
path: root/libpod/state_test.go
Commit message (Expand)AuthorAge
* bump go module to version 4Valentin Rothberg2022-01-18
* use libnetwork from c/commonPaul Holzinger2022-01-12
* network db: add new strucutre to container createPaul Holzinger2021-12-14
* libpod: deduplicate ports in dbPaul Holzinger2021-10-27
* Remove in-memory state implementationMatthew Heon2021-04-13
* bump go module to v3Valentin Rothberg2021-02-22
* SpellingJosh Soref2020-12-22
* Add support for network connect / disconnect to DBMatthew Heon2020-11-11
* Add tests for network aliasesMatthew Heon2020-11-03
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Remove all instances of named return "err" from LibpodMatthew Heon2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Add support for containers.confDaniel J Walsh2020-03-27
* make lint: include unit testsValentin Rothberg2020-01-14
* add libpod/configValentin Rothberg2019-10-31
* rm: add containers eviction with `rm --force`Marco Vedovati2019-09-25
* libpod removal from main (phase 2)baude2019-06-27
* Add ability to rewrite pod configs in the databaseMatthew Heon2019-02-21
* Add a function for overwriting container configMatthew Heon2019-02-21
* Rename libpod.Config back to ContainerConfigMatthew Heon2019-01-07
* Update unit tests to use in-memory lock managerMatthew Heon2019-01-04
* Switch all referencs to image.ContainerConfig to image.ConfigDaniel J Walsh2018-12-21
* Use runtime lockDir in BoltDB stateMatthew Heon2018-12-04
* Make locks dir in unit testsMatthew Heon2018-12-02
* Rework state testing to allow State structs to be emptyMatthew Heon2018-07-31
* Use testify/require in a few places to avoid panics in testsMiloslav Trmač2018-07-26
* Ensure pods are part of the set namespace when addedMatthew Heon2018-07-24
* Enforce namespace checks on container addMatthew Heon2018-07-24
* Add tests for state namespacingMatthew Heon2018-07-24
* Add namespaces to in memory stateMatthew Heon2018-07-24
* Add constraint that dependencies must be in the same nsMatthew Heon2018-07-24
* Add namespaces and initial constraints to databaseMatthew Heon2018-07-24
* Add pod stateMatthew Heon2018-05-17
* Add backend code for generic dependenciesMatthew Heon2018-04-03
* Add tests for container graphsMatthew Heon2018-03-29
* Prevent ctrs not in pods from depending on pod ctrsMatthew Heon2018-03-29
* Remove current SQLite DB driverMatthew Heon2018-03-26
* Add FFJSON encoding/decoding for our container structsMatthew Heon2018-02-16
* Containers in a pod can only join namespaces in that podMatthew Heon2018-02-12
* Fix gofmt and lintMatthew Heon2018-02-12
* Refactor Pod to use a Config structMatthew Heon2018-02-12
* Add implementation for BoltDB-backed stateMatthew Heon2018-02-12
* Fix gofmt and lintMatthew Heon2018-02-09
* Finish unit tests for podsMatthew Heon2018-02-09
* Rework state tests to avoid boilerplate. Begin adding pod tests.Matthew Heon2018-02-09
* Convert remaining state tests to new styleMatthew Heon2018-01-17
* Fix gofmtMatthew Heon2018-01-17
* Modify unit tests for state to run on all state implementationsMatthew Heon2018-01-17