Commit Graph

34 Commits

Author SHA1 Message Date
M 4ceef1ab0c
fix: base-ref/head-ref missed in dependency-review on master (#2308) 2023-09-11 10:48:37 +08:00
zoulei 6997a87d0c
move validate release to hugegraph-doc (#2109) 2023-03-27 16:32:06 +08:00
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
青年 91a616bb38
fix: support null value for gremlin test (#2061)
* fix(core): adapt HugeVertex.property() with null values

Co-authored-by: imbajin <jin@apache.org>
2023-01-16 22:53:24 +08:00
imbajin f6018d1071
chore: remove unnecessary binary files & add rat check in ci (#2086) 2023-01-14 23:50:01 +08:00
imbajin 958193d797
chore: support validate apache release automatically (#2076) 2023-01-14 17:50:40 +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
Simon Cheung 7d84f01a31
improve check-dependencies (#2051)
improve check-dependencies
2022-12-13 23:03:28 +08:00
Zonglei Dong ccade5ac47
chore(apache): add license checker for CI. (#2034)
Co-authored-by: imbajin <jin@apache.org>
2022-11-27 23:13:08 +08:00
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