Skip to content

Tags: openGemini/openGemini

Tags

v1.3.0-rc.1

Toggle v1.3.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: use pierrec lz4.go replace lz4.c (#738)

Signed-off-by: xiangyu5632 <xiangyu5632@126.com>

v1.2.0

Toggle v1.2.0's commit message
main

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: there is no data return when use select * from xxx limit xx offs… (

#430)

Signed-off-by: xiangyu5632 <xiangyu5632@126.com>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: synchronize the code to the community (#401)

Signed-off-by: shilinlee <836160610@qq.com>

v1.1.0-rc1

Toggle v1.1.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: support goreleaser build ldflags to binaries (#382)

Signed-off-by: shilinlee <836160610@qq.com>

v1.1.0rc0

Toggle v1.1.0rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(version): change default version v1.1.0 to v1.1.0rc0 (#336)

change default version v1.1.0 to v1.1.0rc0

Signed-off-by: xiangyu5632 <xiangyu5632@126.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: the index data mmap cannot be configured (#146)

1. support mmap enable or disable by configuration.
2. disable mmap on darwin always.

BREAKING CHANGE: disable mmap by default.
Signed-off-by: shilinlee <836160610@qq.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: change image files (#134)

The image display problem of the readme is solved.

Signed-off-by: xiangyu5632 <xiangyu5632@126.com>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(docker): add the instructions for deploying openGemini to KubeE… (

#87)

chore(docker): add the instructions for deploying openGemini to KubeEdge and K8s

1. Added instructions for deploying openGemini to KubeEdge and K8s.
2. Sample KubeEdge and K8s Configuration Files
3. Example of the openGemini configuration file

Signed-off-by: xiangyu5632 <xiangyu5632@126.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from shilinlee/shilinlee-fix-ut

test: prevent directory conflicts with built-in t.TempDir()