Kazuyoshi Kato 
							
						 
					 
					
						
						
							
						
						6596a70861 
					 
					
						
						
							
							Use github.com/containerd/cgroups/v3 to remove gogo  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com > 
						
						
					 
					
						2022-11-14 21:07:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maksym Pavlenko 
							
						 
					 
					
						
						
							
						
						ff65fc2d0e 
					 
					
						
						
							
							Make TaskList generic  
						
						 
						
						... 
						
						
						
						Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com > 
						
						
					 
					
						2022-08-10 14:02:53 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kazuyoshi Kato 
							
						 
					 
					
						
						
							
						
						88c0c7201e 
					 
					
						
						
							
							Consolidate gogo/protobuf dependencies under our own protobuf package  
						
						 
						
						... 
						
						
						
						This would make gogo/protobuf migration easier.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com > 
						
						
					 
					
						2022-04-19 15:53:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kazuyoshi Kato 
							
						 
					 
					
						
						
							
						
						80b825ca2c 
					 
					
						
						
							
							Remove gogoproto.stdtime  
						
						 
						
						... 
						
						
						
						This commit removes gogoproto.stdtime, since it is not supported by
Google's official toolchain
(see https://github.com/containerd/containerd/issues/6564 ).
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com > 
						
						
					 
					
						2022-04-19 13:39:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kazuyoshi Kato 
							
						 
					 
					
						
						
							
						
						96b16b447d 
					 
					
						
						
							
							Use typeurl.Any instead of github.com/gogo/protobuf/types.Any  
						
						 
						
						... 
						
						
						
						This commit upgrades github.com/containerd/typeurl to use typeurl.Any.
The interface hides gogo/protobuf/types.Any from containerd's Go client.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com > 
						
						
					 
					
						2022-03-24 20:50:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kazuyoshi Kato 
							
						 
					 
					
						
						
							
						
						067611fdea 
					 
					
						
						
							
							Remove enumvalue_customname, goproto_enum_prefix and enum_customname  
						
						 
						
						... 
						
						
						
						This commit removes gogoproto.enumvalue_customname,
gogoproto.goproto_enum_prefix and gogoproto.enum_customname.
All of them make proto-generated Go code more idiomatic, but we already
don't use these enums in our external-surfacing types and they are anyway
not supported by Google's official toolchain (see #6564 ).
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com > 
						
						
					 
					
						2022-03-21 19:48:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								haoyun 
							
						 
					 
					
						
						
							
						
						bbe46b8c43 
					 
					
						
						
							
							feat: replace github.com/pkg/errors to errors  
						
						 
						
						... 
						
						
						
						Signed-off-by: haoyun <yun.hao@daocloud.io >
Co-authored-by: zounengren <zouyee1989@gmail.com > 
						
						
					 
					
						2022-01-07 10:27:03 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								haoyun 
							
						 
					 
					
						
						
							
						
						ac81297065 
					 
					
						
						
							
							fix: use _ for consistency  
						
						 
						
						... 
						
						
						
						Signed-off-by: haoyun <yun.hao@daocloud.io > 
						
						
					 
					
						2021-12-21 14:28:47 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihiro Suda 
							
						 
					 
					
						
						
							
						
						d3aa7ee9f0 
					 
					
						
						
							
							Run go fmt with Go 1.17  
						
						 
						
						... 
						
						
						
						The new `go fmt` adds `//go:build` lines (https://golang.org/doc/go1.17#tools ).
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp > 
						
						
					 
					
						2021-08-22 09:31:50 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maksym Pavlenko 
							
						 
					 
					
						
						
							
						
						d30d897ef9 
					 
					
						
						
							
							Cleanup v2 shim  
						
						 
						
						... 
						
						
						
						Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com > 
						
						
					 
					
						2021-08-04 10:38:05 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kathryn Baldauf 
							
						 
					 
					
						
						
							
						
						95ba6e9f75 
					 
					
						
						
							
							Add annotations to task update request api  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com > 
						
						
					 
					
						2020-11-09 14:13:33 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						dc92ad6520 
					 
					
						
						
							
							Replace errors.Cause() with errors.Is()  
						
						 
						
						... 
						
						
						
						Dependencies may be switching to use the new `%w` formatting
option to wrap errors; switching to use `errors.Is()` makes
sure that we are still able to unwrap the error and detect the
underlying cause.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2020-05-08 14:36:45 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lantao Liu 
							
						 
					 
					
						
						
							
						
						ffcb1cc9be 
					 
					
						
						
							
							Fix delete error code on the containerd daemon side.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Lantao Liu <lantaol@google.com > 
						
						
					 
					
						2019-10-09 00:28:51 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						eb4b3e8772 
					 
					
						
						
							
							Fast path getting pid from task  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2019-07-26 17:48:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihiro Suda 
							
						 
					 
					
						
						
							
						
						fab016c7a1 
					 
					
						
						
							
							runtime/v1/linux: ignore ErrCgroupDeleted in Task.Start  
						
						 
						
						... 
						
						
						
						Fix a Rootless Docker-in-Docker issue on Fedora 30: https://github.com/docker-library/docker/pull/165#issuecomment-511717143 
Related: #1598 
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp > 
						
						
					 
					
						2019-07-17 12:19:15 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lantao Liu 
							
						 
					 
					
						
						
							
						
						dff7456804 
					 
					
						
						
							
							Return NotFound error for kill and delete in deleted state.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Lantao Liu <lantaol@google.com > 
						
						
					 
					
						2019-04-26 15:17:18 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yanxuean 
							
						 
					 
					
						
						
							
						
						517930187e 
					 
					
						
						
							
							remove useless parameter from newTask  
						
						 
						
						... 
						
						
						
						Signed-off-by: yanxuean <yan.xuean@zte.com.cn > 
						
						
					 
					
						2018-09-04 10:59:00 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						da1b5470cd 
					 
					
						
						
							
							Runtime v2  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2018-07-17 10:21:29 -04:00