From 67912f150d3a19103e95b724e97bd2dd889f9b3d Mon Sep 17 00:00:00 2001 From: Jasperhino Date: Mon, 3 Oct 2022 15:25:46 +0200 Subject: [PATCH 01/14] Replace Hivser with Analytics Treemap Embedding --- .github/workflows/main.yml | 4 ++-- .github/workflows/tagged-release.yml | 2 +- .github/workflows/test.yml | 6 +++--- README.md | 4 ++-- action.yml | 4 ++-- frontend/index.html | 2 +- frontend/src/components/Home.tsx | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64f9214..3e36b5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Deploy HiViSer GitHub Pages +name: Deploy Viewer to GitHub Pages on: push: @@ -23,7 +23,7 @@ jobs: WITH_V: true deploy: - name: Deploy HiViSer Frontend to GitHub Pages ๐Ÿš€ + name: Deploy Frontend to GitHub Pages ๐Ÿš€ concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession. runs-on: ubuntu-latest steps: diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 8412981..28c1d69 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -11,7 +11,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - name: Release HiViSer Action ๐ŸŽ‰ + - name: Release Analytics Treemap Embedding Action ๐ŸŽ‰ uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8561238..a0f3718 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,10 @@ -name: Test HiViSer Action +name: Test Analytics Treemap Embedding Action on: [push] jobs: test: - name: Run HiViSer Action ๐Ÿงช + name: Run Analytics Treemap Embedding Action ๐Ÿงช concurrency: group: ${{ github.ref }} cancel-in-progress: true # Recommended if you intend to make multiple deployments in quick succession. @@ -16,7 +16,7 @@ jobs: - name: Checkout ๐Ÿ›Ž๏ธ uses: actions/checkout@v3 - - name: Run HiViSer Action ๐Ÿš€ + - name: Run Action ๐Ÿš€ uses: ./ # Uses the action in the root directory with: benchmark: true diff --git a/README.md b/README.md index dc98e68..a303b84 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ jobs: - name: Check out Git repository uses: actions/checkout@v3 - - name: Run Hiviser Action - uses: hpicgs/hiviser-action@v0 + - name: Run Analytics Treemap Embedding Action ๐Ÿš€ + uses: hpicgs/github-software-analytics-embedding@v0 with: # Optional, use if you want to analyse a specific folder repository_path: ./ diff --git a/action.yml b/action.yml index db783f1..2f8b04f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: "HiViSer - Action" -description: "HiViSer visualisations for your repository" +name: "Analytics Treemap Embedding Action" +description: "A Github Action that provides code metrics and treemap visualisations for your typescript repository" branding: icon: "search" color: "blue" diff --git a/frontend/index.html b/frontend/index.html index 49731a6..7ade108 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,7 +7,7 @@ - HiViser Action + Analytics Treemap Embedding Action