-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
114695: builtins: remove crdb_internal.gc_tenant r=rafiss a=rafiss This is an internal function that was deprecated a while ago. It's no longer used since DestroyTenant is used instead. Epic: None Release note: None 115559: roachtest: port rebalance/by-load/*/mixed-version to new framework r=nvanbenschoten a=kvoli Port `rebalance/by-load/leases/mixed-version` and `rebalance/by-load/replicas/mixed-version` to the new mixed-version framework as described in #110528. Part of: #110528 Resolves: #115134 Resolves: #115135 Release note: None --- `ts_util.go` provides helper functions for querying the cluster timeseries database over http. These methods previously made use of `httputil.PostJSON` for requesting timeseries. This commit updates to use `httputil.PostProtobuf`, in order to allow ignoring optional fields when the server doesn't support them; namely `TenantID`. Epic: none Release note: None 115732: workflows: update to run unit tests in GitHub Actions job r=rail a=rickystewart Epic: CRDB-8308 Release note: None Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Austen McClernon <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
12 changed files
with
162 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -euxo pipefail | ||
|
||
gcloud secrets versions access 1 --secret=engflow-mesolite-key > /home/agent/engflow.key | ||
gcloud secrets versions access 1 --secret=engflow-mesolite-crt > /home/agent/engflow.crt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.