Skip to content

Commit c9278dc

Browse files
tmp
1 parent 7189668 commit c9278dc

File tree

1,796 files changed

+31570
-73677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,796 files changed

+31570
-73677
lines changed

.bazelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ test:ci --test_output=errors
8585
# Put all tmp artifacts in /artifacts/tmp.
8686
test:ci --test_tmpdir=/artifacts/tmp
8787

88-
# TODO(ricky): This should be v1.0.0.
89-
build:fips --@io_bazel_rules_go//go/config:gofips140=latest
90-
9188
build:cross --stamp
9289

9390
# Cross-compilation configurations. Add e.g. --config=crosslinux to turn these on.
@@ -104,7 +101,7 @@ build:crosslinuxfips '--workspace_status_command=./build/bazelutil/stamp.sh -t x
104101
build:crosslinuxfips --config=crosslinuxfipsbase
105102
build:crosslinuxfipsbase --platforms=//build/toolchains:cross_linux
106103
build:crosslinuxfipsbase --config=cross
107-
build:crosslinuxfipsbase --config=fips
104+
build:crosslinuxfipsbase --@io_bazel_rules_go//go/toolchain:sdk_version=1.23.12fips
108105
build:crosswindows '--workspace_status_command=./build/bazelutil/stamp.sh -t x86_64-w64-mingw32'
109106
build:crosswindows --config=crosswindowsbase
110107
build:crosswindowsbase --platforms=//build/toolchains:cross_windows

.github/CODEOWNERS

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,8 @@
7171
/pkg/sql/executor_statement_metrics.go @cockroachdb/obs-prs
7272
/pkg/sql/flowinfra/ @cockroachdb/sql-queries-prs
7373
/pkg/sql/hints/ @cockroachdb/sql-queries-prs
74-
/pkg/sql/parser/ @cockroachdb/sql-queries-prs
7574
/pkg/sql/physicalplan/ @cockroachdb/sql-queries-prs
7675
/pkg/sql/row* @cockroachdb/sql-queries-prs
77-
/pkg/sql/sem/tree/ @cockroachdb/sql-queries-prs
78-
/pkg/sql/types/ @cockroachdb/sql-queries-prs
7976
/pkg/sql/control_job* @cockroachdb/sql-queries-prs @cockroachdb/jobs-prs
8077
/pkg/sql/job_exec_context* @cockroachdb/sql-queries-prs @cockroachdb/jobs-prs
8178
/pkg/sql/delegate/*job*.go @cockroachdb/jobs-prs @cockroachdb/disaster-recovery
@@ -95,10 +92,14 @@
9592
/pkg/sql/tablemetadatacache/ @cockroachdb/obs-prs
9693
/pkg/ccl/testccl/sqlstatsccl/ @cockroachdb/obs-prs
9794

95+
/pkg/sql/sem/tree/ @cockroachdb/sql-syntax-prs
96+
/pkg/sql/parser/ @cockroachdb/sql-syntax-prs
97+
/pkg/sql/lex/ @cockroachdb/sql-syntax-prs
98+
/pkg/sql/show_create*.go @cockroachdb/sql-syntax-prs
99+
/pkg/sql/types/ @cockroachdb/sql-syntax-prs
100+
98101
/pkg/sql/crdb_internal.go @cockroachdb/sql-foundations
99102
/pkg/sql/pg_catalog.go @cockroachdb/sql-foundations
100-
/pkg/sql/show_create*.go @cockroachdb/sql-foundations
101-
/pkg/sql/lex/ @cockroachdb/sql-foundations
102103
/pkg/sql/pgwire/ @cockroachdb/sql-foundations @cockroachdb/product-security
103104
/pkg/sql/pgwire/auth.go @cockroachdb/sql-foundations @cockroachdb/security-engineering
104105
/pkg/sql/sem/builtins/ @cockroachdb/sql-foundations

.github/workflows/cluster-ui-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
PACKAGE_VERSION=$(cat ./package.json | jq -r ".version");
6060
VERSIONS=$(npm view @cockroachlabs/cluster-ui versions)
61-
if [[ $VERSIONS == *\'"$PACKAGE_VERSION"\'* ]]; then
61+
if [[ $VERSIONS == *"$PACKAGE_VERSION"* ]]; then
6262
echo "published=yes" >> $GITHUB_OUTPUT
6363
echo
6464
echo "🛑 Cluster UI package version $PACKAGE_VERSION is already published"

.github/workflows/microbenchmarks-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pkg: ${{ env.PACKAGE }}
4848
run-group-1:
4949
runs-on: [self-hosted, ubuntu_2004_microbench]
50-
timeout-minutes: 90
50+
timeout-minutes: 60
5151
needs: [base, head]
5252
steps:
5353
- name: Checkout
@@ -60,7 +60,7 @@ jobs:
6060
group: 1
6161
run-group-2:
6262
runs-on: [self-hosted, ubuntu_2004_microbench]
63-
timeout-minutes: 90
63+
timeout-minutes: 60
6464
needs: [base, head]
6565
steps:
6666
- name: Checkout

.github/workflows/pr-analyzer-threestage.yml

Lines changed: 0 additions & 247 deletions
This file was deleted.

.github/workflows/update_releases.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- "release-24.3"
3333
- "release-25.2"
3434
- "release-25.3"
35-
- "release-25.4"
3635
name: Update pkg/testutils/release/cockroach_releases.yaml on ${{ matrix.branch }}
3736
runs-on: ubuntu-latest
3837
steps:

AUTHORS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Adam Pantel <adam@cockroachlabs.com>
4040
Adam Spindler <spindler@cockroachlabs.com>
4141
Adam Storm <storm@cockroachlabs.com>
4242
Adam Yao <adam.yao.qinglin@gmail.com>
43-
Aditya Madan <aditya.madan@cockroachlabs.com>
4443
Aditya Maru <adityamaru@gmail.com> <@cockroachlabs.com>
4544
Adwit Tumuluri <adwit.tumuluri@gmail.com> <@cockroachlabs.com>
4645
Aerin Freilich <aerin.freilich@cockroachlabs.com>
@@ -397,7 +396,6 @@ Nick Travers <travers@cockroachlabs.com>
397396
Nick Vigilante <vigilante@cockroachlabs.com>
398397
Nihal Pednekar <nihal@cockroachlabs.com> <pednekar.nihal@gmail.com>
399398
Nikhil Benesch <nikhil.benesch@gmail.com> <@cockroachlabs.com>
400-
Nishant Gupta <nishant.gupta@cockroachlabs.com>
401399
Nishant Gupta <nishant.gupta@rubrik.com>
402400
Nishanth Nalluri <nishanth.nalluri@cockroachlabs.com>
403401
Noah Thompson <noah.thompson@cockroachlabs.com>
@@ -506,7 +504,6 @@ Stephen Yang <stephen.yang@cockroachlabs.com>
506504
Steven Danna <danna@cockroachlabs.com>
507505
Steven Hand <@cockroachlabs.com> hand <@cockroachlabs.com> hand-crdb <@cockroachlabs.com>
508506
Steven Hubbard <steven.c.hubbard@gmail.com> <hubbard@cockroachlabs.com>
509-
Sujatha Sivaramakrishnan <sujatha.sivaramakrishnan@cockroachlabs.com>
510507
sum12 <sumitjami@gmail.com>
511508
Sumeer Bhola <sumeer@cockroachlabs.com> sumeerbhola <sumeer@cockroachlabs.com>
512509
Suraj Rao <suraj.rao@cockroachlabs.com> <suraj_rao@berkeley.edu>

BUILD.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,7 @@ nogo(
178178
"@org_golang_x_tools//go/analysis/passes/lostcancel:go_default_library",
179179
"@org_golang_x_tools//go/analysis/passes/nilfunc:go_default_library",
180180
"@org_golang_x_tools//go/analysis/passes/nilness:go_default_library",
181-
# TODO(ricky): With the Go 1.25 upgrade, this started failing with errors
182-
# like `VERSION="5.19.0"`. I don't know what that means and it doesn't seem
183-
# significant to us, so disabling for now.
184-
# "@org_golang_x_tools//go/analysis/passes/pkgfact:go_default_library",
181+
"@org_golang_x_tools//go/analysis/passes/pkgfact:go_default_library",
185182
"@org_golang_x_tools//go/analysis/passes/printf:go_default_library",
186183
"@org_golang_x_tools//go/analysis/passes/shift:go_default_library",
187184
"@org_golang_x_tools//go/analysis/passes/sortslice:go_default_library",

0 commit comments

Comments
 (0)