Commit Graph

  • d25c632bfe Merge pull request #327 from Random-Liu/fix-image-volume Lantao Liu 2017-10-04 16:22:06 -0700
  • 0bcc95e4a1 Skip not exist image volume directory. Lantao Liu 2017-10-04 22:43:09 +0000
  • fa9e9bdf46 Fetch current container info before operations Michael Crosby 2017-10-04 13:16:39 -0400
  • 8d892a651b
    Update metadata plugin initialization Derek McGowan 2017-10-03 15:48:05 -0700
  • 2ab70f21ac
    Add content and snapshot store references Derek McGowan 2017-08-18 15:16:33 -0700
  • 447a0a9452
    Add children bucket to back reference snapshots Derek McGowan 2017-10-02 16:44:57 -0700
  • 56c1b79a4c
    Create metadata db object Derek McGowan 2017-09-22 10:05:35 -0700
  • 23b8330b44 Merge pull request #322 from miaoyq/fix-314 Lantao Liu 2017-10-04 10:49:56 -0700
  • acba0f50ef Merge pull request #1594 from akimd/akim/clean Kenfe-Mickaël Laventure 2017-10-04 09:18:43 -0700
  • ec43dc2b46 Merge pull request #1592 from AkihiroSuda/workdir2 Kenfe-Mickaël Laventure 2017-10-04 09:17:21 -0700
  • 26d4c2c217
    Add an option to prevent putting the shim in a new mount namespace Kenfe-Mickael Laventure 2017-10-03 09:18:54 -0700
  • 0ae9d8fabf Merge pull request #1567 from stevvooe/image-check-function Michael Crosby 2017-10-04 11:40:43 -0400
  • 8ceeeed4ae style: move definition for consistency Akim Demaille 2017-10-04 16:54:27 +0200
  • b26e2e781c ctr run: add --cwd Akihiro Suda 2017-10-03 07:22:05 +0000
  • cfa7acf1f6 Merge pull request #323 from Random-Liu/add-node-e2e-test-timeout Lantao Liu 2017-10-03 21:40:00 -0700
  • 9f656cdda4 Support unconfined apparmor Yanqiang Miao 2017-10-03 23:19:32 +0800
  • 2f5f8be99d Add node e2e test timeout. Lantao Liu 2017-10-04 01:12:35 +0000
  • f6d88927d5 Merge pull request #1583 from stevvooe/image-storage-validation Stephen Day 2017-10-03 16:48:38 -0700
  • 698b6d15f7
    metadata: validation and testing of image store Stephen J Day 2017-10-02 17:18:54 -0700
  • c555df54c0
    images: support checking status of image content Stephen J Day 2017-09-27 16:12:12 -0700
  • 475471f8a0 Merge pull request #321 from mhamrah/patch-1 Lantao Liu 2017-10-03 15:05:37 -0700
  • 7c9b0eab9f Merge pull request #1590 from crosbymichael/container-update Kenfe-Mickaël Laventure 2017-10-03 14:33:58 -0700
  • 9e85035f15 Add container update method Michael Crosby 2017-10-03 16:59:52 -0400
  • 05f35f087b Fix README.md typo Michael Hamrah 2017-10-03 09:43:45 -0400
  • aec175c9a1 Merge pull request #319 from Random-Liu/fix-update-container-resources Lantao Liu 2017-10-03 13:17:35 -0700
  • 1c7a042e04 Merge pull request #1566 from stevvooe/split-children Phil Estes 2017-10-03 13:46:46 -0400
  • 6b9aafdab1 Merge pull request #1587 from Ace-Tang/remove_blank_line Phil Estes 2017-10-03 11:14:47 -0400
  • a7471d79ab Update kubernetes version to the PR#52395 Yanqiang Miao 2017-10-03 21:46:56 +0800
  • 2231de3760 Remove a blank line Ace-Tang 2017-10-03 20:58:51 +0800
  • dfe615acc0 Merge pull request #318 from nikhita/fix-design-proposal-link Lantao Liu 2017-10-03 00:21:27 -0700
  • bf2f942a11 Fix link to design proposal Nikhita Raghunath 2017-10-03 11:35:38 +0530
  • ecd1638293 Add integration test Lantao Liu 2017-10-03 06:03:54 +0000
  • a81a47bf9b Fix update container resources Lantao Liu 2017-10-03 06:03:39 +0000
  • 8ded4fe3a7 Merge pull request #1581 from crosbymichael/lint-2 Michael Crosby 2017-10-02 14:46:28 -0400
  • 451421b615 Comment more packages to pass go lint Michael Crosby 2017-10-02 11:50:18 -0400
  • 33e974ce99 Merge pull request #1577 from crosbymichael/lint-1 Michael Crosby 2017-10-02 10:57:19 -0400
  • 2416559fa6 Merge pull request #1580 from tklauser/unix-mkdev-major-minor Kenfe-Mickaël Laventure 2017-10-02 07:56:57 -0700
  • f43b7acfd2 Update files based on go lint Michael Crosby 2017-09-29 16:03:09 -0400
  • 579093f13f Merge pull request #1579 from tklauser/vendor-ansiterm Daniel, Dao Quang Minh 2017-10-02 14:53:34 +0100
  • f01b139161 archive: use Mkdev, Major and Minor functions from golang.org/x/sys/unix Tobias Klauser 2017-10-02 15:13:03 +0200
  • 727fd599fb ctr: remove SIGUNUSED from signal map Tobias Klauser 2017-10-02 15:05:10 +0200
  • e789135aa3 vendor: update golang.org/x/sys Tobias Klauser 2017-10-02 14:51:12 +0200
  • acc246e5d9 Remove stray entry for Azure/go-ansiterm from vendor.conf Tobias Klauser 2017-10-02 14:45:43 +0200
  • ce6859fd25
    images: provide separated children function for images Stephen J Day 2017-09-27 16:03:29 -0700
  • 16bf82360e Merge pull request #1570 from AkihiroSuda/oci-runtime-readonly Kenfe-Mickaël Laventure 2017-09-29 13:36:26 -0700
  • 29d9a788e6 Merge pull request #313 from Random-Liu/update-ansible Lantao Liu 2017-09-29 09:56:59 -0700
  • 60ea331f9f Update ansible playbook release version. Lantao Liu 2017-09-29 06:16:02 +0000
  • 27023c7fa2 readonly: pass RW rootfs to runtime, and let the runtime remount it as RO Akihiro Suda 2017-09-28 07:46:26 +0000
  • 125152b944 Merge pull request #312 from Random-Liu/update-cri-tools-version Lantao Liu 2017-09-28 21:03:40 -0700
  • ba757745d2 Update critools version to v0.2. Lantao Liu 2017-09-29 03:13:53 +0000
  • 5acb73841c Merge pull request #311 from Random-Liu/update-kubernetes Lantao Liu 2017-09-28 20:22:08 -0700
  • 651b0185e1 Update Kubernetes to v1.8.0 Lantao Liu 2017-09-29 01:28:59 +0000
  • 4d0a2338c4 Merge pull request #309 from Random-Liu/update-readme Lantao Liu 2017-09-28 18:18:51 -0700
  • fd032461fb Update README.md Lantao Liu 2017-09-28 23:52:24 +0000
  • 98c5bd80ca Merge pull request #306 from Random-Liu/update-kubernetes Lantao Liu 2017-09-28 16:52:47 -0700
  • 4127e0e295 Merge pull request #307 from Random-Liu/rename-getting-started Lantao Liu 2017-09-28 16:17:21 -0700
  • 8c7ddee69d Rename getting-started.md to README.md. Lantao Liu 2017-09-28 21:54:24 +0000
  • 6063b580a4 Merge pull request #308 from mikebrow/quick-readme-update Lantao Liu 2017-09-28 15:29:12 -0700
  • 39ec8fa9ae minor update to the readme Mike Brown 2017-09-28 17:08:35 -0500
  • 126c0a0e80 Update kubernetes to v1.8.0-rc.1 Lantao Liu 2017-09-28 21:28:27 +0000
  • f586073b1c Merge pull request #294 from Random-Liu/cleanup-flags Lantao Liu 2017-09-28 13:13:14 -0700
  • a7b78d7622 Merge pull request #297 from ijc/use-stat-for-device-uuid-comparison Lantao Liu 2017-09-28 11:30:34 -0700
  • dc947114bb Cleanup flag default value Lantao Liu 2017-09-27 04:03:19 +0000
  • 70b353dff2 Merge pull request #1551 from mlaventure/client-pull-set-labels Derek McGowan 2017-09-28 10:18:11 -0700
  • 9f84513b89 Merge pull request #1571 from allencloud/remove-defaultns-from-Client Akihiro Suda 2017-09-29 01:06:20 +0900
  • fd44a3aec4 remove field defaultns from struct Client Allen Sun 2017-09-28 19:59:36 +0800
  • 1784b073bc Merge pull request #301 from Random-Liu/fix-container-stats Abhinandan Prativadi 2017-09-28 06:02:42 -0700
  • de6287d626 Fix container stats. Lantao Liu 2017-09-28 05:49:32 +0000
  • d6e04d871e Merge pull request #300 from Random-Liu/improve-some-error-message Lantao Liu 2017-09-27 22:47:15 -0700
  • 517f697f62 Better format several errors Lantao Liu 2017-09-28 01:08:42 +0000
  • e723a5018b Merge pull request #293 from Random-Liu/cleanup-container-metrics Lantao Liu 2017-09-27 17:17:46 -0700
  • 97b6e82d98 Fix and cleanup container metrics Lantao Liu 2017-09-27 03:18:23 +0000
  • df82159f4d
    client: Allow setting image labels on Pull() and Import() Kenfe-Mickael Laventure 2017-09-19 20:47:00 -0700
  • cc5d3ef96a Merge pull request #296 from abhinandanpb/stats_time Abhinandan Prativadi 2017-09-27 09:22:56 -0700
  • 11714fb6a3 Use stat_t.st_rdev to compare block devices Ian Campbell 2017-09-27 15:36:46 +0100
  • 66693196ac Setting timestamp for cpu and memory stats in nano seconds Abhinandan Prativadi 2017-09-27 07:06:25 -0700
  • b24acea276 Merge pull request #1565 from allencloud/fix-potential-panic Phil Estes 2017-09-27 09:50:30 -0400
  • 382dafefc0 fix a potential panic when map is nil Allen Sun 2017-09-27 13:58:48 +0800
  • 0e6e593481 Merge pull request #275 from mikebrow/config-for-containerd Lantao Liu 2017-09-26 20:04:13 -0700
  • d8a3c6b018 adds support for configuring the containerd runtime engine Mike Brown 2017-09-22 13:34:19 -0500
  • e7a5001c3e Merge pull request #265 from abhinandanpb/metrics Lantao Liu 2017-09-26 13:57:17 -0700
  • 78190d6228 Merge pull request #284 from abhinandanpb/master Lantao Liu 2017-09-26 13:23:17 -0700
  • 0ee33fda03 Combining few tasks into one Abhinandan Prativadi 2017-09-25 16:06:40 -0700
  • 853804bd8e Adding integration test for container stats Abhinandan Prativadi 2017-09-19 18:53:19 -0700
  • d0298944eb Adding container metrics Abhinandan Prativadi 2017-09-19 11:20:03 -0700
  • cc9f58ac24 Merge pull request #1559 from mlaventure/fix-oor-panic Phil Estes 2017-09-26 14:39:39 -0400
  • b23165cb29 Merge pull request #282 from Random-Liu/fix-ansible-playbook Abhinandan Prativadi 2017-09-26 10:49:21 -0700
  • cee13ebfc0 Merge pull request #1557 from crosbymichael/console-bump Kenfe-Mickaël Laventure 2017-09-26 09:59:54 -0700
  • ea442fb669 Merge pull request #290 from Random-Liu/add-systemd-cgroup-support Lantao Liu 2017-09-26 09:39:21 -0700
  • 57d1be5997 Merge pull request #291 from ijc/contrib-linuxkit Mike Brown 2017-09-26 11:06:41 -0500
  • cf2c4609bd Bump runc with console change for ONLCR Michael Crosby 2017-09-26 10:21:21 -0400
  • d026f81360 Merge pull request #1562 from AkihiroSuda/ctr-images-q Michael Crosby 2017-09-26 10:41:31 -0400
  • ed811896ed Update console dep to 84eeaae905fa414d03e07bcd6c8d Michael Crosby 2017-09-25 11:58:12 -0400
  • 99d4757ce6 contrib: add reference to LinuxKit project Ian Campbell 2017-09-26 10:47:48 +0100
  • 2a648136a9 ctr: add ctr images ls --quiet Akihiro Suda 2017-09-26 09:43:10 +0000
  • cd57d063c5 Add systemd cgroup support. Lantao Liu 2017-09-26 06:44:30 +0000
  • 86ee919013 Merge pull request #285 from Random-Liu/no-cni-in-release-tarball Lantao Liu 2017-09-25 19:18:06 -0700
  • 064f21d4b2 Merge pull request #281 from Random-Liu/check-seccomp-enable Lantao Liu 2017-09-25 18:29:53 -0700
  • d1f0ac92c5 Do not include CNI binaries/configs in release tarball. Lantao Liu 2017-09-25 23:43:32 +0000
  • 4231473df3 Address comments Lantao Liu 2017-09-25 23:09:02 +0000