Commit Graph

16 Commits

Author SHA1 Message Date
imbajin 6c0d596eac
refact: use standard UTF-8 charset & enhance CI configs (#2095) 2023-03-07 23:10:31 +08:00
YangJiaqi 76fa64498a
add github token for license check comment (#2139) 2023-03-02 21:22:16 +08:00
imbajin f6018d1071
chore: remove unnecessary binary files & add rat check in ci (#2086) 2023-01-14 23:50:01 +08:00
Simon Cheung 3427625379
chore: modify NOTICE & LICENSE path (#2084)
Co-authored-by: imbajin <jin@apache.org>
2023-01-14 13:51:36 +08:00
vaughn 6c3170c496
chore: fix TinkerPop unit test (#2055)
* chore: don't support persistence for memory backend
* chore: setup graph by first step graph when graph is null
* chore: apply relations optimize logic
* chore: don't support null properties
* fix: g.V().has(empty).count() and g.V().count().as('a').select('a')
* fix: specify the code generation directory for raft.proto (#2057)
* fix: tinkerpop unit schema no define
* fix the style & clean some outdated code

Co-authored-by: Simon Cheung <ming@apache.org>
Co-authored-by: imbajin <jin@apache.org>
2022-12-26 22:41:46 +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
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
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
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 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