-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into horizon-planning
Signed-off-by: Andres Taylor <[email protected]>
- Loading branch information
Showing
115 changed files
with
8,940 additions
and
5,527 deletions.
There are no files selected for viewing
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,14 @@ The following is the full list, alphabetically ordered. | |
* Alkin Tezuysal ([askdba](https://github.com/askdba)) [email protected] | ||
* Andres Taylor ([systay](https://github.com/systay)) [email protected] | ||
* Anthony Yeh ([enisoc](https://github.com/enisoc)) [email protected] | ||
* Dan Kozlowski ([dkhenry](https://github.com/dkhenry)) koz@planetscale.com | ||
* Dan Kozlowski ([dkhenry](https://github.com/dkhenry)) dan.kozlowski@gmail.com | ||
* David Weitzman ([dweitzman](https://github.com/dweitzman)) [email protected] | ||
* Deepthi Sigireddi ([deepthi](https://github.com/deepthi)) [email protected] | ||
* Derek Perkins ([derekperkins](https://github.com/derekperkins)) [email protected] | ||
* Harshit Gangal ([harshit-gangal](https://github.com/harshit-gangal)) [email protected] | ||
* Jon Tirsen ([tirsen](https://github.com/tirsen)) [email protected] | ||
* Michael Demmer ([demmer](https://github.com/demmer)) [email protected] | ||
* Michael Pawliszyn ([mpawliszyn](https://github.com/mpawliszyn)) [email protected] | ||
* Morgan Tocker ([morgo](https://github.com/morgo)) [email protected] | ||
* Paul Hemberger ([pH14](https://github.com/pH14)) [email protected] | ||
* Rafael Chacon ([rafael](https://github.com/rafael)) [email protected] | ||
* Rohit Nayak ([rohit-nayak-ps](https://github.com/rohit-nayak-ps)) [email protected] | ||
|
@@ -23,13 +22,13 @@ The following is the full list, alphabetically ordered. | |
## Areas of expertise | ||
|
||
### General Vitess | ||
sougou, demmer, rafael, dweitzman, tirsen, morgo, enisoc | ||
sougou, demmer, rafael, dweitzman, tirsen, askdba, enisoc | ||
|
||
### Builds | ||
dkhenry, morgo | ||
dkhenry, shlomi-noach | ||
|
||
### Resharding | ||
sougou, rafael, tirsen, dweitzman, systay | ||
sougou, rafael, tirsen, dweitzman, systay, rohit-nayak-ps | ||
|
||
### Parser | ||
sougou, dweitzman, deepthi, systay, harshit-gangal | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
externalConnections: | ||
erpl: | ||
flavor: FilePos | ||
host: external_db_host | ||
port: 3306 | ||
dbName: commerce | ||
app: | ||
user: external_db_user | ||
password: external_db_password | ||
dba: | ||
user: external_db_user | ||
password: external_db_password | ||
filtered: | ||
user: external_db_user | ||
password: external_db_password | ||
repl: | ||
user: external_db_user | ||
password: external_db_password | ||
appdebug: | ||
user: external_db_user | ||
password: external_db_password | ||
allprivs: | ||
user: external_db_user | ||
password: external_db_password |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package main | ||
|
||
import "vitess.io/vitess/go/stats/statsd" | ||
|
||
func init() { | ||
statsd.Init("vtgate") | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package main | ||
|
||
import "vitess.io/vitess/go/stats/statsd" | ||
|
||
func init() { | ||
statsd.Init("vttablet") | ||
} |
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.