helmfile/pkg/state
Eric Bailey 72425aebfc fix: persist original file path when using bases (#672)
* fix: persist original file path when using bases

Prior to this change, the resulting lock file was called `<bases[0]>.lock`,
instead of `<filename>.lock`.

This change ensures the final, merged state has the correct `.FilePath`.

* test: Assert proper FilePath in layered HelmState
2019-06-11 14:01:27 +09:00
..
chart_dependency.go Sort requirements alphabetically by name. (#659) 2019-06-06 12:30:22 +09:00
create.go fix: persist original file path when using bases (#672) 2019-06-11 14:01:27 +09:00
create_test.go feat: remote state files (#648) 2019-06-04 22:59:54 +09:00
environment.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
environment_values_loader.go feat: state values (#647) 2019-06-04 16:34:02 +09:00
release.go feat: state values (#647) 2019-06-04 16:34:02 +09:00
release_error.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
release_filters.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state.go fix: fixes a regexp issue for release summary (#666) 2019-06-10 09:18:41 +09:00
state_exec_tmpl.go feat: state values (#647) 2019-06-04 16:34:02 +09:00
state_exec_tmpl_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state_run.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state_test.go fix: fixes a regexp issue for release summary (#666) 2019-06-10 09:18:41 +09:00
storage.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
types.go feat: state values (#647) 2019-06-04 16:34:02 +09:00