yugo kobayashi
|
faddb49c89
|
remove FixKustomizationPreUnmarshalling
|
2022-12-13 18:50:25 +00:00 |
|
Anna Song
|
4cccb838ce
|
Load legacy kustomization fields for localize (#4918)
* Load legacy kustomization
* Expose loadKustFile in kusttarget
|
2022-12-13 08:19:34 -08:00 |
|
Anna Song
|
292d18983d
|
Localize patchesJson6902, patchesStrategicMerge, replacements (#4904)
* Localize patchesJson6902, patchesStrategicMerge, replacements
* Address code review feedback
* Improve readability
* Remove deprecation warning check
|
2022-12-12 10:41:33 -08:00 |
|
Anna Song
|
71eb865cea
|
Localize configMapGenerator, secretGenerator fields (#4894)
* Localize configMapGenerator, secretGenerator fields
* Improve readability
* Expose kv parseFileSource
* Add localizeGenerator to Localizer
* Improve and test ParseFileSource error messages
|
2022-12-02 15:31:53 -08:00 |
|
Anna Song
|
e34d5b5608
|
Localize components (#4867)
|
2022-12-02 09:33:53 -08:00 |
|
Anna Song
|
b8611cf0a9
|
Refactor localizer code
* encapsulate kusttarget params
* change dst to string
* ConfirmDir
|
2022-12-01 09:53:46 -08:00 |
|
Anna Song
|
832b552076
|
Load built-in plugins for kustomize localize (#4869)
* Load and filter built-in plugins
* Improve readability
* Process plugins as resources instead of bytes
* Throw error for validators
* Differentiate generators, transformers processing
* Enable validators
* add wrapper error
* improve documentation
|
2022-11-28 13:23:42 -08:00 |
|
Anna Song
|
0eff094faf
|
Calculate localized path for remote file (#4878)
* Calculate localized path for remote file
* Add documentation
|
2022-11-28 09:36:06 -08:00 |
|
Anna Song
|
314b8fbefa
|
Implement localizeFile() skeleton for patches (#4865)
* Implement localizeFile()
* Fix lint
* Address code review feedback
* Remove unnecessary String(), Error() with string formatters
* Remove processing of un-implemented methods
* Improve readability
* Remove unimplemented addLocalizeDir, hitsLocalizeDir
* Improve documentation
* Remove deprecated patchesJson6902 logic
|
2022-11-16 10:24:48 -08:00 |
|
Anna Song
|
f79e16b352
|
Improve localizer readability (#4860)
* Replace '%s' with %q
* Change ambiguous cli-"Arg" suffix in func arg names
* Remove repetitive "loc" in names
* Apply readability changes to localizer
* Fix comment
|
2022-11-16 08:42:49 -08:00 |
|
Anna Song
|
50e731a1d9
|
Implement localizer skeleton for kustomize localize (#4859)
* Add localizer outline
* Add localizer unit tests
* include previous change
* Add proper NewLocalizer, Localize unit tests
mock processKust
* Address code review feedback
* Make processKustFn public
* Remove mock testing
|
2022-11-10 09:24:54 -08:00 |
|
Anna Song
|
beb2825f82
|
Improve readability of ifc.Loader's Repo() method (#4857)
* Improve ldr Repo() method readability
* Change Repo() implementations and calls
* Improve readability of conditions in ldr.New()
* Fix details
|
2022-11-08 14:48:14 -08:00 |
|
Anna Song
|
f80cf9f433
|
Reinstate #4652 without url-related code
Remove code that changes remotes-loading code path, as mandated by #4756
|
2022-08-29 16:57:15 +00:00 |
|
Natasha Sarkar
|
8868d91670
|
Revert "Load and calculate Destination of files for kustomize localize (#4652)"
This reverts commit bf17fe1d8f.
|
2022-08-26 13:26:23 -05:00 |
|
Anna Song
|
bf17fe1d8f
|
Load and calculate Destination of files for kustomize localize (#4652)
* Implement file localization for localize
Implement file localization for new command kustomize localize
* Patch file localization
Fix lint errors, address feedback, begin transition to file loader from
localizer
* Add Repo() to Loader
* Implement locLoader factory + cleanup
* Add domain to RepoSpec
Fix ssh relative url host parsing for non-github domain on the side
* Implement Load(), New(), Root(), Dst() for LocLoader
* Address repospec code review comments
* Address 1st round of code review feedback
* Address feedback #2
Removed localized path calculations to cover edge case and improve readability.
* Remove ldr Cleanup logging
* Address code review round #3
* Address code review feedback #4
|
2022-08-19 14:33:53 -07:00 |
|