Sharif Elgamal
|
c68216acd8
|
Merge pull request #11402 from sharifelgamal/storage-prov
add script to automatically release storage provisioner
|
2021-05-14 12:25:38 -07:00 |
Medya Ghazizadeh
|
d61989afa9
|
Merge pull request #11370 from guettli/patch-2
Fixed small typos
|
2021-05-13 21:30:03 -07:00 |
Medya Ghazizadeh
|
33e26502dd
|
Merge pull request #11366 from spowelljr/fixImageLoad
`image load`: overwrite same image unless `--overwrite=false`
|
2021-05-13 21:18:29 -07:00 |
Medya Ghazizadeh
|
bebbd99da2
|
Merge pull request #11407 from govargo/translate-ja-start
Add ja translation for 'minikube start' in 100% japanese
|
2021-05-13 21:12:18 -07:00 |
Kent Iso
|
e66a764771
|
Add ja translation for 'minikube start' and 'minikube delete'
|
2021-05-14 12:38:29 +09:00 |
Medya Ghazizadeh
|
01328781b3
|
Merge pull request #11223 from andriyDev/DownloadLocks
Add locks to download functions.
|
2021-05-13 18:54:37 -07:00 |
Medya Ghazizadeh
|
dc635c0192
|
Merge pull request #11405 from spowelljr/fixImageLoadTest
Fix TestFunctional/parallel/LoadImage by using diff base images
|
2021-05-13 18:46:34 -07:00 |
Steven Powell
|
e1fabfd358
|
only throw error if not a "no such image" error returned from remove
|
2021-05-13 17:23:00 -07:00 |
Medya Ghazizadeh
|
9e3a66268f
|
Merge pull request #11384 from dinever/kicbase-tools
Add useful tools in the Kicbase Docker image
|
2021-05-13 14:14:59 -07:00 |
Steven Powell
|
4f50ca45a8
|
fix TestFunctional/parallel/LoadImage by using diff base images
|
2021-05-13 13:31:17 -07:00 |
Medya Ghazizadeh
|
1be59b8f23
|
Merge pull request #11292 from gjtorikian/patch-1
Fix grammar
|
2021-05-13 11:59:39 -07:00 |
Andriy Dzikh
|
268e91f830
|
Make download.imageExistsInDaemon public to fix bad compilation.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
c0a492b879
|
Improve comments for ImageToCache and ImageToDaemon.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
0626bb0455
|
Add comment to explain lock wait timeout.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
9191d03c99
|
Check releaser is valid before deferring release.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
e9c4c93afa
|
Remove no longer relevant comment.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
118eae4311
|
Add function comment to lockDownload.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
248d030d73
|
Reword test fail message.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
f4b142c42f
|
Rename downloads to downloadNum.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
fbc041d2a1
|
Ensure directory exists in CreateDstDownloadMock and add comments.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
5e48738097
|
Remove SetDownloadMock and rename mockDownload to DownloadMock.
|
2021-05-13 11:57:01 -07:00 |
Andriy Dzikh
|
ad356d5508
|
Move defer lock release to before error check so the lock is guaranteed to be released.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
a7cbc76d88
|
Refactor repeated mock sleep function into a single function.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
4fc0ac5c8a
|
Make download_test run tests in serial.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
fa0803d81e
|
Refactor download.go to allow more complex download mocking. Modify download_test to prevent using logging.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
5af0dcf3aa
|
Use spinner for lock message.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
e0a6887bab
|
Add message saying when download is waiting for a file lock.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
1cc80e1e7b
|
Move locking code to download.go.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
b57022d2c8
|
Make functions not used outside the download package private.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
0a44408ce8
|
Add locks to binary, image, and preload downloads.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
458d1d5102
|
Add tests for ImageToCache/Daemon that they prevent multiple downloads.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
dba9076cc3
|
Add mock mode check for ImageToCache and ImageToDaemon, similar to download.download.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
fd7cd15a27
|
Add test to check that preload prevents concurrent downloads.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
4e8451af95
|
Create download_test and add test for Binary downloads not colliding.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
d6f60bbd4a
|
Move image existence checks into downloading functions.
|
2021-05-13 11:57:00 -07:00 |
Andriy Dzikh
|
26634c18a8
|
Move image functions related to downloading to the download package.
|
2021-05-13 11:57:00 -07:00 |
Medya Ghazizadeh
|
f4cef4ca74
|
Merge pull request #11401 from andriyDev/NoInfoLogsInReleaseNotes
Add flags to pullsheet to prevent Info and Warning logs in stderr.
|
2021-05-13 11:48:31 -07:00 |
Medya Ghazizadeh
|
db917920b5
|
Merge pull request #11374 from ilya-zuyev/ilyaz/hairpin_test
Fix TestNetworkPlugins/group/auto/HairPin
|
2021-05-13 11:45:57 -07:00 |
Medya Ghazizadeh
|
c97984a4b9
|
Merge pull request #11392 from dinever/fix-docker-version-test
Fix TestCheckDockerVersion on macOS
|
2021-05-13 11:44:31 -07:00 |
Medya Ghazizadeh
|
4d6da49cdc
|
Merge pull request #11398 from shuuji3/add-minikube-favicons
fix(site): Add favicons using Minikube logo image
|
2021-05-13 11:43:16 -07:00 |
Medya Ghazizadeh
|
0b1e8cec51
|
Merge pull request #11396 from dinever/fix-test-kubernetes-upgrade
Fix TestKubernetesUpgrade
|
2021-05-13 11:37:07 -07:00 |
Sharif Elgamal
|
468e2e85bb
|
git username
|
2021-05-13 10:43:55 -07:00 |
Sharif Elgamal
|
9290ca7e2e
|
enable experimental CLI for everything
|
2021-05-13 10:33:20 -07:00 |
Sharif Elgamal
|
f16163b336
|
enable experimental CLI
|
2021-05-13 10:30:12 -07:00 |
Sharif Elgamal
|
ad4716813a
|
fix if statements
|
2021-05-13 10:16:04 -07:00 |
Sharif Elgamal
|
98e7cbf4d3
|
perms
|
2021-05-13 10:12:12 -07:00 |
Sharif Elgamal
|
3a2bad6d28
|
don't automatically bump version
|
2021-05-13 09:51:31 -07:00 |
Sharif Elgamal
|
3042313322
|
don't fail on docker error
|
2021-05-13 09:42:51 -07:00 |
Sharif Elgamal
|
edd1230767
|
add script to automatically release storage provisioner
|
2021-05-13 09:40:55 -07:00 |
Andriy Dzikh
|
48b7dea2b5
|
Add flags to pullsheet to prevent Info and Warning logs in stderr.
|
2021-05-13 09:12:47 -07:00 |