celiala
celiala
This extends `dev generate` to include `dev generate stringer` subcommand. If one is only updating stringer generated files, this can cut down generation time to ~5-10s (vs ~150s using `dev...
This commit removes the 22.1 `ClusterLocksVirtualTable` version gate. Cleanup was done following guidance from [21.2 cleanup](https://github.com/cockroachdb/cockroach/pull/74270#issuecomment-1000693734): > For the most part, if the gates were just simple if !version.IsActive {...
This commit removes the following 22.1 version gates: **Version gates from 8/8 ** - kvserver: ProbeRequest, - security,pgwire: SCRAMAuthentication, - server: UnsafeLossOfQuorumRecoveryRangeLog, - kvserver: AlterSystemProtectedTimestampAddColumn **8/10 Update: Additionally, these version...
This commit removes the 22.1 `AutoStatsTableSettings` version gate. Cleanup was done following guidance from [21.2 cleanup](https://github.com/cockroachdb/cockroach/pull/74270#issuecomment-1000693734): > For the most part, if the gates were just simple if !version.IsActive {...
This commit removes the 22.1 `ChangefeedIdleness` version gate. Cleanup was done following guidance from [21.2 cleanup](https://github.com/cockroachdb/cockroach/pull/74270#issuecomment-1000693734): > For the most part, if the gates were just simple if !version.IsActive {...
This commit removes the following 22.1 version gates: - PebbleFormatBlockPropertyCollector - PebbleFormatSplitUserKeysMarked Cleanup was done following guidance from [21.2 cleanup](https://github.com/cockroachdb/cockroach/pull/74270#issuecomment-1000693734): > For the most part, if the gates were just...
This commit removes the following 22.1 version gates: - EnsureSpanConfigReconciliation - EnsureSpanConfigSubscription - EnableSpanConfigStore Cleanup was done following guidance from [21.2 cleanup](https://github.com/cockroachdb/cockroach/pull/74270#issuecomment-1000693734): > For the most part, if the gates...
This commit removes the 22.1 `EnableLeaseHolderRemoval` version gates. Cleanup was done following guidance from [21.2 cleanup](https://github.com/cockroachdb/cockroach/pull/74270#issuecomment-1000693734): > For the most part, if the gates were just simple if !version.IsActive {...
**Describe the problem** This issue tracks the work necessary to bump the min supported binary version on master. It'll need to be done before we cut any release for 22.2...
Release note: None Epic: None Release justification: non-production (release infra) change.