| Commit message (Expand) | Author | Age |
* | Remove current SQLite DB driver | Matthew Heon | 2018-03-26 |
* | Add location in DB for saving files to bind mount in | Matthew Heon | 2018-03-08 |
* | Update DB to hold CNI network information | Matthew Heon | 2018-03-02 |
* | Convert exec session tracking to use a dedicated struct | Matthew Heon | 2018-03-01 |
* | Fix gofmt & golint | Matthew Heon | 2018-03-01 |
* | Add tracking for container exec sessions to DB | Matthew Heon | 2018-03-01 |
* | Remove No New Privs from DB as it's already in the spec | Matthew Heon | 2018-02-22 |
* | Squash logged errors from failed SQL rollbacks | Matthew Heon | 2018-02-15 |
* | Refactor Pod to use a Config struct | Matthew Heon | 2018-02-12 |
* | Add implementation for BoltDB-backed state | Matthew Heon | 2018-02-12 |
* | Fix further style issues | Matthew Heon | 2018-02-09 |
* | Fix bugs identified by unit tests | Matthew Heon | 2018-02-09 |
* | Rework state tests to avoid boilerplate. Begin adding pod tests. | Matthew Heon | 2018-02-09 |
* | Add pod removal code | Matthew Heon | 2018-02-09 |
* | Implement pod operations in SQL state | Matthew Heon | 2018-02-09 |
* | Tear out pod containers map. Instead rely on state | Matthew Heon | 2018-02-09 |
* | Allow users to specify logpath | Daniel J Walsh | 2018-02-03 |
* | Rename containerRuntimeInfo to containerState for clarity | Matthew Heon | 2018-01-18 |
* | Rename ContainerState to ContainerStatus | Matthew Heon | 2018-01-18 |
* | Fix comment typo | Matthew Heon | 2018-01-17 |
* | Modify unit tests for state to run on all state implementations | Matthew Heon | 2018-01-17 |
* | Change handling for pods in libpod state | Matthew Heon | 2018-01-17 |
* | Add ability to retrieve a pod's container from the state | Matthew Heon | 2018-01-17 |
* | Add ability for states to track container dependencies | Matthew Heon | 2018-01-16 |
* | Add DNS and security fields to DB | Matthew Heon | 2018-01-15 |
* | Update DB to add new fields required for planned features | Matthew Heon | 2018-01-10 |
* | Save ContainerConfig.User to database | Matthew Heon | 2018-01-08 |
* | Plumb through the --stop-timeout signal handling | Daniel J Walsh | 2017-12-20 |
* | Remove network namespaces from DB on refresh | Matthew Heon | 2017-12-14 |
* | Fix unit tests | Matthew Heon | 2017-12-14 |
* | Create new network namespaces when initializing containers | Matthew Heon | 2017-12-14 |
* | Add network namespaces to SQL state | Matthew Heon | 2017-12-14 |
* | Add networking configuration to the libpod DB | Matthew Heon | 2017-12-14 |
* | Fix misleading print statement in kpod load | umohnani8 | 2017-12-11 |
* | Merge pull request #72 from mheon/file_locking | Daniel J Walsh | 2017-12-11 |
|\ |
|
| * | Remove SQL state locking and rely on sqlite locking | Matthew Heon | 2017-12-04 |
| * | Move containers to file locks from c/storage | Matthew Heon | 2017-12-04 |
* | | Add ability to refresh state in DB | Matthew Heon | 2017-12-07 |
|/ |
|
* | Add NetMode, UTSMode and IPCMode | Daniel J Walsh | 2017-12-02 |
* | Add schema validation to DB | Matthew Heon | 2017-11-30 |
* | Order containers returned from state and make container config public | Matthew Heon | 2017-11-22 |
* | Add ability to update container status from runc | Matthew Heon | 2017-11-21 |
* | Add tests for SQL-backed state impl | Matthew Heon | 2017-11-20 |
* | Need to provide ID of container being updated | Matthew Heon | 2017-11-18 |
* | Fix lingering SQL error | Matthew Heon | 2017-11-18 |
* | Wire SQL backed state into rest of libpod | Matthew Heon | 2017-11-18 |
* | Address review comments, fix gofmt and lint | Matthew Heon | 2017-11-18 |
* | Compile-tested implementation of SQL-backed state | Matthew Heon | 2017-11-18 |