Tim Hockin
|
b07dba4026
|
Bump base image to 1.4.2
|
2022-08-24 19:35:45 -07:00 |
Kubernetes Prow Robot
|
025a1c0e39
|
Merge pull request #585 from thockin/v3_known_hosts_not_dev_null
v3: Don't set known_hosts to /dev/null
|
2022-07-14 10:16:57 -07:00 |
Tim Hockin
|
e0b39d2250
|
Don't set known_hosts to /dev/null
This causes git to log, repeatedly, that it is "adding to known hosts".
|
2022-07-14 10:11:10 -07:00 |
Kubernetes Prow Robot
|
d01fc42dce
|
Merge pull request #583 from thockin/v3_cred_helper_cache
v3: Change from "store" to "cache" for credentials
|
2022-07-14 10:10:59 -07:00 |
Tim Hockin
|
395b29dbf4
|
Change from "store" to "cache" for credentials
This means they need to be refreshed every so often, so we'll just do it
every sync loop.
|
2022-07-14 10:07:58 -07:00 |
Kubernetes Prow Robot
|
2fdab7789a
|
Merge pull request #581 from thockin/v3_log_creds_md5
v3: log.V(9) md5sums of credentials
|
2022-07-14 10:04:57 -07:00 |
Tim Hockin
|
28232b584a
|
log.V(9) md5sums of credentials
|
2022-07-14 09:53:09 -07:00 |
Kubernetes Prow Robot
|
023985958c
|
Merge pull request #579 from thockin/v3_logging_cleanup
v3: Logging and error handling cleanup
|
2022-07-14 09:50:57 -07:00 |
Tim Hockin
|
a5905288c4
|
logging cleanup
|
2022-07-14 08:29:33 -07:00 |
Kubernetes Prow Robot
|
9fb74bf62e
|
Merge pull request #577 from thockin/v3_simpler_credential_init
v3: Clean up credential init
|
2022-07-14 03:42:57 -07:00 |
Kubernetes Prow Robot
|
f8a94697a3
|
Merge pull request #575 from thockin/v3_e2e_password_not_one_time
v3: e2e: Make password test not use --one-time
|
2022-07-07 23:33:49 -07:00 |
Tim Hockin
|
a514b55da9
|
Clean up credential init
Set the credential.helper early and just once.
|
2022-07-07 08:50:40 -07:00 |
Kubernetes Prow Robot
|
97b22dd214
|
Merge pull request #573 from thockin/v3_no_XDG_CONFIG_HOME
v3: e2e: don't set XDG_CONFIG_HOME
|
2022-07-07 05:19:35 -07:00 |
Kubernetes Prow Robot
|
7f8cfa7746
|
Merge pull request #571 from thockin/v3_askpass_helper_simpler
v3: Clean up askpass_URL
|
2022-07-07 05:05:35 -07:00 |
Kubernetes Prow Robot
|
25b93107c5
|
Merge pull request #569 from thockin/v3_e2e_CLEANUP_docker_rm
v3: e2e: $CLEANUP decides whether to rm containers
|
2022-07-07 04:45:35 -07:00 |
Tim Hockin
|
506314904a
|
e2e: Fix ncsvr to wait for input on HTTP
This caused occasional e2e flakes when the server responded before the
client request had been sent.
|
2022-07-06 12:22:21 -07:00 |
Kubernetes Prow Robot
|
c2d0a9d900
|
Merge pull request #589 from Liujingfang1/patch-1
Fix CVE-2022-2068
|
2022-07-06 11:53:34 -07:00 |
Jingfang Liu
|
8c1630a774
|
Fix CVE-2022-2068
|
2022-07-06 11:49:56 -07:00 |
Kubernetes Prow Robot
|
1f6d24f0f7
|
Merge pull request #565 from thockin/v3_makefile_dbg
v3: Bring some Makefile cleanups from k/k
|
2022-07-04 01:59:24 -07:00 |
Tim Hockin
|
4b75fbce48
|
e2e: don't set XDG_CONFIG_HOME
|
2022-07-03 16:52:55 -07:00 |
Tim Hockin
|
518b0d9baf
|
Bring some Makefile cleanups from k/k
|
2022-07-03 16:51:20 -07:00 |
Kubernetes Prow Robot
|
d4b880c6b6
|
Merge pull request #563 from thockin/v3_e2e_rebuild_less
v3: e2e: rebuild the container less often
|
2022-07-03 14:31:22 -07:00 |
Kubernetes Prow Robot
|
d87f4d9e05
|
Merge pull request #551 from thockin/v3-e2e_names
V3: Rename e2e tests for easier partial runs
|
2022-07-03 11:59:24 -07:00 |
Tim Hockin
|
7763f7c115
|
e2e: Make password test not use --one-time
|
2022-07-03 11:27:03 -07:00 |
Tim Hockin
|
81c8b2f39e
|
Clean up askpass_URL
* Tighten git e2e shim
- exit on errors'
- simpler
- don't set XDG_CONFIG_HOME
* Reword help strings and logs
|
2022-07-03 11:25:47 -07:00 |
Tim Hockin
|
6d5902196a
|
e2e: $CLEANUP decides whether to rm containers
|
2022-07-03 11:25:14 -07:00 |
Tim Hockin
|
28951b5b2f
|
Don't run apt-get in e2e build if we can avoid
|
2022-07-03 11:16:34 -07:00 |
Tim Hockin
|
54b207fe56
|
e2e: rebuild container less often
|
2022-07-03 11:16:34 -07:00 |
Tim Hockin
|
69702eec2f
|
Rename tests for better filtering
|
2022-07-03 11:14:21 -07:00 |
Kubernetes Prow Robot
|
fa8815953a
|
Merge pull request #549 from thockin/v3-better_askpass_url
V3: beef up askpass-url test
|
2022-07-03 00:47:22 -07:00 |
Tim Hockin
|
185074f250
|
Beef up askpass_url support
* Don't need to get the password at startup (it happens in the sync loop
anyway)
* Add tests for bad password and flaky URL
|
2022-07-02 15:43:01 -07:00 |
Kubernetes Prow Robot
|
3520002163
|
Merge pull request #556 from thockin/v3_e2e_v6
v3: e2e with -v=6
|
2022-07-02 13:11:24 -07:00 |
Kubernetes Prow Robot
|
85fef91a54
|
Merge pull request #561 from thockin/v3_go_mod_1_18
v3: Bump go.mod to 1.18
|
2022-07-02 13:09:24 -07:00 |
Kubernetes Prow Robot
|
da0c0fae6b
|
Merge pull request #559 from thockin/v3-bump-build-go_1_18
v3: Bump build image to go 1.18
|
2022-07-02 13:07:24 -07:00 |
Kubernetes Prow Robot
|
3c301ac612
|
Merge pull request #558 from thockin/v3_update_base_bullseye
upgrade base image to address vulnerabilities
|
2022-07-02 13:05:24 -07:00 |
Kubernetes Prow Robot
|
43fde5ff1d
|
Merge pull request #546 from thockin/v3-dont-docker-kill
v3: e2e: Don't manually "docker kill"
|
2022-07-02 12:59:24 -07:00 |
Tim Hockin
|
6306c1e7af
|
Bump go.mod to 1.18
|
2022-07-02 11:12:49 -07:00 |
Tim Hockin
|
91ab6f2eee
|
Bump build image to go 1.18
|
2022-07-02 11:05:07 -07:00 |
Your
|
5f59ea331d
|
upgrade base image to address vulnerabilities
|
2022-07-02 11:03:19 -07:00 |
Tim Hockin
|
a424130b36
|
e2e with -v=6
|
2022-07-02 10:59:26 -07:00 |
Kubernetes Prow Robot
|
055a886bf1
|
Merge pull request #552 from thockin/v3-apt-dash-q
v3: Add -q to apt-get commands
|
2022-07-02 03:55:24 -07:00 |
Kubernetes Prow Robot
|
0e4b04d70a
|
Merge pull request #550 from thockin/v3-passwd_e2e_split
v3: Split password test to 2 - right and wrong passwd
|
2022-07-02 03:53:24 -07:00 |
Kubernetes Prow Robot
|
114b30daa6
|
Merge pull request #548 from thockin/v3-fail-count-logging
v3: Clean up fail-count logging
|
2022-07-02 03:51:24 -07:00 |
Kubernetes Prow Robot
|
e26af60512
|
Merge pull request #547 from thockin/v3-e2e-ncvsr-fmt
v3: e2e: Reformat ncsvr scripts for readability
|
2022-07-02 03:49:24 -07:00 |
Kubernetes Prow Robot
|
f4df63a54a
|
Merge pull request #545 from thockin/v3-dotfiles
v3: Fix inconsistency with build dotfile names
|
2022-07-02 03:05:23 -07:00 |
Tim Hockin
|
1c9d30fd72
|
Add -q to apt-get commands
|
2022-06-24 09:43:59 -07:00 |
Tim Hockin
|
6a5ca2981f
|
Split password test to 2 - right and wrong passwd
|
2022-06-24 09:43:29 -07:00 |
Tim Hockin
|
0a5952af7f
|
Clean up fail-count logging
Increment it before logging it!
|
2022-06-24 09:42:24 -07:00 |
Tim Hockin
|
59b3576105
|
e2e: Reformat ncsvr scripts for readability
|
2022-06-24 09:42:10 -07:00 |
Tim Hockin
|
5f6b04eae2
|
e2e: Don't manually "docker kill"
It happens automatically on test cleanup
|
2022-06-24 09:41:58 -07:00 |