* 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>
* 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
* 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.
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)
* 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