This is an automated email from the ASF dual-hosted git repository. zky pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 48a40d8cf6939a94aae2ec5c8f56136f3ff1a386 Author: Startrekzky <[email protected]> AuthorDate: Fri Nov 25 22:24:12 2022 +0800 fix: update timespan wording --- versioned_docs/version-v0.14/DataModels/DevLakeDomainLayerSchema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-v0.14/DataModels/DevLakeDomainLayerSchema.md b/versioned_docs/version-v0.14/DataModels/DevLakeDomainLayerSchema.md index 4ea50016c..3afc58e96 100644 --- a/versioned_docs/version-v0.14/DataModels/DevLakeDomainLayerSchema.md +++ b/versioned_docs/version-v0.14/DataModels/DevLakeDomainLayerSchema.md @@ -365,9 +365,9 @@ A pull request is the abstraction of GitHub pull request and Gitlab merge reques | `merge_commit_sha` | char | 40 | the merge commit of this PR. By the definition of [Github](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch), when you click the default Merge pull request option on a pull request on Github, all commits from the feature branch are added to the base branch in a merge commit. | | | `base_commit_sha` | char | 40 | The base commit of this PR. | | | `head_commit_sha` | char | 40 | The head commit of this PR. | | -| `coding_time_span`| bigint | | PR created_date - PR's first commit's authored_date | | +| `coding_timespan`| bigint | | PR created_date - PR's first commit's authored_date | | | `review_lag` | bigint | | PR's first comment time - PR's created_date | | -| `review_time_span`| bigint | | PR merged_date - PR's first comment time | | +| `review_timespan`| bigint | | PR merged_date - PR's first comment time | | | `deploy_timespan` | bigint | | PR deployed date - PR merged_date | | | `change_timespan` | bigint | | PR cycle time, equals to coding_time_span + review_lag + review_time_span + deploy_timespan | |
