-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename all occurance of CeresDB into HoraeDB #1319
Comments
We won't change the GitHub org name "CeresDB" now. It will be done once we transfer the repo. |
This refers to #1319. I'll do a global find-and-replace for License header and see how to rename `ceresdbproto` later. Signed-off-by: tison <wander4096@gmail.com>
Ditto for the docs site ceresdb.github.io/docs that binds to to org name. We will change it once we transfer the repo. |
This is part of #1319. --------- Signed-off-by: tison <wander4096@gmail.com>
|
This refers to apache/horaedb#1319 --------- Signed-off-by: tison <wander4096@gmail.com>
## Rationale Part of #1319 ## Detailed Changes - Change from ceresdbproto to horaedbproto - Change go sdk from `github.com/CeresDB/ceresdb-client-go/ceresdb` to `github.com/CeresDB/horaedb-client-go/horaedb` - Change rust sdk from `ceresdb-client` to `horaedb-client` ## Test Plan CI
Also the Maven artifact's group name |
Expect org name occurance. This refers to apache/horaedb#1319. --------- Signed-off-by: tison <wander4096@gmail.com> Co-authored-by: xikai.wxk <xikai.wxk@antgroup.com>
This refers to #1319. --------- Signed-off-by: tison <wander4096@gmail.com> Co-authored-by: tison <wander4096@gmail.com>
## Rationale Related #1319 ## Detailed Changes update `license-header.txt`'s org ## Test Plan UT.
## Rationale related #1319 ## Detailed Changes ## Test Plan
## Rationale related #1319 ## Detailed Changes replace ceresdb with horaedb in code ## Test Plan CI --------- Co-authored-by: tison <wander4096@gmail.com>
This refers to #1319. --------- Signed-off-by: tison <wander4096@gmail.com>
All "ceres" occurances updated. Except the TODO items in the issue description that we will handle later. |
## Rationale related apache/horaedb#1319 ## Detailed Changes rename comment's ceresdb to horaedb ## Test Plan ci
This comment was marked as off-topic.
This comment was marked as off-topic.
@tematou This is a coincident name conflict while the post you refer to should be years ago. You can take a look at this proposal that HoraeDB (this project) is going to enter the ASF incubator. I'll hide your comment as Off Topic and Resolved. |
## Rationale Refer #1319 ## Detailed Changes ## Test Plan No need.
Most of the tasks are done. Closing... |
## Rationale Refer #1319 ## Detailed Changes * Rename `ceresformat` to `logformat` ## Test Plan No need.
## Rationale See apache/horaedb#1319 ## Detailed Changes This is a breaking change. users need to add following config to keep back-compatitble ``` storage-root-path = "/ceresdb" ``` Or set via env vars ``` export STORAGE_ROOT_PATH="/ceresdb" ``` ## Test Plan No need
Let's search and replace it globally where it should be HoraeDB now.
The text was updated successfully, but these errors were encountered: