Commit Graph

23 Commits

Author SHA1 Message Date
Simon Cheung 2fc8869347
check dependencies (#2006) 2022-11-07 21:30:39 +08:00
imbajin c1d32a8bd0
chore: update ci version & enable it (#1892)
* chore: enable required ci

* Update .asf.yaml

* Update .asf.yaml

* update ci version

* Update .asf.yaml

* Update .asf.yaml

* Update codeql-analysis.yml

* Update .asf.yaml
2022-10-30 22:23:33 +08:00
seagle cc80d27745
fix redundant Checkstyle (#1896)
* add redundant

* add redundant check

* merge line

* update alignment

* delete duplicates check MissingSwitchDefault

* update wrap line

* update code style

* merge dev

* merge master
2022-10-30 16:16:21 +08:00
DamonXue(Fibonacci) 4c8069dbaa
chore: upgrade CodeQL version to v2 (#1958) 2022-09-06 00:04:00 +08:00
zyxxoo 85b01b2333
chore: java 11 version support (#1653) 2022-04-25 19:13:30 +08:00
imbajin d85ee50d5f
chore: replace mysql actions by official docker image (#1834)
* chore: replace mysql actions by official docker image

* update codecov v3

* move traivis file
2022-04-20 22:41:05 +08:00
imbajin 4a2c2d28e9
chore: support codeQL code security check (#1778) 2022-04-07 12:19:50 +08:00
coderzc 14eb6cbfeb
fix release ci (#1770) 2022-03-21 13:54:47 +08:00
imbajin 856dc0d0ad
chore: use cla assistant to support robot pr (#1761) 2022-03-14 14:41:46 +08:00
imbajin 730f33263d
Update stale.yml (#1772)
Co-authored-by: imbajin <imbajin@users.noreply.github.com>
2022-03-07 12:18:09 +08:00
Jermy Li 5c51a69ded
split unit/core/api tests into 3 stages (#1747) 2022-02-10 14:16:46 +08:00
Jermy Li ace60537d0
improve raft module and test (#1721)
* improve raft moddule
* add raft-server test
* set safe_read=true and use_snapshot=false
* fix leader not wait for apply-task
* add auth support to raft-tools.sh
* don't clear non-shared-storage backend
* set task timer interval from 3s to 1s
* improve CachedSchemaTransaction
* improve update schema status
* remove truncate from project test
* fix codecov: api test report not been uploaded
* improve task cancel() test with cancelled status

Change-Id: I016d3fcc4ab50614afdf452e7c9691ee3cc3c70b
2022-01-12 16:00:58 +08:00
Jermy Li 8fe485d118
fix github action ci not trigger on release branch (#1714)
Change-Id: I4e8873be93197e3024deb0acf61cab4ded868a69
2021-12-31 13:44:58 +08:00
coderzc 08bb09ed8d
improve release script (#1713) 2021-12-28 20:02:33 +08:00
coderzc cd4fc6abee
upload assert to release (#1703) 2021-12-22 11:07:58 +08:00
coderzc 5aab8b411c
release maven package by actions (#1669) 2021-11-30 16:46:08 +08:00
imbajin 417c73c870
fix: mysql & pg ci problem (#1641) 2021-11-10 17:38:04 +08:00
Carl Dea 4b4b4b6e24
Using TCK Tested JDK builds of OpenJDK (#1604)
* Using TCK Tested JDK builds of OpenJDK

The AdoptOpenJDK has been discontinued since July 2021. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK. Also, added a fixed (major) version.
2021-10-28 11:58:08 +08:00
imbajin 8eb7d0fcf8
chore: update ubuntu version for ci actions (#1613)
test in versions below: (✓ mark as ci passed)
- [x] 18.04
- [x] 20.04
- [ ] latest (even pass now, maybe not suitable to use, because cannot control the stable version)
2021-10-09 11:40:14 +08:00
imbajin 4cb4348141
chore: refactor issue template with forum struct (yaml format) (#1531)
* chore: replace issue template with forum struct (format by yaml)

After using it, submit issue will be more user friendly, main diff here:
1. the whole UI experience is much more better (a string of enhancement)
2. users don't need to update / write markdown by themselves
3. we could define the highlight code block by default language
4. description will only show before issue submitted, no need to hide them by any trick way.. (such like `details` or html-comment `<!-- -->`)
5. we can choose required info now (otherwise cannot submit issue)

PS: also reduce the daily stale issues amount from 25 -> 10
2021-07-01 19:24:10 +08:00
imbajin 0d32e16aaf
chore: use tokenless way for coverage & update configs (#1529) 2021-06-30 14:27:59 +08:00
Linary d0e0d3d9df
Use github action to run ci (#1514)
Change-Id: Ic77c4ee09f3375252b611c8f3e282a5be5499dcd
2021-06-24 19:00:48 +08:00
imbajin 109ca5ffd2
feat: add auto stale/close workflow for issue & pr (#1471)
* feat: add auto stale/close workflow for issue & pr
The `stale.yml` will link to a github action, and auto run with schedule
* Update stale.yml
2021-06-01 12:28:15 +08:00