summaryrefslogtreecommitdiff
path: root/libpod/sql_state.go
Commit message (Expand)AuthorAge
* Add location in DB for saving files to bind mount inMatthew Heon2018-03-08
* Update DB to hold CNI network informationMatthew Heon2018-03-02
* Convert exec session tracking to use a dedicated structMatthew Heon2018-03-01
* Fix gofmt & golintMatthew Heon2018-03-01
* Add tracking for container exec sessions to DBMatthew Heon2018-03-01
* 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
* Refactor Pod to use a Config structMatthew Heon2018-02-12
* Add implementation for BoltDB-backed stateMatthew Heon2018-02-12
* Fix further style issuesMatthew 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
* Add pod removal codeMatthew Heon2018-02-09
* Implement pod operations in SQL stateMatthew Heon2018-02-09
* Tear out pod containers map. Instead rely on 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
* Fix comment typoMatthew Heon2018-01-17
* Modify unit tests for state to run on all state implementationsMatthew Heon2018-01-17
* Change handling for pods in libpod stateMatthew Heon2018-01-17
* Add ability to retrieve a pod's container from the stateMatthew Heon2018-01-17
* Add ability for states to track container dependenciesMatthew Heon2018-01-16
* 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
* 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