Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

[vtctld] Custom build for vtctld development #195

Open
wants to merge 21 commits into
base: slack-vitess-8-2021.03.03r0.wip
Choose a base branch
from

Commits on Mar 11, 2021

  1. Merge pull request vitessio#7128 from tinyspeck/am_vtctld_proto

    Initial implementation of vtctld service
    deepthi authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9000d43 View commit details
    Browse the repository at this point in the history
  2. Commit go.sum change after running make build

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    8e9f0dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request vitessio#7201 from tinyspeck/am_find_all_shards_in…

    …_keyspace
    
    Add FindAllShardsInKeyspace to vtctldserver
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    82ceba0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vitessio#7238 from tinyspeck/am_vtctldclient_gener…

    …ator
    
    [vtctldclient] vtctldclient generator
    deepthi authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    272fd36 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vitessio#7285 from tinyspeck/am_fix_findallshardsi…

    …nkeyspace
    
    [vtctld] Fix accidentally-broken legacy vtctl output format
    rafael authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    50cf869 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vitessio#7302 from tinyspeck/am_vtctld_cell_getters

    [vtctld] Migrate cell getters
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5094d2b View commit details
    Browse the repository at this point in the history
  7. Merge pull request vitessio#7311 from tinyspeck/am_vtctld_tablet_getters

    [vtctld] migrate tablet getters
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    70eeab5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request vitessio#7321 from tinyspeck/am_vtctldclient_comma…

    …nd_pkg
    
    [vtctld] vtctldclient command pkg
    deepthi authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    91b30ac View commit details
    Browse the repository at this point in the history
  9. Merge pull request vitessio#7334 from tinyspeck/am_vtctld_getsrvvschema

    [vtctld] Add GetSrvVSchema command
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0d6a1c0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request vitessio#7346 from tinyspeck/am_vtctld_getschema

    [vtctld] Migrate GetSchema
    
    Signed-off-by: Richard Bailey <rbailey@slack-corp.com>
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    d05d57f View commit details
    Browse the repository at this point in the history
  11. Merge pull request vitessio#7352 from tinyspeck/am_vtctld_listbackups

    [vtctld] Migrate ListBackups as GetBackups in new vtctld server
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    73fa048 View commit details
    Browse the repository at this point in the history
  12. Merge pull request vitessio#7360 from tinyspeck/am_vtctld_getvschema

    [vtctld] Migrate GetVSchema to VtctldServer
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b7b5a2d View commit details
    Browse the repository at this point in the history
  13. Merge pull request vitessio#7395 from tinyspeck/am_vtctld_manage_topo

    [vtctld] Migrate topo management RPCs
    
    Signed-off-by: Richard Bailey <rbailey@slack-corp.com>
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    3b4410e View commit details
    Browse the repository at this point in the history
  14. Merge pull request vitessio#7404 from tinyspeck/am_vtctldclient_silen…

    …ce_errors
    
    [vtctldclient] Set `SilenceErrors` on the root command, so we don't double-log
    deepthi authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1032ee6 View commit details
    Browse the repository at this point in the history
  15. Merge pull request vitessio#7451 from tinyspeck/am_vtctldclient_errors

    Provide named function for squashing usage errors; start using it
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    87a7a3d View commit details
    Browse the repository at this point in the history
  16. Apply missing test initializer fix for grpcvtctldclient

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    32c1759 View commit details
    Browse the repository at this point in the history
  17. Merge pull request vitessio#7518 from tinyspeck/am_testtmclient_refactor

    [vtctld | tests only] testtmclient refactor
    Conflicts:
    	go/vt/vtadmin/api_test.go
    	go/vt/vtctl/reparentutil/emergency_reparenter_test.go
    	go/vt/vtctl/reparentutil/planned_reparenter_test.go
    
    Resolved by `git rm -f` those files.
    
    Note: Also includes a change to grpcvtctldclient/client_test.go, not in the
    cherry-picked commit, to use the testutil constructor for vtctldservers.
    
    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    
    wip test fixes
    
    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    
    Signed-off-by: Richard Bailey <rbailey@slack-corp.com>
    deepthi authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    57ecb33 View commit details
    Browse the repository at this point in the history
  18. Merge pull request vitessio#7575 from tinyspeck/am_vtctld_workflows

    [vtctld] Add v0 GetWorkflows rpc and workflow/vexec packages
    
    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    Conflicts:
          go/vt/proto/vtctldata/vtctldata.pb.go
          go/vt/proto/vtctlservice/vtctlservice.pb.go
          go/vt/vtctl/grpcvtctldclient/client_gen.go
          go/vt/vtctl/grpcvtctldserver/server.go
          go/vt/wrangler/vexec.go
          proto/vtctldata.proto
          proto/vtctlservice.proto
    rohit-nayak-ps authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ade0136 View commit details
    Browse the repository at this point in the history
  19. Backport GetWorkflows to use old sqlparser types in cherry-pick branch

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 authored and setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    db7a79c View commit details
    Browse the repository at this point in the history
  20. Resolve merge / backport conflicts

    Signed-off-by: Richard Bailey <rbailey@slack-corp.com>
    setassociative committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1f6f322 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Vitess v8 VTctld custom branch + sizes-only (#201)

    * Merge pull request #187 from tinyspeck/backport-am_get_schema_sizes_only
    
    Add option to GetSchema to only send the row count and data length over the wire
    
    * whitespace!
    
    * derp, actually commit rm dead import
    
    Signed-off-by: Richard Bailey <rbailey@slack-corp.com>
    
    Co-authored-by: Andrew Mason <amason@slack-corp.com>
    setassociative and ajm188 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    196d850 View commit details
    Browse the repository at this point in the history