Граф коммитов

195 Коммитов

Автор SHA1 Сообщение Дата
Sara Bee 1a9acebe13 Update web_bootstrap.sh with node/npm versions
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
2022-01-31 13:41:16 -05:00
Florent Poinsard 5a89899a6a
Added arguments to updateVitessOperatorExample for consistency
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-31 10:45:55 +01:00
Florent Poinsard 03c96d7c91 Fix mysql80 examples regex
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-28 17:48:04 +01:00
Florent Poinsard 34d384f863
Remove odd indentations
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-28 16:59:17 +01:00
Florent Poinsard f0be1f8477
Update the operator README during the release
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-28 16:30:37 +01:00
Florent Poinsard e0493e3687
Fixed final output and sed variable escaping
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-28 16:15:41 +01:00
Florent Poinsard db3b82dc38
Removed unrequired bash set
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-28 16:04:46 +01:00
Florent Poinsard 38502b4483
Update vitess operator examples during release
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-28 16:02:04 +01:00
Florent Poinsard 5776805204
Extracted the do_release Make rule's shell commands to a .sh file
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-28 15:21:25 +01:00
Vicent Marti ff3fe42070 ci: bump bootstrap version
Signed-off-by: Vicent Marti <vmg@strn.cat>
2022-01-18 16:55:57 +01:00
Adam Jedro 141ed42b3c Add vtadmin binaries to release and Docker images
Signed-off-by: Adam Jedro <adamjedro@gmail.com>
2021-12-16 22:57:14 +01:00
Eng Zer Jun ecf27f44c4
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-05 08:05:23 +08:00
Florent Poinsard 7b484e7b9d Applying goimports before checking sizegen to reduce import-related errors
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2021-09-16 08:58:46 +02:00
Deepthi Sigireddi 6614030493
Merge pull request #8640 from planetscale/update-go-1-17
Upgrade to Go 1.17
2021-08-25 14:18:57 -07:00
deepthi 91e9d10721 inclusive naming: fix a few more master references that were missed earlier
Signed-off-by: deepthi <deepthi@planetscale.com>
2021-08-20 14:22:39 -07:00
Florent Poinsard 7140abf27f
Applied gofmt and the new build constraints
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2021-08-17 18:57:42 +02:00
Rohit Nayak d2f884d217
Various mods for replacing MASTER with PRIMARY
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-08-06 15:32:30 +02:00
longfei cdafed4857 [fix][2021-06-30 15:35] revert removing table_id_opt
Signed-off-by: longfei <lf.x.0720@gmail.com>
2021-06-30 15:35:53 +08:00
Vicent Marti cf495bcd1c tools: unify tools.go
Signed-off-by: Vicent Marti <vmg@strn.cat>
2021-05-24 17:01:21 +02:00
Vicent Marti ade27d34b6 proto: generate faster code using vtprotobuf
Signed-off-by: Vicent Marti <vmg@strn.cat>
2021-05-24 16:58:37 +02:00
Vicent Marti e9935049a6 protobuf: upgrade
Signed-off-by: Vicent Marti <vmg@strn.cat>
2021-05-19 11:13:59 +02:00
Zou Yu 61bf25f344 Fix some static check warning in tools/rowlog/rowlog.go
Signed-off-by: Zou Yu <zouy.fnst@cn.fujitsu.com>
2021-05-13 20:35:22 -04:00
Rohit Nayak 3211e7fe45
Fix merge issue
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-05-08 14:52:58 +02:00
Shlomi Noach e1dcfbb5e3 add vtctldclient to binary directory
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
2021-04-18 10:08:22 +03:00
Rohit Nayak bf47abd007
Update rowlog for the API change made for the vstream skew alignment feature
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-04-08 15:46:27 +02:00
Alkin Tezuysal 2167d89a08 Add vtorc binary for rpm,deb builds
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
2021-03-26 16:29:26 +03:00
GuptaManan100 1ee529d215 converted strings to ColIdents and TableIdents in names of databases and constraints
Signed-off-by: GuptaManan100 <manan@planetscale.com>
2021-03-25 15:50:04 +05:30
Vicent Marti 934d25a5ad tools: fix check_make_parser
Signed-off-by: Vicent Marti <vmg@strn.cat>
2021-03-12 13:07:04 +01:00
GuptaManan100 13b765f50c added script to tools for checking that make sizegen has been run
Signed-off-by: GuptaManan100 <manan@planetscale.com>
2021-02-22 22:29:22 +05:30
Andres Taylor f700bbf999 Merge remote-tracking branch 'upstream/master' into alter-table-not-null
Signed-off-by: Andres Taylor <andres@planetscale.com>
2021-02-09 12:17:54 +01:00
GuptaManan100 6abbe91509 fixed check_make_parser test
Signed-off-by: GuptaManan100 <manan@planetscale.com>
2021-02-09 11:15:43 +05:30
Vicent Marti 76bd931996 tools: do not cache E2E tests between runs
Signed-off-by: Vicent Marti <vmg@strn.cat>
2021-02-02 11:27:21 +01:00
Aditya Sharma 47611bca39 goimports -local vitess.io/vitess -w .
Signed-off-by: Aditya Sharma <git@adi.run>
2021-01-04 18:27:04 -05:00
Rohit Nayak 88f7adc802
Address review comment
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2020-10-22 08:22:19 +02:00
Rohit Nayak fd8808abad
Tool to diagnose vreplication issues in production
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2020-10-15 23:57:26 +02:00
Guido Iaquinti 04c9f416e0
Docker - allow BUILD_NUMBER variable override
Signed-off-by: Guido Iaquinti <giaquinti@slack-corp.com>
2020-08-26 15:41:30 +02:00
Sara Bee 8b725f3614
Update user-facing terminology + copyright dates in tools/web_*
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
2020-07-27 14:39:56 -04:00
Sara Bee 5e76ed3f3b
Update front-end build tooling and fix build error
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
2020-07-25 15:11:21 -04:00
akilan 5aa4709675 Handled ineffectual errors
Signed-off-by: akilan <as251@hw.ac.uk>
2020-06-23 23:03:24 +04:00
Carson Anderson 40b0546232 Only check for k3s binary on Linux
Signed-off-by: Carson Anderson <ca@carsonoid.net>
2020-06-22 09:11:17 -06:00
Morgan Tocker e15c5eca74 Fix regression in release script
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-05-07 11:11:19 -06:00
Morgan Tocker b3cd9ca10b Add k3s to dependency check
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-03-27 12:37:27 -06:00
deepthi 0da1d0eb20 Improve logging in cluster tests
Signed-off-by: deepthi <deepthi@planetscale.com>
2020-03-23 19:37:35 -07:00
deepthi 48c654081f tests: make_parser test errors out on CI
Signed-off-by: deepthi <deepthi@planetscale.com>
2020-03-17 11:47:03 -07:00
Morgan Tocker 37f0768c7d Merge remote-tracking branch 'upstream/master' into gedgar-pkg-dirs
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-03-04 11:44:19 -07:00
Morgan Tocker c4488b57be Merge remote-tracking branch 'upstream/master' into code_coverage_tracking
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-02-21 10:48:51 -07:00
Gary Edgar 2e44ce13c9 tools/make-release-packages.sh: install dir tweaks
Signed-off-by: Gary Edgar <gary@planetscale.com>
2020-02-20 15:47:20 -08:00
Ajeet jain 4ff177644c
adding source back in the sh file
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-02-10 11:30:15 +05:30
Ajeet jain 1b38761919
Fixing test framework for zookeeper
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-02-10 11:08:22 +05:30
Ajeet jain aaf4741ecd
added source build.env back
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-02-10 09:46:47 +05:30
Ajeet jain c7f1cadcf3
trying different way for consul
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-02-07 17:04:39 +05:30
Ajeet jain 2580188959
fixed test.go framework for go cluster tests
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-02-07 13:35:03 +05:30
Arindam Nayak fa0a8c1ca4 updated script comment
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2020-01-29 15:51:17 +05:30
Arindam Nayak 93506294f6 Code coverage tracking (#11)
* added code coverage using sonar and codecov

Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2020-01-29 15:51:17 +05:30
Gary Edgar 4ea11a5839 tools/make-release-packages.sh: Various fixes
Signed-off-by: Gary Edgar <gary@planetscale.com>
2020-01-14 15:37:27 -08:00
Morgan Tocker 28eb3c1277 Completely remove VTROOT requirement
Hooks will just not be supported if VTROOT is not specified.

Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-01-03 16:40:55 -07:00
Morgan Tocker 4d6c8d1443 Improve gitignore, remove config from packages
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-01-03 14:46:44 -07:00
Gary Edgar ca76c58579 tools/make-release-packages.sh: stop packaging web dir
Signed-off-by: Gary Edgar <gary@planetscale.com>
2020-01-02 14:05:00 -08:00
Morgan Tocker 2607bcde42
Merge pull request #5629 from planetscale/ds-unit-race
include go/... in unit_test_race instead of go/vt/...
2019-12-31 09:56:10 -07:00
Deepthi Sigireddi 1ae74b11cf
Merge pull request #5604 from planetscale/tal_reparent_new
Reparenting endtoend testcases in Go migrated from Python [+ github actions]
2019-12-30 22:04:17 -08:00
deepthi 09eb5d024b include go/... in unit_test_race instead of go/vt/...
Signed-off-by: deepthi <deepthi@planetscale.com>
2019-12-30 21:44:19 -08:00
Sugu Sougoumarane 67e1ba4860 tests: increase timeout for unit tests
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2019-12-30 11:33:03 -08:00
Ajeet jain 597d95c7ee
code cleanup
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-26 11:58:57 +05:30
Ajeet jain e32f26fc5b
reverted unrequired files/changes
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-26 11:56:05 +05:30
Ajeet Jain f429154009
Splitting github actions for endtoend go cluster in multiple nodes
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-26 11:49:10 +05:30
Ajeet jain 0c18dc1e1d
Merge remote-tracking branch 'upstream/master' into tal_reparent_new
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-23 16:46:37 +05:30
Sugu Sougoumarane 9daae6d8c0 tests: fix unit_race
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2019-12-22 21:55:11 -08:00
Morgan Tocker c30ec7f649
Merge pull request #5602 from planetscale/gedgar-rm-sauce-connect
tools/sauce_connect_*.sh: Remove broken/unused scripts
2019-12-20 09:27:07 -07:00
Ajeet jain 4c85a56fb9
updated readme and config
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-20 11:01:57 +05:30
Ajeet jain 4a8b2e8097
reparent test cases written in go
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-20 10:45:00 +05:30
Sugu Sougoumarane b8c0dc3e95
Merge pull request #5589 from planetscale/morgo-add-auto-release
Add automated release
2019-12-19 19:34:28 -08:00
Gary Edgar aceb06f273 tools/sauce_connect_*.sh: Remove broken/unused scripts
Signed-off-by: Gary Edgar <gary@planetscale.com>
2019-12-19 18:37:06 -08:00
Morgan Tocker ca6730dce5
Merge pull request #5559 from planetscale/morgo-matrix-unit
Add matrix build for unit tests
2019-12-19 10:39:48 -07:00
Gary Edgar 598806a0d0 make-release-packages.sh: Disable shellcheck 1091 and Add README pointing to local install instructions
Signed-off-by: Gary Edgar <gary@planetscale.com>
2019-12-18 18:16:12 -08:00
Morgan Tocker 73fc38464b Add automated release
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-18 09:48:44 -07:00
Morgan Tocker b4be0c775b Remove MariaDB 10.1
Re-enable unit race
Change CI git checkout to be v2.0
Disable test caching

Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-17 09:26:12 -07:00
Morgan Tocker 98b3ad1b45 Improve Test Stability
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-13 07:03:27 -07:00
Morgan Tocker c1dc972878
Merge pull request #5543 from planetscale/morgo-improve-dependency-chk
Add better dependency checking
2019-12-10 18:00:01 -07:00
Morgan Tocker aa84ea4300 Address PR Feedback
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-10 13:16:25 -07:00
Morgan Tocker 5ebe0cfbd4 Make packages with cut down binaries list
Fixes #5421

Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-10 12:08:05 -07:00
Morgan Tocker 7bf41372e2 Add mysqld PATH workaround
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-10 09:25:20 -07:00
Morgan Tocker 855cc73708 Improve dependency checking for Go
Minor spelling/grammar improvements

Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-10 09:00:33 -07:00
Morgan Tocker 2f373c4600 Add better dependency checking
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-10 08:20:38 -07:00
Morgan Tocker b25d149479 Merge VTTOP and VTROOT variables
Disable prepared_statement test
Add a check to examples to make sure etcd is not running

Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-07 12:11:06 -07:00
Morgan Tocker 0e32897141 Make the unit race test raise errors
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-03 19:44:29 -07:00
Morgan Tocker e79b8451a9 Merge remote-tracking branch 'upstream/master' into cluster_for_test
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-11-07 12:15:34 -07:00
Arindam Nayak 5ac032e49b exclude cluster test from e2e_race
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2019-10-30 14:59:21 +05:30
Sugu Sougoumarane 9238e401d6
Merge pull request #5353 from hwdef/add-license1
update license
2019-10-27 17:34:00 -07:00
Arindam Nayak f3969f8835 separated cluster test to shard 2
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2019-10-25 19:33:55 +05:30
Arindam Nayak ef7139d821 externalize etcd peer port and tmp directory
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2019-10-25 17:49:26 +05:30
hwdef 44d26bb206 update license
Signed-off-by: hwdef <hwdef97@gmail.com>
2019-10-25 10:20:30 +08:00
Morgan Tocker 28ecc0b561 Cleanup some left over code from previous changes
Stabalizes the testsuite on "MySQL56" == MySQL 5.7 in modern usage.

Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-10-21 16:17:53 -06:00
Sugu Sougoumarane a715872079
Merge pull request #5297 from tanjunchen/update-lisence-header-java-directory
update the license header in java/ tools/ travis/ tests.go files
2019-10-15 20:54:24 -07:00
deepthi 2491da0f0f Split tests into unit and endtoend(e2e). Speed up backup test
Signed-off-by: deepthi <deepthi@planetscale.com>
2019-10-14 22:06:04 -07:00
tanjunchen a205ed390f update license header in java/ tools/ travis/ test.go files
Signed-off-by: tanjunchen <2799194073@qq.com>
2019-10-12 15:55:55 +08:00
Anthony Yeh f97a82bfe7 Use Go modules to run goyacc.
Since all Go tools have been removed from bootstrap.

Signed-off-by: Anthony Yeh <enisoc@planetscale.com>
2019-09-12 21:29:15 +00:00
Morgan Tocker fb4eec3e3d Add go mod download to Docker base
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-09-04 09:31:43 -06:00
Morgan Tocker 4d8a6a90c9 Change to use tools/tools.go for go get dependencies
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-08-30 10:44:56 -06:00
Rafael Chacon 7c36faa885 Adds a test to check regressions in parser
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
2019-01-15 22:05:02 -08:00
Scott Lanning 60ed1bf8e9 added comment
suggested by Simon Mudd

Signed-off-by: Scott Lanning <scott.lanning@booking.com>
2018-12-13 13:05:59 +01:00