summaryrefslogtreecommitdiff
path: root/libpod/sql_state.go
Commit message (Expand)AuthorAge
* Save ContainerConfig.User to databaseMatthew Heon2018-01-08
* Plumb through the --stop-timeout signal handlingDaniel J Walsh2017-12-20
* Remove network namespaces from DB on refreshMatthew Heon2017-12-14
* Fix unit testsMatthew Heon2017-12-14
* Create new network namespaces when initializing containersMatthew Heon2017-12-14
* Add network namespaces to SQL stateMatthew Heon2017-12-14
* Add networking configuration to the libpod DBMatthew Heon2017-12-14
* Fix misleading print statement in kpod loadumohnani82017-12-11
* Merge pull request #72 from mheon/file_lockingDaniel J Walsh2017-12-11
|\
| * Remove SQL state locking and rely on sqlite lockingMatthew Heon2017-12-04
| * Move containers to file locks from c/storageMatthew Heon2017-12-04
* | Add ability to refresh state in DBMatthew Heon2017-12-07
|/
* Add NetMode, UTSMode and IPCModeDaniel J Walsh2017-12-02
* Add schema validation to DBMatthew Heon2017-11-30
* Order containers returned from state and make container config publicMatthew Heon2017-11-22
* Add ability to update container status from runcMatthew Heon2017-11-21
* Add tests for SQL-backed state implMatthew Heon2017-11-20
* Need to provide ID of container being updatedMatthew Heon2017-11-18
* Fix lingering SQL errorMatthew Heon2017-11-18
* Wire SQL backed state into rest of libpodMatthew Heon2017-11-18
* Address review comments, fix gofmt and lintMatthew Heon2017-11-18
* Compile-tested implementation of SQL-backed stateMatthew Heon2017-11-18