-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix bug makefile build info #2917
Fix bug makefile build info #2917
Commits on Mar 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 304fa02 - Browse repository at this point
Copy the full SHA 304fa02View commit details
Commits on Mar 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 449ea49 - Browse repository at this point
Copy the full SHA 449ea49View commit details
Commits on Mar 27, 2017
-
Merge pull request #2 from tinyspeck/quieter-mysqlconn
update to latest and suppress vtgate logging
Configuration menu - View commit details
-
Copy full SHA for 44bc078 - Browse repository at this point
Copy the full SHA 44bc078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 984d475 - Browse repository at this point
Copy the full SHA 984d475View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdee810 - Browse repository at this point
Copy the full SHA cdee810View commit details
Commits on Mar 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 10f3666 - Browse repository at this point
Copy the full SHA 10f3666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e08e8 - Browse repository at this point
Copy the full SHA 02e08e8View commit details -
Merge pull request #3 from tinyspeck/truncate-long-queries-in-ui
update to latest and truncate long queries in ui
Configuration menu - View commit details
-
Copy full SHA for 61094af - Browse repository at this point
Copy the full SHA 61094afView commit details
Commits on Mar 29, 2017
-
Merge branch 'master' of github.com:youtube/vitess into fork_sync
Fixed merge conflict in go/vt/utils/utils.go
Guido Iaquinti committedMar 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 095d7af - Browse repository at this point
Copy the full SHA 095d7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca16755 - Browse repository at this point
Copy the full SHA ca16755View commit details
Commits on Apr 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bd876a5 - Browse repository at this point
Copy the full SHA bd876a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfc8e3 - Browse repository at this point
Copy the full SHA bbfc8e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8d206 - Browse repository at this point
Copy the full SHA db8d206View commit details -
rework error log and debug ui truncation
As per PR feedback, added command line flags to separately control the maximum length of queries in the UI and in error logs. Also added additional cases for errors from vtgate.
Configuration menu - View commit details
-
Copy full SHA for ada4380 - Browse repository at this point
Copy the full SHA ada4380View commit details -
Configuration menu - View commit details
-
Copy full SHA for db98695 - Browse repository at this point
Copy the full SHA db98695View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52ede9 - Browse repository at this point
Copy the full SHA d52ede9View commit details -
rework the error string truncation again
After testing more cases in the actual deployment I realized that in several cases we actually have a protobuf object and therefore need to call fmt.Sprintf to generate the value before truncating the string.
Configuration menu - View commit details
-
Copy full SHA for ecf16bb - Browse repository at this point
Copy the full SHA ecf16bbView commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0ed09e4 - Browse repository at this point
Copy the full SHA 0ed09e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6591c - Browse repository at this point
Copy the full SHA 7d6591cView commit details -
Merge pull request #5 from tinyspeck/truncate-long-queries-in-logs-sl…
…ack-2 truncate long queries in logs
Configuration menu - View commit details
-
Copy full SHA for a48acff - Browse repository at this point
Copy the full SHA a48acffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f47a2c1 - Browse repository at this point
Copy the full SHA f47a2c1View commit details -
Merge pull request #6 from tinyspeck/truncate-long-queries-in-logs-sl…
…ack-2 remove unused utils import
Configuration menu - View commit details
-
Copy full SHA for 1e63bf7 - Browse repository at this point
Copy the full SHA 1e63bf7View commit details
Commits on May 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 22162b2 - Browse repository at this point
Copy the full SHA 22162b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e731052 - Browse repository at this point
Copy the full SHA e731052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae1941 - Browse repository at this point
Copy the full SHA 4ae1941View commit details
Commits on May 2, 2017
-
Merge pull request #7 from tinyspeck/slack-update-to-latest
update to latest master
Configuration menu - View commit details
-
Copy full SHA for 2ebe9f2 - Browse repository at this point
Copy the full SHA 2ebe9f2View commit details
Commits on May 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8da23a4 - Browse repository at this point
Copy the full SHA 8da23a4View commit details -
Merge pull request #8 from tinyspeck/fix-mysql-disconnect-panic-slack
don't try to roll back on a nonexistent session
Configuration menu - View commit details
-
Copy full SHA for 73d1d95 - Browse repository at this point
Copy the full SHA 73d1d95View commit details
Commits on May 9, 2017
-
Fix roll back on a nonexistent session
Guido Iaquinti committedMay 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 1c89514 - Browse repository at this point
Copy the full SHA 1c89514View commit details -
Merge pull request #9 from tinyspeck/fix_build
Fix roll back on a nonexistent session
Guido Iaquinti authoredMay 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 1483ca1 - Browse repository at this point
Copy the full SHA 1483ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5878a83 - Browse repository at this point
Copy the full SHA 5878a83View commit details -
Merge pull request #10 from tinyspeck/mysql-server-metrics
add counters and timing metrics for the mysql protocol server
Configuration menu - View commit details
-
Copy full SHA for c224275 - Browse repository at this point
Copy the full SHA c224275View commit details
Commits on May 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5fb3cbe - Browse repository at this point
Copy the full SHA 5fb3cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d2c75 - Browse repository at this point
Copy the full SHA d4d2c75View commit details
Commits on May 18, 2017
-
Merge pull request #11 from tinyspeck/connection-log-remote-endpoint
Connection log remote endpoint
Configuration menu - View commit details
-
Copy full SHA for 69269f8 - Browse repository at this point
Copy the full SHA 69269f8View commit details
Commits on May 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6bcbc03 - Browse repository at this point
Copy the full SHA 6bcbc03View commit details
Commits on May 31, 2017
-
Merge pull request #12 from inexplicable/master
rebased from youtube/vitess@main
Configuration menu - View commit details
-
Copy full SHA for 7a032ec - Browse repository at this point
Copy the full SHA 7a032ecView commit details
Commits on Jun 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7f9f505 - Browse repository at this point
Copy the full SHA 7f9f505View commit details