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

Fix bug makefile build info #2917

Closed

Commits on Mar 17, 2017

  1. Merge pull request #1 from tinyspeck/upstream-update

    upstream update
    demmer authored Mar 17, 2017
    Configuration menu
    Copy the full SHA
    304fa02 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2017

  1. Configuration menu
    Copy the full SHA
    449ea49 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Merge pull request #2 from tinyspeck/quieter-mysqlconn

    update to latest and suppress vtgate logging
    demmer authored Mar 27, 2017
    Configuration menu
    Copy the full SHA
    44bc078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984d475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdee810 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    10f3666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e08e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from tinyspeck/truncate-long-queries-in-ui

    update to latest and truncate long queries in ui
    demmer authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    61094af View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Merge branch 'master' of github.com:youtube/vitess into fork_sync

    Fixed merge conflict in go/vt/utils/utils.go
    Guido Iaquinti committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    095d7af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from tinyspeck/fork_sync

    Update to latest
    ilmerovingio authored Mar 29, 2017
    Configuration menu
    Copy the full SHA
    ca16755 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    bd876a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbfc8e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db8d206 View commit details
    Browse the repository at this point in the history
  4. 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.
    demmer committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    ada4380 View commit details
    Browse the repository at this point in the history
  5. go fmt the new additions

    demmer committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    db98695 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d52ede9 View commit details
    Browse the repository at this point in the history
  7. 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.
    demmer committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    ecf16bb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    0ed09e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6591c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from tinyspeck/truncate-long-queries-in-logs-sl…

    …ack-2
    
    truncate long queries in logs
    demmer authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    a48acff View commit details
    Browse the repository at this point in the history
  4. remove unused utils import

    demmer committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    f47a2c1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from tinyspeck/truncate-long-queries-in-logs-sl…

    …ack-2
    
    remove unused utils import
    demmer authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    1e63bf7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Revert "Merge pull request #6 from tinyspeck/truncate-long-queries-in…

    …-logs-slack-2"
    
    This reverts commit 1e63bf7, reversing
    changes made to a48acff.
    demmer committed May 1, 2017
    Configuration menu
    Copy the full SHA
    22162b2 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request #5 from tinyspeck/truncate-long-queries-in…

    …-logs-slack-2"
    
    This reverts commit a48acff, reversing
    changes made to ca16755.
    demmer committed May 1, 2017
    Configuration menu
    Copy the full SHA
    e731052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae1941 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Merge pull request #7 from tinyspeck/slack-update-to-latest

    update to latest master
    demmer authored May 2, 2017
    Configuration menu
    Copy the full SHA
    2ebe9f2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Configuration menu
    Copy the full SHA
    8da23a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from tinyspeck/fix-mysql-disconnect-panic-slack

    don't try to roll back on a nonexistent session
    demmer authored May 8, 2017
    Configuration menu
    Copy the full SHA
    73d1d95 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Fix roll back on a nonexistent session

    Guido Iaquinti committed May 9, 2017
    Configuration menu
    Copy the full SHA
    1c89514 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from tinyspeck/fix_build

    Fix roll back on a nonexistent session
    Guido Iaquinti authored May 9, 2017
    Configuration menu
    Copy the full SHA
    1483ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5878a83 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from tinyspeck/mysql-server-metrics

    add counters and timing metrics for the mysql protocol server
    demmer authored May 9, 2017
    Configuration menu
    Copy the full SHA
    c224275 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Configuration menu
    Copy the full SHA
    5fb3cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d2c75 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Merge pull request #11 from tinyspeck/connection-log-remote-endpoint

    Connection log remote endpoint
    demmer authored May 18, 2017
    Configuration menu
    Copy the full SHA
    69269f8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Configuration menu
    Copy the full SHA
    6bcbc03 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Merge pull request #12 from inexplicable/master

    rebased from youtube/vitess@main
    ameetkotian authored May 31, 2017
    Configuration menu
    Copy the full SHA
    7a032ec View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    7f9f505 View commit details
    Browse the repository at this point in the history