2 Commits

Author SHA1 Message Date
Stephan Behnke
f085da8057 Standardize YAML formatting (#9142)
## What changed?

Adds and integrates `yamlfmt` (Go-based, by Google).

Anything not annotated was changed by `yamlfmt`.

## Why?

Consistent YAML formatting. Reduce unrelated diffs caused by formatting
in PRs.

## How did you test it?
- [ ] built
- [ ] run locally and tested manually
- [x] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)
2026-02-04 23:57:24 +00:00
Hazel Kim
03e316fa0d modified ES visibility store to support custom visibility store (#6168)
## What changed?
<!-- Describe what has changed in this PR -->
- changed ES visibilityStore struct and some of its functions to public
- added namespaceRegistry, searchAttributesProvider,
searchAttributesMapperProvider arguments to custom visibility store
factory interface
- added field `closeTime` in DeleteExecutionVisibilityTask

## Why?
<!-- Tell your future self why have you made these changes -->

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2024-07-10 09:25:31 -04:00