Skip to content

Commit

Permalink
Merge branch 'enh/TD-29974-improve-trans' into dmchen/trans-improve
Browse files Browse the repository at this point in the history
  • Loading branch information
cadem authored Dec 16, 2024
2 parents 641816e + 90272cf commit 20cc54a
Show file tree
Hide file tree
Showing 1,475 changed files with 79,800 additions and 41,344 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Description

Please briefly describe the code changes in this pull request.

# Checklist

Please check the items in the checklist if applicable.

- [ ] Is the user manual updated?
- [ ] Are the test cases passed and automated?
- [ ] Is there no significant decrease in test coverage?
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ tests/examples/JDBC/JDBCDemo/.classpath
tests/examples/JDBC/JDBCDemo/.project
tests/examples/JDBC/JDBCDemo/.settings/
source/libs/parser/inc/sql.*
source/os/src/timezone/
tests/script/tmqResult.txt
tests/system-test/case_to_run.txt
tests/develop-test/case_to_run.txt
Expand Down Expand Up @@ -161,4 +162,13 @@ version.h
geos_c.h
source/libs/parser/src/sql.c
include/common/ttokenauto.h

!packaging/smokeTest/pytest_require.txt
tdengine-test-dir/
localtime.c
private.h
strftime.c
tzdir.h
tzfile.h
coverage.info
taos
taosd
Loading

0 comments on commit 20cc54a

Please sign in to comment.