📄️ Developer Setup
The steps to install DevLake in developer mode.
📄️ Source Code References
Source Code References
📄️ Plugin Implementation
Plugin Implementation
📄️ DB Migration
DB Migration
📄️ Notifications
Notifications
📄️ Dal
The Dal (Data Access Layer) is designed to decouple the hard dependency on `gorm` in v0.12
📄️ Project
`Project` is **a set of [Scope](../Overview/KeyConcepts.md#data-scope) from different domains**, a way to group different resources, and it is crucial for some metric calculations like `Dora`.
📄️ Tag Naming Conventions
Tag Naming Conventions
📄️ E2E Test Guide
The steps to write E2E tests for plugins.
📄️ DevLake Release Guide
Please make sure your public key was included in the https://downloads.apache.org/incubator/devlake/KEYS , if not, please update this file first.
📄️ UnitTest Test Guide
The steps to write UnitTest tests for plugins.