Skip to content

Commit

Permalink
feat: configuration for devchat
Browse files Browse the repository at this point in the history
  • Loading branch information
narrowizard committed May 30, 2024
1 parent 5e38416 commit e439957
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devchat/information/config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"repo_path": "narrowizard/the-lake",
"github_token": "***"
}
1 change: 1 addition & 0 deletions .devchat/information/context/blueprint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BP(blueprints) is type of task planning, it can be triggered, manually or cronly.
1 change: 1 addition & 0 deletions .devchat/information/context/connection.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A connection is an instance of a data source, eg: jira connection, jenkins connection. data should be isolated on different connection.
1 change: 1 addition & 0 deletions .devchat/information/context/customize.txt
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .devchat/information/context/data_scope.txt
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .devchat/information/context/devlake.txt
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .devchat/information/context/domain_layer.txt
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .devchat/information/context/pipeline.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pipeline is a group of several runnable tasks.
1 change: 1 addition & 0 deletions .devchat/information/context/tapd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TAPD is an issue tracking management system, like jira.
1 change: 1 addition & 0 deletions .devchat/information/context/zentao.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Zentao is an issue tracking management system, like jira.
1 change: 1 addition & 0 deletions .devchat/information/issue/bug.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .devchat/information/issue/feature-request.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e439957

Please sign in to comment.