| Commit message (Expand) | Author | Age |
* | 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 |