Michael Ryan Dempsey
|
1859274e8a
|
refactor conversion functions into util
|
2020-09-01 21:21:07 -07:00 |
Thomas Stromberg
|
7f5a06b606
|
Unwrap unnecessary level of error annotation for improved messages
|
2020-08-30 20:48:55 -07:00 |
Thomas Stromberg
|
53ce804cff
|
retry.Local should respect the maxTime argument
|
2020-07-07 15:10:30 -07:00 |
Thomas Stromberg
|
3fb1cded91
|
Add retry.Local + retry logging
|
2020-06-25 09:43:45 -07:00 |
Thomas Stromberg
|
436cee2d84
|
Fix minikube/kubernetes capitalization, make short help consistent
|
2020-05-07 14:12:10 -07:00 |
ZouYu
|
1b2707d086
|
Add unit test for function ChownR&MaybeChownDirRecursiveToMinikubeUser
Signed-off-by: ZouYu <zouy.fnst@cn.fujitsu.com>
|
2020-04-22 10:06:57 +08:00 |
Medya Gh
|
d4b48e1e05
|
clean up after test dirs
|
2020-04-14 19:33:26 -07:00 |
Dan Lorenc
|
d8db21478c
|
Remove unused code.
I was looking for an example of reflect and noticed that this code was unused.
|
2020-03-31 10:37:04 -05:00 |
Vincent Link
|
b5d5aa1d52
|
Parse --disk-size and --memory sizes with binary suffixes
|
2020-03-24 17:20:59 +01:00 |
Thomas Strömberg
|
a29c5739ab
|
Merge pull request #6988 from tstromberg/v1.18.0-beta
Update NewestKubernetesVersion to 1.18.0-beta.2
|
2020-03-11 17:00:35 -07:00 |
Thomas Stromberg
|
71a22787c3
|
Update Kubernetes image mapping to match v1.18
|
2020-03-10 20:48:38 -07:00 |
Thomas Stromberg
|
c6333b95aa
|
Test fixes: Add viper.SetDefault back, and make CalculateSizeInMB return an error instead of exit early
|
2020-03-10 17:43:56 -07:00 |
Thomas Stromberg
|
39670fc06f
|
Add download package & support URL fallback
|
2020-03-04 17:07:49 -08:00 |
tstromberg
|
6f6663ec77
|
Make filesync unit tests excellent again
|
2020-02-04 15:06:43 -08:00 |
tstromberg
|
3db7713399
|
Remove more functions from the util package
|
2020-02-04 13:20:37 -08:00 |
Thomas Strömberg
|
5568ab005a
|
Merge branch 'master' into unthread-start
|
2020-01-10 09:54:02 -08:00 |
Thomas Stromberg
|
e5fd7a6a81
|
Replace integration-test specific hacks with actual protection against racey events
|
2020-01-09 12:58:10 -08:00 |
Medya Gh
|
f80572bb4c
|
code review
|
2020-01-07 13:59:41 -08:00 |
Medya Gh
|
860ce25bf2
|
Add podSubnet to templates
|
2020-01-07 13:54:00 -08:00 |
Medya Gh
|
a358aff093
|
fix ocibinary
|
2020-01-07 13:52:47 -08:00 |
Zhou Hao
|
2167655006
|
add unit test for GetDNSIP
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
|
2019-12-20 17:32:50 +08:00 |
Zhou Hao
|
6a5497510a
|
add unit test for GetServiceClusterIP
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
|
2019-12-20 17:27:24 +08:00 |
Zhou Hao
|
d864ac3f04
|
pkg/util: add CalculateSizeInMB test
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
|
2019-12-19 18:36:05 +08:00 |
Thomas Stromberg
|
d811f6e428
|
Remove unused forceID var
|
2019-12-11 12:10:28 -08:00 |
Thomas Stromberg
|
3171493e51
|
Rename to PathMutexSpec
|
2019-12-11 12:01:32 -08:00 |
Thomas Stromberg
|
c5f65baf61
|
Remove uid from hash name, as it is not necessary now that we lock on filenames rather than descriptive names
|
2019-12-11 11:52:36 -08:00 |
Thomas Stromberg
|
129b6a870b
|
Update log messages
|
2019-12-11 09:54:44 -08:00 |
Thomas Stromberg
|
af4e690837
|
Use sha1 for a larger hash, truncated to 40 chars
|
2019-12-11 09:14:20 -08:00 |
Thomas Stromberg
|
cfe0f5a5b7
|
Use md5 to generate unique lock names
|
2019-12-11 08:13:12 -08:00 |
Thomas Stromberg
|
bb28d5c346
|
Make lock names more specific to avoid conflicts
|
2019-11-14 10:57:11 -08:00 |
Medya Gh
|
6bd5d9b157
|
Merge remote-tracking branch 'upstream/master' into NewCmdRunner
|
2019-10-21 11:17:28 -07:00 |
Thomas Strömberg
|
ce2b0a3b9a
|
Merge pull request #5471 from xichengliudui/redundantCode
remove the redundant code in util.go
|
2019-10-17 15:16:40 -07:00 |
Medya Gh
|
eaa01716ea
|
move unit tests from util to command_runner
|
2019-10-02 15:56:21 -07:00 |
Medya Gh
|
88183240ca
|
move teePrefix from util to ssh_runner
|
2019-10-02 15:09:42 -07:00 |
xichengliudui
|
7ebef128f3
|
Remove the redundant code in util.go
update pull request
|
2019-09-27 09:35:59 +08:00 |
Anders F Björklund
|
869c08a5bc
|
Address some minor comment issues raised by golint
|
2019-09-21 09:24:35 +02:00 |
serhatcetinkaya
|
20a439de02
|
replaced constants.GetMinipath() with localpath.MiniPath()
|
2019-09-19 23:28:20 +03:00 |
tstromberg
|
d2b675a7fb
|
Indent progress bar to fit under a status item
|
2019-09-17 17:47:45 -07:00 |
Thomas Stromberg
|
3b394df815
|
Add mutex around generateCerts to avoid TOCTOU race
|
2019-09-11 13:10:21 -07:00 |
josedonizetti
|
30e75c3c39
|
Download kvm2 driver
|
2019-09-11 11:34:29 -03:00 |
Sharif Elgamal
|
14f3aa9244
|
Merge pull request #5165 from sharifelgamal/cfg
Replace file lock with mutex
|
2019-08-26 15:25:47 -07:00 |
AllenZMC
|
b73c8505b4
|
cleanup: fix mis-spelling in retry.go
|
2019-08-26 20:26:35 +08:00 |
Sharif Elgamal
|
172d5933f1
|
Merge branch 'master' of github.com:kubernetes/minikube into cfg
|
2019-08-22 16:29:25 -07:00 |
Sharif Elgamal
|
4733ebd1c3
|
formatting
|
2019-08-22 13:19:56 -07:00 |
Sharif Elgamal
|
534b2e9ec4
|
add test for getMutexName
|
2019-08-22 12:45:04 -07:00 |
Sharif Elgamal
|
8b4365e51d
|
change confusing variable name
|
2019-08-21 18:55:35 -07:00 |
Sharif Elgamal
|
0cd49b8a32
|
more massaging around mutex name
|
2019-08-21 15:42:57 -07:00 |
Sharif Elgamal
|
020167617a
|
add comments for clarity
|
2019-08-21 15:21:10 -07:00 |
Sharif Elgamal
|
43e39618a2
|
Replace file lock with mutex
|
2019-08-21 15:17:32 -07:00 |
Thomas Stromberg
|
62a452edab
|
Merge master
|
2019-08-21 10:26:10 -07:00 |