Thomas Strömberg
be61eb7bb1
Merge branch 'master' into cherry-3a96b
2019-08-02 15:04:10 -07:00
Thomas Strömberg
aabe45b184
Merge pull request #4959 from tstromberg/distro
...
UI: Add profile name & distro version to intro, clarify other messages
2019-08-02 15:03:08 -07:00
Thomas Strömberg
6a97242f29
Merge pull request #4958 from tstromberg/style-err
...
Log the underlying template error
2019-08-02 14:56:29 -07:00
Thomas Strömberg
7e72d7bc62
Merge pull request #4961 from tstromberg/cherry-7065a
...
Decrease ReasonableStartTime from 10 minutes to 5 minutes
2019-08-02 14:53:19 -07:00
tstromberg
6ac5fe2197
Fix merge conflict
2019-08-02 14:48:21 -07:00
tstromberg
e717d46030
Decrease ReasonableStartTime from 10 minutes to 5 minutes
2019-08-02 14:42:57 -07:00
tstromberg
2dd3445176
Add container status and container runtime logs
2019-08-02 14:39:56 -07:00
tstromberg
ee6b3da231
Remove 'pods' word
2019-08-02 13:47:34 -07:00
tstromberg
45e9cfba8f
Opt for shorter output strings
2019-08-02 11:38:37 -07:00
tstromberg
4b9402fc82
Add host distro to minikube start & guest distro to logs
2019-08-02 11:17:52 -07:00
tstromberg
90b75bbab9
Log the underlying template error
2019-08-02 11:08:42 -07:00
Medya Ghazizadeh
f872767afe
Merge pull request #4948 from medyagh/paralell_integration_tests4
...
refactor integration tests to run in parallel
2019-08-02 00:19:46 -07:00
Medya Ghazizadeh
ce98918d8b
Merge pull request #4950 from medyagh/none_stop_improve
...
Improve driver none stop to work on older systems
2019-08-01 20:17:11 -07:00
Thomas Stromberg
9216099e39
Add a contributor guide
2019-08-01 17:52:08 -07:00
Thomas Stromberg
a24bbccefa
Fill in getting started instructions for the various hypervisors
2019-08-01 17:24:23 -07:00
Thomas Stromberg
ae84466473
CSS tweaks to make the tab look & feel mirror Kubernetes docs
2019-08-01 17:23:31 -07:00
Medya Gh
e6079dc358
final touch on parallel integration
2019-08-01 16:42:29 -07:00
Medya Gh
4b03e68366
making functional test not parallel
2019-08-01 14:36:46 -07:00
Medya Gh
fdc3b39e49
lower case errors
2019-08-01 13:52:46 -07:00
Medya Gh
1c8a655154
make none stop work on old systemd
2019-08-01 13:52:16 -07:00
Medya Gh
4df651a4f8
fix download binary func
2019-08-01 13:44:57 -07:00
Thomas Stromberg
92aaa2a2ea
Add per-OS pages
2019-08-01 13:16:11 -07:00
Thomas Stromberg
f93b684dec
Address feedback, mostly around hypervisor confusion
2019-08-01 13:15:32 -07:00
Medya Gh
5a5bec97dc
detect profile name for all tests using profileName(t)
2019-08-01 12:44:41 -07:00
Medya Gh
3907c1564a
remove util.go
2019-08-01 12:27:27 -07:00
Medya Gh
c4951ec6a7
merge upstream master
2019-08-01 12:16:57 -07:00
Thomas Strömberg
e1c485b1e6
Merge pull request #4898 from RA489/ps
...
hyperv: Powershell was not found in the path
2019-08-01 12:11:30 -07:00
josedonizetti
760707a5fb
Fix lint
2019-08-01 15:08:27 -03:00
Medya Gh
6b495f8cdb
move download logic to TestDownloadOnly
2019-08-01 10:58:00 -07:00
josedonizetti
021eaa723d
Extract writeConfig
2019-08-01 14:54:47 -03:00
josedonizetti
487c104ab9
Rename test to Test_encode
2019-08-01 14:48:45 -03:00
Medya Gh
4be502826b
move helpers to test file, remove more unused funcs
2019-08-01 10:39:59 -07:00
Thomas Stromberg
ef21eadf3a
Add survey, most recent news item, address feedback
2019-08-01 10:37:39 -07:00
josedonizetti
4a4ae87e9e
refactor: Move WriteConfig to pkg/minikube/config
2019-08-01 14:37:30 -03:00
josedonizetti
358750e2e4
Add UnsetCurrentContext tests
2019-08-01 14:32:26 -03:00
Medya Gh
00b41a794d
remove unsed funcs
2019-08-01 09:58:43 -07:00
Medya Gh
0f8dcb6deb
moving util func used by single test
2019-08-01 09:55:26 -07:00
Medya Gh
c315178937
remove unused Copy func
2019-08-01 09:53:46 -07:00
Anders F Björklund
6d22c41c85
Revert "Travis build status link should go to master"
...
This reverts commit 9daa3d3e78
.
2019-08-01 09:51:30 -07:00
Anders F Björklund
27bd7a9501
Tag the kvm-build with go version, avoid registry
...
Apparently make hates target names with colon in them, so avoid that.
Seems like we are not using $(REGISTRY), so avoid trying to pull it.
2019-08-01 09:51:30 -07:00
Anders F Björklund
aece1ea370
Use consistent method of getting kvm-build-image
...
First try the local images, then try to pull from the registry...
If not found in either place, then build a tag a new local image.
2019-08-01 09:51:30 -07:00
Anders F Björklund
b77ed6ab16
Update KERNEL_VERSION to match buildroot config
...
We downgraded the kernel (to 4.15) in 2be51dc
,
but never updated the Makefile from 4c4cd31...
The default kernel in Buildroot 2018.05.x was
4.16.13, but upgraded in Minikube to 4.16.14
2019-08-01 09:51:30 -07:00
Zoltán Reegn
de27472759
Remove ingress-nginx default backend
...
It's not needed since nginx 0.20.0.
See the following pull-requests for context:
* https://github.com/kubernetes/ingress-nginx/pull/3126
* https://github.com/kubernetes/ingress-nginx/pull/3156
2019-08-01 09:51:30 -07:00
josedonizetti
2614069b43
rename TestGet to Test_get
2019-08-01 09:50:31 -07:00
josedonizetti
6d8e33097c
rename TestReadConfig to Test_decode
2019-08-01 09:50:31 -07:00
Anders F Björklund
433954567f
Pin the go version used for kvm-build-image
2019-08-01 09:50:31 -07:00
josedonizetti
02c333084a
Add closures_and_goroutines documentation
2019-08-01 09:50:31 -07:00
josedonizetti
58288cfbc2
Add test to config ReadConfig
2019-08-01 09:50:31 -07:00
josedonizetti
27664fe134
Improve UnsetTest
2019-08-01 09:50:31 -07:00
josedonizetti
9eabb0a8f3
Unset profile when it is deleted
2019-08-01 09:50:31 -07:00