Kubernetes Prow Robot
|
dbc11a43a8
|
Merge pull request #4983 from KnVerey/repospec_separators
Refactor parseGitURL
|
2023-01-17 17:22:34 -08:00 |
|
Kubernetes Prow Robot
|
def01f0af8
|
Merge pull request #4947 from Azhovan/jabar/allow-path-starting-forward-slash
feat: Allow path starting with slash
|
2023-01-17 13:04:33 -08:00 |
|
Kubernetes Prow Robot
|
ec4d1e802b
|
Merge pull request #4974 from annasong20/expose-localize-test-helpers
Expose localize test helpers
|
2023-01-17 12:28:41 -08:00 |
|
Anna Song
|
7899b80a00
|
Localize patch, ReplacementTransformer (#4943)
* Localize PatchStrategicMergeTransformer, ReplacementTransformer
* Improve readability
|
2023-01-17 12:28:34 -08:00 |
|
Katrina Verey
|
00208394d6
|
Refactor parseGitURL to consolidate code paths, improve error handling
|
2023-01-16 20:36:19 -05:00 |
|
Kubernetes Prow Robot
|
db7b057956
|
Merge pull request #4965 from olivierlemasle/puerkitobio-urlesc
Bump k8s.io/kube-openapi to remove archived dependency
|
2023-01-13 16:10:13 -08:00 |
|
Olivier Lemasle
|
aaf9d39975
|
Bump k8s.io/kube-openapi to remove archived dependency
Bump k8s.io/kube-openapi to remove archived dependency github.com/PuerkitoBio/urlesc
|
2023-01-13 20:50:59 +01:00 |
|
Cailyn
|
8ab4b8d167
|
remove direct dependency on github/pkg/errors (#4970)
|
2023-01-13 10:52:25 -08:00 |
|
Kubernetes Prow Robot
|
2b7eb6d92a
|
Merge pull request #4980 from KnVerey/outdated_sums
Uncommitted updates from running go mod tidy and go work sync
|
2023-01-13 10:02:26 -08:00 |
|
Katrina Verey
|
2b38c12c83
|
Add uncommitted plugin change and missing makefile dep
|
2023-01-13 12:53:35 -05:00 |
|
Katrina Verey
|
18a60ef036
|
Uncommitted updated from running go mod tidy and go work sync
|
2023-01-13 12:53:11 -05:00 |
|
Anna Song
|
dc34520ac1
|
Expose localizer test helpers
Expose helpers for later use by localize command handle tests
|
2023-01-12 10:14:44 -08:00 |
|
Kubernetes Prow Robot
|
da5d572df2
|
Merge pull request #4954 from KnVerey/more_repospec
Iteration on parseHostSpec refactor
|
2023-01-10 13:25:26 -08:00 |
|
Katrina Verey
|
3134e9b0c2
|
Better SCP colon-must-be-after-slash test
|
2023-01-10 16:14:54 -05:00 |
|
Katrina Verey
|
c2885642d6
|
Remove unused param
|
2023-01-10 15:01:29 -05:00 |
|
Katrina Verey
|
a885ee12c6
|
Add test for behaviour of scp-like non-github that incorrectly uses slash
|
2023-01-09 17:32:29 -05:00 |
|
Katrina Verey
|
1a201ab913
|
do not validate against http+usernames after all
|
2023-01-09 17:25:10 -05:00 |
|
Katrina Verey
|
240282fc6f
|
Allow file paths that look like usernames
|
2023-01-09 17:15:40 -05:00 |
|
Kubernetes Prow Robot
|
445622147f
|
Merge pull request #4889 from fengshunli/vuln
fix: all module net and text dependent package CVE-2022-41717 and CVE-2022-32149 vulnerabilities
|
2023-01-09 11:45:29 -08:00 |
|
Katrina Verey
|
ddf14ea688
|
Deprecate git:: stripping
|
2023-01-09 13:18:11 -05:00 |
|
Katrina Verey
|
64d2366e87
|
Naming changes from rebase
|
2023-01-09 13:15:26 -05:00 |
|
Katrina Verey
|
06999462e7
|
Make Github less special
|
2023-01-09 13:13:28 -05:00 |
|
Katrina Verey
|
2591303430
|
Add test case from github docs
|
2023-01-09 13:13:28 -05:00 |
|
Katrina Verey
|
150134758f
|
Show change vs master on accepted but invalid ssh-like urls
|
2023-01-09 13:13:28 -05:00 |
|
Katrina Verey
|
43d96ba91b
|
Address feedback on correctness of SCP/username validations
|
2023-01-09 13:13:28 -05:00 |
|
Katrina Verey
|
4821259f01
|
Stop handling mysterious gh: prefix in remote URLs
|
2023-01-09 13:13:27 -05:00 |
|
Katrina Verey
|
7e6cc7aafb
|
Review feedback
|
2023-01-09 13:13:27 -05:00 |
|
Katrina Verey
|
dc05fa153f
|
Additional repospec refactoring
|
2023-01-09 13:13:27 -05:00 |
|
Anna Song
|
fbb94584dc
|
Refactor parseHostSpec
Fix ssh parsing in issue 4847
|
2023-01-09 13:13:25 -05:00 |
|
Kishore Jagannath
|
772fafa892
|
Rename Orgrepo and Path (#4922)
* initial changes to rename OrgRepo to RepoPath
* changes to rename Path to KustRootPath
* addressed review comments
* addressed review comments
* docs: Add documentation for namespace transformer
Add a short description of the namespace transformer and example
usage to examples/transformerconfigs/README.md.
References: #629
Signed-off-by: Lars Kellogg-Stedman <lars@oddbit.com>
* Localize patchesJson6902, patchesStrategicMerge, replacements (#4904)
* Localize patchesJson6902, patchesStrategicMerge, replacements
* Address code review feedback
* Improve readability
* Remove deprecation warning check
* Load legacy kustomization fields for `localize` (#4918)
* Load legacy kustomization
* Expose loadKustFile in kusttarget
* remove FixKustomizationPreUnmarshalling
* remove deprecated cfg and fn commands (#4930)
* remove deprecated cfg and fn commands
* fix lint error
* run gofmt
* Localize PatchTransformer, PatchJson6902Transformer (#4920)
* Localize patches, patchesJson6902 custom transformers
* Improve readability
* Localize fields: openapi, configurations, crds (#4907)
* Localize openapi, configurations, crds
* Add integration test
* Move krusty test
* Address code review feedback
* Implement locRootPath (#4909)
* Implement locRootPath, and include userinfo, port in locFilePath
* Strip userinfo, port
* Improve readability
* Localize legacy fields
* Localize resources (#4912)
* Localize resources
* Improve readability
* Add integration tests
* Group test helper functions
* Remove Functionality that Pulls Env Variables from Empty Keys
* Update api/kv/kv.go
Co-authored-by: Katrina Verey <kn.verey@gmail.com>
* refactor Unmarshal Kustomization struct code
* improve error messages
* Run go mod tidy on all modules before update
* Update sigs.k8s.io/yaml to 1.3.0
* fixed test failure because of latest commits
Signed-off-by: Lars Kellogg-Stedman <lars@oddbit.com>
Co-authored-by: Lars Kellogg-Stedman <lars@oddbit.com>
Co-authored-by: Anna Song <annasong@google.com>
Co-authored-by: yugo kobayashi <kobdotsh@gmail.com>
Co-authored-by: Natasha Sarkar <natashasarkar@google.com>
Co-authored-by: Cailyn Edwards <cailyn.edwards@shopify.com>
Co-authored-by: Cailyn <cailyn.s.e@gmail.com>
Co-authored-by: Katrina Verey <kn.verey@gmail.com>
Co-authored-by: Katrina Verey <katrina.verey@shopify.com>
|
2023-01-09 08:45:29 -08:00 |
|
fsl
|
32f31c34ba
|
fix: all module net and text dependent package CVE-2022-41717 and CVE-2022-32149 vulnerabilities
Signed-off-by: fsl <1171313930@qq.com>
|
2023-01-09 11:27:35 +08:00 |
|
Kubernetes Prow Robot
|
9bc75c16d9
|
Merge pull request #4960 from KnVerey/update-sigs-yaml
Update sigs.k8s.io/yaml to v1.3.0
|
2023-01-06 13:37:27 -08:00 |
|
Katrina Verey
|
5be179305a
|
Update sigs.k8s.io/yaml to 1.3.0
|
2023-01-06 16:23:17 -05:00 |
|
Katrina Verey
|
cb6553430d
|
Run go mod tidy on all modules before update
|
2023-01-06 16:21:44 -05:00 |
|
Kubernetes Prow Robot
|
c6ca3ff799
|
Merge pull request #4929 from koba1t/refactor/cleanup_Unmarshal_kustomization
Error on duplicate fields in Kustomization
|
2023-01-06 10:37:59 -08:00 |
|
koba1t
|
6489e35b7c
|
improve error messages
|
2023-01-07 03:30:16 +09:00 |
|
Kubernetes Prow Robot
|
1308d905fa
|
Merge pull request #4957 from cailynse/update-configMapGenerator-4731
Remove Functionality that Pulls Env Variables from Empty Keys
|
2023-01-05 13:19:58 -08:00 |
|
Cailyn
|
6c79645fb0
|
Update api/kv/kv.go
Co-authored-by: Katrina Verey <kn.verey@gmail.com>
|
2023-01-05 14:39:02 -05:00 |
|
Cailyn Edwards
|
b7746d09e4
|
Remove Functionality that Pulls Env Variables from Empty Keys
|
2023-01-05 12:54:48 -05:00 |
|
Anna Song
|
06da3b96a2
|
Localize resources (#4912)
* Localize resources
* Improve readability
* Add integration tests
* Group test helper functions
|
2023-01-05 08:47:59 -08:00 |
|
Kubernetes Prow Robot
|
6949c83840
|
Merge pull request #4933 from annasong20/localize-legacy
Localize legacy fields
|
2023-01-04 09:06:03 -08:00 |
|
Jabar Asadi
|
368697f8ef
|
feat: Allow paths starting with slash
|
2022-12-26 17:18:08 +01:00 |
|
Anna Song
|
3022dd2931
|
Localize legacy fields
|
2022-12-22 17:21:16 -05:00 |
|
Anna Song
|
aec35009ed
|
Implement locRootPath (#4909)
* Implement locRootPath, and include userinfo, port in locFilePath
* Strip userinfo, port
* Improve readability
|
2022-12-22 12:15:26 -08:00 |
|
Anna Song
|
de6162625f
|
Localize fields: openapi, configurations, crds (#4907)
* Localize openapi, configurations, crds
* Add integration test
* Move krusty test
* Address code review feedback
|
2022-12-22 12:07:26 -08:00 |
|
Anna Song
|
a1bfab382a
|
Localize PatchTransformer, PatchJson6902Transformer (#4920)
* Localize patches, patchesJson6902 custom transformers
* Improve readability
|
2022-12-16 09:52:17 -08:00 |
|
Natasha Sarkar
|
ef60d5f9bb
|
remove deprecated cfg and fn commands (#4930)
* remove deprecated cfg and fn commands
* fix lint error
* run gofmt
|
2022-12-14 12:15:35 -08:00 |
|
yugo kobayashi
|
5fed0f76c8
|
refactor Unmarshal Kustomization struct code
|
2022-12-13 21:04:50 +00:00 |
|
Kubernetes Prow Robot
|
e3981daf0e
|
Merge pull request #4923 from koba1t/chore/remove_FixKustomizationPreUnmarshalling
Remove fix kustomization step before Unmarshalling the yaml structure
|
2022-12-13 12:11:35 -08:00 |
|
yugo kobayashi
|
faddb49c89
|
remove FixKustomizationPreUnmarshalling
|
2022-12-13 18:50:25 +00:00 |
|