From 8f8f5ea52e9474c250e6731c738669c104a5b05c Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 13 Feb 2025 08:07:58 +0100 Subject: [PATCH] refactor: stable renaming --- .github/actions/bundle-gh-page/action.yml | 2 +- .github/workflows/cleanup.yml | 2 +- .github/workflows/default.yml | 2 +- .github/workflows/zap.yml | 2 +- README.md | 2 +- package.json | 6 +++--- packages/ci-cd-abcd/package.json | 6 +++--- packages/ci-cd-pages/package.json | 6 +++--- packages/ci-cd-test/package.json | 6 +++--- playground/pg-simple/package.json | 6 +++--- scripts/cleanup-gh-pages.js | 2 +- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/actions/bundle-gh-page/action.yml b/.github/actions/bundle-gh-page/action.yml index 9c4b98b..98b14ff 100644 --- a/.github/actions/bundle-gh-page/action.yml +++ b/.github/actions/bundle-gh-page/action.yml @@ -20,7 +20,7 @@ runs: fi shell: bash - name: 📥 Get gh-pages tar - run: wget -q https://github.com/db-ui/cicd-playground/tarball/gh-pages + run: wget -q https://github.com/db-ux-design-system/cicd-playground/tarball/gh-pages shell: bash - name: 📦 Unpack Tar run: | diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index effc084..3d0e510 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -18,7 +18,7 @@ jobs: uses: ./.github/actions/npm-cache - name: 📥 Get gh-pages tar - run: wget -q https://github.com/db-ui/cicd-playground/tarball/gh-pages + run: wget -q https://github.com/db-ux-design-system/cicd-playground/tarball/gh-pages - name: ➕ Create public dir run: mkdir public - name: 📦 Unpack Tar diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 224b8fc..6240ad6 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -36,7 +36,7 @@ jobs: deploy: uses: ./.github/workflows/02-deploy-gh-pages.yml - if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }} + if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ux-design-system') }} needs: [test, cypress, build-playground] with: release: false diff --git a/.github/workflows/zap.yml b/.github/workflows/zap.yml index 3897f35..37ad04a 100644 --- a/.github/workflows/zap.yml +++ b/.github/workflows/zap.yml @@ -14,4 +14,4 @@ jobs: - name: ZAP Scan uses: zaproxy/action-baseline@v0.7.0 with: - target: 'https://api.github.com/repos/db-ui/cicd-playground/branches' + target: 'https://api.github.com/repos/db-ux-design-system/cicd-playground/branches' diff --git a/README.md b/README.md index 3e5d8d3..a993945 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Playground for testing GitHub CI/CD -gets deployed to https://db-ui.github.io/cicd-playground/ out of the folder `/public/` +gets deployed to https://db-ux-design-system.github.io/cicd-playground/ out of the folder `/public/` diff --git a/package.json b/package.json index 077ab51..b2d63a1 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/db-ui/cicd-playground.git" + "url": "git+https://github.com/db-ux-design-system/cicd-playground.git" }, "license": "Apache-2.0", "bugs": { - "url": "https://github.com/db-ui/cicd-playground/issues" + "url": "https://github.com/db-ux-design-system/cicd-playground/issues" }, - "homepage": "https://github.com/db-ui/cicd-playground#readme", + "homepage": "https://github.com/db-ux-design-system/cicd-playground#readme", "workspaces": [ "packages/*" ], diff --git a/packages/ci-cd-abcd/package.json b/packages/ci-cd-abcd/package.json index 8901451..23138d0 100644 --- a/packages/ci-cd-abcd/package.json +++ b/packages/ci-cd-abcd/package.json @@ -13,13 +13,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/db-ui/cicd-playground.git" + "url": "git+https://github.com/db-ux-design-system/cicd-playground.git" }, "license": "Apache-2.0", "bugs": { - "url": "https://github.com/db-ui/cicd-playground/issues" + "url": "https://github.com/db-ux-design-system/cicd-playground/issues" }, - "homepage": "https://github.com/db-ui/cicd-playground#readme", + "homepage": "https://github.com/db-ux-design-system/cicd-playground#readme", "devDependencies": { "typescript": "4.9.5" }, diff --git a/packages/ci-cd-pages/package.json b/packages/ci-cd-pages/package.json index 202c9f1..eedfc4c 100644 --- a/packages/ci-cd-pages/package.json +++ b/packages/ci-cd-pages/package.json @@ -11,13 +11,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/db-ui/cicd-playground.git" + "url": "git+https://github.com/db-ux-design-system/cicd-playground.git" }, "license": "Apache-2.0", "bugs": { - "url": "https://github.com/db-ui/cicd-playground/issues" + "url": "https://github.com/db-ux-design-system/cicd-playground/issues" }, - "homepage": "https://github.com/db-ui/cicd-playground#readme", + "homepage": "https://github.com/db-ux-design-system/cicd-playground#readme", "devDependencies": { "vite": "^4.1.1" } diff --git a/packages/ci-cd-test/package.json b/packages/ci-cd-test/package.json index 21fc374..5bf55ce 100644 --- a/packages/ci-cd-test/package.json +++ b/packages/ci-cd-test/package.json @@ -7,11 +7,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/db-ui/cicd-playground.git" + "url": "git+https://github.com/db-ux-design-system/cicd-playground.git" }, "license": "Apache-2.0", "bugs": { - "url": "https://github.com/db-ui/cicd-playground/issues" + "url": "https://github.com/db-ux-design-system/cicd-playground/issues" }, - "homepage": "https://github.com/db-ui/cicd-playground#readme" + "homepage": "https://github.com/db-ux-design-system/cicd-playground#readme" } diff --git a/playground/pg-simple/package.json b/playground/pg-simple/package.json index 03dc108..0b192ee 100644 --- a/playground/pg-simple/package.json +++ b/playground/pg-simple/package.json @@ -11,13 +11,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/db-ui/cicd-playground.git" + "url": "git+https://github.com/db-ux-design-system/cicd-playground.git" }, "license": "Apache-2.0", "bugs": { - "url": "https://github.com/db-ui/cicd-playground/issues" + "url": "https://github.com/db-ux-design-system/cicd-playground/issues" }, - "homepage": "https://github.com/db-ui/cicd-playground#readme", + "homepage": "https://github.com/db-ux-design-system/cicd-playground#readme", "devDependencies": { "vite": "^4.1.1" } diff --git a/scripts/cleanup-gh-pages.js b/scripts/cleanup-gh-pages.js index f6d4bca..685cf8d 100644 --- a/scripts/cleanup-gh-pages.js +++ b/scripts/cleanup-gh-pages.js @@ -10,7 +10,7 @@ const TAG = 'cleanup-gh-pages:'; const run = async () => { if (fs.existsSync('public/review')) { const data = await got( - 'https://api.github.com/repos/db-ui/cicd-playground/branches' + 'https://api.github.com/repos/db-ux-design-system/cicd-playground/branches' ).json(); if (data?.length > 0) { const dirsToDelete = fs