Commit graph

  • 6c5f0a8239 Disable compression by default Ryan Cole 2017-08-07 13:43:50 -04:00
  • f1a072c951 Refactor kpod tests Ryan Cole 2017-08-14 09:15:22 -04:00
  • 05985ff2f7 kpod: make --debug work Nalin Dahyabhai 2017-08-17 11:13:00 -04:00
  • cab0860257 sandbox_remove: Don't stop containers if sandbox is stopped already Mrunal Patel 2017-08-17 11:28:18 -07:00
  • 1bee65aa08 Merge 554a1f9b09 into f82fe5691a Nalin Dahyabhai 2017-08-17 18:26:28 +00:00
  • fe94491784 Merge f5560fc201 into f82fe5691a Nalin Dahyabhai 2017-08-17 18:26:27 +00:00
  • f82fe5691a Merge pull request #706 from 14rcole/kpod-stats Mrunal Patel 2017-08-17 11:24:38 -07:00
  • a5591d34b7 Merge pull request #772 from 14rcole/kpod-rename Mrunal Patel 2017-08-17 10:04:16 -07:00
  • 8d58f227cd sandbox_stop: Store stopped status Mrunal Patel 2017-08-16 15:42:20 -07:00
  • ce17c5214d sandbox: Reduce number of calls to UpdateStatus Mrunal Patel 2017-08-14 16:33:10 -07:00
  • ea4b6fa55d container: Reduce number of calls to UpdateStatus Mrunal Patel 2017-08-14 16:32:27 -07:00
  • 3f1b42ee9e Return container mounts in status from stored list Mrunal Patel 2017-08-14 12:58:38 -07:00
  • fa317b41fd Add volumes to container object at container create time Mrunal Patel 2017-08-14 12:52:25 -07:00
  • 5ab6ec3046 oci: Add volumes field to Container Mrunal Patel 2017-08-14 12:43:56 -07:00
  • bfcebcdb00 Store imageName and imageRef for containers Mrunal Patel 2017-08-14 12:29:53 -07:00
  • 1cf5f8ee3b container: Don't call OCI runtime status Mrunal Patel 2017-08-14 12:28:06 -07:00
  • d6eb943075 Move some image functions around Matthew Heon 2017-08-17 10:43:02 -04:00
  • ceeed6c32e add kpod stats function Ryan Cole 2017-07-25 09:56:23 -04:00
  • dda5511a2b Add libcontainer dependencies to vendor.conf Ryan Cole 2017-07-28 12:03:42 -04:00
  • 65eec38754 Vendor in files for runc/libcontainer Ryan Cole 2017-07-28 10:31:02 -04:00
  • efc29e3dd2 Merge pull request #774 from rhatdan/rbind Mrunal Patel 2017-08-17 08:30:25 -07:00
  • 6be525b9f0 Modify container exec and attach, add image import/export Matthew Heon 2017-08-15 14:33:40 -04:00
  • bdddb3d36b Add preliminary libpod image API Matthew Heon 2017-08-15 11:25:35 -04:00
  • 9d56fd8443 Add skeleton of new libpod API Matthew Heon 2017-08-11 12:42:25 -04:00
  • 8c496a101a Merge pull request #773 from 14rcole/kpod-format-table Mrunal Patel 2017-08-17 07:41:09 -07:00
  • 1eb21f8e15 implement kpod rename Ryan Cole 2017-08-14 13:30:24 -04:00
  • ba07bfb932 Make kpod images use text/template by default Ryan Cole 2017-08-15 22:23:40 -04:00
  • 08c3d241a4 Add format functions Ryan Cole 2017-08-15 16:53:17 -04:00
  • 6ca462a3b6 Merge pull request #718 from 14rcole/kpod-logs Mrunal Patel 2017-08-16 11:47:34 -07:00
  • 96735dac2f Merge pull request #775 from TomSweeneyRedHat/dev/tsweeney/docfix1 Mrunal Patel 2017-08-16 11:14:22 -07:00
  • 85f4f09e52 Number of minor touch ups to Code of Conduct TomSweeneyRedHat 2017-08-16 11:34:58 -04:00
  • 50ad19148d CRI-O default bind mounts to "rbind, rprivate" to match docker Daniel J Walsh 2017-08-16 10:37:40 -04:00
  • 07572e85f5 Add kpod logs command Ryan Cole 2017-07-21 11:23:48 -04:00
  • 85b4aedacb Merge pull request #770 from umohnani8/kpod_load Mrunal Patel 2017-08-15 19:04:15 -07:00
  • f5560fc201 kpod.bats: fix syntax errors and check "rmi" Nalin Dahyabhai 2017-08-10 16:50:48 -04:00
  • abbf40d8e6 Add image pull with signature integration test Aaron Weitekamp 2017-08-10 09:49:07 -04:00
  • a05c0b7507 Merge cfa309d8ce into a69631c1bd Urvashi Mohnani 2017-08-15 19:11:48 +00:00
  • cfa309d8ce Add functionality to pass the container name as argument also umohnani8 2017-08-15 15:02:43 -04:00
  • 9f349528dc Fix 'kpod load' nil issue raised by QE umohnani8 2017-08-15 12:51:07 -04:00
  • a69631c1bd Merge pull request #769 from rhatdan/debug Mrunal Patel 2017-08-15 10:42:56 -07:00
  • 24476e9afb Merge pull request #761 from mbssaiakhil/patch-3 Mrunal Patel 2017-08-15 09:52:24 -07:00
  • 84395bc969 Merge pull request #760 from mbssaiakhil/patch-2 Mrunal Patel 2017-08-15 09:52:07 -07:00
  • c067fbbbe2 Merge pull request #759 from mbssaiakhil/patch-1 Mrunal Patel 2017-08-15 08:17:07 -07:00
  • 87b13fd432 More cleanups of main man page kpod-1.md and README.md Daniel J Walsh 2017-08-13 06:35:20 -04:00
  • 43df5b89af Merge pull request #767 from asifdxtreme/patch2 Mrunal Patel 2017-08-15 07:29:17 -07:00
  • 6980365d0d Merge pull request #768 from asifdxtreme/patch-3 Mrunal Patel 2017-08-15 07:29:00 -07:00
  • 9d52efef23 Update Community Code of Conduct Malepati Bala Siva Sai Akhil 2017-08-15 19:52:36 +05:30
  • 59d5f32933 Fix Typo in Events Code of Conduct Malepati Bala Siva Sai Akhil 2017-08-13 22:57:16 +05:30
  • 01dac86b1c Fix Typo in cri-o Tutorial Malepati Bala Siva Sai Akhil 2017-08-13 23:12:38 +05:30
  • 39722ab5e6 Fix Typo in Readme asifdxtreme 2017-08-15 10:48:39 +08:00
  • 4e64eedbc5 Fix Typo in cri-o README Malepati Bala Siva Sai Akhil 2017-08-13 22:54:19 +05:30
  • 1442ba988a Fix Typo to improve GoReport asifdxtreme 2017-08-15 10:15:01 +08:00
  • 764849c327 Merge 5d065b4a3d into 36fd0a7208 Mohammad Asif Siddiqui 2017-08-15 01:39:14 +00:00
  • 36fd0a7208 Merge pull request #744 from rhatdan/debug Mrunal Patel 2017-08-14 16:21:22 -07:00
  • a8f0b115ad Merge pull request #746 from vbatts/ops-transfer Antonio Murdaca 2017-08-14 16:02:39 +02:00
  • ea600408fb Merge pull request #762 from rhatdan/kpod-cp Antonio Murdaca 2017-08-14 16:01:01 +02:00
  • 95165063bd Merge pull request #758 from mrunalp/inotify_exit_watch Antonio Murdaca 2017-08-14 16:00:35 +02:00
  • 5d065b4a3d Fix Typo to improve GoReport Signed-off-by: asifdxtreme <mohammad.asif.siddiqui1@huawei.com> Mohammad Asif Siddiqui 2017-08-14 21:31:30 +08:00
  • d7716a801b Fix Typo to improve GoReport Signed-off-by: asifdxtreme <mohammad.asif.siddiqui1@huawei.com> Mohammad Asif Siddiqui 2017-08-14 21:30:49 +08:00
  • cb01a0a09e Add man page for kpod-cp.1 Daniel J Walsh 2017-08-14 13:11:05 +00:00
  • 0b8c898276 Fix Typo to improve GoReport Card Signed-off-by: asifdxtreme <mohammad.asif.siddiqui1@huawei.com> Mohammad Asif Siddiqui 2017-08-14 21:27:43 +08:00
  • 30ded83096 Add inotify watcher for container exits Mrunal Patel 2017-08-12 18:35:55 -07:00
  • 4311020c36 Merge pull request #653 from baude/images_json Mrunal Patel 2017-08-13 07:19:04 -07:00
  • 8f735a581d container: Don't call runtime state on every container on list Mrunal Patel 2017-08-09 14:17:33 -04:00
  • 01b71393e3 cmd/kpod/images.go: Add structured format ouput baude 2017-07-31 13:02:57 -05:00
  • 48143e6dc9 Merge 90e4813936 into 2bdcd460bb Aaron Weitekamp 2017-08-12 15:17:31 +00:00
  • 2bdcd460bb Merge pull request #722 from 14rcole/kpod-diff Mrunal Patel 2017-08-12 08:17:19 -07:00
  • 464d6852de Add --debug flag to kpod to turn up logging level to debug Daniel J Walsh 2017-08-10 13:58:29 -04:00
  • 949268f958 Add kpod diff command Ryan Cole 2017-08-01 16:47:12 -04:00
  • 5c78a457f6
    tranfer: document ops and dev transfer Vincent Batts 2017-07-19 15:53:07 -04:00
  • f9e4d931a5 Merge 5faef4a64b into fb2ee59225 jonjohnsonjr 2017-08-11 17:54:42 +00:00
  • fb2ee59225 Merge pull request #737 from umohnani8/kpod_export Mrunal Patel 2017-08-11 10:54:34 -07:00
  • 82debb66da Merge 81faa8bc89 into 5a3c168892 Matthew Heon 2017-08-11 14:06:42 +00:00
  • 5a3c168892 Merge pull request #750 from sak0/dev Mrunal Patel 2017-08-11 07:06:37 -07:00
  • 81faa8bc89 Rename libkpod to libpod Matthew Heon 2017-08-10 16:11:41 -04:00
  • 8818d1adb2 Merge 9880456235 into c6f408fe37 Matthew Heon 2017-08-10 18:57:41 +00:00
  • f5ca26726b Merge ba07667705 into c6f408fe37 Ryan 2017-08-10 18:57:40 +00:00
  • c6f408fe37 Merge pull request #751 from mrunalp/metrics_ep Antonio Murdaca 2017-08-10 20:22:07 +02:00
  • 43bc359fc0 Add metrics endpoint support to server Mrunal Patel 2017-08-02 17:38:50 -07:00
  • 0e1452a4ec Add a /metrics endpoint for the server Mrunal Patel 2017-08-02 17:23:08 -07:00
  • 3320b64fc0 tutorial: need runc 1.0.0-rc4 CuiHaozhi 2017-08-10 11:53:35 -04:00
  • 90e4813936 add 'enable OverlayFS' test env note Aaron Weitekamp 2017-08-10 09:59:54 -04:00
  • 9cfe2afbcd Merge b5a52f564c into 4310e6d86f Antonio Murdaca 2017-08-10 12:23:43 +00:00
  • 4310e6d86f Merge pull request #741 from 14rcole/kpod-inspect-update Mrunal Patel 2017-08-10 05:23:39 -07:00
  • b5a52f564c
    *: update kube vendor to v1.7.3 Antonio Murdaca 2017-08-04 13:13:19 +02:00
  • 692f4b51e2 container: Don't call runtime state on every container on list Mrunal Patel 2017-08-09 14:17:33 -04:00
  • 8e394e0589 Merge pull request #694 from rhatdan/mount Mrunal Patel 2017-08-08 13:55:01 -07:00
  • be8ba17534 Add 'kpod export' command umohnani8 2017-08-07 10:30:10 -04:00
  • 9880456235 Add basic kpod errors into a subpackage Matthew Heon 2017-08-07 21:39:32 -04:00
  • 0cc45cf26a Add kpod-mount and kpod-umount to mount and umount container images Dan Walsh 2017-07-31 15:35:14 -04:00
  • ba07667705 call update in libkpod.New() Ryan Cole 2017-08-08 11:54:54 -04:00
  • 4f10181826 Rewrite errors in libkpod Create and ContainerServer Matthew Heon 2017-08-04 10:00:36 -04:00
  • 29872351f9 Move container creation logic into libkpod Matthew Heon 2017-08-03 09:56:07 -04:00
  • bfbb99e05c have server update list of containers on creation Ryan Cole 2017-08-08 10:23:32 -04:00
  • efce63bdf2 Merge pull request #735 from rhatdan/vendor Antonio Murdaca 2017-08-08 14:19:56 +02:00
  • 46a9bb3838 Merge pull request #740 from rhatdan/OWNERS Mrunal Patel 2017-08-07 13:25:14 -07:00
  • 50ddadb08c I would like to add @nalind to the OWNERS of cri-o Daniel J Walsh 2017-08-07 16:13:31 -04:00
  • 63a218a458 Move to new github.com/sirupsen/logrus. Daniel J Walsh 2017-08-05 07:40:46 -04:00
  • 816b15e07e Merge pull request #738 from rhatdan/1.6 Mrunal Patel 2017-08-07 08:48:05 -07:00
  • 3b888a54d3 Merge pull request #720 from 14rcole/containerserver-integration Mrunal Patel 2017-08-07 08:09:53 -07:00