You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/11/25 15:00:33 UTC

[incubator-devlake-website] branch main updated (1938ccb3d -> 0af470f85)

This is an automated email from the ASF dual-hosted git repository.

zky pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


    from 1938ccb3d docs: update the name of pr_merge_date pic
     new 48a40d8cf fix: update timespan wording
     new 0af470f85 fix: update the pic name for pr merge rate

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/Metrics/PRMergeRate.md                                 |   2 +-
 ...pr-merged-rate-monthly.png => pr-merge-rate-monthly.png} | Bin
 .../version-v0.14/DataModels/DevLakeDomainLayerSchema.md    |   4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename static/img/Metrics/{pr-merged-rate-monthly.png => pr-merge-rate-monthly.png} (100%)


[incubator-devlake-website] 02/02: fix: update the pic name for pr merge rate

Posted by zk...@apache.org.
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 0af470f85ce5c6fd2a9c27986f0e01ccd0b2f36f
Author: Startrekzky <ka...@merico.dev>
AuthorDate: Fri Nov 25 22:25:24 2022 +0800

    fix: update the pic name for pr merge rate
---
 docs/Metrics/PRMergeRate.md                                 |   2 +-
 ...pr-merged-rate-monthly.png => pr-merge-rate-monthly.png} | Bin
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Metrics/PRMergeRate.md b/docs/Metrics/PRMergeRate.md
index 4f865f844..9fa6cb029 100644
--- a/docs/Metrics/PRMergeRate.md
+++ b/docs/Metrics/PRMergeRate.md
@@ -50,7 +50,7 @@ where
 
 If you want to measure the monthly trend of `PR merge rate` in the screenshot below, please run the following SQL in Grafana.
 
-![](/img/Metrics/pr-merged-rate-monthly.png)
+![](/img/Metrics/pr-merge-rate-monthly.png)
 
 ```
 SELECT
diff --git a/static/img/Metrics/pr-merged-rate-monthly.png b/static/img/Metrics/pr-merge-rate-monthly.png
similarity index 100%
rename from static/img/Metrics/pr-merged-rate-monthly.png
rename to static/img/Metrics/pr-merge-rate-monthly.png


[incubator-devlake-website] 01/02: fix: update timespan wording

Posted by zk...@apache.org.
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 <ka...@merico.dev>
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      |                |