aboutsummaryrefslogtreecommitdiff
path: root/libpod/sql_state_internal.go
Commit message (Expand)AuthorAge
* Remove No New Privs from DB as it's already in the specMatthew Heon2018-02-22
* Squash logged errors from failed SQL rollbacksMatthew Heon2018-02-15
* Address review commentv0.2Matthew Heon2018-02-12
* Containers in a pod can only join namespaces in that podMatthew Heon2018-02-12
* Refactor Pod to use a Config structMatthew Heon2018-02-12
* Fix further style issuesMatthew Heon2018-02-09
* Fix gofmt and lintMatthew Heon2018-02-09
* Fix bugs identified by unit testsMatthew Heon2018-02-09
* Rework state tests to avoid boilerplate. Begin adding pod tests.Matthew Heon2018-02-09
* Remove read-only from DB, it's in the specMatthew Heon2018-02-09
* Implement pod operations in SQL stateMatthew Heon2018-02-09
* Allow users to specify logpathDaniel J Walsh2018-02-03
* Rename containerRuntimeInfo to containerState for clarityMatthew Heon2018-01-18
* Rename ContainerState to ContainerStatusMatthew Heon2018-01-18
* Add DNS and security fields to DBMatthew Heon2018-01-15
* Update DB to add new fields required for planned featuresMatthew Heon2018-01-10
* Save ContainerConfig.User to databaseMatthew Heon2018-01-08
* Plumb through the --stop-timeout signal handlingDaniel J Walsh2017-12-20
* Add network namespaces to SQL stateMatthew Heon2017-12-14
* Add networking configuration to the libpod DBMatthew Heon2017-12-14
* Update pods to use file locksMatthew Heon2017-12-14
* Remove check for existance of lockfile when retrieving containersMatthew Heon2017-12-05
* Remove SQL state locking and rely on sqlite lockingMatthew Heon2017-12-04
* Move containers to file locks from c/storageMatthew Heon2017-12-04
* 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
* Fix lint errorsMatthew Heon2017-11-18
* StopSignal is allowed to be 0Matthew Heon2017-11-18
* Fix lingering SQL errorMatthew Heon2017-11-18
* Address review comments, fix gofmt and lintMatthew Heon2017-11-18
* Compile-tested implementation of SQL-backed stateMatthew Heon2017-11-18