-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
101931: dev: add flag for extra docker args r=srosenberg,rickystewart a=herkolategan In order to support git alternates an additional volume must be supplied to the bazel support docker. The TeamCity script already supplies a utility method called `run_bazel` which supplies the volume to support git alternates. This change allows for extra arguments to be passed via a command line argument to the docker invocation that is utilised for cross builds by the `dev` utility. Resolves: #101829 102200: sql,clusterversion: add a cluster version for partially visible indexes r=yuzefovich a=rytaft Fixes #101976 Release note: None 102296: sql: remove redundant column from crdb_internal.*_distsql_flows r=yuzefovich a=yuzefovich This commit removes now redundant `status` column from `crdb_internal.cluster_distsql_flows` and `crdb_internal.node_distsql_flows` virtual tables. We no longer have queueing of the remote flows in place, so all remote flows always have 'running' status. Epic: None Release note: None 102333: release: increase bincheck timeout r=celiala a=rail Increase overall timeout for bincheck in order to be less flaky running the tests on GitHub runners. Epic: none Release note: None 102354: ui: enable initial data fetch in insecure mode r=zachlite a=zachlite Previously, `alertDataSync`, the function that populates missing cluster info, did not consider insecure mode when assessing a user's login state. Because the 23.1 test cluster is running in insecure mode, the UI is noticeably missing it's cluster ID. Resolves #102350 Epic: none Release note: None Co-authored-by: Herko Lategan <[email protected]> Co-authored-by: Rebecca Taft <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Rail Aliiev <[email protected]> Co-authored-by: zachlite <[email protected]>
- Loading branch information
Showing
31 changed files
with
280 additions
and
116 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
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
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
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
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
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.