This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new e39622f0b0 update maturity.md (#585)
e39622f0b0 is described below
commit e39622f0b03ac1b164bf42357f42a7e36fedd8dd
Author: Casion <[email protected]>
AuthorDate: Tue Nov 15 21:34:15 2022 +0800
update maturity.md (#585)
---
maturity.md | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/maturity.md b/maturity.md
index d5c7e03ce4..9c3ddacde6 100644
--- a/maturity.md
+++ b/maturity.md
@@ -20,17 +20,17 @@ Mentors and community members are encouraged to contribute
to this page and comm
| **ID** | **Description** | **Status** |
| -------- | ----- | ---------- |
| **CD10** | The project produces Open Source software for distribution to the
public, at no charge.
| :white_check_mark: The project source code is
licensed under the `Apache License 2.0`. |
-| **CD20** | Anyone can easily discover and access the project's code.
| :white_check_mark: The [offical
website](https://linkis.incubator.apache.org/) includes `Github` link which can
access GitHub directly. |
-| **CD30** | Anyone using standard, widely-available tools, can build the code
in a reproducible way.
| :white_check_mark: Apache Linkis provide
[how-to-build](https://linkis.apache.org/docs/latest/development/linkis-compile-and-package)
document to tell user how to compile on bare metal. |
+| **CD20** | Anyone can easily discover and access the project's code.
| :white_check_mark: The [official
website](https://linkis.incubator.apache.org/) includes `Github` link which can
access GitHub directly. |
+| **CD30** | Anyone using standard, widely-available tools, can build the code
in a reproducible way.
| :white_check_mark: Apache Linkis provide
[how-to-build](https://linkis.apache.org/docs/latest/development/build)
document to tell user how to compile from source code. |
| **CD40** | The full history of the project's code is available via a source
code control system, in a way that allows anyone to recreate any released
version.
| :white_check_mark: It depends on git,
and anyone can view the full history of the project via commit logs. |
-| **CD50** | The source code control system establishes the provenance of each
line of code in a reliable way, based on strong authentication of the
committer. When third parties contribute code, commit messages provide reliable
information about the code provenance. | :white_check_mark: The project uses
GitHub and managed by Apache Infra, it ensuring provenance of each line of code
to a committer. |
+| **CD50** | The source code control system establishes the provenance of each
line of code in a reliable way, based on strong authentication of the
committer. When third parties contribute code, commit messages provide reliable
information about the code provenance. | :white_check_mark: The project uses
GitHub and managed by Apache Infra, it is ensuring provenance of each line of
code to a committer. |
**Licenses and Copyright**
| **ID** | **Description**
| **Status** |
| -------- |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ---------- |
-| **LC10** | The Apache License, version 2.0, covers the released code.
| :white_check_mark: The
[LICENSE](https://github.com/apache/incubator-linkis/blob/master/LICENSE) is in
GitHub repository. And all source files are with APLv2 header, check by
`apache-rat:check`. |
-| **LC20** | Libraries that are mandatory dependencies of the project's code
do not create more restrictions than the Apache License does.
| :white_check_mark: All
[dependencies](https://github.com/apache/incubator-linkis/blob/master/linkis-dist/release-docs/LICENSE)
has been checked and non of them create more restrictions than the Apache Lic
[...]
+| **LC10** | The Apache License, version 2.0, covers the released code.
| :white_check_mark: The
[LICENSE](https://github.com/apache/incubator-linkis/blob/master/LICENSE) is in
GitHub repository. And all source files are with APLv2 header, all change will
trigger Git Action auto [...]
+| **LC20** | Libraries that are mandatory dependencies of the project's code
do not create more restrictions than the Apache License does.
| :white_check_mark: All
[dependencies](https://github.com/apache/incubator-linkis/blob/master/linkis-dist/release-docs/LICENSE)
has been checked and none of them create more restrictions than the Apache Li
[...]
| **LC30** | The libraries mentioned in LC20 are available as Open Source
software.
| :white_check_mark: See
[dependencies](https://github.com/apache/incubator-linkis/blob/master/linkis-dist/release-docs/LICENSE).
|
| **LC40** | Committers are bound by an Individual Contributor Agreement (the
"Apache iCLA") that defines which code they may commit and how they need to
identify code that is not their own. | :white_check_mark: All committers have
iCLAs. |
| **LC50** | The project clearly defines and documents the copyright ownership
of everything that the project produces.
| :white_check_mark: And
all source files are with APLv2 header, check by `apache-rat:check`. |
@@ -43,7 +43,7 @@ Mentors and community members are encouraged to contribute to
this page and comm
| **RE20** | The project's PMC (Project Management Committee, see CS10)
approves each software release in order to make the release an act of the
Foundation.
| :white_check_mark: All releases have been voted at
dev@linkis and general@incubator, and have at least 3 PPMC's/IPMC's votes. |
| **RE30** | Releases are signed and/or distributed along with digests that
anyone can reliably use to validate the downloaded archives.
| :white_check_mark: All
releases are signed, and the
[KEYS](https://downloads.apache.org/incubator/linkis/KEYS) is available. |
| **RE40** | The project can distribute convenience binaries alongside source
code, but they are not Apache Releases, they are provided with no guarantee. |
:white_check_mark: User can easily build binaries from source code.
Convenience binaries are distributed alongside source code at the same time via
<ul><li>[Maven Central
Repository](https://mvnrepository.com/artifact/org.apache.linkis)</li><li>[dist.apache.org](https://dist.apache.org/repos/dist/release/incubator/linkis/)</li></ul>
|
-| **RE50** | The project documents a repeatable release process so that
someone new to the project can independently generate the complete set of
artifacts required for a release. | :white_check_mark: We can follow the
[release
guide](http://linkis.incubator.apache.org/community/release-process.html) to
make new Apache Linkis release. And so far we had 7 different release managers.
|
+| **RE50** | The project documents a repeatable release process so that
someone new to the project can independently generate the complete set of
artifacts required for a release. | :white_check_mark: We can follow the
[release
guide](http://linkis.incubator.apache.org/community/release-process.html) to
make new Apache Linkis release. And so far we had 7 different release
managers(2022/10/26). |
**Quality**
@@ -53,7 +53,7 @@ Mentors and community members are encouraged to contribute to
this page and comm
| **QU20** | The project puts a very high priority on producing secure
software.
| :white_check_mark: All
safety issues will be resolved in priority. |
| **QU30** | The project provides a well-documented, secure and private
channel to report security issues, along with a documented way of responding to
them. | :white_check_mark: Website provides a [security
page](http://linkis.incubator.apache.org/community/security) |
| **QU40** | The project puts a high priority on backwards compatibility and
aims to document any incompatible changes and provide tools and documentation
to help users transition to new features. | :white_check_mark: All releases
are backwards compatibility. Apache Linkis provides [upgrade
guide](https://linkis.apache.org/docs/latest/upgrade/upgrade-guide) docs |
-| **QU50** | The project strives to respond to documented bug reports in a
timely manner. | :white_check_mark: The project has resolved 1200+ issues and
1700+ pull requests so far, with very prompt response. |
+| **QU50** | The project strives to respond to documented bug reports in a
timely manner. | :white_check_mark: The project has resolved 1400+ issues and
1800+ pull requests so far(2022/10/26), with very prompt response. |
**Community**
@@ -81,7 +81,8 @@ Mentors and community members are encouraged to contribute to
this page and comm
| **ID** | **Description**
| **Status** |
| -------- |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ---------- |
-| **IN10** | The project is independent from any corporate or organizational
influence. | :white_check_mark: The PPMC members and committer of Apache
Linkis are from 15+ companies, and majority of them are NOT From the company
that donated this project. |
+| **IN10** | The project is independent from any corporate or organizational
influence. | :white_check_mark: The PPMC members of Linkis are from 15
different organizations(Beluga Open Source, Binance.us, Boss Zhipin, ByteDance,
Clory and Smy Cloud, Guanzhou Bank, HONOR, Hangzhou Link Cloud Technology Co.,
Ltd., Huawei, Kyligence Inc, Sensors Data, Tencent, Tianyi Cloud, WeBank,
iQIYI)(2022/10/26).
+are from 15+ companies, and majority of them are NOT From the company that
donated this project. |
| **IN20** | Contributors act as themselves, not as representatives of a
corporation or organization. | :white_check_mark: The contributors act on
their own initiative without representing a corporation or organization. |
----------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]