From 6976e80e1ad7d466bfa142c5fcc2eca0e4a98c03 Mon Sep 17 00:00:00 2001 From: Startrekzky Date: Thu, 4 Jun 2026 10:50:28 +0800 Subject: [PATCH 1/3] fix: update the old urls starting with 'incubator' --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- community/MakingContributions/BlogSubmission.md | 2 +- docs/Configuration/HowToOrganizeDevlakeProjects.md | 4 ++-- docs/GettingStarted/HelmSetup.md | 14 +++++++------- docusaurus.config.js | 10 +++++----- livedemo/DivingIntoTheLake/01-Tatiana.md | 2 +- livedemo/DivingIntoTheLake/02-Ben-Stiefel.md | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 220435945e8..5abf4e6784f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -24,11 +24,11 @@ body: attributes: label: Search before asking description: > - Please make sure to search in the [issues](https://github.com/apache/incubator-devlake-website/issues?q=is%3Aissue) + Please make sure to search in the [issues](https://github.com/apache/devlake-website/issues?q=is%3Aissue) to check if this bug already exists. options: - label: > - I had searched in the [issues](https://github.com/apache/incubator-devlake-website/issues?q=is%3Aissue) and found + I had searched in the [issues](https://github.com/apache/devlake-website/issues?q=is%3Aissue) and found no similar issues. required: true diff --git a/community/MakingContributions/BlogSubmission.md b/community/MakingContributions/BlogSubmission.md index a7d46260383..0511ec0003b 100644 --- a/community/MakingContributions/BlogSubmission.md +++ b/community/MakingContributions/BlogSubmission.md @@ -105,4 +105,4 @@ Or this. And add a cover image into the folder `static/img/Blog` with the image name same as the cover title defined above. In this example it would be `static/img/Blog/Setup-Your-First-Engineering-Metrics.png`. -After completing the above steps, please submit a PR to [apache/incubator-devlake-website](https://github.com/apache/incubator-devlake-website) for review. Happy blogging! +After completing the above steps, please submit a PR to [apache/devlake-website](https://github.com/apache/devlake-website) for review. Happy blogging! diff --git a/docs/Configuration/HowToOrganizeDevlakeProjects.md b/docs/Configuration/HowToOrganizeDevlakeProjects.md index 0d0261f6c33..691eb2813f5 100644 --- a/docs/Configuration/HowToOrganizeDevlakeProjects.md +++ b/docs/Configuration/HowToOrganizeDevlakeProjects.md @@ -79,8 +79,8 @@ Both are independent of each other. Assume that ASF wants to check the health of and maintenance of these projects with DORA. DevLake manages 3 `repos`: [incubator-devlake](https://github.com/apache/incubator-devlake), -[incubator-devlake-website](https://github.com/apache/incubator-devlake-website), -and [incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart). +[devlake-website](https://github.com/apache/devlake-website), +and [devlake-helm-chart](https://github.com/apache/devlake-helm-chart). There are many repos related to _Spark_ in one way or another. To keep it simple, we will also pick 3 `repos`: [spark](https://github.com/apache/spark), [spark-website](https://github.com/apache/spark-website), and [incubator-livy](https://github.com/apache/incubator-livy). diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md index 6b6b88bf01d..104acf79b70 100644 --- a/docs/GettingStarted/HelmSetup.md +++ b/docs/GettingStarted/HelmSetup.md @@ -12,9 +12,9 @@ sidebar_position: 3 ## Quick Start -#### You can also check https://github.com/apache/incubator-devlake-helm-chart to make contribution +#### You can also check https://github.com/apache/devlake-helm-chart to make contribution -#### To install or upgrade to the latest version, please check [here](https://github.com/apache/incubator-devlake-helm-chart/releases) +#### To install or upgrade to the latest version, please check [here](https://github.com/apache/devlake-helm-chart/releases) ### Install @@ -43,7 +43,7 @@ To install the chart with release name `devlake`,follow these steps: 5. Install the chart by running the following commands: ```shell - helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart + helm repo add devlake https://apache.github.io/devlake-helm-chart helm repo update helm install devlake devlake/devlake --version=1.0-beta1 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET ``` @@ -250,7 +250,7 @@ b. Provide below values while install from helm: Here is the example: ``` -helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart +helm repo add devlake https://apache.github.io/devlake-helm-chart helm repo update ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1) helm install devlake devlake/devlake \ @@ -286,7 +286,7 @@ Yes, the devlake helm chart supports using an external Grafana. You can set the Here is the example: ``` -helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart +helm repo add devlake https://apache.github.io/devlake-helm-chart helm repo update ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1) helm install devlake devlake/devlake \ @@ -304,7 +304,7 @@ helm install devlake devlake/devlake \ Here is the example: ``` -helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart +helm repo add devlake https://apache.github.io/devlake-helm-chart helm repo update ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1) helm install devlake devlake/devlake \ @@ -320,7 +320,7 @@ helm install devlake devlake/devlake \ Here is the example: ``` -helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart +helm repo add devlake https://apache.github.io/devlake-helm-chart helm repo update ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1) helm install devlake devlake/devlake \ diff --git a/docusaurus.config.js b/docusaurus.config.js index fc445941a1a..a6ce349f475 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -30,7 +30,7 @@ const versions = require('./versions.json'); path: 'docs', sidebarPath: require.resolve('./sidebars.js'), // set to undefined to remove Edit this Page - editUrl: 'https://github.com/apache/incubator-devlake-website/edit/main', + editUrl: 'https://github.com/apache/devlake-website/edit/main', remarkPlugins: [math, [require('mdx-mermaid'), { theme: { light: 'neutral', dark: 'forest' } }]], @@ -64,7 +64,7 @@ const versions = require('./versions.json'); readingTime: ({ content, frontMatter, defaultReadingTime }) => defaultReadingTime({ content, options: { wordsPerMinute: 300 } }), // Please change this to your repo. - editUrl: 'https://github.com/apache/incubator-devlake-website/edit/main', + editUrl: 'https://github.com/apache/devlake-website/edit/main', remarkPlugins: [math, [require('mdx-mermaid'), { theme: { light: 'neutral', dark: 'forest' } }]], @@ -201,7 +201,7 @@ const versions = require('./versions.json'); position: 'right' }, { - to: 'https://github.com/apache/incubator-devlake', + to: 'https://github.com/apache/devlake', label: 'GitHub', position: 'right', }, @@ -284,7 +284,7 @@ const versions = require('./versions.json'); }, { label: 'GitHub Issue Tracker For Docs', - to: 'https://github.com/apache/incubator-devlake-website/issues', + to: 'https://github.com/apache/devlake-website/issues', }, ], }, @@ -293,7 +293,7 @@ const versions = require('./versions.json'); items: [ { label: 'GitHub', - to: 'https://github.com/apache/incubator-devlake', + to: 'https://github.com/apache/devlake', }, { label: 'Twitter', diff --git a/livedemo/DivingIntoTheLake/01-Tatiana.md b/livedemo/DivingIntoTheLake/01-Tatiana.md index fff18234cff..a5a299dfe80 100644 --- a/livedemo/DivingIntoTheLake/01-Tatiana.md +++ b/livedemo/DivingIntoTheLake/01-Tatiana.md @@ -12,7 +12,7 @@ description: > Feel free to give a read, which has been specially handpicked for you! This would undoubtedly enlighten on practicality and provide deeper insights into Engineering. -Diving Into the Lake with Tatiana Gil Lopez +Diving Into the Lake with Tatiana Gil Lopez ### Question #1: "In your opinion, what is the value of taking a data driven approach to engineering?" diff --git a/livedemo/DivingIntoTheLake/02-Ben-Stiefel.md b/livedemo/DivingIntoTheLake/02-Ben-Stiefel.md index 3ddd9e2558e..6afa6101307 100644 --- a/livedemo/DivingIntoTheLake/02-Ben-Stiefel.md +++ b/livedemo/DivingIntoTheLake/02-Ben-Stiefel.md @@ -11,7 +11,7 @@ description: > Feel free to give it a read, as this has been specially handpicked for you! This would undoubtedly illuminate practicality and provide deeper insights into Engineering. -Diving Into The Lake with Ben Stiefel +Diving Into The Lake with Ben Stiefel ### Question #1: "In your opinion, what is the value of taking a data driven approach to engineering?" From 37e2c25aa5fee3f03c621df0698b867b339efee1 Mon Sep 17 00:00:00 2001 From: Startrekzky Date: Thu, 4 Jun 2026 10:51:07 +0800 Subject: [PATCH 2/3] fix: remove gitpod-related description --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index daed5e2f758..7b66aa74d6a 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,9 @@ This project keeps all sources used for building up DevLake's official website w Please also make sure your node version is 16.14+, version lower than 16.14.x is not supported yet. -## 💻 Start contributing from any browser or Chromebook - Start developing and make changes to the code via a single click without any prior setup for free **Anytime-Anywhere**! - [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/apache/incubator-devlake-website) - Some *Recommendations* while using **Gitpod**: - - - Download the [gitpod browser extension](https://www.gitpod.io/docs/configure/user-settings/browser-extension) to start working on any branch,issue or PR via a single click in under a minute! - - To enjoy *BLAZINGLY FAST* startup times while developing on your forked branches, consider [enabling prebuilds by installing Gitpod's GitHub App](https://www.gitpod.io/docs/configure/projects/prebuilds/#configuring-prebuilds-manually) - - --- ## Installation **_NOTE:_** You can follow the below instructions to setup your developer environment in your `local machine` or use the `gitpod` method specified above to code without any prior setup ⚡️ as suggested above as well! From 821444fad64d84412448d8bb77844af03641c733 Mon Sep 17 00:00:00 2001 From: Startrekzky Date: Thu, 4 Jun 2026 10:55:44 +0800 Subject: [PATCH 3/3] fix: remove gitpod --- .gitpod.Dockerfile | 7 ------- .gitpod.yml | 26 -------------------------- gitpod-scripts/startCloudDevEnv.sh | 27 --------------------------- 3 files changed, 60 deletions(-) delete mode 100644 .gitpod.Dockerfile delete mode 100644 .gitpod.yml delete mode 100644 gitpod-scripts/startCloudDevEnv.sh diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile deleted file mode 100644 index d36e707425d..00000000000 --- a/.gitpod.Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM gitpod/workspace-full:latest - -RUN bash -c 'VERSION="16.14.0" \ - && source $HOME/.nvm/nvm.sh && nvm install $VERSION \ - && nvm use $VERSION && nvm alias default $VERSION' - -RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index b632a61515e..00000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,26 +0,0 @@ -tasks: - - name: Initialize DevLake Docs - init: | - yarn install - command: | - nvm use v16.14.0 && sh gitpod-scripts/startCloudDevEnv.sh - -ports: - - port: 3000 - onOpen: open-preview - visibility: public - name: devlake-website - description: DevLake Docs - -github: - prebuilds: - master: true - branches: true - pullRequests: true - pullRequestsFromForks: true - addCheck: true - addComment: true - addBadge: true - -image: - file: .gitpod.Dockerfile diff --git a/gitpod-scripts/startCloudDevEnv.sh b/gitpod-scripts/startCloudDevEnv.sh deleted file mode 100644 index 7edd6ed5203..00000000000 --- a/gitpod-scripts/startCloudDevEnv.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - - PORT=3000 - counter=0 - watchdog=5 - - check_and_set_port() { - if lsof -Pi :$PORT -sTCP:LISTEN -t >/dev/null && [ "$counter" -lt $watchdog ]; then - echo "port $PORT already occupied, changing to the next consecutive port" - PORT=$(PORT+1) - counter=$((counter+1)) - check_and_set_next_port - elif [ "$counter" -ge $watchdog ]; then - echo "\033[31mUnable to allocate an empty port for NextJS, the last tried port was $NEXTJS_PORT\e[0m" - echo "Please either change the $PORT to an other random number/unused port number" - echo "After changes re-run the script" - exit 1 - else - printf "🚀 An empty port found for DevLake Docs 🚀 \n" - fi - } - - check_and_set_port - - export PORT=$PORT - - yarn start