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

feat: support Consul as ServiceRegistry #657

Merged
merged 55 commits into from
Jul 28, 2024
Merged

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    66d0cb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe5182e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bfb1d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3120753 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bf2834 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0dc175 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    17ed368 View commit details
    Browse the repository at this point in the history
  2. format go

    lyt122 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    99bf29d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 6, 2024

  1. refactor codes

    lyt122 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6eb6b03 View commit details
    Browse the repository at this point in the history
  2. refactor codes

    lyt122 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5c99c69 View commit details
    Browse the repository at this point in the history
  3. refactor codes

    lyt122 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    846ff5b View commit details
    Browse the repository at this point in the history
  4. refactor codes

    lyt122 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f330ec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. add test codes

    lyt122 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    29822b8 View commit details
    Browse the repository at this point in the history
  2. add test codes

    lyt122 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a7bf59d View commit details
    Browse the repository at this point in the history
  3. add test codes

    lyt122 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6719586 View commit details
    Browse the repository at this point in the history
  4. add test codes

    lyt122 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    daf2c24 View commit details
    Browse the repository at this point in the history
  5. add test codes

    lyt122 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    7120888 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix: avoid data race

    lyt122 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c2ffc2e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. refactor codes

    lyt122 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    46d90e6 View commit details
    Browse the repository at this point in the history
  2. fix golangci-lint error

    lyt122 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2b01940 View commit details
    Browse the repository at this point in the history
  3. add test codes

    lyt122 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c1522d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7cdd4a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. refactor codes

    lyt122 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4c686e2 View commit details
    Browse the repository at this point in the history
  2. refactor codes

    lyt122 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cc84ebd View commit details
    Browse the repository at this point in the history
  3. fix: avoid data race

    lyt122 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5e32bea View commit details
    Browse the repository at this point in the history
  4. fix: avoid data race

    lyt122 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    930b568 View commit details
    Browse the repository at this point in the history
  5. refactor codes

    lyt122 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1eaa4e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e34511d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. refactor codes

    lyt122 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7a1551f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. refactor codes

    lyt122 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bbefd66 View commit details
    Browse the repository at this point in the history
  2. refactor codes

    lyt122 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f239cf5 View commit details
    Browse the repository at this point in the history
  3. refactor codes

    lyt122 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    75d00da View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    b9d7d06 View commit details
    Browse the repository at this point in the history
  2. refactor codes

    lyt122 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    0b03da5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. use file's abspath

    lyt122 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8ca375a View commit details
    Browse the repository at this point in the history
  2. refactor codes

    lyt122 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    363dd1d View commit details
    Browse the repository at this point in the history
  3. refactor codes

    lyt122 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b81b325 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. refactor codes

    lyt122 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c879870 View commit details
    Browse the repository at this point in the history
  2. refactor codes

    lyt122 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ac85bd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 25, 2024

  1. feat: run and stop consul

    lyt122 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a44983d View commit details
    Browse the repository at this point in the history
  2. format proto file

    lyt122 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    793d2cd View commit details
    Browse the repository at this point in the history
  3. add test codes

    lyt122 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    65c0a56 View commit details
    Browse the repository at this point in the history
  4. add test codes

    lyt122 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f1ff091 View commit details
    Browse the repository at this point in the history
  5. fix license

    lyt122 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    554a390 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix license

    lyt122 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5642153 View commit details
    Browse the repository at this point in the history
  2. Remove redundant code

    lyt122 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    291045e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. fix comments

    lyt122 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4b0fe5d View commit details
    Browse the repository at this point in the history
  2. format files

    lyt122 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    41843b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. format files

    lyt122 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    fd50794 View commit details
    Browse the repository at this point in the history
  2. format files

    lyt122 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    6abbfc7 View commit details
    Browse the repository at this point in the history
  3. format files

    lyt122 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    2db0c21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36afa57 View commit details
    Browse the repository at this point in the history
  5. format files

    lyt122 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4568b58 View commit details
    Browse the repository at this point in the history