Commit Graph

12450 Commits (f2e88b4d5ca2bc426b533c93bd213cecf84c65dc)

Author SHA1 Message Date
Ilya Zuyev c82e3272f4 Do not panic if min version constant is invalid 2020-09-30 17:07:28 -07:00
Ilya Zuyev 11b8534f1b Fix unit tests error messages 2020-09-30 16:50:36 -07:00
Ilya Zuyev 334779cd4d Change required min hyperkit version to 1.11.0 2020-09-30 16:45:35 -07:00
Ilya Zuyev 8ba747889b Add copyrights 2020-09-30 16:43:56 -07:00
Medya Gh 73d77e2463 address review comments 2020-09-30 16:42:42 -07:00
Medya Gh f807bcf8c9 remove kic test 2020-09-30 14:58:20 -07:00
Ilya Zuyev d124f297db Update comments 2020-09-30 14:04:03 -07:00
Ilya Zuyev 2423f813ec Introduce minHyperkitVersion constant to keep the minimum compatible version of the hyperkit driver 2020-09-30 13:56:44 -07:00
Medya Ghazizadeh 2823462b53
Merge pull request #9331 from afbjorklund/github-iso
The ISO build doesn't need Go installed on host
2020-09-30 14:36:47 -05:00
Priya Wadhwa 6538306d14 move exit into separate function 2020-09-30 15:31:44 -04:00
Priya Wadhwa db23825bfc Move exit.Message function so that we aren't exiting from a library 2020-09-30 15:19:06 -04:00
Medya Ghazizadeh 5815ef835c
Merge pull request #9353 from medyagh/update_kicbase_ub
update kicbase image to ubuntu-based
2020-09-30 12:07:58 -05:00
Thomas Strömberg ecf8120c0a
Merge pull request #9356 from zhanw15/patch-2
Correct comment typo in delete.go: 'delting'
2020-09-30 09:19:50 -07:00
zhanwang 790dd24836
pkg machine: correct 'deleting' spelling errors 2020-09-30 09:56:33 +08:00
Priya Modali 8d5eb81d38 Fied lint. 2020-09-29 17:10:30 -07:00
Priya Wadhwa 6e91d719dd Revert status code cmd 2020-09-29 19:38:12 -04:00
Priya Modali 43ea47f4e0 Fixed merge conflicts. 2020-09-29 16:17:31 -07:00
Priya Modali 97d96bf925 Switching from glob library to klog library. 2020-09-29 15:49:41 -07:00
Medya Gh b84dedc652 address review comments 2020-09-29 15:07:06 -07:00
Medya Gh c48e8e5ec9 add more unit tests 2020-09-29 15:00:44 -07:00
Medya Gh 82f39d1387 clarify comment 2020-09-29 14:29:34 -07:00
Medya Gh 31e175c6f8 move index machine to driver package 2020-09-29 14:27:37 -07:00
Medya Gh 058adb775c address review comments 2020-09-29 14:14:25 -07:00
Medya Gh b7780ec815 address review comments 2020-09-29 14:14:25 -07:00
Medya Gh f163cf9e15 update with new logic 2020-09-29 14:14:25 -07:00
Medya Gh 2766235a5c try alternate if no network 2020-09-29 14:14:25 -07:00
Medya Gh fa0afb220d lint 2020-09-29 14:14:25 -07:00
Medya Gh f0f10d6135 first version 2020-09-29 14:14:24 -07:00
Medya Gh 9cd42163b1 add network create funcs 2020-09-29 14:14:24 -07:00
Priya Wadhwa a05dc6516b Revert bug in `minikube status`
When the cluster is Paused, `minikube status` currently says that it is `Running`. Reverting a change I made in a previous PR to take the status of the apiserver should fix this.
2020-09-29 16:56:15 -04:00
Sharif Elgamal ff051f9a33
Make sure gcp-auth addon can be enabled on startup (#9318)
* fix documentation for gcp-auth addon

* make sure kube-system pods are up before enabling gcp-auth

* fix lint

* add failurePolicy for webhook

* only install addons if asked

* better comment

* slightly less hacky code

* defer addons properly

* simplify code for performance
2020-09-29 13:29:14 -07:00
Medya Ghazizadeh 09dd4b748d
Merge pull request #9342 from tstromberg/logs-api
hyperv: Make interface search name match case-insensitive
2020-09-29 15:26:34 -05:00
Medya Ghazizadeh 0d6b6fcce7
Merge pull request #9343 from tstromberg/docker-detect
Add 'docker status' check, improve deadline-exceeded error message
2020-09-29 15:24:43 -05:00
Medya Gh 23eb169055 generate docs 2020-09-29 13:16:37 -07:00
Medya Ghazizadeh 5eca07a573
Merge pull request #9340 from blueelvis/'task/windows_html_report'
Added target for Windows HTML & switched encoding for Windows Report
2020-09-29 15:10:17 -05:00
Medya Gh b3401405f0 update kicbase image to ubuntu-based 2020-09-29 13:03:11 -07:00
Medya Ghazizadeh f66e0a8639
Merge pull request #9330 from afbjorklund/kicbase-ubuntu
Base kicbase directly on ubuntu, without kindbase
2020-09-29 14:48:06 -05:00
Medya Ghazizadeh b015cfdcfa
Merge pull request #9351 from tillhoff/master
Improved file-filter for github-release-assets
2020-09-29 14:47:21 -05:00
Anders F Björklund 5ab4bc64fc Remove the base target from kicbase docker build 2020-09-29 20:13:59 +02:00
Thomas Stromberg 91a32541e8 Use %d for exit code 2020-09-29 09:49:30 -07:00
Thomas Stromberg 8eaa3ee4f3 Use oci.CachedDaemonInfo for status check 2020-09-29 09:19:14 -07:00
Medya Ghazizadeh be496e1053
Merge pull request #9346 from afbjorklund/gofmt-register
Run gofmt on code, to avoid modified workspace
2020-09-29 11:15:43 -05:00
Medya Ghazizadeh 3b26a646e8
Merge pull request #9348 from priyawadhwa/unable-to-download
Compare fully qualified image names when pulling kic base image
2020-09-29 11:14:12 -05:00
Till Hoffmann 5965b68733
Improved file-filter for github-release-assets 2020-09-29 10:31:34 +02:00
Medya Ghazizadeh c56f64bc7d
Merge pull request #9345 from afbjorklund/gotest-string
Fix error in unittest, as pointed out by warning
2020-09-28 15:51:05 -05:00
Jituri, Pranav 5dce77b9cb
Make 1 target for html report and remove changes to github actions 2020-09-29 02:12:51 +05:30
Priya Wadhwa c2642c3a5c Compare fully qualified image names when pulling kic
Fixes a small bug where we were comparing one fully qualified image (tag+digest) to an image that had only tag specified. This resulted in an unnecessary warning, which only showed up when the base image was loaded from a tarball. This happens on Cloud Shell.
2020-09-28 16:35:33 -04:00
Anders F Björklund cf7df774a1 Run gofmt on code, to avoid modified workspace 2020-09-28 21:42:55 +02:00
Anders F Björklund 647c857fe1 Fix error in unittest, as pointed out by warning
"conversion from int to string yields a string of one rune,
not a string of digits (did you mean fmt.Sprint(x)?)"
2020-09-28 21:40:14 +02:00
Medya Ghazizadeh d6d10797f8
Merge pull request #9332 from afbjorklund/translations-whitespace
Don't trim whitespace while extracting strings
2020-09-28 14:12:09 -05:00