DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Code | Description | Status | Comments |
|---|---|---|---|
| CD10 | The project produces Open Source software, for distribution to the public at no charge. | Available from download page with Apache license version 2.0 | |
| CD20 | The project's code is easily discoverable and publicly accessible. | Code can be found from the website in CD10 Code is hosted publicly on github https://github.com/apache/incubator-hudi | |
| CD30 | The code can be built in a reproducible way using widely available standard tools. | Maven build process documented in README.md | |
| CD40 | The full history of the project's code is available via a source code control system, | The source history is available here and releases are tagged. | |
| CD50 | The provenance of each line of code is established via the source code control system, in a reliable way based on strong authentication of the committer. When third-party contributions are committed, commit messages to provide reliable information about the code provenance. | Only project committers have access to merge code contributions. Commit messages clearly detail the author & committer for each contribution, including 3rd party contributors. Code contributions and commit process documented |
...