From ce36fe03b14eb299a6aff847b1ed40c3b7fbfff0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 18:23:20 +0000 Subject: [PATCH 1/3] Initial plan From f7124ab378c3a7096025b227808da0158f1b5d4f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 18:24:38 +0000 Subject: [PATCH 2/3] Remove outdated fork note for GitHub Copilot plugin (PR now merged) Co-authored-by: ewega <26189114+ewega@users.noreply.github.com> --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 35d4d2b..9423112 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,7 @@ This CLI makes that setup fast and repeatable from the terminal (instead of clic > **Blog post:** [Beyond Copilot Dashboards: Measuring What AI Actually Changes]() — why DORA + Copilot correlation matters and what this tool enables. -> [!NOTE] -> **GitHub Copilot plugin:** The Copilot metrics plugin is currently available in the [DevExpGBB/incubator-devlake](https://github.com/DevExpGBB/incubator-devlake) fork while the upstream PR ([apache/incubator-devlake#8728](https://github.com/apache/incubator-devlake/pull/8728)) is under review. The `deploy local` and `deploy azure` commands handle custom images automatically — no manual image builds needed. Once the PR merges, the official Apache images will include it. - - + --- From 4f624b7bb2132c2fb24a16716c7ba0d6d4bad40c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 18:26:26 +0000 Subject: [PATCH 3/3] docs: remove erroneous manual docker compose up steps from README Co-authored-by: ewega <26189114+ewega@users.noreply.github.com> --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9423112..db0dce2 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,6 @@ gh devlake init # Option 2: Step-by-step gh devlake deploy local --dir ./devlake -cd devlake && docker compose up -d -# wait ~2 minutes, then: gh devlake configure full ``` @@ -88,10 +86,9 @@ For a deeper explanation with diagrams, see [DevLake Concepts](docs/concepts.md) ```bash gh devlake deploy local --dir ./devlake -cd devlake && docker compose up -d ``` -Downloads Docker Compose files, generates secrets, and prepares the stack. Give it ~2 minutes after `docker compose up`. See [docs/deploy.md](docs/deploy.md) for flags and details. +Downloads Docker Compose files, generates secrets, starts the stack, and waits until DevLake is healthy. See [docs/deploy.md](docs/deploy.md) for flags and details.
Deploying to Azure instead