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

feature: add command for exporting service to peer or partition #15654

Merged
merged 57 commits into from
May 31, 2023

Commits on Dec 2, 2022

  1. Sujata's peering-cli branch

    20sr20 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ea11fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a2a456 View commit details
    Browse the repository at this point in the history
  3. We can export service to peer

    20sr20 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3adedfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59ee6d6 View commit details
    Browse the repository at this point in the history
  5. export handles multiple peers

    20sr20 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    241a0ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcbb526 View commit details
    Browse the repository at this point in the history
  7. Export after 1st cleanup

    20sr20 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b17b61c View commit details
    Browse the repository at this point in the history
  8. Successful export

    20sr20 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    14551aa View commit details
    Browse the repository at this point in the history
  9. Added the namespace option

    20sr20 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    d155ed6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Add .changelog entry

    20sr20 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    43ef742 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    20sr20 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    fe889aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f87110a View commit details
    Browse the repository at this point in the history
  4. added export in peering.go

    20sr20 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0f68ffe View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Adding export_test

    20sr20 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    bf173d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    7f73c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d7311 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Fixed partition bug

    20sr20 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e5f69bc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    82ff42c View commit details
    Browse the repository at this point in the history
  2. Add multi-tenancy flags

    nathancoleman committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    efce0da View commit details
    Browse the repository at this point in the history
  3. gofmt

    nathancoleman committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8f6294d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b0c5f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    cd052d8 View commit details
    Browse the repository at this point in the history
  2. cleaned up partition stuff

    20sr20 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    baa7910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    436dc06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0410b19 View commit details
    Browse the repository at this point in the history
  5. cleaned up

    20sr20 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    076644b View commit details
    Browse the repository at this point in the history
  6. fixed broken test

    20sr20 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    657ba30 View commit details
    Browse the repository at this point in the history
  7. gofmt

    nathancoleman committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    dd855b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    c2d29c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d29866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c853fe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0cd160 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1b77a4 View commit details
    Browse the repository at this point in the history
  6. Update command/services/export/export.go

    Co-authored-by: Dan Stough <dan.stough@hashicorp.com>
    nathancoleman and DanStough committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3362d68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    642c60b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Moved piece of code to OSS

    20sr20 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c952806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ce0d6 View commit details
    Browse the repository at this point in the history
  3. fixed

    20sr20 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6679bac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3260e74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65d6cb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    6560df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ceb7d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Adding namespace

    20sr20 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8823919 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'export-peering-cli' of https://github.com/hashicorp/consul

     into export-peering-cli
    20sr20 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f800794 View commit details
    Browse the repository at this point in the history
  3. Remove export documentation

    We will include documentation in a followup PR
    nathancoleman committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    81e2e31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02581a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    705c08e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    542d58b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aff944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27c5a0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    905de0a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Update command/services/export/export.go

    Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
    nathancoleman and jkirschner-hashicorp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    151a461 View commit details
    Browse the repository at this point in the history
  2. Update command/services/export/export.go

    Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
    nathancoleman and jkirschner-hashicorp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    563cc5a View commit details
    Browse the repository at this point in the history
  3. Update changelog entry

    nathancoleman committed May 30, 2023
    Configuration menu
    Copy the full SHA
    447a89d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    119cc4e View commit details
    Browse the repository at this point in the history
  5. Update test assertions

    nathancoleman committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2e4da1b View commit details
    Browse the repository at this point in the history