From e43995749988ecdeae96e9d06878561577da116a Mon Sep 17 00:00:00 2001 From: narro Date: Fri, 1 Mar 2024 18:39:25 +0800 Subject: [PATCH] feat: configuration for devchat --- .devchat/information/config/config.json | 4 ++++ .devchat/information/context/blueprint.txt | 1 + .devchat/information/context/connection.txt | 1 + .devchat/information/context/customize.txt | 1 + .devchat/information/context/data_scope.txt | 1 + .devchat/information/context/devlake.txt | 1 + .devchat/information/context/domain_layer.txt | 1 + .devchat/information/context/pipeline.txt | 1 + .devchat/information/context/tapd.txt | 1 + .devchat/information/context/zentao.txt | 1 + .devchat/information/issue/bug.txt | 1 + .devchat/information/issue/feature-request.txt | 1 + 12 files changed, 15 insertions(+) create mode 100644 .devchat/information/config/config.json create mode 100644 .devchat/information/context/blueprint.txt create mode 100644 .devchat/information/context/connection.txt create mode 100644 .devchat/information/context/customize.txt create mode 100644 .devchat/information/context/data_scope.txt create mode 100644 .devchat/information/context/devlake.txt create mode 100644 .devchat/information/context/domain_layer.txt create mode 100644 .devchat/information/context/pipeline.txt create mode 100644 .devchat/information/context/tapd.txt create mode 100644 .devchat/information/context/zentao.txt create mode 100644 .devchat/information/issue/bug.txt create mode 100644 .devchat/information/issue/feature-request.txt diff --git a/.devchat/information/config/config.json b/.devchat/information/config/config.json new file mode 100644 index 00000000000..249185d5d46 --- /dev/null +++ b/.devchat/information/config/config.json @@ -0,0 +1,4 @@ +{ + "repo_path": "narrowizard/the-lake", + "github_token": "***" +} \ No newline at end of file diff --git a/.devchat/information/context/blueprint.txt b/.devchat/information/context/blueprint.txt new file mode 100644 index 00000000000..b25e4be0442 --- /dev/null +++ b/.devchat/information/context/blueprint.txt @@ -0,0 +1 @@ +BP(blueprints) is type of task planning, it can be triggered, manually or cronly. \ No newline at end of file diff --git a/.devchat/information/context/connection.txt b/.devchat/information/context/connection.txt new file mode 100644 index 00000000000..67ec6b38eb7 --- /dev/null +++ b/.devchat/information/context/connection.txt @@ -0,0 +1 @@ +A connection is an instance of a data source, eg: jira connection, jenkins connection. data should be isolated on different connection. \ No newline at end of file diff --git a/.devchat/information/context/customize.txt b/.devchat/information/context/customize.txt new file mode 100644 index 00000000000..0e3a12d4415 --- /dev/null +++ b/.devchat/information/context/customize.txt @@ -0,0 +1 @@ +Customize is a devlake plugin, it can be used in two ways. One is to import csv data into domain layer entities through api requets, the other is to resolve and map fields from raw layer to domain layer entity. \ No newline at end of file diff --git a/.devchat/information/context/data_scope.txt b/.devchat/information/context/data_scope.txt new file mode 100644 index 00000000000..7a4ffd16167 --- /dev/null +++ b/.devchat/information/context/data_scope.txt @@ -0,0 +1 @@ +A data scope means a smallest collection of data that can be synchrozed by devlake. like a jira board, a jenkins job, etc. \ No newline at end of file diff --git a/.devchat/information/context/devlake.txt b/.devchat/information/context/devlake.txt new file mode 100644 index 00000000000..550b750dc32 --- /dev/null +++ b/.devchat/information/context/devlake.txt @@ -0,0 +1 @@ +Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth. \ No newline at end of file diff --git a/.devchat/information/context/domain_layer.txt b/.devchat/information/context/domain_layer.txt new file mode 100644 index 00000000000..954845b8368 --- /dev/null +++ b/.devchat/information/context/domain_layer.txt @@ -0,0 +1 @@ +The data in the domain layer is transformed from the data in the tool layer. The tool layer schema is based on the data from specific tools such as Jira, GitHub, Gitlab, Jenkins, etc. The domain layer schema can be regarded as an abstraction of tool-layer schemas. \ No newline at end of file diff --git a/.devchat/information/context/pipeline.txt b/.devchat/information/context/pipeline.txt new file mode 100644 index 00000000000..55cfd8e1c49 --- /dev/null +++ b/.devchat/information/context/pipeline.txt @@ -0,0 +1 @@ +Pipeline is a group of several runnable tasks. \ No newline at end of file diff --git a/.devchat/information/context/tapd.txt b/.devchat/information/context/tapd.txt new file mode 100644 index 00000000000..85b4660667f --- /dev/null +++ b/.devchat/information/context/tapd.txt @@ -0,0 +1 @@ +TAPD is an issue tracking management system, like jira. \ No newline at end of file diff --git a/.devchat/information/context/zentao.txt b/.devchat/information/context/zentao.txt new file mode 100644 index 00000000000..5b14a0b42a5 --- /dev/null +++ b/.devchat/information/context/zentao.txt @@ -0,0 +1 @@ +Zentao is an issue tracking management system, like jira. \ No newline at end of file diff --git a/.devchat/information/issue/bug.txt b/.devchat/information/issue/bug.txt new file mode 100644 index 00000000000..473fef38f53 --- /dev/null +++ b/.devchat/information/issue/bug.txt @@ -0,0 +1 @@ +We're using devlake to collect development data from third-party platforms. help me to write a bug issue for devlake in english, including following sections: Title, What happened, What do you expect to happen, How to produce. if there are any concept or nouns I have not clarified, please tell me. The bug context is that \ No newline at end of file diff --git a/.devchat/information/issue/feature-request.txt b/.devchat/information/issue/feature-request.txt new file mode 100644 index 00000000000..071afccd26b --- /dev/null +++ b/.devchat/information/issue/feature-request.txt @@ -0,0 +1 @@ +We're using devlake to collect development data from third-party platforms. help me to write a feature request issue for devlake in english, including following sections: Title, Use case, Description. if there are any concept or nouns I have not clarified, please tell me. The feature request context is that \ No newline at end of file