This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb.git
The following commit(s) were added to refs/heads/main by this push:
new a1168eca chore: add incubating notice (#1532)
a1168eca is described below
commit a1168ecafc0636ea80d2d1154b17bf40b3d64929
Author: Jiacai Liu <[email protected]>
AuthorDate: Fri May 17 12:17:12 2024 +0800
chore: add incubating notice (#1532)
## Rationale
See https://lists.apache.org/thread/1frk5f146pbzprj0d1ftf15o4z6v3ocs
## Detailed Changes
## Test Plan
No need.
---
.asf.yaml | 2 +-
.github/workflows/meta-ci.yml | 4 ----
README-CN.md | 12 +++++-------
README.md | 10 ++++------
horaemeta/README.md | 4 ++--
horaemeta/licenserc.toml | 25 -------------------------
6 files changed, 12 insertions(+), 45 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index c5334350..5a35a869 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@
github:
description: >-
- HoraeDB is a high-performance, distributed, cloud native time-series
database.
+ Apache HoraeDB (incubating) is a high-performance, distributed, cloud
native time-series database.
homepage: https://horaedb.apache.org
labels:
- rust
diff --git a/.github/workflows/meta-ci.yml b/.github/workflows/meta-ci.yml
index 0c43bf9d..dcbfcc79 100644
--- a/.github/workflows/meta-ci.yml
+++ b/.github/workflows/meta-ci.yml
@@ -22,14 +22,10 @@ on:
branches:
- main
paths:
- - 'src/**'
- - 'integration_tests/**'
- 'horaemeta/**'
- '.github/workflows/meta-ci.yml'
pull_request:
paths:
- - 'src/**'
- - 'integration_tests/**'
- 'horaemeta/**'
- '.github/workflows/meta-ci.yml'
workflow_dispatch:
diff --git a/README-CN.md b/README-CN.md
index 20ef6508..01b483ea 100644
--- a/README-CN.md
+++ b/README-CN.md
@@ -8,7 +8,7 @@
[English](./README.md)
-HoraeDB 是一款高性能、分布式的云原生时序数据库。
+Apache HoraeDB (incubating) 是一款高性能、分布式的云原生时序数据库。
## 文档
- [用户文档](https://horaedb.apache.org)
@@ -80,7 +80,7 @@ Drop TABLE `demo`
## 开发者社区
-与来自世界各地的用户和开发人员一起在 Apache HoraeDB 社区中茁壮成长。
+与来自世界各地的用户和开发人员一起在 Apache HoraeDB (incubating) 社区中茁壮成长。
- [订阅邮箱参与讨论](mailto:[email protected])
([订阅](mailto:[email protected]?subject=(send%20this%20email%20to%20subscribe))
/
[取消订阅](mailto:[email protected]?subject=(send%20this%20email%20to%20unsubscribe))
/ [查看邮件历史记录](https://lists.apache.org/[email protected]))
- 发送
[请求](mailto:[email protected]?subject=(Request%to%20join%20HoraeDB%20slack))
至 `[email protected]` 加入HoraeDB Slack
@@ -88,13 +88,11 @@ Drop TABLE `demo`
[约定式提交](https://apache.github.io/incubator-horaedb-docs/cn/dev/conventional_commit)
-[如何参与 HoraeDB 代码贡献](CONTRIBUTING.md)
-
+[如何参与贡献](CONTRIBUTING.md)
## 致谢
-在开发 HoraeDB 的过程中, 我们受到很多开源项目的影响和启发,例如
[influxdb_iox](https://github.com/influxdata/influxdb/tree/main),
[tikv](https://github.com/tikv/tikv) 等等。感谢这些杰出的项目。
-在生产环境中,我们重度使用 [OceanBase](https://github.com/oceanbase/oceanbase) 作为 WAL 和
ObjectStore 的实现,而且 OceanBase 团队还帮助我们一起维护集群的稳定,感谢 OceanBase 团队一直以来的帮助。
+在开发程中,我们受到很多开源项目的影响和启发,例如
[influxdb_iox](https://github.com/influxdata/influxdb/tree/main),
[tikv](https://github.com/tikv/tikv) 等等,感谢这些杰出的项目。
## 开源许可
-HoraeDB 基于 [Apache License 2.0](LICENSE) 协议。
+[Apache License 2.0](./LICENSE)
diff --git a/README.md b/README.md
index 92441c1a..f1710d0f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[中文](./README-CN.md)
-HoraeDB is a high-performance, distributed, cloud native time-series database.
+Apache HoraeDB (incubating) is a high-performance, distributed, cloud native
time-series database.
## Documentation
@@ -88,7 +88,7 @@ Drop TABLE `demo`
## Community
-Thrive together in Apache HoraeDB community with users and developers from all
around the world.
+Thrive together in Apache HoraeDB (incubating) community with users and
developers from all around the world.
- Discuss at [dev mailing list](mailto:[email protected])
([subscribe](mailto:[email protected]?subject=(send%20this%20email%20to%20subscribe))
/
[unsubscribe](mailto:[email protected]?subject=(send%20this%20email%20to%20unsubscribe))
/ [archives](https://lists.apache.org/[email protected]))
- Send
[request](mailto:[email protected]?subject=(Request%to%20join%20HoraeDB%20slack))
to `[email protected]` to join HoraeDB slack channel
@@ -98,10 +98,8 @@ Read our [Contributing Guide](CONTRIBUTING.md) and make your
first contribution!
## Acknowledgment
-When develop HoraeDB, we benefit a lot from several other open source
projects, such as
[influxdb_iox](https://github.com/influxdata/influxdb/tree/main),
[tikv](https://github.com/tikv/tikv) etc, thanks for their awesome work.
-
-In our production usage, we heavily use
[OceanBase](https://github.com/oceanbase/oceanbase) as implementation of both
WAL and ObjectStorage, and OceanBase team help us maintain stability of our
cluster, thanks for their kindly support.
+When develop we benefit a lot from several other open source projects, such as
[influxdb_iox](https://github.com/influxdata/influxdb/tree/main),
[tikv](https://github.com/tikv/tikv) etc, thanks for their awesome work.
## License
-HoraeDB is under [Apache License 2.0](./LICENSE).
+[Apache License 2.0](./LICENSE)
diff --git a/horaemeta/README.md b/horaemeta/README.md
index 60fc5dc1..4631258a 100644
--- a/horaemeta/README.md
+++ b/horaemeta/README.md
@@ -3,7 +3,7 @@
[](https://codecov.io/gh/apache/incubator-horaedb-meta)

-HoraeMeta is the meta service for managing the HoraeDB cluster.
+HoraeMeta is the meta service for managing the Apache HoraeDB (incubating)
cluster.
## Status
The project is in a very early stage.
@@ -48,4 +48,4 @@ The project is under rapid development so that any
contribution is welcome.
Check our [Contributing
Guide](https://github.com/apache/incubator-horaedb-meta/blob/main/CONTRIBUTING.md)
and make your first contribution!
## License
-HoraeMeta is under [Apache License 2.0](./LICENSE).
+[Apache License 2.0](./LICENSE)
diff --git a/horaemeta/licenserc.toml b/horaemeta/licenserc.toml
deleted file mode 100644
index cfece621..00000000
--- a/horaemeta/licenserc.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-headerPath = "Apache-2.0-ASF.txt"
-
-excludes = [
- # Derived
- "server/service/http/route.go",
- "server/coordinator/scheduler/nodepicker/hash/consistent_uniform_test.go",
- "server/coordinator/scheduler/nodepicker/hash/consistent_uniform.go",
-]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]