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

builds: merge dev/4.2.2 into main #731

Closed
wants to merge 83 commits into from
Closed

builds: merge dev/4.2.2 into main #731

wants to merge 83 commits into from

Commits on Aug 31, 2023

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

Commits on Sep 1, 2023

  1. feat(schema-plugin): schema-plugin access service layer (#88)

    * schema-plugin access service layer
    
    * remove JdbcOperationsUtil in plugin to odc-core
    
    * fix set table size in plugin layer
    
    * Remove repeated calls to DBSchemaAccessor.listTableColumns in OBOracleTableExtension
    
    * response to review
    
    * fix ut test
    
    * response to review
    PeachThinking committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8332533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c36b873 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. refactor(unit-test): refact unit test cases (#139) (#141)

    * refactor(unit-test): refact unit-test cases
    
    * refactor(unit-test): refact unit-test cases
    
    * refactor(unit-test): refact unit test cases
    
    * Revert "fix(unit-test): read properties from .env and system environment variables (#89)"
    
    This reverts commit 7bc60b5
    
    * refactor(unit-test): rename properties
    
    * refactor(unit-test): rename properties
    
    * refactor(unit-test): rename properties
    
    * refactor(unit-test): refact unit test cases
    
    * refactor(unit-test): rerun github actions
    yhilmare committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5ba1594 View commit details
    Browse the repository at this point in the history
  2. feat(encryption): support asymmetric encryption (#99)

    * add: RSA encryptor impl
    
    * refine: validation
    
    * add: asymmetric encryption impl
    
    * delete: sensitive output encrypt
    
    * fix: duplicated Bean name
    
    * fix: api url whitelist
    
    * response to CR
    
    * fix: ut
    smallsheeeep committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c50c5a8 View commit details
    Browse the repository at this point in the history
  3. refactor(ob-sql-parser): add several new syntaxes which added in Ocea…

    …nBase 4.1.0 (#132)
    
    * refactor(ob-sql-parser): add several new syntaxes to adapt to OB 4.1
    
    * fix(ob-sql-parser): fix begin command
    yhilmare committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c5d2472 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    f4078e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0821aff View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. feat(data-security): data masking support columns in view (#97)

    * add: list view columns
    
    * adapt: masking support view columns
    
    * refine list sensitive columns
    
    * add: list database columns api
    
    * add: throw exception
    
    * fix: add databaseId
    
    * fix: some issues
    
    * format
    
    * response to CR
    smallsheeeep committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ec3bbab View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. feat(integration): support retrieve xml format response (#338)

    * feat: support solve XML response
    
    * refactor
    
    * refine: use Content-Type
    smallsheeeep committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bddd722 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 25, 2023

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

Commits on Sep 27, 2023

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

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    d5e87c7 View commit details
    Browse the repository at this point in the history
  2. fix(data-security): error metadata of built-in sensitive algorithm (#458

    )
    
    * fix: error metadata of built-in sensitive algorithm
    
    * refine: sql
    smallsheeeep committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e3747aa View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. build: update submodule

    yhilmare committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    964dbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8600d5 View commit details
    Browse the repository at this point in the history
  3. build: update version

    yhilmare committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ad3b06a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #472 from oceanbase/build/shanlu_merge_main_into_422

    build: merge main into 422
    yhilmare committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5801349 View commit details
    Browse the repository at this point in the history
  5. refactor(unit-test): cherry-pick unit-test commits from 4.2.x to 4.2.2 (

    #474)
    
    * feat(unit-test): use cloud database as test cluster and adapt for github action (#411)
    
    * add: unit test
    
    * adapt: unit test
    
    * add: workflow config
    
    * fix: error ut
    
    * fix: action config
    
    * fix: ut and action config
    
    * refine: workflow config
    
    * fix: workflow config
    
    * fix: workflow config
    
    * fix: workflow config
    
    * response to CR
    
    * fix: low case env
    
    * fix: low case env
    
    * fix
    
    * format
    
    * refactor: ut
    
    * check time zone
    
    * check time zone
    
    * fix: workflow config
    
    * refactor: ut
    
    * fix: error testcase
    
    * fix
    
    * fix
    
    * fix
    
    * refactor(unit-test): use blowfish encryption algorithm to replace aes (#443)
    
    * refactor: use blowfish replace aes256
    
    * fix ut
    
    * fix
    smallsheeeep committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8267480 View commit details
    Browse the repository at this point in the history
  6. fix(unit-test): fix failed unit test cases (#476)

    * fix: fix failed unit test cases
    
    * fix: error ut
    
    * fix: error ut
    
    ---------
    
    Co-authored-by: yh263208 <yh263208@oceanbase.com>
    smallsheeeep and yhilmare committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    eaf43f8 View commit details
    Browse the repository at this point in the history
  7. fix(osc): execute pre and post interceptor in retry rename table (#486)

    * retry rename table in interceptor
    
    * 1.add ob oracle rename test case
    
    * ft code
    
    * fix unit add abstract
    krihy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2f69cfa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    81bf3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8049ea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1beb5f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. feat(data-transfer): upgrade ob-loader-dumper to 4.2.5-RELEASE (#494)

    * upgrade ob-loader-dumper to 4.2.5
    
    * fix UT
    
    * format code
    
    * add select priv on dba views
    LuckyPickleZZ committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    724ce87 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. feat(connection): add initialization configuration capabilities for d…

    …ata sources (#488)
    
    * feat(connection): add datasource init code
    
    * fix(connection): fix unit test error
    
    * refactor(connection): remove organization id from table ddl
    
    * build: re-run work flow
    yhilmare committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e6daf1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0903a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e27fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99ac2eb View commit details
    Browse the repository at this point in the history
  5. fix(data-security): exist sensitive is not filtered and view desensit…

    …ization data failed (#509)
    
    * fix: case sensitive
    
    * add: DBColumn case-insensitive
    
    * fix: case-insensitive
    smallsheeeep committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    bc1aa60 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. feat(ob-sql-parser): make ob-sql-parser adapt to OceanBase 4.2 (#441)

    * feat(ob-sql-parser): make ob-sql-parser adapt to OceanBase 4.2 for MySQL mode
    
    * refactor(ob-sql-parser): adapt to OB 420 for mysql mode
    
    * refactor(ob-sql-parser): adapt to OB 420 for mysql mode
    
    * refactor(ob-sql-parser): adapt to OB 420 for mysql mode
    
    * refactror(ob-sql-parser): add brace supports
    
    * refactor(ob-sql-parser): adapt to OceanBase 4.2 for oracle mode
    
    * feature(ob-sql-parser): add xmlagg function impl
    
    * refactor(ob-sql-parser): adapt to OceanBase 4.2 fot MySQL mode
    
    * refactor(ob-sql-parser): add dblink supports fro mysql mode
    
    * refactor(ob-sql-parser): optimize grammar file
    
    * refactor(ob-sql-parser): fix parse error
    
    * refactor(ob-sql-parser): fix bugs
    
    * refactor(ob-sqlparser): add leak lex
    
    * refactor(ob-sql-parser): fix parser's bug
    
    * refactor(ob-sql-parser): fix json_object_value's bug
    
    * feat(ob-sql-parser): add values statement for OceanBase 4.2.1
    
    * feat(ob-sql-parser): add shar mode lock for mysql mode
    
    * feat(ob-sql-parser): add mysql rename column syntax
    
    * feat(ob-sql-parser): add column dblink and json_table for mysql mode
    
    * fix(ob-sql-parser): remove relation ref when dblink ref seq on oracle mode
    
    * format: format the code
    
    * feat(ob-sqlparser): add more supported data types for mysql mode
    yhilmare committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2be79e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    583b1e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. fix(osc): fix get cloud main account id throw exception when environm…

    …ent is not cloud (#529)
    
    * fix cloud
    uid
    
    * optimize code
    
    * optimize code
    krihy committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b53bea7 View commit details
    Browse the repository at this point in the history
  2. feat: make odc adapt to OceanBase 4.2 (#541)

    * feat: make odc apapt to OceanBase 4.2.1
    
    * update submodule
    
    * response to comments
    yhilmare committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    985d786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    509e5be View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    9229436 View commit details
    Browse the repository at this point in the history
  2. fix(databasechange): fix task costs too much time to start up (#551)

    * fix(databasechange): fix task costs too much time to start up
    
    * refactor: move session init first
    yhilmare committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8dffddf View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix(integration): recover bastion integration (#559)

    * build: fix local jar build, add libs build steps
    
    * build: make script mac compatible
    
    * doc: fix static resource reference sample in developer guide
    
    * update submodule
    
    * build: split libs build due time costing
    
    * build: copy plugins and starters while build jar
    
    * deploy: fix plugin and starter dir options
    
    * deploy: fix plugin and starter dir options
    
    * fix(oauth2): migration script result into oauth2/buc env SSO error
    
    * update submodule
    
    * enhance: reduce log output
    
    * test: fix Oauth2 migration eror
    
    * docs: add unit testing local configuration guide
    yizhouxw committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a018c3a View commit details
    Browse the repository at this point in the history
  2. fix(pl-debug): fix failed to step in a subprocedure or subfunction de…

    …fined in package (#566)
    
    * feat: add set variable statement for oracle parser
    
    * fix(pl-debug): fix can not stepin a sub-proc which located in pkg
    yhilmare committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6c7178d View commit details
    Browse the repository at this point in the history
  3. fix(schema-plugin): cannot display constraint name for ob oralce 4.2.1 (

    #533)
    
    * get table constraints adapt for ob 4.2.1
    
    * respose to reveiw
    
    * DBViewExtension access to service layer
    
    * response to review
    PeachThinking committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4dfef9f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. build: rename the docker image (#568)

    * build: rename docker image's name
    
    * build: rename image file
    
    * build rename image file
    
    * test for build-release
    
    * Revert "test for build-release"
    
    This reverts commit 63376ca
    
    * build: install parser first
    
    * fix: fix unit test error
    
    * build: avoid installing db-browser
    
    * build: avoid installing db-browser
    
    * build: change build.sh
    
    * update submodule
    yhilmare committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    474928a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f99b03 View commit details
    Browse the repository at this point in the history
  3. feat(dlm): data archive supports MySQL to OB (#544)

    * DLM supports MySql data sources.
    
    * Validate the archiving link at the time of task creation.
    
    * upgrade dlm sdk version to 1.0.4
    guowl3 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6bdc7d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04bead1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9db9704 View commit details
    Browse the repository at this point in the history
  6. fix(result-export): failed to convert CSV file into Excel file (#586)

    * use backslash as escape char for Excel format
    
    * set replaceObjectIfExists to true for MIX mode
    LuckyPickleZZ committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a688421 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. fix(db-browser): cannot get table charset in native mysql mode (#592)

    * fix cannot get table charset in mysql mode
    
    * fix listTableIndexes ut test
    
    * get table options by parser
    
    * response to review
    PeachThinking committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    646ccda View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    fe352f8 View commit details
    Browse the repository at this point in the history
  2. fix: fix failed to query data and sql rules changing is not recorded …

    …by audit event (#608)
    
    * fix: fix several issues found in play site
    
    * feat: add audit event for security management
    
    * fix: fix unit test cases
    
    * reponse to cr comments
    
    * response to cr comments
    yhilmare committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c8c95a4 View commit details
    Browse the repository at this point in the history
  3. fix(datasource): the data source list refreshes very slowly and canno…

    …t obtain the connect status while there are a huge amount of data sources (#599)
    
    * optimize project stats api
    
    * add i18n annotation
    
    * response to comments
    
    * response to comments
    
    * fix: fix unit test error
    
    ---------
    
    Co-authored-by: yh263208 <yh263208@oceanbase.com>
    MarkPotato777 and yhilmare committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c8609c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fb8bb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. enhancement: add log printing and avoid creating connect session when…

    … syncing datasource (#616)
    
    * feat: don't create session when sync datasource
    
    * feat: avoid creating session when create database
    
    * feat: make mapper final
    
    * log: optimize the log printing
    
    * log: remove useless log printing
    
    * rename var
    
    * fix create schema error
    
    * remove useless log printing
    
    ---------
    
    Co-authored-by: zhangxiao <140503120+PeachThinking@users.noreply.github.com>
    yhilmare and PeachThinking committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fd42e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ed4c8 View commit details
    Browse the repository at this point in the history
  3. feat(dlm):support configuring limiter (#626)

    * DLM supports configuring limiter config.
    
    * DLM supports configuring limiter config.
    
    * fix wrong field.
    
    * support configuring max value of limiter.
    
    * support configuring max value of limiter.
    
    * show limiter config in detail.
    
    * add util.
    
    * fix ut
    
    * response comments
    guowl3 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    eaff311 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Oct 30, 2023

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

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    26c0f9c View commit details
    Browse the repository at this point in the history
  2. fix(sql-check): fix syntax error check rule can not be disabled (#652)

    * fix: fix syntax error rule cannot be diabled
    
    * build: update submodule
    yhilmare committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f67e030 View commit details
    Browse the repository at this point in the history
  3. fix(migration): rule metadata migration will be triggered every time …

    …the ODC server starts up (#649)
    
    * fix rule metadata migration
    
    * update submodule
    MarkPotato777 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4b8ead5 View commit details
    Browse the repository at this point in the history
  4. fix(sql-execute): fix failed to get time consuming (#658)

    * feat: fix several bugs on time consuming
    
    * feat: add after completetion time consuming
    
    * feat: revert some codes
    
    * feat: add time consuming inteceptor
    
    * format the code
    
    * feat: fix error
    
    * optimize the time consuming stage
    
    * feat: add time consuming on external sql intecepte
    
    * remove unreasonable code
    yhilmare committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    78fb657 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a4f902 View commit details
    Browse the repository at this point in the history
  6. fix(database): use datasource's environment as database's environment…

    … to prevent data inconsistency (#659)
    
    * ignore connect_database.id
    
    * fix conflict
    MarkPotato777 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    36de77d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc3a017 View commit details
    Browse the repository at this point in the history
  8. fix(database-change): failed to view a scheduled database change task…

    … with rollback plan in personal space (#669)
    
    * fix after creating a scheduled database change task in personal space, the task details cannot be viewed after checking the option to generate a rollback plan
    
    * response to review
    PeachThinking committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    37df8e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. feat(dlm):support breakpoint recovery (#635)

    * DLM supports resume.
    
    * add idx in table.
    
    * response comments.
    
    * response comments.
    
    * response comments.
    
    * response comments.
    
    * fix NPE
    
    * fix invalid breakpoint.
    
    * fix create table ddl.
    
    * fix create table ddl.
    
    * fix create table ddl.
    
    * resolve conflict.
    guowl3 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f3f29c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c3488 View commit details
    Browse the repository at this point in the history
  3. fix(result-set-export): get wrong filename for result-set export task…

    … on cloud (#685)
    
    * fix wrong filename for result set export task
    
    * fix wrong filename for result set export task
    LuckyPickleZZ committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    91ec9e0 View commit details
    Browse the repository at this point in the history
  4. fix(datasource): make 'socketTimeout' and 'connectTimeout' settings w…

    …ork for backend datasource (#691)
    
    * fix(datasource): give an default timeout for socket and connect
    
    * update submodule
    yhilmare committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6ac804c View commit details
    Browse the repository at this point in the history
  5. docs: add changelogs (#579)

    * docs: add changelogs for ODC 4.2.2
    
    * reponse to cr comments
    
    * reponse to cr comments
    
    * builds: re-run workflows
    
    * docs(changelog): add new changes to changelog
    
    * docs(changelog): add new changes to changelog
    
    * docs: update changelog
    
    * docs: update changelog
    yhilmare committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    95c7c44 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix(sql-parser): failed to report syntax error if the input's any pre…

    …fix is grammatical (#699)
    
    * builds: upgrade db-browser's version
    
    * upgrade the parser's version
    yhilmare committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    935d164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c2ae2 View commit details
    Browse the repository at this point in the history
  3. fix(SSO):saved SSO intergration test login failed (#698)

    * ssoTestLogin
    
    * format
    ungreat committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    13e9063 View commit details
    Browse the repository at this point in the history
  4. fix(SSO):saved SSO intergration test login failed (#698)

    * ssoTestLogin
    
    * format
    ungreat committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c9c2bae View commit details
    Browse the repository at this point in the history
  5. fix(SSO):saved SSO intergration test login failed (#698)

    * ssoTestLogin
    
    * format
    ungreat committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ba0c17b View commit details
    Browse the repository at this point in the history
  6. fix(sql-execute): no trace id when sql executing failed (#700)

    * support get trace id when sql failed
    
    * response to CR
    
    * response to CR
    
    * add query timeout for full link trace
    LuckyPickleZZ committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5c826cc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. fix(dlm):wrong order status when task is rollback (#707)

    * fix wrong order status when task is rollback.
    
    * response comments.
    guowl3 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    742577d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91cdb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b2e35 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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