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

build(deps): bump google.golang.org/grpc from 1.55.0-dev to 1.56.3 #151

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 28, 2023

  1. VTGate Buffering: Use a more accurate heuristic for determining if we…

    …'re doing a reshard (vitessio#13856)
    
    Signed-off-by: Matt Lord <[email protected]>
    mattlord authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d555d7e View commit details
    Browse the repository at this point in the history
  2. Go 1.21 cleanups (vitessio#13862)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6e9e641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b65cde1 View commit details
    Browse the repository at this point in the history
  4. Add leak checking for vtgate tests (vitessio#13835)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    Signed-off-by: Rohit Nayak <[email protected]>
    Signed-off-by: Vicent Marti <[email protected]>
    Co-authored-by: Rohit Nayak <[email protected]>
    Co-authored-by: Vicent Marti <[email protected]>
    3 people authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ad6b5df View commit details
    Browse the repository at this point in the history
  5. vtctldclient OnlineDDL CANCEL (vitessio#13860)

    Signed-off-by: Shlomi Noach <[email protected]>
    Co-authored-by: Andrew Mason <[email protected]>
    shlomi-noach and ajm188 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ab7bfe7 View commit details
    Browse the repository at this point in the history
  6. Fix merge conflict with new tests (vitessio#13869)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    02d2aba View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Foreign key cascade planning for DELETE and UPDATE queries (vitessio#…

    …13823)
    
    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Manan Gupta <[email protected]>
    Co-authored-by: Manan Gupta <[email protected]>
    harshit-gangal and GuptaManan100 authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    68285b3 View commit details
    Browse the repository at this point in the history
  2. Add Foreign key verify constraint engine primitive (vitessio#13848)

    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Manan Gupta <[email protected]>
    Co-authored-by: Manan Gupta <[email protected]>
    harshit-gangal and GuptaManan100 authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e5b35fc View commit details
    Browse the repository at this point in the history
  3. Fix setup order to avoid races (vitessio#13871)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7450cc0 View commit details
    Browse the repository at this point in the history
  4. [wrangler] cleanup unused functions (vitessio#13867)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6a394d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0771e03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b60c33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99271d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. sqlparser: Tablespace option is case sensitive (vitessio#13884)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ce389fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b62b7 View commit details
    Browse the repository at this point in the history
  3. vtctldclient: support OnlineDDL complete, launch commands (vitess…

    …io#13896)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    Co-authored-by: Andrew Mason <[email protected]>
    shlomi-noach and ajm188 authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1e82c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44cc6e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    2442a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8452262 View commit details
    Browse the repository at this point in the history
  3. [staticcheck] Cleanup deprecations (vitessio#13898)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    eb0eb0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc435db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4e5ed4 View commit details
    Browse the repository at this point in the history
  6. [misc] tidy imports (vitessio#13885)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ab06a43 View commit details
    Browse the repository at this point in the history
  7. [staticcheck] miscellaneous tidying (vitessio#13892)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7e03abb View commit details
    Browse the repository at this point in the history
  8. MoveTables: add flag to specify that routing rules should not be crea…

    …ted when a movetables workflow is created (vitessio#13895)
    
    Signed-off-by: Rohit Nayak <[email protected]>
    Signed-off-by: Rohit Nayak <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    rohit-nayak-ps and mattlord authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7176b22 View commit details
    Browse the repository at this point in the history
  9. Add vtsql flags to vtadmin (vitessio#13674)

    Signed-off-by: notfelineit <[email protected]>
    notfelineit authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2de3ea9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Consolidate helper functions for working with proto3 time messages (v…

    …itessio#13905)
    
    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7636754 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Misc Local Install improvements. (vitessio#13446)

    Signed-off-by: Jean-François Gagné <[email protected]>
    Signed-off-by: Rohit Nayak <[email protected]>
    Co-authored-by: Rohit Nayak <[email protected]>
    jfg956 and rohit-nayak-ps authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2ed24d5 View commit details
    Browse the repository at this point in the history
  2. Use correct syntax in test (vitessio#13907)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3bdb574 View commit details
    Browse the repository at this point in the history
  3. gen4: Fast aggregations (vitessio#13904)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1126480 View commit details
    Browse the repository at this point in the history
  4. icuregex: Update to ICU 73 (vitessio#13912)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    245670f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. [staticcheck] Last few staticchecks! (vitessio#13909)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6d26dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd561ee View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    3404baa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04ad6ec View commit details
    Browse the repository at this point in the history
  3. migrate vtorc to use cobra commands (vitessio#13917)

    Co-authored-by: Florent Poinsard <[email protected]>
    Andrew Mason and frouioui authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    86c1d23 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Silence 'CheckThrottler' gRPC calls (vitessio#13925)

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0154908 View commit details
    Browse the repository at this point in the history
  2. OnlineDDL: fix nil 'completed_timestamp' for cancelled migrations (vi…

    …tessio#13928)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    Co-authored-by: Andrew Mason <[email protected]>
    shlomi-noach and ajm188 authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f71583b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    04fe231 View commit details
    Browse the repository at this point in the history
  2. add support for foreign key constraint verify on update

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8bbe0dc View commit details
    Browse the repository at this point in the history
  3. refactor: add comment explaining map in input

    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored and harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9511c41 View commit details
    Browse the repository at this point in the history
  4. foreign key verify operator and logical

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ff8b2ce View commit details
    Browse the repository at this point in the history
  5. changed parent verification query and accordingly change the engine p…

    …rimitive for foreign key constraint verification
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f1d720c View commit details
    Browse the repository at this point in the history
  6. add where condition to fk verify query

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6ccc138 View commit details
    Browse the repository at this point in the history
  7. feat: add code to verify update with cascade run with foreign key che…

    …cks 0 and validate all the foreign keys on vtgate
    
    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored and harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0c36809 View commit details
    Browse the repository at this point in the history
  8. test: fix tests to reflect the recent changes

    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored and harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b91b206 View commit details
    Browse the repository at this point in the history
  9. Rewrite USING to ON condition for joins (vitessio#13931)

    Co-authored-by: Andres Taylor <[email protected]>
    frouioui and systay authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4cb97bd View commit details
    Browse the repository at this point in the history
  10. feat: add code to verify valdity of ON UPDATE RESTRICT foreign keys w…

    …herever required
    
    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored and harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    89437e6 View commit details
    Browse the repository at this point in the history
  11. small refactor

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0981e59 View commit details
    Browse the repository at this point in the history
  12. update plan output test

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d1d9906 View commit details
    Browse the repository at this point in the history
  13. store the verification type

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d0f8352 View commit details
    Browse the repository at this point in the history
  14. return verify error based on type

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f232f6b View commit details
    Browse the repository at this point in the history
  15. small refactor - removed unused code

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2adba03 View commit details
    Browse the repository at this point in the history
  16. cascade with new value should work

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fa6f6d1 View commit details
    Browse the repository at this point in the history
  17. update fk error messages

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c301cdc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    868a1d6 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'planetscale-fk-verify-update-planning'

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ee77f54 View commit details
    Browse the repository at this point in the history
  20. [vtctld] more cobra binaries (vitessio#13930)

    Andrew Mason authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    26a97d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. VReplication: Handle SQL NULL and JSON 'null' correctly for JSON colu…

    …mns (vitessio#13944)
    
    Signed-off-by: Matt Lord <[email protected]>
    Signed-off-by: Rohit Nayak <[email protected]>
    Co-authored-by: Rohit Nayak <[email protected]>
    mattlord and rohit-nayak-ps authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    974579d View commit details
    Browse the repository at this point in the history
  2. Tablet throttler: empty list of probes on non-leader (vitessio#13926)

    Signed-off-by: Shlomi Noach <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    shlomi-noach and mattlord authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7aed9ed View commit details
    Browse the repository at this point in the history
  3. Fix ApplySchema --batch-size with --allow-zero-in-date (vitessio…

    …#13951)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    Co-authored-by: Vicent Martí <[email protected]>
    shlomi-noach and vmg authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    dae5cec View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    a81fd32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    227d044 View commit details
    Browse the repository at this point in the history
  3. vtctldclient OnlineDDL: support throttle, unthrottle (vitessio#13916

    )
    
    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fe70462 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. copy over existing vreplication rows copied to local counter if resum…

    …ing from another tablet (vitessio#13949)
    
    Signed-off-by: Olga Shestopalova <[email protected]>
    Signed-off-by: Olga Shestopalova <[email protected]>
    Co-authored-by: Olga Shestopalova <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    Co-authored-by: Shlomi Noach <[email protected]>
    4 people authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a159f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91f9f35 View commit details
    Browse the repository at this point in the history
  3. Disallow Insert with Duplicate key update and Replace Into queries on…

    … foreign key column, set locks on fk queries (vitessio#13953)
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7d79453 View commit details
    Browse the repository at this point in the history
  4. Implement Reshard in vtctldclient (vitessio#13792)

    Signed-off-by: Rohit Nayak <[email protected]>
    Signed-off-by: Matt Lord <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    rohit-nayak-ps and mattlord authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8377caa View commit details
    Browse the repository at this point in the history
  5. Cache v3 (vitessio#13939)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    45a94de View commit details
    Browse the repository at this point in the history
  6. wrangler,workflow/workflow: materialize from intersecting source shar…

    …ds based on primary vindexes (vitessio#13782)
    
    Signed-off-by: Max Englander <[email protected]>
    Signed-off-by: Max Englander <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    maxenglander and mattlord authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a265415 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fix missing deprecated flags in vttablet and vtgate (vitessio#13975)

    Signed-off-by: Florent Poinsard <[email protected]>
    frouioui authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5f18cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a7d8c7 View commit details
    Browse the repository at this point in the history
  3. [cobra] vtgate and vttablet (vitessio#13943)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    98c754a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd9662b View commit details
    Browse the repository at this point in the history
  5. consolidate docs (vitessio#13959)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4e5f0e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    45e3e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5342961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7c0bb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4854ba View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 18, 2023

  1. Improve release process documentation (vitessio#14000)

    Co-authored-by: Deepthi Sigireddi <[email protected]>
    frouioui and deepthi authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    225e838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0847c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48f090d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    723c3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed92ac View commit details
    Browse the repository at this point in the history
  3. Fix the SELECT query we run on the child table to verify that updat…

    …e is allowed on a RESTRICT constraint (vitessio#13991)
    
    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f8a40dd View commit details
    Browse the repository at this point in the history
  4. go/cmd/vtbackup: report replication status metrics during catch-up ph…

    …ase (vitessio#13995)
    
    Signed-off-by: Max Englander <[email protected]>
    Signed-off-by: Max Englander <[email protected]>
    Co-authored-by: Andrew Mason <[email protected]>
    maxenglander and ajm188 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    757333e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8f601d View commit details
    Browse the repository at this point in the history
  6. fix: cost to include subshard opcode (vitessio#14023)

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    371c8ff View commit details
    Browse the repository at this point in the history
  7. moved timeout test to different package (vitessio#14028)

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b847161 View commit details
    Browse the repository at this point in the history
  8. OnlineDDL: cleanup cancelled migration artifacts; support `--retain-a…

    …rtifacts=<duration>` DDL strategy flag (vitessio#14029)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0461faf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6167dbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7540087 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3a3d64 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a45ad77 View commit details
    Browse the repository at this point in the history
  13. Bump tough-cookie and @cypress/request in /vitess-mixin/e2e (vitessio…

    …#13768)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    45903ae View commit details
    Browse the repository at this point in the history
  14. Bump protobufjs from 7.2.3 to 7.2.5 in /web/vtadmin (vitessio#13833)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b102fee View commit details
    Browse the repository at this point in the history
  15. Support arbitrary ZooKeeper config lines (vitessio#13829)

    Signed-off-by: Adam Saponara <[email protected]>
    Signed-off-by: Matt Lord <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    adsr and mattlord authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c341b32 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. TableGC: support DROP VIEW (vitessio#14020)

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    adac810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebbd418 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b3ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6513772 View commit details
    Browse the repository at this point in the history
  5. go/vt/mysqlctl: instrument s3 upload time (vitessio#12500)

    Signed-off-by: Max Englander <[email protected]>
    maxenglander authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a657f10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c7f3dc View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    408c687 View commit details
    Browse the repository at this point in the history
  2. evalengine: Mark UUID() function as non-constant (vitessio#14051)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5d9ee02 View commit details
    Browse the repository at this point in the history
  3. [cli] migrate mysqlctl and mysqlctld to cobra (vitessio#13946)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    66343b3 View commit details
    Browse the repository at this point in the history
  4. Flakes: Address TestMigrate Failures (vitessio#12866)

    Signed-off-by: Matt Lord <[email protected]>
    mattlord authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a5a0653 View commit details
    Browse the repository at this point in the history
  5. json: Fix quoting JSON keys (vitessio#14066)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    90b76ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6397944 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. [CLI] cobra lots of things (vitessio#14007)

    Andrew Mason authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e6b9d56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247cc91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e790f2e View commit details
    Browse the repository at this point in the history
  4. ci: pool-related test flakyness (vitessio#14076)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    71cd149 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

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

Commits on Sep 26, 2023

  1. actually test vtcombo (vitessio#14095)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    df36e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d743e1e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. switch casing in onlineddl subcommand help text (vitessio#14091)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8278f9b View commit details
    Browse the repository at this point in the history
  2. [cli] cobra zookeeper (vitessio#14094)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6231bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b793adf View commit details
    Browse the repository at this point in the history
  4. miscellaneous cobras (vitessio#14069)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b089f78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f679aa View commit details
    Browse the repository at this point in the history
  6. anonymize homedirs in generated docs (vitessio#14101)

    Signed-off-by: Andrew Mason <[email protected]>
    Andrew Mason authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8e1fb8e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    c311c66 View commit details
    Browse the repository at this point in the history
  2. E2E Fuzzing testing for foreign keys (vitessio#13980)

    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    94281fd View commit details
    Browse the repository at this point in the history
  3. vtctld/vtorc: improve reparenting stats (vitessio#13723)

    Signed-off-by: Tim Vaillancourt <[email protected]>
    Signed-off-by: Manan Gupta <[email protected]>
    Co-authored-by: Manan Gupta <[email protected]>
    timvaillancourt and GuptaManan100 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3038580 View commit details
    Browse the repository at this point in the history
  4. bugfix: change column name and type to json (vitessio#14093)

    Signed-off-by: Olga Shestopalova <[email protected]>
    Signed-off-by: Shlomi Noach <[email protected]>
    Co-authored-by: Olga Shestopalova <[email protected]>
    Co-authored-by: Shlomi Noach <[email protected]>
    3 people authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fa56f27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f36b9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd9b7d6 View commit details
    Browse the repository at this point in the history
  7. Remove deprecated flags before v18.0.0 (vitessio#14071)

    Co-authored-by: Deepthi Sigireddi <[email protected]>
    frouioui and deepthi authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9991dad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04834c4 View commit details
    Browse the repository at this point in the history
  9. fix bad copy-paste in zkctld docgen (vitessio#14123)

    Andrew Mason authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b2d7604 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. vtorc: add detected_problems counter (vitessio#13967)

    Signed-off-by: Amir Abushareb <[email protected]>
    Signed-off-by: Manan Gupta <[email protected]>
    Co-authored-by: Manan Gupta <[email protected]>
    yields and GuptaManan100 authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f836ef7 View commit details
    Browse the repository at this point in the history
  2. servenv: Allow for explicit bind address (vitessio#13188)

    Co-authored-by: Florent Poinsard <[email protected]>
    dbussink and frouioui authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cdc1db5 View commit details
    Browse the repository at this point in the history
  3. Move subqueries to use the operator model (vitessio#13750)

    Co-authored-by: Harshit Gangal <[email protected]>
    Co-authored-by: Manan Gupta <[email protected]>
    Co-authored-by: Florent Poinsard <[email protected]>
    4 people authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cc04f4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7396e73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7b7166 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    172637d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    808b3e4 View commit details
    Browse the repository at this point in the history
  8. Bump @cypress/request and cypress in /vitess-mixin/e2e (vitessio#14038)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6725152 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b2da8c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

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

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    2f1fc13 View commit details
    Browse the repository at this point in the history
  2. FlakyFix: TestZk2Topo (vitessio#14162)

    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3c8bc33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0114a42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79bb6e3 View commit details
    Browse the repository at this point in the history
  5. update release notes of 18.0 to main (vitessio#14171)

    Co-authored-by: Florent Poinsard <[email protected]>
    harshit-gangal and frouioui authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5fb43b8 View commit details
    Browse the repository at this point in the history
  6. add release-18.0 to golang upgrade (vitessio#14133)

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e5adf9e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    456296d View commit details
    Browse the repository at this point in the history
  2. add option for warming reads to mirror primary read queries onto repl…

    …icas from vtgates to warm bufferpools (vitessio#13206)
    
    Signed-off-by: Olga Shestopalova <[email protected]>
    Signed-off-by: Olga Shestopalova <[email protected]>
    Co-authored-by: Olga Shestopalova <[email protected]>
    Co-authored-by: Manan Gupta <[email protected]>
    3 people authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f74838e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e73ce91 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. sqlparser: normalize IndexInfo (vitessio#14177)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d84f6d7 View commit details
    Browse the repository at this point in the history
  2. Fix data race in TestWarmingReads (vitessio#14187)

    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    22f1f7d View commit details
    Browse the repository at this point in the history
  3. Online DDL: timeouts for all gRPC calls (vitessio#14182)

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    52a0f4b View commit details
    Browse the repository at this point in the history
  4. Cache stream query plans in vttablet (vitessio#13264)

    Signed-off-by: Samantha Drago-Kramer <[email protected]>
    Co-authored-by: Adam Saponara <[email protected]>
    samanthadrago and adsr authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    963b48d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a963dc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. [main] Upgrade the Golang version to go1.21.2 (vitessio#14193)

    Co-authored-by: frouioui <[email protected]>
    Co-authored-by: Florent Poinsard <[email protected]>
    3 people authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    370696b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b8361 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

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

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    824c8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aacb1f5 View commit details
    Browse the repository at this point in the history
  3. Optimize the GetWorkflows RPC (vitessio#14212)

    Signed-off-by: Matt Lord <[email protected]>
    mattlord authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fa4c980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5eea9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76c5109 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. [main] Upgrade the Golang version to go1.21.3 (vitessio#14231)

    Co-authored-by: frouioui <[email protected]>
    Co-authored-by: Florent Poinsard <[email protected]>
    3 people authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e9de65c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc1839 View commit details
    Browse the repository at this point in the history
  3. Move all examples to vtctldclient (vitessio#14226)

    Signed-off-by: Matt Lord <[email protected]>
    mattlord authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8d7b507 View commit details
    Browse the repository at this point in the history
  4. fix: insert with negative value (vitessio#14244)

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    44e32cd View commit details
    Browse the repository at this point in the history
  5. set vreplication net read and net write timeout session vars to high …

    …values (vitessio#14203)
    
    Signed-off-by: Olga Shestopalova <[email protected]>
    Co-authored-by: Olga Shestopalova <[email protected]>
    olyazavr and Olga Shestopalova authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6953390 View commit details
    Browse the repository at this point in the history
  6. Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 (vites…

    …sio#14239)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bc3bd0b View commit details
    Browse the repository at this point in the history
  7. Bump postcss from 8.4.21 to 8.4.31 in /web/vtadmin (vitessio#14173)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0419d15 View commit details
    Browse the repository at this point in the history
  8. Bump golang.org/x/net from 0.14.0 to 0.17.0 (vitessio#14260)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b72f408 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    71a732a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb875c9 View commit details
    Browse the repository at this point in the history
  3. [main] Add vtctldclient info to the 18.0 summary (vitessio#14259) (vi…

    …tessio#14265)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0dca529 View commit details
    Browse the repository at this point in the history
  4. UNION column type coercion (vitessio#14245)

    Co-authored-by: Harshit Gangal <[email protected]>
    systay and harshit-gangal authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4478339 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    7314dfb View commit details
    Browse the repository at this point in the history
  2. vreplication timeout query optimizer hints (vitessio#13840)

    Signed-off-by: Olga Shestopalova <[email protected]>
    Signed-off-by: Rohit Nayak <[email protected]>
    Co-authored-by: Olga Shestopalova <[email protected]>
    Co-authored-by: Rohit Nayak <[email protected]>
    3 people authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0adaf78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13e01c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f1d731 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    74b1380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    314ebcf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    2663df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f751fb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Refactor: foreign key in semantic analysis phase (vitessio#14273)

    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Manan Gupta <[email protected]>
    Co-authored-by: Manan Gupta <[email protected]>
    harshit-gangal and GuptaManan100 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a44d799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8575b17 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. OnlineDDL: fix scenarios where migration hangs instead of directly fa…

    …iling (vitessio#14290)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Matt Lord <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    shlomi-noach and mattlord authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    46f6ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8e347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7aaa5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5e819d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    705deee View commit details
    Browse the repository at this point in the history
  2. schemadiff: improved heuristic for dependent migration permutation ev…

    …aluation time (vitessio#14249)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4d5b614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33245e5 View commit details
    Browse the repository at this point in the history
  4. Improved Connection Pooling (vitessio#14034)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    eeb5f15 View commit details
    Browse the repository at this point in the history
  5. Bump @babel/traverse from 7.21.4 to 7.23.2 in /web/vtadmin (vitessio#…

    …14304)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9d64432 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. refactor: introduce evalengine type and use it (vitessio#14292)

    Signed-off-by: Andres Taylor <[email protected]>
    systay authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8cade46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc16af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2ef187 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    688db19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3f4202 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    24fb7d0 View commit details
    Browse the repository at this point in the history
  2. engine: fix race when reading fields in Concatenate (vitessio#14324)

    Signed-off-by: Vicent Marti <[email protected]>
    Signed-off-by: Dirkjan Bussink <[email protected]>
    Signed-off-by: Andres Taylor <[email protected]>
    Co-authored-by: Dirkjan Bussink <[email protected]>
    Co-authored-by: Andres Taylor <[email protected]>
    3 people authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2dab2cb View commit details
    Browse the repository at this point in the history
  3. Update vtadmin dependencies (vitessio#14336)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7b49ddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad26d15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f21a0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5cbd36 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    94572b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b60763 View commit details
    Browse the repository at this point in the history
  3. Fix stray vtadmin package-lock.json content (vitessio#14350)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0592de4 View commit details
    Browse the repository at this point in the history
  4. evalengine: Misc bugs (vitessio#14351)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a282584 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    5af661e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64085d8 View commit details
    Browse the repository at this point in the history
  3. datetime: obey the evalengine's environment time (vitessio#14358)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cd2babb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77abbb9 View commit details
    Browse the repository at this point in the history
  5. Fix backup on s3 like storage (vitessio#14311)

    Signed-off-by: Leopold Jacquot <[email protected]>
    L3o-pold authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6311b54 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. sqlparser: export all Expr interfaces (vitessio#14371)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f8a274d View commit details
    Browse the repository at this point in the history
  2. Fix codegen command with the right type (vitessio#14376)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6829ddb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f56827 View commit details
    Browse the repository at this point in the history
  4. evalengine: Proper support for bit literals (vitessio#14374)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bc8df35 View commit details
    Browse the repository at this point in the history
  5. [Docker] Fix VTadmin build (vitessio#14363)

    Signed-off-by: Prakhar Gurunani <[email protected]>
    FirePing32 authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    49acc58 View commit details
    Browse the repository at this point in the history
  6. Tools: Remove dependencies installed by make tools (vitessio#14309)

    Signed-off-by: Prakhar Gurunani <[email protected]>
    FirePing32 authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0d07456 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Tell shellcheck to follow sourced files (vitessio#14377)

    Signed-off-by: Matt Lord <[email protected]>
    mattlord authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    823b0a6 View commit details
    Browse the repository at this point in the history
  2. Vtctld SwitchReads: fix bug where writes were also being switched as …

    …part of switching reads when all traffic was switched using SwitchTraffic (vitessio#14360)
    
    Signed-off-by: Rohit Nayak <[email protected]>
    Signed-off-by: Matt Lord <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    rohit-nayak-ps and mattlord authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    878378b View commit details
    Browse the repository at this point in the history
  3. VDiff: wait for shard streams of one table diff to complete for befor…

    …e starting that of the next table (vitessio#14345)
    
    Signed-off-by: Rohit Nayak <[email protected]>
    Signed-off-by: Matt Lord <[email protected]>
    Co-authored-by: Matt Lord <[email protected]>
    rohit-nayak-ps and mattlord authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    54f2daf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    dde1939 View commit details
    Browse the repository at this point in the history
  2. schemadiff: fix missing DROP CONSTRAINT in duplicate/redundant cons…

    …traints scenario. (vitessio#14387)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d717ee3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Performance Fixes for Vitess 18 (vitessio#14383)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    aafd23c View commit details
    Browse the repository at this point in the history
  2. evalengine: serialize to SQL (vitessio#14337)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    34216a2 View commit details
    Browse the repository at this point in the history
  3. Enable Online DDL foreign key support (also in vtgate stress tests) w…

    …hen backing MySQL includes appropriate patch (vitessio#14370)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    dab068e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    208042b View commit details
    Browse the repository at this point in the history
  5. tuple: serialized form (vitessio#14392)

    Signed-off-by: Vicent Marti <[email protected]>
    vmg authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9c47e63 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    eddb7da View commit details
    Browse the repository at this point in the history
  2. vindexes: Efficient unicode hashing (vitessio#14395)

    Signed-off-by: Vicent Marti <[email protected]>
    Signed-off-by: Dirkjan Bussink <[email protected]>
    Co-authored-by: Dirkjan Bussink <[email protected]>
    vmg and dbussink authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7388255 View commit details
    Browse the repository at this point in the history
  3. Online DDL: lint DDL strategy flags (vitessio#14373)

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5c8a77e View commit details
    Browse the repository at this point in the history
  4. Planner bugfix (vitessio#14365)

    Signed-off-by: Andres Taylor <[email protected]>
    systay authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    45180f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae2c8ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54eedf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    3e3437b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71d6d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ad2426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3924566 View commit details
    Browse the repository at this point in the history
  5. Add support for more queries (vitessio#14369)

    Co-authored-by: Manan Gupta <[email protected]>
    systay and GuptaManan100 authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b26a2d1 View commit details
    Browse the repository at this point in the history
  6. vtgate: Allow more errors for the warning check (vitessio#14421)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    563c921 View commit details
    Browse the repository at this point in the history
  7. Add cycle detection for foreign keys (vitessio#14339)

    Signed-off-by: Manan Gupta <[email protected]>
    GuptaManan100 authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e802cff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3037acd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    806f777 View commit details
    Browse the repository at this point in the history
  2. vtgate/engine: Fix race condition in join logic (vitessio#14435)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    369b6a1 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/grpc from 1.55.0-dev to 1.56.3

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0-dev to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.55.0-dev...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e023094 View commit details
    Browse the repository at this point in the history