|  | 605871d17a   | fix: check only distro id | 2023-05-24 21:58:25 +00:00 |  | 
			
				
					|  | 77e118be64   | fix: use distro equal check | 2023-05-23 23:02:09 +00:00 |  | 
			
				
					|  | c1ec4add81   | refactor: move kernelinfo to distro module | 2023-05-23 21:33:50 +00:00 |  | 
			
				
					|  | 73f5df2425   | feat!: new kernel config structure BREAKING CHANGE: kernel definition in the configuration files has switched
from
  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  release_mask = ".*"
to
  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  kernel = { regex = ".*" } | 2023-05-18 18:48:09 +00:00 |  | 
			
				
					|  | d551cc8fc4   | refactor: use the same name as in config | 2023-05-18 18:27:51 +00:00 |  | 
			
				
					|  | 6385ce92e3   | feat!: rename supported kernels to targets BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/ | 2023-05-18 18:13:09 +00:00 |  | 
			
				
					|  | bcf8de336f   | feat!: introduce new distribution structure BREAKING CHANGE: distro definition in the configuration files has switched
from
  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...
to
  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ... | 2023-05-18 16:07:24 +00:00 |  | 
			
				
					|  | 1b2d636410   | feat: introduce kernel version | 2023-05-14 22:00:29 +00:00 |  | 
			
				
					|  | 065aca24b0   | fix: fill config value in case of default directory | 2023-05-13 15:56:54 +00:00 |  | 
			
				
					|  | baf282ec2c   | fix: typo | 2023-05-13 15:56:11 +00:00 |  | 
			
				
					|  | 9d1bbcc288   | feat: support changing dotdir | 2023-05-13 15:45:21 +00:00 |  | 
			
				
					|  | 599ce03ca4   | Implement config paths helpers | 2023-05-13 08:44:45 +00:00 |  | 
			
				
					|  | d13eab6947   | Match by debian release | 2023-05-12 20:05:44 +00:00 |  | 
			
				
					|  | 0e85866822   | Implement Oracle Linux support | 2023-05-09 14:40:06 +00:00 |  | 
			
				
					|  | 105809ddec   | Add script artifact type | 2023-03-22 20:56:44 +00:00 |  | 
			
				
					|  | 2d6db97b43   | Add support for applying patches | 2023-02-16 10:22:08 +00:00 |  | 
			
				
					|  | b246ecf956   | Support make targets | 2023-02-15 16:54:46 +00:00 |  | 
			
				
					|  | 3f79c8e461   | Standard modules dependencies | 2023-02-15 11:48:25 +00:00 |  | 
			
				
					|  | 668bc1e391   | Store the default kernel modules | 2023-02-15 11:00:00 +00:00 |  | 
			
				
					|  | 935266c850   | Add alecthomas/kong support for config | 2023-01-30 20:42:22 +00:00 |  | 
			
				
					|  | a7b619fc40   | lint | 2023-01-30 20:15:17 +00:00 |  | 
			
				
					| 
							
							
								 Bradley Landherr | e43993c6e5 | adding TestFiles to artifact config, transfers extra test files to VM | 2020-09-15 12:57:11 +02:00 |  | 
			
				
					|  | 22a8e32e2c   | Implements modules preload list | 2020-06-14 20:14:59 +00:00 |  | 
			
				
					|  | 2f5f1db0db   | Add docker timeout to artifact configuration | 2020-06-14 17:32:57 +00:00 |  | 
			
				
					|  | 5bad772125   | Support custom docker commands Resolves #17 | 2019-08-30 00:05:50 +00:00 |  | 
			
				
					|  | 12b5bd2a99   | Introduce global configuration file | 2019-08-29 21:12:24 +00:00 |  | 
			
				
					|  | a08861cc19   | Implements KPTI flag | 2019-08-20 00:05:19 +00:00 |  | 
			
				
					|  | d425f455bb   | Make variable names more toml-friendly | 2019-08-19 19:03:59 +00:00 |  | 
			
				
					|  | 857f398f6b   | MarshalTOML for Duration | 2019-08-19 19:01:29 +00:00 |  | 
			
				
					|  | 282d99f511   | Allow to force some qemu settings from .out-of-tree.toml | 2019-08-19 18:34:13 +00:00 |  | 
			
				
					|  | ea5f06334c   | Fix regexp | 2019-08-17 15:30:42 +00:00 |  | 
			
				
					|  | e5856c1931   | Implements non-regex way to set kernel version | 2019-08-17 15:12:48 +00:00 |  | 
			
				
					|  | 1fdf92cc6b   | Typo | 2019-08-17 09:47:13 +00:00 |  | 
			
				
					|  | 73b39b5c0d   | Refactor | 2019-08-17 09:35:36 +00:00 |  | 
			
				
					|  | e0c0d3a072   | Refactor | 2019-08-17 08:51:42 +00:00 |  | 
			
				
					|  | 3064dc3a27 | Auto detect debug symbols for host kernels | 2019-08-16 15:34:10 +00:00 |  | 
			
				
					|  | d035e4f8ad | Implements build on host and support for custom kernels Resolves #6 | 2019-08-16 14:05:26 +00:00 |  | 
			
				
					|  | 18a92703ba | Move to fmt.Errorf | 2018-12-10 02:45:17 +00:00 |  | 
			
				
					|  | 1488d4b081 | Implements fallback if rootfs image not found | 2018-12-01 20:18:43 +00:00 |  | 
			
				
					|  | b350e9c45b | Implements kernels config autogeneration | 2018-12-01 14:23:01 +00:00 |  | 
			
				
					|  | f81a4e38a1 | Auto-generate rootfs image name | 2018-11-29 00:01:14 +00:00 |  | 
			
				
					|  | 8eff63f2b9 | Basic kernel autogeneration (based on current config) implementation | 2018-11-28 22:41:17 +00:00 |  | 
			
				
					|  | bf6f233479 | Implements marshalling for config | 2018-11-23 09:00:30 +00:00 |  | 
			
				
					|  | ce7fce49f5 | Add config submodule | 2018-11-17 20:20:59 +00:00 |  |