Commit Graph

12741 Commits (a55a0b0286f91da1f03bf1d8105d21b51a6a9ba9)

Author SHA1 Message Date
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
Medya Ghazizadeh d6eb9cf16f
Merge pull request #9333 from afbjorklund/go-bindata
Use newer version of the go-bindata tool
2020-09-28 14:10:47 -05:00
Thomas Stromberg 4fa2e414fb Merge branch 'master' into docker-detect 2020-09-28 11:36:18 -07:00
Thomas Stromberg 1ffd800c29 Add comment 2020-09-28 11:27:05 -07:00
Thomas Stromberg 96e35e0d70 Add 'docker status' check, improve deadline-exceeded error message 2020-09-28 11:17:59 -07:00
Thomas Strömberg 9329d75afa
Merge pull request #9327 from weibeld/master
Fix SVG logo file (white/icon)
2020-09-28 10:56:10 -07:00
Priya Wadhwa da4833d80a revert functional test 2020-09-28 13:31:09 -04:00
Thomas Stromberg d34a24020f hyperv: Make interface search name match case-insensitive 2020-09-28 09:56:19 -07:00
Jituri, Pranav 256a1c2b92
Added target for Windows HTML & switched encoding 2020-09-28 18:19:36 +05:30
Anders F Björklund 92cce721aa Make storage-provisioner available for all arch
Always use architecture when building the image.

When developing locally, tag the image with version
(this tag now refers to the local host architecture)

When making a release, make a manifest with version
(this manifest now lists all supported architectures)

Don't use architecture, when specifying "image:".
2020-09-27 19:40:42 +02:00