7 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
Rodrigo Zhou
2a8a1ae694 Remove support for Cassandra as visibility store (#5237)
## What changed?
<!-- Describe what has changed in this PR -->
Remove support for Cassandra as visibility store.
Updated integration tests that used Cassandra visibility to use
Elasticsearch.

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

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

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

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
No.
2024-01-29 11:36:00 -06:00
Chad Retz
c7847968b3 HTTP API support (#4543) 2023-08-18 12:11:49 -05:00
Yimin Chen
981d22bbe2 Remove unused toDC config (#4370)
* Remove unused toDC config
2023-05-19 20:57:05 -07:00
David Reiss
0e4506be20 Remove internal-frontend from development configs (#3859) 2023-01-27 13:18:51 -08:00
David Reiss
1a9695e10f Add internal-frontend role (#3706) 2023-01-10 17:44:37 -08:00
Alex Shtin
faa215f4dd Use --env instead of --zone to start the server in development environment (#2878) 2022-05-20 13:00:55 -07:00