Commit Graph

94 Commits

Author SHA1 Message Date
da2e9f4179 [improvement](test)Add nereids p0 pipeline trigger not required (#17193) 2023-02-28 10:51:54 +08:00
6cb452c22d [improvement](test)Set compile required and add clickbench,arm to buildall (#16944) 2023-02-21 14:47:17 +08:00
218c90c159 [improvement](test) Add clickbench and arm pipeline trigger (#16922) 2023-02-20 14:15:42 +08:00
a4e42b1e94 [improvement](pipeline) Added compatible code synchronization delay issues with failures and updates needed to trigger the pipeline (#16902) 2023-02-18 20:26:23 +08:00
630865a32f [chore](workflow) Fix the BE UT (Clang) workflow (#16847)
Fix the BE UT (Clang) workflow
2023-02-17 10:34:57 +08:00
f86e8ec395 [enhancement] change the teamcity pipeline trigger : triggered by github pull request comment (#16836)
Optimized some code and Reduce invalid code,fix syntax error
2023-02-16 19:51:58 +08:00
a56f1ca6b6 [improvement][regression] add git action to trigger teamcity pipeline 0216 (#16815) 2023-02-16 16:45:29 +08:00
585b74b175 [chore](workflow) Fix Ubuntu package conflicts by skipping apt upgrade (#16754)
In `Build Third Party Libraries (Linux)` job, some errors occur due to the package conflicts. This PR fixes these errors by skipping the command `apt upgrade`.

```
Unpacking odbcinst1debian2:amd64 (2.3.11) ...
dpkg: error processing archive /tmp/apt-dpkg-install-SY6NPA/43-odbcinst1debian2_2.3.11_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0', which is also in package libodbcinst2:amd64 2.3.9-5
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)1
```
2023-02-15 15:22:08 +08:00
4e814a7bbc [enhance](community): polish PULL_REQUEST_TEMPLATE.md (#16499) 2023-02-12 16:39:02 +08:00
ab9eb53049 [style](profile)Change Code-Checks Add Docker Dir (#16581)
---------

Co-authored-by: Yijia Su <suyijia@selectdb.com>
2023-02-10 09:19:52 +08:00
c9f66250a8 [docker](iceberg) add iceberg docker compose and modify scripts (#16175)
Add iceberg docker compose
Rename start-thirdparties-docker.sh to run-thirdparties-docker.sh and support start to stop specified components.
2023-01-29 14:31:27 +08:00
94f6380137 [enhance](Nereids): github action forgot some nereids file. (#15746) 2023-01-11 11:42:52 +08:00
d48abd91df [deps](fe)upgrade deps version (#15262)
upgrade hadoop version to 2.10.2
jackson-databind to 2.14.1
2022-12-24 22:18:10 +08:00
56cd1faeaf [chore](github) BE UT workflows support branch checks (#15146)
Apache Doris made the branch branch-1.2-lts protected. As a result, all pull requests for this branch should be checked before merging it.

However, the BE UT workflows doesn't support branch checks and they fail to check the pull requests for the branch branch-1.2-lts. The reason is that they download the wrong pre-built third-party libraries when they check the pull requests for branch-1.2-lts.
2022-12-17 16:54:58 +08:00
b3b493fdef [typo](docs)Java udf and Jdbc doc fix (#14927)
* java udf doc fix
2022-12-08 18:24:27 +08:00
7bb2343505 [chore](github) Optimize the workflow FE Code Style Checker (#14751)
We can reduce the times of checking out the codebase to boost the performance of the workflow.
2022-12-03 13:26:09 +08:00
Pxl
484e9bcece [Chore](workflow) move clang-tidy to code-checks (#14758)
move clang-tidy to code-checks
2022-12-03 10:43:18 +08:00
Pxl
c804024e5d [Chore](workflow) add clang-tidy workflow (#14737)
add clang-tidy workflow
2022-12-02 14:10:29 +08:00
f484bc5380 [github](ci) change required checks of branch 1.1 (#14743)
* [github](branch-1.1) change required checks of branch 1.1

* modify
2022-12-02 09:11:49 +08:00
9a01716a57 [chore](fix)build docs fix #14727 2022-12-01 21:57:29 +08:00
Pxl
82da071b45 [Chore](format) update clang-format version to 15 (#13036)
update clang-format version to 15
2022-11-29 14:46:10 +08:00
4c60186e87 [test](jdbc)add new case for pg jdbc table (#14582) 2022-11-26 13:02:05 +08:00
0ae246a93b [chore](github) Optimize BE UT workflows (#14565)
In #14533 , we run BE UT workflows periodically to share the cache with brand new pull requests. However, we don't need to save the cache when the unit tests doesn't run, otherwise it may occupy huge cache space and some useful caches will be evicted by GitHub.
2022-11-25 07:52:03 +08:00
f6de03eb6c [chore](github) Add a workflow to check the build for third-party libraries (#14533)
Currently, we build the third-party libraries and release them automatically (See https://github.com/apache/doris-thirdparty/pull/13). We must make sure that the changes for third-party libraries are valid.
2022-11-24 10:07:39 +08:00
724e57bb87 [feature](docker)Add runtime docker image related files (#14436) 2022-11-23 23:58:44 +08:00
388f067300 [chore](workflow) Disable memory tracker by default on BE UT (macOS) (#14508) 2022-11-23 16:25:42 +08:00
249b688663 [chore](github) Add a workflow to check BE UT on macOS (#14506) 2022-11-23 08:38:28 +08:00
ed17294d96 [improvement](config)Add the ShellCheck check-free project about Dockerfile (#14451)
Co-authored-by: Yijia Su <suyijia@selectdb.com>
2022-11-22 17:31:44 +08:00
b62e700f4e [fix](doc): remove incubator. (#14159) 2022-11-11 08:58:42 +08:00
72b909b5e8 [enhancement](workflow) Enable the shellcheck workflow to comment the PRs (#12633)
> Due to the dangers inherent to automatic processing of PRs, GitHub’s standard pull_request workflow trigger by 
default prevents write permissions and secrets access to the target repository. However, in some scenarios such 
access is needed to properly process the PR. To this end the pull_request_target workflow trigger was introduced.

According to the article [Keeping your GitHub Actions and workflows secure](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) , the trigger condition in 
`shellcheck.yml` which is `pull_request` can't comment the PR due to the lack of write permissions of the workflow.

Despite the `ShellCheck` workflow checkouts the source, but it doesn't build and test the source code. I think it is safe 
to change the trigger condition from `pull_request` to `pull_request_target` which can make the workflow have write 
permissions to comment the PR.
2022-09-27 09:08:12 +08:00
943814a86f build extension docs failed fix (#12915)
build extension docs fix
2022-09-23 21:58:02 +08:00
81664fd78c github workflow build docs check fix (#12318)
github workflow build docs check fix
2022-09-03 21:32:43 +08:00
5d0b1868c2 [chore](docs)Add compile check for document format (#12300)
Add compile check for document format

Avoid document formatting issues that fail in the daily build release of the official website
so that we can find problems and fix them in time to avoid repeated modifications
Since the compiler for the website is now in the doris-website repo, we pull the code from this repo, delete the documentation inside, and copy the documentation from doris master to perform the compiler check
2022-09-03 09:44:20 +08:00
9d165797c5 [ci](shellcheck)shellcheck include ssb-tools and tpch-tools (#12039) 2022-08-25 11:52:13 +08:00
4fa53b4cdb [chore](workflow) Add shellcheck to check shell scripts (#11744) 2022-08-18 16:07:28 +08:00
a72e20da69 [chore](check) update sonarcloud workflow files (#11674)
update sonarcloud workflow files try to trigger workflow after merge
2022-08-11 16:22:02 +08:00
8f85ad1c96 [doc](intro) update the introduce (#11364) 2022-08-01 14:22:17 +08:00
2c810f577b [improve](ci): allow blank, -, _ (#11349) 2022-07-31 09:51:02 +08:00
5215d95064 [enhancement](workflow) Use ccache to speed the BE UT (Clang) up (#11339) 2022-07-29 21:19:26 +08:00
a46f94320d [fix](ci): add checkout to fix PR-title-checker (#11336) 2022-07-29 21:09:41 +08:00
14bb6088da [community](actions): add action to check PR title (#11304) 2022-07-29 14:49:44 +08:00
92bb7d0720 [improvement]Remove the website build framework from the docs directory (#11081)
Remove the website build framework from the docs directory
2022-07-29 13:51:57 +08:00
91424a4a4e [community](*): remove type in checklist. (#11295) 2022-07-29 09:10:54 +08:00
ef25459fa1 [fix](workflow) Fix the wrong name of concurrency group (#11275) 2022-07-28 14:23:07 +08:00
a2948811fe [fix](github) Fix the configuration of requirement checks (#11281) 2022-07-28 14:03:23 +08:00
89ca436561 [github] modify the github checks' requirement (#11269) 2022-07-28 10:55:39 +08:00
9013d5cc09 [enhancement](workflow) Optimize workflows (#11145)
1. Fine tune the trigger conditions for workflows.
2. Introduce concurrency group to cancel previous workflow trigged by the same pr.
2022-07-28 08:32:33 +08:00
166b4a18ae [fix](image) fix bug that latestValidatedImageSeq may not be the second largest image id (#11201)
* [fix](image) fix bug that latestValidatedImageSeq may not be the second largest image id

When traversing the image files in the meta directory,
it cannot be guaranteed to be traversed in the order of imageid size

For example, if it traverses the image file with orders like: 3,5,4,1,
then latestImageSeq is 5, but latestValidatedImageSeq is 3, which is wrong.
2022-07-26 22:35:31 +08:00
764abfe72f [enhancement](community): add ci for close outdated PR. (#11088) 2022-07-22 17:00:17 +08:00
9017afb7a8 [enhancement](workflow) Add a workflow for Clang check (#11083)
* Add a workflow for Clang check
2022-07-22 09:14:21 +08:00