-
Notifications
You must be signed in to change notification settings - Fork 55
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
merge from dev/4.3.x into dev/obcloud_ap_202410 #3297
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(data-transfer): data import supports file directory, find manifest.bin in inner dirs * refactor(data-transfer): normalize class name * refactor(data-transfer): add param for validating file type * style: code format
…and database objects in ascending order by name (#3250) * finish sorted list of datasource,database and table by name asc * finish the list of personal space data sources is sorted by name
* add sql infect rows config * edit rule naming * roll back * base method definition * code format * code format * code format * sql check support affected rows * update resource bundle * add resource description * code optimized * Adapt and optimize * code format * Revision of related issues * code format * unit test * support select * unit test * code formate * rollback * fix defaultChecker * default parameters * rollback * uninvolved select * code optimize * code format * roll back * code optimize * code format * unit test * remove unnessesary extract * unit test split * optimize unit test * handle excpetion e * code format * move var site * edit English express * edit null value handle * catch exception * handle exception * code format * unit test * resolve some conv * code format * default set * code format * code format
…d after clicking manual execution (#3269) * Turn off the manual execution button display * add enum PRE_EXECUTION for FlowStatus * remove enum PRE_EXECUTION for FlowStatus
* fix get state may failed when use nginx * fix get state may failed when use nginx
* feat(connection): adaption for obcloud kv instance type (#3120) * fix(auth): adaption for obcloud auth (#3151) * builds: install pty4j manually (#3181) * feat: specific sql plan task execution * modify client commit hash * feat: upload file to oss * feat: upload file to oss * feat: upload file to oss * feat: upload file to oss * Revert "merge origin/feat/obcloud_202408" This reverts commit ae6c73f, reversing changes made to 9132a28. * Revert "merge origin/feat/obcloud_202408" * * Response comments. * * Response comments. * * Response comments. --------- Co-authored-by: zhangxiao <140503120+PeachThinking@users.noreply.github.com> Co-authored-by: IL MARE <yh263208@oceanbase.com>
* remove git init script * ignore UT
* fix(resultset-export): the exported file is empty if use lower table name for oracle mode (#3254) * convert to upper case for oracle * fix typo * use lower case for mysql mode * list directory instead of looking up by name * change sequence version to 4.1.0 * change incorrect block size
yhilmare
requested review from
Jane201510,
JessieWuJiexi,
yizhouxw,
MarkPotato777,
LuckyPickleZZ,
guowl3,
PeachThinking,
yiminpeng and
ungreat
as code owners
September 6, 2024 06:49
yizhouxw
approved these changes
Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
type-builds
What this PR does / why we need it:
merge from dev/4.3.x into dev/obcloud_ap_202410
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Additional documentation e.g., usage docs, etc.: