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

[ISSUE #12017] Add console backend unit tests and fix bugs #12622

Open
wants to merge 19 commits into
base: summer-ospp#12017
Choose a base branch
from

Commits on Aug 26, 2024

  1. [ISSUE alibaba#12017] Add the console backend API for config section

    * Add history handling module
    RickonZhang0929 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6f524ec View commit details
    Browse the repository at this point in the history
  2. [ISSUE alibaba#12017] Add the console backend API for naming section

    * Add service handling module
    
    * Add instance handling module
    RickonZhang0929 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0ad172f View commit details
    Browse the repository at this point in the history
  3. [ISSUE alibaba#12017] Add the console backend API for auth section

    * Add user handling module
    
    * Add role handling module
    
    * Add permission handling module
    RickonZhang0929 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    052112a View commit details
    Browse the repository at this point in the history
  4. [ISSUE alibaba#12017] Add the console backend API for core section

    * Add cluster handling module
    RickonZhang0929 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2ab42c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. [ISSUE alibaba#12017] Fix the error by adding ApiType

    * Fix the error by adding ApiType
    RickonZhang0929 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e3a35c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba15b90 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. [ISSUE alibaba#12017] Refactor the old version of the console's contr…

    …oller
    
    * Refactor the old version of the console's controller
    RickonZhang0929 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bc91264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4824ab0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. [ISSUE alibaba#12017] Updated ControllerV3 for auth section

    * Updated ControllerV3 for auth section
    RickonZhang0929 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    363048c View commit details
    Browse the repository at this point in the history
  2. [ISSUE alibaba#12017] Fix errors

    * Add ApiType annotation
    
    * Transfer the updateCluster method
    
    * Fix Compilation Errors
    RickonZhang0929 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    215ab4b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge remote-tracking branch 'origin/develop-issue#12017-api-old' int…

    …o develop-issue#12017-api-test
    RickonZhang0929 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5018051 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. [ISSUE alibaba#12017] Add unit tests for all sections

    * Add unit tests for all sections
    RickonZhang0929 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    819a8e1 View commit details
    Browse the repository at this point in the history
  2. [ISSUE alibaba#12017] Fix bugs

    * Add getAllSubClientConfigByIp method in config section
    
    * Fix bugs in AuthFilter and RemoteRequestAuthFilter
    
    * Fix bugs in ServiceProxy
    RickonZhang0929 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    24359ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fac084f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. [ISSUE alibaba#12017] Add language validate

    * Add language validate
    RickonZhang0929 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    633f7cf View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop-issue#12017-api-test' in…

    …to develop-issue#12017-api-test
    RickonZhang0929 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    69ddc71 View commit details
    Browse the repository at this point in the history
  3. [ISSUE alibaba#12017] Add validation operations

    * Add validation operations
    RickonZhang0929 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a260de0 View commit details
    Browse the repository at this point in the history
  4. [ISSUE alibaba#12017] Fix namespace update method

    * Fix namespace update method
    RickonZhang0929 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    78549f1 View commit details
    Browse the repository at this point in the history
  5. [ISSUE alibaba#12017] Add config error codes

    * Add config error codes
    RickonZhang0929 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1761ee8 View commit details
    Browse the repository at this point in the history