Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1386 commits
Select commit Hold shift + click to select a range
5f7f589
Merge pull request #315 from dolthub/james/binary
fulghum Mar 7, 2024
38d9806
Merge branch 'main' into fulghum/com_binlog_prototype
fulghum Mar 8, 2024
54e6338
Merge branch 'main' into fulghum/com_binlog_prototype
fulghum Mar 8, 2024
c4763c1
Merge branch 'fulghum/com_binlog_prototype' of https://github.com/dol…
fulghum Mar 8, 2024
063868e
Adding support for SHOW REPLICAS
fulghum Mar 8, 2024
53ceaf5
Adding support for SHOW BINARY LOG STATUS
fulghum Mar 8, 2024
b5f0595
Adding support for SHOW BINARY LOGS
fulghum Mar 8, 2024
919c452
Adding new non-reserved keywords to non_reserved_keyword list
fulghum Mar 8, 2024
9bc43e5
Merge pull request #318 from dolthub/fulghum/binlog_statements
fulghum Mar 8, 2024
96a83d3
make constraint name optional for primary key (#319)
jycor Mar 12, 2024
0bfe319
Pulling over latest code from binlog_event_make.go
fulghum Mar 12, 2024
7a9554f
Fixing bad var name
fulghum Mar 12, 2024
fe290b5
Moving binlog replica methods to a new extension interface: BinlogRep…
fulghum Mar 12, 2024
6621ed3
Merge branch 'main' into fulghum/com_binlog_prototype
fulghum Mar 12, 2024
8ee5109
Merge pull request #317 from dolthub/fulghum/com_binlog_prototype
fulghum Mar 12, 2024
05a7b47
Porting over support for ComRegisterReplica
fulghum Mar 13, 2024
5d2f9f4
Adding a check for a nil GTID set to prevent a message parsing error.
fulghum Mar 14, 2024
baa4697
[ast] walk tableFuncExpr for bind variables
max-hoffman Mar 14, 2024
af0bf0b
Merge pull request #321 from dolthub/max/table-func-expr-walk
max-hoffman Mar 14, 2024
89f7db8
parse table options into struct (#322)
jycor Mar 19, 2024
d263462
Adding parser support for SOURCE_AUTO_POSITION
fulghum Mar 20, 2024
7793754
Adding parser support for SOURCE_AUTO_POSITION
fulghum Mar 20, 2024
1cfa73b
Ensure that float values parsed into expressions will always be parse…
nicktobey Mar 20, 2024
a0bbde8
Merge pull request #324 from dolthub/nicktobey/floats
nicktobey Mar 20, 2024
cc8a2fd
Merge branch 'main' into fulghum/source_auto_position
fulghum Mar 21, 2024
ad95f0d
Merge pull request #323 from dolthub/fulghum/source_auto_position
fulghum Mar 21, 2024
241e512
Various fixes to support dumping binlog events from a primary server:…
fulghum Mar 25, 2024
f47cd63
Merge branch 'main' into fulghum/com_binlog_prototype
fulghum Mar 25, 2024
65f4774
Merge pull request #320 from dolthub/fulghum/com_binlog_prototype
fulghum Mar 25, 2024
cfededc
/{.github,go.mod,go.sum}: bump go version
coffeegoddd Mar 27, 2024
a2e3df6
/go/vt/tlstest/tlstest_test.go: change expected error in test
coffeegoddd Mar 27, 2024
f5ad4e3
/.github/workflows: remove check-latest option
coffeegoddd Mar 27, 2024
6bca3c1
Merge pull request #325 from dolthub/db/bump-go
coffeegoddd Mar 27, 2024
ba711b1
add case for `time.Time` and `decimal` in bindvars (#327)
jycor Mar 29, 2024
3e53a7b
revert decimals (#328)
jycor Mar 29, 2024
d293722
Exposing the Length() function in the BinlogEvent interface to enable…
fulghum Apr 3, 2024
6c03b2d
Renaming FakeBinlogStream to BinlogStream
fulghum Apr 3, 2024
c5a87fc
Merge pull request #329 from dolthub/fulghum/com_binlog_prototype
fulghum Apr 4, 2024
9dc4831
Added schema qualifier to table name
zachmu Apr 5, 2024
356d464
Merge main
zachmu Apr 5, 2024
099ed65
Preserve 'schema' or 'database' in DBDDL nodes
zachmu Apr 6, 2024
eb9306c
support rename constraint syntax (#330)
jycor Apr 9, 2024
15cc912
add check option to create view (#331)
jennifersp Apr 10, 2024
5302a8d
Add support for parsing row and column aliases on insert statements.
nicktobey Apr 13, 2024
87f54f4
Adding parser support for the FLUSH TABLES statement
fulghum Apr 15, 2024
ec45c29
Adding parser support for the (deprecated) SHOW MASTER STATUS stateme…
fulghum Apr 15, 2024
f99847b
Merge branch 'main' into fulghum/com_binlog_prototype
fulghum Apr 15, 2024
f01b2b7
Fixing test for mysql.Query.String()
fulghum Apr 15, 2024
ec5ec7f
PR feedback
fulghum Apr 15, 2024
5b2c6a9
Merge pull request #334 from dolthub/fulghum/com_binlog_prototype
fulghum Apr 15, 2024
562b545
add SubStatementStr for DDL struct (#332)
jennifersp Apr 15, 2024
1bf7af9
/.github/workflows: bump actions to use node 20
coffeegoddd Apr 15, 2024
7d53d76
Merge pull request #335 from dolthub/db/bump-actions
coffeegoddd Apr 15, 2024
551800b
Adding support for subtracting GTIDSets, in order to support the gtid…
fulghum Apr 15, 2024
1a6b5da
Merge branch 'main' into nicktobey/insert-as
nicktobey Apr 15, 2024
bbb60db
Merge pull request #333 from dolthub/nicktobey/insert-as
nicktobey Apr 15, 2024
b4717ae
PR feedback: subtract documentation: mentioning that interval endpoin…
fulghum Apr 15, 2024
55ce8db
PR feedback: bug fix for bounds case
fulghum Apr 15, 2024
250510b
Merge branch 'main' into fulghum/com_binlog_prototype
fulghum Apr 15, 2024
3ace9e9
Merge pull request #336 from dolthub/fulghum/com_binlog_prototype
fulghum Apr 15, 2024
a801854
Consistently using pointer to AliasedValues in InsertRows interface, …
nicktobey Apr 16, 2024
081bbdc
Merge pull request #337 from dolthub/nicktobey/insert-as
nicktobey Apr 16, 2024
7f4d3e2
merge main
zachmu Apr 18, 2024
04ee606
add trace contexts
max-hoffman Apr 22, 2024
4147c9a
improve partition parsing (#340)
jycor Apr 25, 2024
f833172
more ctx
max-hoffman Apr 25, 2024
e19bdf7
Merge main
zachmu Apr 25, 2024
d686498
Exposing logic in Vitess that decodes MySQL's internal, binary JSON s…
fulghum Apr 25, 2024
83e65e7
Merge pull request #343 from dolthub/fulghum/com_binlog_prototype
fulghum Apr 25, 2024
1c3bbd9
capture select expressions that are sub statements within other expre…
jennifersp Apr 26, 2024
be12544
Merge branch 'main' into zachmu/schema
zachmu Apr 26, 2024
bec4421
refactor and fully implement `alter table` syntax (#342)
jycor Apr 27, 2024
4218c88
Merge main
zachmu Apr 29, 2024
e8e1b4c
Merge pull request #338 from dolthub/zachmu/schema
zachmu Apr 29, 2024
00461f6
make `row` optional in VALUES constructor and insert statement (#344)
jycor May 14, 2024
966f8cb
parse type aliases in cast (#345)
jycor May 15, 2024
ae2979f
Added InjectedStatement
Hydrocharged May 20, 2024
ff7bd63
support `DATE`, `TIME`, and `TIMESTAMP` literal parsing (#346)
jycor May 20, 2024
e778edc
Merge pull request #347 from dolthub/daylon/injected-statement
Hydrocharged May 21, 2024
36e45c1
Allowing the caching plugin to be specified in string quotes, for "cr…
fulghum May 24, 2024
4c419c3
Merge pull request #348 from dolthub/fulghum/dev
fulghum May 24, 2024
8ae41d0
Fixed timestamp bindvar formatting to match MySQL string expectation
zachmu May 29, 2024
e1ffffa
Fixed test
zachmu May 29, 2024
05c840d
Merge pull request #349 from dolthub/zachmu/timestamp
zachmu May 29, 2024
e621e26
Refactoring BinlogStream class to replace with BinlogMetadata
fulghum Jun 1, 2024
467efd8
Merge pull request #350 from dolthub/fulghum/binlog-replication
fulghum Jun 3, 2024
6f17286
Merge branch 'main' into max/trace-ctx
max-hoffman Jun 5, 2024
91a7552
merge main
max-hoffman Jun 5, 2024
8bf487f
fix tests
max-hoffman Jun 5, 2024
3928f71
more test builds
max-hoffman Jun 5, 2024
ce3e107
Adding a ConnectionAborted callback in the Handler interface, so GMS …
fulghum Jun 12, 2024
3bd4905
Adding support for the CONSTRAINT keyword when adding a foreign key w…
fulghum Jun 12, 2024
20e3b37
Merge pull request #352 from dolthub/fulghum/dev-2
fulghum Jun 12, 2024
6a0f023
Merge pull request #351 from dolthub/fulghum/dev
fulghum Jun 13, 2024
d432e84
allow backticks in system and user variables (#353)
jycor Jun 13, 2024
78bdf1b
support `VALUES` statement (#354)
jycor Jun 14, 2024
534f0bf
New functions to create PreviousGtids events, and to update a checksu…
fulghum Jun 17, 2024
55a46c5
Merge pull request #355 from dolthub/fulghum/binlog
fulghum Jun 17, 2024
4083c07
Merge branch 'main' into max/trace-ctx
max-hoffman Jun 26, 2024
e40badc
Merge pull request #341 from dolthub/max/trace-ctx
max-hoffman Jun 26, 2024
7926ea9
Bug fix for off-by-one error when parsing multiple statements out of …
fulghum Jul 9, 2024
9938efd
Merge pull request #356 from dolthub/fulghum/parseone
fulghum Jul 9, 2024
d9b4d1e
Send an error response when the server fails to handle COM_BINLOG_DUM…
fulghum Jul 11, 2024
4232e1c
Merge pull request #357 from dolthub/fulghum/dev
fulghum Jul 11, 2024
e859108
Adding parser support for `PURGE BINARY LOGS` statement
fulghum Jul 22, 2024
9f8cd7c
Merge pull request #358 from dolthub/fulghum/purge_binary_logs
fulghum Jul 23, 2024
60026c4
fix detection of multi-statements in `ComPrepare` (#359)
jycor Jul 29, 2024
8398e00
Bug fix: casting bound values to the correct integer width (int8,int1…
fulghum Jul 30, 2024
d707fad
Merge pull request #360 from dolthub/fulghum/bugfix
fulghum Jul 30, 2024
71d7350
adding instant keyword (#361)
jycor Aug 7, 2024
9291457
parse set statements for load data (#362)
jycor Sep 10, 2024
a282f4c
support syntax for get_format (#363)
jycor Sep 13, 2024
9d4d4a0
parse vector index syntax (#365)
jycor Sep 16, 2024
2ad8168
allow validate password variables (#366)
jycor Sep 19, 2024
8ed913e
Adding AST support for setting/dropping column attributes: type and n…
fulghum Oct 1, 2024
2c2ea65
Merge pull request #367 from dolthub/fulghum/alter-table-extensions
fulghum Oct 2, 2024
dcb5b96
interface conversions
max-hoffman Oct 7, 2024
6057988
progress fixing nil bugs
max-hoffman Oct 8, 2024
3e1d9e5
GMS simple queries passing
max-hoffman Oct 8, 2024
536ede2
fix bugs
max-hoffman Oct 8, 2024
4431ac7
Added schema name to show table opts
zachmu Oct 9, 2024
54c0746
Merge pull request #369 from dolthub/zachmu/show-schema
zachmu Oct 9, 2024
3224474
fix tests
max-hoffman Oct 9, 2024
ba88416
Merge branch 'main' into max/collapse-union-types
max-hoffman Oct 9, 2024
4966148
comments, remove unnecessary edits
max-hoffman Oct 10, 2024
95621ad
bad comment
max-hoffman Oct 10, 2024
ae6353b
build
max-hoffman Oct 10, 2024
a2a30c3
revert name change
max-hoffman Oct 10, 2024
97f8899
zach comments
max-hoffman Oct 10, 2024
f919fc4
more reverts
max-hoffman Oct 10, 2024
9d4f54b
Merge pull request #370 from dolthub/max/collapse-union-types
max-hoffman Oct 10, 2024
d14e107
support quoted character set values (#371)
jycor Oct 16, 2024
498dd23
Fixed printing bug in AliasedExpr node (was calling wrong print metho…
zachmu Oct 28, 2024
267861b
Merge pull request #373 from dolthub/zachmu/print-bug
zachmu Oct 28, 2024
f977364
Embedded Authorization
Hydrocharged Oct 30, 2024
c1ab710
f
Hydrocharged Nov 1, 2024
0084bf0
Merge pull request #372 from dolthub/daylon/node-auth
Hydrocharged Nov 4, 2024
3e9e1c2
USE Revisions use proper auth
Hydrocharged Nov 4, 2024
860772b
Merge pull request #374 from dolthub/daylon/use-fix
Hydrocharged Nov 4, 2024
a20a5ab
support multiple like tables (#375)
jycor Nov 11, 2024
6a19832
Fixed CTE issue with auth
Hydrocharged Nov 19, 2024
5c7b702
Merge pull request #377 from dolthub/daylon/auth-cte
Hydrocharged Nov 19, 2024
5ff664b
support binary syntax (#378)
jycor Nov 20, 2024
50723db
Porting AuthServer refactor changes from https://github.com/vitessio/…
fulghum Nov 19, 2024
400adf5
Expanding the UserValidator interface so that HandleUser() takes in a…
fulghum Nov 20, 2024
761846e
Tuning error logic to fix ruby mysql auth error
fulghum Nov 21, 2024
a1ccb74
Merge pull request #379 from dolthub/fulghum/auth-server-refactor
fulghum Nov 22, 2024
07f6e12
Adding support for `show slave status` since some tools still use tha…
fulghum Nov 25, 2024
b4036b7
Merge pull request #381 from dolthub/fulghum/show_slave_status
fulghum Nov 25, 2024
34aa38a
Adding syntax support to allow CREATE USER statements quote the auth …
fulghum Nov 26, 2024
7d7ad4a
Merge pull request #382 from dolthub/fulghum/create_user_with_plugin
fulghum Nov 26, 2024
88972ec
parse `start transaction with consistent` as no-op (#383)
jycor Nov 26, 2024
cd8f828
add mariadb table opts and tests (#384)
jycor Nov 26, 2024
7601f75
/go.mod: bump go
coffeegoddd Dec 3, 2024
b434820
Merge pull request #385 from dolthub/db/bump-go
zachmu Dec 3, 2024
543d339
parse io_threads and sql_state as no-ops (#386)
jycor Dec 4, 2024
e9e2d15
Small bug fixes
fulghum Dec 3, 2024
0cfa560
Adding support for serializing and deserializing caching_sha2_passwor…
fulghum Dec 4, 2024
814752c
explain plan instead (#389)
jycor Dec 6, 2024
588631a
Merge pull request #387 from dolthub/fulghum/caching_sha2
fulghum Dec 9, 2024
3719861
Minor bug fixes for caching_sha2_password auth logic
fulghum Dec 10, 2024
b00987f
Merge pull request #390 from dolthub/fulghum/caching_sha2
fulghum Dec 11, 2024
b18f18d
[sqltypes] no value buffer leakage
max-hoffman Dec 20, 2024
6c50e01
Merge pull request #392 from dolthub/max/sql-buffer-leak
max-hoffman Dec 20, 2024
18992bb
starting by and terminated by can appear in an order and any number o…
jycor Dec 31, 2024
d6f17c2
parse more partition options in ALTER TABLE statements
jycor Jan 15, 2025
3b45b8c
syntax for `drop temporary table ...` (#395)
jycor Jan 23, 2025
aede188
Implemented WalkableSQLNode for InjectedExpr
zachmu Jan 29, 2025
6338ebe
Merge pull request #396 from dolthub/zachmu/injected
zachmu Jan 30, 2025
a71bb0c
/.github/workflows: bump hosted runners
coffeegoddd Feb 11, 2025
5ec6259
Merge pull request #397 from dolthub/db/runners
coffeegoddd Feb 11, 2025
f54c467
Adding select expressions for the Postgres RETURNING clause in INSERT…
fulghum Feb 14, 2025
a0ed461
Merge pull request #398 from dolthub/fulghum/insert_returning
fulghum Feb 14, 2025
3239bb6
go/mysql: conn.go: Fix read-after-recycle bug of the packet byte buff…
reltuk Feb 28, 2025
7a5da6e
go/mysql: conn.go: Fix read-after-recycle bug in COM_REGISTER_REPLICA…
reltuk Feb 28, 2025
c4f6bba
Merge pull request #399 from dolthub/aaron/mysql-conn-early-copy-SEND…
reltuk Feb 28, 2025
8102050
Cleanup: fixing buffer reuse issues and incorrect log statements
fulghum Mar 3, 2025
be1200f
fixup: Cleaning up additional buffer references
fulghum Mar 3, 2025
5cc89c1
Merge pull request #400 from dolthub/fulghum/buffer_cleanup
fulghum Mar 3, 2025
f1072c8
Revert moving call to recycleReadPacket(), to fix issues with binlog …
fulghum Mar 4, 2025
920ca9e
Merge pull request #401 from dolthub/fulghum/revert
fulghum Mar 4, 2025
91d25ce
Log a warning when max connections is hit (#403)
macneale4 Mar 18, 2025
0c8b892
Setting ConstraintAction if an added column was specified with an inl…
fulghum Mar 20, 2025
0e77d54
Merge pull request #405 from dolthub/fulghum/add_column_with_constraint
fulghum Mar 20, 2025
f43ea65
Don't spin wait for available connections
macneale4 Mar 18, 2025
ee9acf6
Handle infinite max conns without blocking
macneale4 Mar 19, 2025
537a98b
Allow for servers to shutdown when there are waiting connections
macneale4 Mar 19, 2025
e51ba30
Allow more connections to queue up
macneale4 Mar 19, 2025
772562d
Checkpoint - reject connections if we hit 3 waiting.
macneale4 Mar 19, 2025
972fca7
Add config for maxWaitConns.
macneale4 Mar 19, 2025
8c317ed
Add max waiting connection timeout.
macneale4 Mar 21, 2025
635bdc9
PR Feedback
macneale4 Mar 24, 2025
ee57ba9
Merge pull request #406 from dolthub/macneale4/better-connecting
macneale4 Mar 24, 2025
a0877f2
remove incorrect continue statement which skips handling connection
macneale4 Mar 25, 2025
8131be3
Merge pull request #407 from dolthub/macneale4/continue-fix
macneale4 Mar 25, 2025
f1aa8d5
Adding support for SOURCE_SSL replication option
fulghum Apr 9, 2025
d833532
Merge pull request #408 from dolthub/fulghum/source_ssl
fulghum Apr 9, 2025
143e6b2
add `var_samp` to keywords (#409)
jycor Apr 10, 2025
8d8c7a5
fix ntile syntax
Apr 10, 2025
22bd9ce
Adding ast support for DROP CONSTRAINT IF EXISTS
fulghum Apr 11, 2025
0f608ce
Merge pull request #411 from dolthub/fulghum/if_exists
fulghum Apr 14, 2025
f0031a6
Merge pull request #410 from dolthub/james/ntile
fulghum Apr 14, 2025
b8d80bc
allow trim, cast, and position as nonkeywords (#412)
jycor Apr 17, 2025
d6bc702
Adding support for RETURNING in UPDATE and INSERT nodes
fulghum Apr 23, 2025
f731ee5
Merge pull request #413 from dolthub/fulghum/returning
fulghum Apr 23, 2025
0eee737
add variable to colval (#402)
jycor Apr 30, 2025
3363bca
support no table names for flush tables
May 7, 2025
69c70b0
Revert "support no table names for flush tables"
May 7, 2025
8941c8d
syntax for `FLUSH TABLE` (#388)
jycor May 8, 2025
8fb9c6e
add support for `with <resource_option>` for `ALTER USER ... ` statem…
jycor May 12, 2025
0f6cf94
Fix implementation for `REVOKE ALL...` (#415)
jycor May 23, 2025
b0c694d
New OrderedInjectedExpr struct
zachmu May 29, 2025
a6903e8
Using SelectExprs for InjectedExprs as an experiment
zachmu May 29, 2025
d3fa02f
Merge branch 'main' into zachmu/agg2
zachmu May 29, 2025
e185329
Added an additional field to InjectedExpr
zachmu May 29, 2025
06ecbaf
Update go/vt/sqlparser/ast.go
zachmu May 30, 2025
77f2b98
Removed unused field
zachmu May 30, 2025
0116a0b
Merge branch 'zachmu/agg2' of github.com:dolthub/vitess into zachmu/agg2
zachmu May 30, 2025
bfd5228
Merge pull request #416 from dolthub/zachmu/agg2
zachmu May 30, 2025
9e241ec
initial commit
angelamayxie Jun 3, 2025
3234a6f
Revert "initial commit" (accidentally pushed to main)
angelamayxie Jun 3, 2025
aeeba7a
Reapply "initial commit" (accidentally pushed to main)
angelamayxie Jun 3, 2025
a216f66
sql.y builds but tests fail
angelamayxie Jun 3, 2025
f201c49
single query test passes
angelamayxie Jun 3, 2025
01ac580
added tests
angelamayxie Jun 3, 2025
af1d3eb
no grammar conflicts for 2 out of 3 insert_statement
angelamayxie Jun 4, 2025
6c54f23
clean up
angelamayxie Jun 4, 2025
cad71bb
Merge pull request #419 from dolthub/angela/returning
angelamayxie Jun 4, 2025
fa2a634
add `if not exists` option to `create view` (#417)
jycor Jun 5, 2025
e871baf
make returning a reserved keyword to support returning clause in all …
angelamayxie Jun 9, 2025
01de68e
add returning to reserved keywords in test
angelamayxie Jun 9, 2025
75541d7
Merge pull request #420 from dolthub/angela/returning
angelamayxie Jun 9, 2025
90a5898
fix up constants for server cursor types and add a support for `PARAM…
jycor Jun 11, 2025
25f2796
add constraint action when modified column has a constraint
angelamayxie Jul 29, 2025
900431d
fix typo
angelamayxie Jul 29, 2025
5ab74d1
added parse test
angelamayxie Jul 29, 2025
87bce34
Merge pull request #422 from dolthub/angela/check_constraints
angelamayxie Jul 29, 2025
497aebb
Allow using FOR UPDATE NOWAIT in SELECT statements (#423)
ko41 Jul 30, 2025
f004677
add AlterCommentSpec to DDL
angelamayxie Aug 12, 2025
1459f08
Merge branch 'main' of https://github.com/dolthub/vitess into angela/…
angelamayxie Aug 12, 2025
3072c5a
make string into string
angelamayxie Aug 12, 2025
44f99bd
update DDL.Format
angelamayxie Aug 13, 2025
9096257
added more parse tests
angelamayxie Aug 13, 2025
4584416
Merge pull request #424 from dolthub/angela/table_comments
angelamayxie Aug 13, 2025
08b5d88
add tests
nicktobey Jul 29, 2025
1e46203
add vector type
nicktobey Jul 28, 2025
3dfcbf0
Update generated sql.go
nicktobey Aug 14, 2025
c749d21
Merge pull request #425 from dolthub/nicktobey/vector2
nicktobey Aug 14, 2025
6437a1d
sqlparser: allow parenthesized SELECT in select_statement_with_no_tra…
elianddb Aug 27, 2025
3377461
add issue link
elianddb Aug 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ _test
java/*/target
java/*/bin
php/vendor

releases
5 changes: 1 addition & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
* @sougou

/docker/ @derekperkins @dkhenry
/helm/ @derekperkins @dkhenry
* @zachmu
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ about: If you have a question, please check out our other community resources in
Issues on GitHub are intended to be related to bugs or feature requests, so we recommend using our other community resources instead of asking here.

- [Vitess User Guide](https://vitess.io/user-guide/introduction/)
- Any other questions can be asked in the community [Slack workspace](https://bit.ly/vitess-slack)
- Any other questions can be asked in the community [Slack workspace](https://vitess.io/slack)
25 changes: 25 additions & 0 deletions .github/workflows/check_make_parser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: check_make_parser
on: [push, pull_request]
jobs:

build:
name: Build
runs-on: ubuntu-24.04
steps:

- name: Check out code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: Get dependencies
run: |
go mod download

- name: check_make_parser
run: |
tools/check_make_parser.sh

23 changes: 23 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: unit
on: pull_request
jobs:

build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: Get dependencies
run: |
go mod download

- name: unit
run: |
go test ./go/...
24 changes: 24 additions & 0 deletions .github/workflows/unit_race.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: unit_race
on: pull_request
jobs:

build:
name: Build
runs-on: ubuntu-24.04
steps:

- name: Check out code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: Get dependencies
run: |
go mod download

- name: unit_race
run: |
go test -race ./go/...
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ releases

# Vagrant
.vagrant

dist/*
py-vtdb*
vthook*
bin*

vtdataroot*
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# Open TODOs:
# - Re-add travis/check_make_proto.sh, ideally as part of test/config.json.
# - Add a presubmit which checks that vendor/vendor.json is the same as in the Docker image. This will prevent people from making changes to it without pushing new bootstrap Docker images.
# - Add a presubmit which checks that if bootstrap has changed, and docker image is out of date.

# sudo is required because we run Docker in our builds.
# See: https://docs.travis-ci.com/user/docker/
Expand All @@ -28,7 +28,7 @@ services:

language: go
go:
- 1.11.x
- 1.12.x
go_import_path: vitess.io/vitess
env:
global:
Expand Down
15 changes: 0 additions & 15 deletions ADOPTERS.md

This file was deleted.

3 changes: 0 additions & 3 deletions CODE_OF_CONDUCT.md

This file was deleted.

17 changes: 0 additions & 17 deletions CONTRIBUTING.md

This file was deleted.

37 changes: 0 additions & 37 deletions DCO

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile

This file was deleted.

115 changes: 0 additions & 115 deletions GOVERNANCE.md

This file was deleted.

27 changes: 0 additions & 27 deletions GUIDING_PRINCIPLES.md

This file was deleted.

38 changes: 0 additions & 38 deletions MAINTAINERS.md

This file was deleted.

Loading