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:init Namingserver server #6538

Merged
merged 33 commits into from
Jul 30, 2024
Merged

Commits on Jan 2, 2024

  1. add signature

    ggbocoder committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    50c77dc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merge remote-tracking branch 'upstream/2.x' into 2.x

    # Conflicts:
    #	changes/en-us/2.x.md
    #	changes/zh-cn/2.x.md
    ggbocoder committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b36f5b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Merge remote-tracking branch 'upstream/2.x' into 2.x

    # Conflicts:
    #	changes/zh-cn/2.x.md
    ggbocoder committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e15537d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Mar 7, 2024

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

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    2939f59 View commit details
    Browse the repository at this point in the history
  2. init namingserver-server

    ggbocoder committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c2bf8c3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix ci

    ggbocoder committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4d50d79 View commit details
    Browse the repository at this point in the history
  2. fix ci

    ggbocoder committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b9b899b View commit details
    Browse the repository at this point in the history
  3. fix ci

    ggbocoder committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2abe43e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. register

    ggbocoder committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0e72bf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge remote-tracking branch 'upstream/2.x' into namingserver-server

    # Conflicts:
    #	changes/en-us/2.x.md
    #	changes/zh-cn/2.x.md
    #	common/src/main/java/org/apache/seata/common/metadata/Cluster.java
    #	common/src/main/java/org/apache/seata/common/result/Code.java
    #	common/src/main/java/org/apache/seata/common/result/Result.java
    #	common/src/main/java/org/apache/seata/common/result/SingleResult.java
    ggbocoder committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b9e58e8 View commit details
    Browse the repository at this point in the history
  2. merge

    ggbocoder committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    801744b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge remote-tracking branch 'upstream/2.x' into namingserver-server

    # Conflicts:
    #	common/src/main/java/org/apache/seata/common/metadata/Node.java
    ggbocoder committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a95c480 View commit details
    Browse the repository at this point in the history
  2. add tests

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

Commits on Jul 16, 2024

  1. add licenses

    ggbocoder committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    527e820 View commit details
    Browse the repository at this point in the history
  2. add licenses

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

Commits on Jul 17, 2024

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

    ggbocoder committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f4654b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a51c56 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. optimize

    ggbocoder committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fac38e0 View commit details
    Browse the repository at this point in the history
  2. register when startup

    ggbocoder committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6d5cbfd View commit details
    Browse the repository at this point in the history
  3. code format

    ggbocoder committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4e9bb36 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix some problems

    ggbocoder committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a1eab1c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. opt

    ggbocoder committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    348d9b5 View commit details
    Browse the repository at this point in the history
  2. pass ci

    ggbocoder committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f4e527b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix some problems

    ggbocoder committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1065d86 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. fix some problems

    ggbocoder committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0f2508f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/2.x' into namingserver-server

    # Conflicts:
    #	common/src/main/java/org/apache/seata/common/exception/ErrorCode.java
    ggbocoder committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    523b9aa View commit details
    Browse the repository at this point in the history
  3. fix

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

Commits on Jul 30, 2024

  1. fix UT

    ggbocoder committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f23a3e4 View commit details
    Browse the repository at this point in the history
  2. fix UT

    ggbocoder committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ff44185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e784690 View commit details
    Browse the repository at this point in the history