You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
148013: randgen: add schema filters for ldr r=jeffswenson a=jeffswenson
The first two commits in the PR are intended to be purely mechanical. The final commit adds support for schema filters that limit which schemas can be randomly generated.
## randgen: rework TableOpt to follow option pattern
This commit reworks randgen so that TableOpt follows the standard go
option convention. This allows for spelling non-binary options like type
filters or transformations.
Release note: none
## randgen: extract table logic into stand alone file
Previously, the logic for generating schemas was mixed up with the logic
for generating tables. This moves table specific logic into its own
file.
Release note: none
## randgen: add filter options for ldr
Add options to filter the columns, primary key, and secondary indexes
generated by randgen. This will be used when testing LDR to constraint
schema generation to schemas that are compatible with LDR.
Release note: none
Informs: CRDB-44094
148057: *: consolidate `AdminClient` RPC client creation r=cthumuluru-crdb a=cthumuluru-crdb
This commit consolidates `AdminClient` RPC client creation logic in cli, kv, and server packages. It is a continuation of the work done in #147606.
Epic: CRDB-48923Fixes: #148158
Release note: none
148171: github: change check-pebble-deps action to post Slack message r=RaduBerinde a=RaduBerinde
This action checks that Pebble dependency is up-to-date for recent
release branches. It currently files issues but they are annoying to
triage and close.
This commit removes the github issue posting for the script and
instead sends a message to the storage-notifications channel on Slack.
Epic: none
Release note: None
Co-authored-by: Jeff Swenson <[email protected]>
Co-authored-by: Chandra Thumuluru <[email protected]>
Co-authored-by: Radu Berinde <[email protected]>
0 commit comments