Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slack-vitess-r15.0.5: add slack_cross_cell custom durability policy #266

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
045d7b8
`slack-vitess-r15.0.5`: add `slack_cross_cell` custom durability policy
timvaillancourt Mar 21, 2024
1aacfe2
go mod tidy
timvaillancourt Mar 21, 2024
bcc647d
go mod tidy
timvaillancourt Mar 21, 2024
a79cfbf
go mod tidy again
timvaillancourt Mar 21, 2024
6abed01
Use tag
timvaillancourt Mar 21, 2024
461ac0f
use v0.15.1
timvaillancourt Mar 22, 2024
f6b4cf0
update shim
timvaillancourt Mar 22, 2024
bd451f7
Make `Durabler` interface methods public (#15548)
timvaillancourt Mar 29, 2024
a8699b0
Update `slack_cross_cell` shim
timvaillancourt Apr 8, 2024
6136579
Merge branch 'slack-vitess-r15.0.5' into slack_cross_cell-slack-vites…
timvaillancourt Apr 8, 2024
0e3a0ee
go mod tidy
timvaillancourt Apr 8, 2024
162ca8c
go mod tidy again
timvaillancourt Apr 8, 2024
b9669aa
Allow private go module from vitess-additions repo
timvaillancourt Apr 8, 2024
2099949
Fix typo
timvaillancourt Apr 8, 2024
c759fea
Missing non-template update
timvaillancourt Apr 8, 2024
7d8e61e
Missing non-template update
timvaillancourt Apr 8, 2024
49d58c5
Missing non-template update, pt 3
timvaillancourt Apr 8, 2024
82b1931
Fix docker tests
timvaillancourt Apr 8, 2024
292e57c
make proto
timvaillancourt Apr 8, 2024
f422a4e
fix upgrade/downgrade tests
timvaillancourt Apr 8, 2024
18faa1e
Update all the Go dependencies (#11741)
dbussink Nov 21, 2022
1f83b78
Resolve signature mismatch
timvaillancourt Apr 8, 2024
611941f
revert protobuf version
timvaillancourt Apr 9, 2024
1d0f136
revert protobuf version, pt 2
timvaillancourt Apr 9, 2024
ebe2d5b
Revert "Update all the Go dependencies (#11741)"
timvaillancourt Apr 9, 2024
97e2d7b
Merge branch 'slack-vitess-r15.0.5' into slack_cross_cell-slack-vites…
timvaillancourt May 4, 2024
1336db1
Merge branch 'slack-vitess-r15.0.5' into slack_cross_cell-slack-vites…
timvaillancourt May 14, 2024
79ddd29
go mod tidy
timvaillancourt May 14, 2024
e653c7b
Merge branch 'slack-vitess-r15.0.5' into slack_cross_cell-slack-vites…
timvaillancourt May 15, 2024
d454d17
Merge branch 'slack-vitess-r15.0.5' into slack_cross_cell-slack-vites…
timvaillancourt May 16, 2024
d6edfe0
Merge branch 'slack-vitess-r15.0.5' into slack_cross_cell-slack-vites…
timvaillancourt May 16, 2024
9f5bb71
Merge branch 'slack-vitess-r15.0.5' into slack_cross_cell-slack-vites…
timvaillancourt May 21, 2024
f853c01
Merge branch 'slack-vitess-r15.0.5' into slack_cross_cell-slack-vites…
timvaillancourt May 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/check_make_vtadmin_authz_testgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
build:
name: Check Make vtadmin_authz_testgen
runs-on: ubuntu-latest
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
steps:
- name: Check if workflow needs to be skipped
id: skip-workflow
Expand Down Expand Up @@ -40,6 +43,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Tune the OS
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.vtadmin_changes == 'true'
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (12)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (13)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (15)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (18)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (21)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (22)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_mysql80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (mysql80)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_mysql_server_vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (mysql_server_vault)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_declarative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_declarative)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_ghost)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_revert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_revert)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_revertible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_revertible)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_scheduler)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_singleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_singleton)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_vrepl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_vrepl)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_vrepl_stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_vrepl_stress)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cluster_endtoend_onlineddl_vrepl_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Run endtoend tests on Cluster (onlineddl_vrepl_suite)
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Check if workflow needs to be skipped
Expand Down Expand Up @@ -50,6 +53,9 @@ jobs:
with:
go-version: 1.21.8

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v4
Expand Down
Loading
Loading