Yingwen
|
5b5d953d56
|
ci: tolerate error while building arm64 releases (#1143)
* ci: allow failure while building arm64 docker
* ci: Remove continue-on-error on docker step
|
2023-03-08 21:11:40 +08:00 |
|
Yingwen
|
3f6cbc378d
|
ci: Disable arm64 release temporarily (#1141)
|
2023-03-08 19:13:00 +08:00 |
|
Yingwen
|
9619940569
|
ci: Allow error when building release for non-x86 platform (#1140)
|
2023-03-08 18:12:06 +08:00 |
|
discord9
|
379f581780
|
test: add Integrated Test for Coprocessor& fix minor bugs (#1122)
* feat: cache `Runtime`
* fix: coprstream schema not set
* test: integrated tests for Coprocessor
* fix: UDF fixed
* style: remove unused import
* chore: remove more unused import
* feat: `filter`, (r)floordiv for Vector
* chore: CR advices
* feat: auto convert to `lit`
* chore: fix typo
* feat: from&to `pyarrow.array`
* feat: allow `pyarrow.array` as args to builtins
* chore: cargo fmt
* test: CI add `pyarrow`
* test: install Python&PyArrow in CI
* test: not cache depend for now
* chore: CR advices
* test: fix name
* style: rename
|
2023-03-06 19:20:59 +08:00 |
|
Ruihang Xia
|
b1311801da
|
ci: update breaking-change labeler (#1109)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-03-01 19:24:21 +08:00 |
|
Ning Sun
|
8e7e68708f
|
docs: correct readme format (#1105)
* docs: correct readme format
* ci: fix config name
|
2023-03-01 16:59:11 +08:00 |
|
Ruihang Xia
|
9c1118b06d
|
ci: adjust title labeler's rule (#1079)
* ci: adjust title labeler's rule
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Apply suggestions from code review
Co-authored-by: Yingwen <realevenyag@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: Yingwen <realevenyag@gmail.com>
|
2023-03-01 15:16:21 +08:00 |
|
Ning Sun
|
75e48c5f20
|
ci: fix apidoc generation
|
2023-03-01 14:09:47 +08:00 |
|
Ning Sun
|
d402f83442
|
ci: generate apidocs when pushing to default branch (#1093)
* ci: generate apidocs when pushing to default branch
* ci: require clippy before running tests
* fix: resolve new clippy warnings on primitive slice
* fix: resolve more clippy warnings
* Update .github/workflows/apidoc.yml
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
* ci: add an index html to redirect
---------
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-03-01 13:18:26 +08:00 |
|
discord9
|
c5c6494e0b
|
feat: add PyO3(Hence CPython as a Optional Backend (#976)
* refactor: ffi_types
* style: fmt
* refactor: use `String` for return when possible
* todo: vector_impl
* feat: pyobj_try_typed_val
* refactor: more backend indep function
* feat: +-*/ magic methods
* refactor: copr
* style: fmt
* feat: add paired tests
* refactor: more
* refactor: move inside `python` folder
* refactor: all but test code
* feat: builtins for PyO3
* chore: add licenses
* chore: remove unused&add todos
* refactor: remove old files
* chore: mark unused
* chore: fmt
* chore: license
* feat: query in PyO3
* test: paired testcases for rspy&pyo3
* feat: PyDataFrame(Untested)
* feat: some allow_threads
* style: fmt
* style: add license
* feat: rebase manually of #962
* feat: more `allow_threads`
* chore: typo
* chore: remove some `TODO`
* test: allow margin of epsilon
* chore: code review advices
* chore: more CR adjust
* chore: more adjust
* feat: kwargs&its test
* chore: remove some `dbg!`
* chore: allow params
* fix: put `dataframe` into scope
* chore: newline
* fix: adjust after rebase
* fix: test serde skip attr
* style: taplo
* feat: add `pyo3_backend` feature
* doc: update CI&readme
|
2023-03-01 10:45:55 +08:00 |
|
Yingwen
|
710e2ed133
|
ci: Use fixed skywalking-eyes revision (#1076)
The latest PR of skywalking-eyes https://github.com/apache/skywalking-eyes/pull/149
breaks our CI action
|
2023-02-24 07:05:18 +00:00 |
|
Yingwen
|
4bbad6ab1e
|
ci: allow ci pass when codecov can't upload data (#1046)
|
2023-02-21 14:52:44 +08:00 |
|
Zhizhen He
|
6833b405d9
|
ci: upgrade spell checker to 1.13.10 (#1045)
* ci: upgrade spell checker to 1.13.10
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
* fix: fix existing typos
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
* chore: use taplo to format typos.toml
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
* chore: add fmt-toml rule to format TOML files
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
---------
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
|
2023-02-21 10:55:27 +08:00 |
|
Ruihang Xia
|
a8c2b35ec6
|
chore: bump rust to nightly-2023-02-14 (#1019)
* chore: bump rust to nightly-2023-02-14
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix clippy
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* bump statrs to 0.16
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-02-16 13:17:57 +08:00 |
|
Ning Sun
|
a33d1e9863
|
ci: add cloud followup label (#1007)
ci: add cloud followup support
|
2023-02-15 17:17:32 +08:00 |
|
Ruihang Xia
|
37ca5ba380
|
chore: alias sqlness subcommand (#956)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-02-07 18:53:46 +08:00 |
|
Ruihang Xia
|
2f2609d8c6
|
build(ci): disable release workflow for forked repo (#954)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-02-07 15:22:32 +08:00 |
|
elijah
|
9a30ba00c4
|
test: run sqlness test in distributed mode (#916)
* test: run sqlness test in distributed mode
* chore: fix ci test
* chore: improve the ci yaml
* chore: improve the code
* chore: fix conflicts
|
2023-01-31 15:00:11 +08:00 |
|
Ruihang Xia
|
89e4084af4
|
build(ci): upload sqlness log files (#920)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-01-31 14:31:27 +08:00 |
|
Yingwen
|
3db8f95169
|
ci: Skip status check on docs changed (#903)
* ci: Pass status check on docs changed
* ci: Remove coverage.yml
|
2023-01-28 16:37:47 +08:00 |
|
Ning Sun
|
302d7ec41b
|
ci: use ubuntu 2004 to build weekly (#895)
feat: use ubuntu 2004 to build weekly
|
2023-01-20 08:36:41 +08:00 |
|
Ruihang Xia
|
5e89f1ba4e
|
ci: run tests on weekly release build (#869)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-01-12 19:10:23 +08:00 |
|
Ruihang Xia
|
1305924423
|
ci: add sqlness job (#835)
* ci: add sqlness job
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness to official release
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* filter out backtrace
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix error display
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* close once_cell feature gate
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-01-10 15:12:20 +08:00 |
|
Ning Sun
|
ea753b9ac0
|
ci: fix release task by correcting output dir (#853)
|
2023-01-10 14:37:35 +08:00 |
|
Ning Sun
|
5b675f54a8
|
ci: add lto and strip to weekly build (#841)
|
2023-01-06 16:20:23 +08:00 |
|
Ruihang Xia
|
26af9e6214
|
ci: setup secrets for setup-protoc job (#783)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-12-23 11:36:39 +08:00 |
|
Yingwen
|
b6d29afcd1
|
ci: Use lld for coverage (#778)
* ci: Use lld for coverage
* style: Fix clippy
|
2022-12-22 16:10:37 +08:00 |
|
LFC
|
ea9af42091
|
chore: upgrade Rust to nightly 2022-12-20 (#772)
* chore: upgrade Rust to nightly 2022-12-20
* chore: upgrade Rust to nightly 2022-12-20
Co-authored-by: luofucong <luofucong@greptime.com>
|
2022-12-21 19:32:30 +08:00 |
|
Ruihang Xia
|
6fb413ae50
|
ci: add toml format linter (#706)
* chore: run taplo format
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* ci: add workflow to check toml
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* rerun formatter with ident to 4 spaces
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update check command
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-12-05 20:03:10 +08:00 |
|
Lei, HUANG
|
4052563248
|
fix: pr template task default state (#687)
|
2022-12-02 20:39:53 +08:00 |
|
Ruihang Xia
|
20172338e8
|
ci: Revert "ci: change CI unit test trigger" (#674)
Revert "ci: change CI unit test trigger (#671)"
This reverts commit 9c53f9b24c.
|
2022-11-30 21:23:40 +08:00 |
|
Ruihang Xia
|
9c53f9b24c
|
ci: change CI unit test trigger (#671)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-30 20:19:35 +08:00 |
|
Ning Sun
|
53ab19ea5a
|
ci: remove assignees which is causing error (#663)
|
2022-11-30 11:36:35 +08:00 |
|
Ning Sun
|
84c44cf540
|
ci: fix doc label task on forked repo (#654)
|
2022-11-30 11:23:15 +08:00 |
|
Ning Sun
|
3d312d389d
|
ci: add doc label support for pr too (#650)
|
2022-11-29 15:21:12 +08:00 |
|
Ning Sun
|
2a36e26d19
|
ci: add action to create doc issue when change labelled (#648)
ci: add action to create doc issue when change labeled
|
2022-11-29 14:25:57 +08:00 |
|
Dongxu Wang
|
051768b735
|
ci: add spell check with typos (#627)
|
2022-11-24 14:46:50 +08:00 |
|
zyy17
|
69f06eec8b
|
ci: change scheduled release from nigthly to weekly (#623)
Signed-off-by: zyy17 <zyylsxm@gmail.com>
|
2022-11-24 11:05:35 +08:00 |
|
zyy17
|
663c725838
|
fix: fix nightly build error and fix typo (#588)
Signed-off-by: zyy17 <zyylsxm@gmail.com>
|
2022-11-21 11:49:36 +08:00 |
|
zyy17
|
c94b544e4a
|
ci: modify image registry in release.yml (#582)
Signed-off-by: zyy17 <zyylsxm@gmail.com>
|
2022-11-19 09:19:54 +08:00 |
|
zyy17
|
dee5ccec9e
|
ci: add nightly build job (#565)
|
2022-11-18 11:48:29 +08:00 |
|
Ruihang Xia
|
08cc775d7c
|
chore: remove clean disk job (#543)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-16 18:07:17 +08:00 |
|
Ruihang Xia
|
5979dcfc17
|
chore: remote issue title prefix from template (#533)
* chore: remote issue title prefix from template
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* change feature request's label name
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-16 15:46:52 +08:00 |
|
xiaomin tang
|
e823cde6ff
|
fix: task list syntax error in pull_request_template (#528)
|
2022-11-15 23:53:16 +08:00 |
|
Ruihang Xia
|
eeacfe9f73
|
fix: move ISSUE_TEMPLATE into .github dir (#525)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-15 23:34:13 +08:00 |
|
xiaomin tang
|
43c4189a8e
|
chore: add issue&pr template (#523)
* chore: add pull request template
* chore: add issue template
* chore: apply suggestions from code review
Co-authored-by: Ning Sun <sunng@protonmail.com>
Co-authored-by: Ning Sun <sunng@protonmail.com>
|
2022-11-15 23:06:22 +08:00 |
|
Yingwen
|
e073fea443
|
ci: Ignore some files (#519)
|
2022-11-15 18:22:22 +08:00 |
|
Ruihang Xia
|
7ba512980a
|
chore: add APACHE-2.0 license header (#518)
* feat: add license checker workflow
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix existing header
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* specify license for internal sub-crate
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix rustfmt
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-15 18:05:46 +08:00 |
|
Jiachun Feng
|
3f12f5443d
|
feat: meta election (#492)
* feat: meta election
* feat: election by etcd
* chore: redirect on re-election
* chore: by cr
* chore: by cr
* chore: by cr
* chore: rename CI
|
2022-11-15 11:04:15 +08:00 |
|
Ruihang Xia
|
a7d311e480
|
chore: enlarge CI and disable test job (#503)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-15 10:53:07 +08:00 |
|