Commit Graph

12010 Commits (24750c47a06319a4b8f6b983b90652ef1f7b7475)

Author SHA1 Message Date
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
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 e6b510543e Don't trim whitespace while extracting strings
Remove some leading and trailing whitespace from non-string
constructs like description and automatic extraction filters.

But don't change all the translations or the translations here,
since that would make this code change impossible to review.
2020-09-27 17:59:06 +02:00
Anders F Björklund 5ae6ce03bb Use newer version of the go-bindata tool
Use the same "vendor" as kubernetes does
2020-09-27 17:52:05 +02:00
Anders F Björklund 06ac270741 The ISO build doesn't need Go installed on host
Buildroot will bootstrap the Go compiler anyway
2020-09-27 15:26:35 +02:00
Anders F Björklund 8a18334cba Complete the fork of kindbase by copy/paste
Base kicbase directly on ubuntu, without kindbase

Move all the files that are still copied and used

Avoid installing software only to be deleted later

The entrypoint had already been forked since earlier
2020-09-27 15:16:42 +02:00
Anders F Björklund a4e4a719ba Specify snapshot version of ubuntu used for kind
Also fix the 19.10 comment, it hadn't been updated
2020-09-27 15:15:43 +02:00
Anders F Björklund 85f8d05757 Fork all files needed for kindbase from upstream
This is for reference, to be able to combine them
2020-09-27 15:15:43 +02:00
Anders F Björklund 9056687844 Also remove the extra containerd configuration 2020-09-27 15:15:43 +02:00
Anders F Björklund d3dc36e146 Clean up the docker installation
Remove local things from kind, replace with packages.

Use the "clean-install" script for a nicer Dockerfile.
2020-09-27 14:46:03 +02:00
Daniel Weibel 54f9400006 Fix white version of SVG logo (icon) 2020-09-26 14:45:59 +02:00
Sharif Elgamal 11cad2b3e6
Merge pull request #9321 from loftkun/removing-duplicate-command-additions
Remove duplicate command additions
2020-09-25 14:03:48 -07:00
Sharif Elgamal fb878f6f62
Merge pull request #9324 from sharifelgamal/time-cmd
give the logs test a little wiggle room
2020-09-25 12:23:32 -07:00
Thomas Strömberg 75332f7c89
Merge pull request #8901 from bluestealth/MiB
Use mebibytes instead of megabytes
2020-09-25 11:28:41 -07:00
Thomas Strömberg ed6b756da0
Merge pull request #9308 from priyawadhwa/performance-monit
Add PR bot code to repo
2020-09-25 10:34:36 -07:00
Sharif Elgamal b4b181b647 give the logs test a little wiggle room 2020-09-25 10:06:45 -07:00
loftkun 7a2cd0f459 Removing Duplicate Command Additions 2020-09-25 17:45:51 +09:00
Sharif Elgamal fd44e0d8fb
Force dependency on exp to prevent dirty commit release binaries (#9309)
* force dependency for release purposes

* revert original idea and add loads of debugging

* hey more debugging cool

* fix debugging

* drilling down debugging

* revert to original solution

* fix comment
2020-09-23 15:00:03 -07:00
Medya Ghazizadeh a493400a93
Merge pull request #9298 from prezha/update-kubernetes-version-i0
update_kubernetes_version: automate the update of DefaultKubernetesVersion
2020-09-23 14:21:59 -05:00
Medya Ghazizadeh 183bdb2354
Merge pull request #9302 from dominikbraun/#9297-reason-for-missing-config-permissions
Return ExHostPermission for insufficient config file permissions
2020-09-23 14:20:41 -05:00
Medya Ghazizadeh 07642cd7ef
Merge pull request #9300 from ilya-zuyev/gh8891_forbid_base_image_for_vm_drivers
Disable base image flag for vm drivers
2020-09-23 14:10:38 -05:00
Ilya Zuyev 887390194e Add more unit tests 2020-09-22 14:19:38 -07:00
Ilya Zuyev bf8ec63ca9 Simplify base-image flag validation 2020-09-22 14:10:47 -07:00
Predrag Rogic 1444ce37d7 update_kubernetes_version: refactor
- add context.WithTimeout - limit the time spent on quering GitHub
  APIs
- extract Kubernetes GitHub Releases API quering into a separate
  fetchKubernetesReleases func
- extract Kubernetes Version Update logic into a separate
  updateKubernetesVersions func
- extract file patching instructions into a separate replaceAllString
  func
- patch '../../site/content/en/docs/commands/start.md' => remove the
  need to run 'make generate-docs' before 'make test'
- resolve 'ERROR: logging before flag.Parse'
- consolidate and add more verbose logging
- add more descriptive code comments
- removed TODO - will stick to the '0' patch version for all testData
  sets
- ensure 'make test' completes w/o any issues
2020-09-22 21:46:18 +01:00
Ilya Zuyev 76d3c9d7bb Fix variable name (avoid collision with imported package) 2020-09-22 13:09:58 -07:00
Dominik Braun 02cdb59184 Use HostHomePermission variable in known_issues.go 2020-09-22 21:40:26 +02:00
Priya Wadhwa 3f457dbdc1 fix error handling 2020-09-22 14:14:04 -04:00