From 9981fcc05ab62ce4adf34a278a8d005bc3f45531 Mon Sep 17 00:00:00 2001 From: Daniel Nichols Date: Mon, 2 Dec 2024 23:31:05 -0500 Subject: [PATCH 1/3] fix vs marketplace and license badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c34c3a..0ab3f22 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A dashboard for interacting with the Slurm workload manager in VSCode. It allows you to see running jobs, cancel jobs, submit new jobs, and more. -[![Visual Studio Code](https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard) [![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/danielnichols.slurm-dashboard)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard) [![GitHub release (with filter)](https://img.shields.io/github/v/release/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/releases) [![GitHub license](https://badgen.net/github/license/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/blob/main/LICENSE) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Dando18/slurm-dashboard/.github%2Fworkflows%2Fci.yaml?logo=github&label=ci)](https://github.com/Dando18/slurm-dashboard/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/Dando18/slurm-dashboard/graph/badge.svg?token=8A3X8EB2L9)](https://codecov.io/gh/Dando18/slurm-dashboard) +[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/danielnichols.slurm-dashboard)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard) [![GitHub release (with filter)](https://img.shields.io/github/v/release/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/releases) [![GitHub license](https://badgen.net/github/license/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/blob/main/LICENSE.md) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Dando18/slurm-dashboard/.github%2Fworkflows%2Fci.yaml?logo=github&label=ci)](https://github.com/Dando18/slurm-dashboard/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/Dando18/slurm-dashboard/graph/badge.svg?token=8A3X8EB2L9)](https://codecov.io/gh/Dando18/slurm-dashboard) ## Features From eb623415ed907b75ef447dbbd691878c72b67ee9 Mon Sep 17 00:00:00 2001 From: Daniel Nichols Date: Mon, 2 Dec 2024 23:32:29 -0500 Subject: [PATCH 2/3] switch branch for license badge source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ab3f22..5d44a9e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A dashboard for interacting with the Slurm workload manager in VSCode. It allows you to see running jobs, cancel jobs, submit new jobs, and more. -[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/danielnichols.slurm-dashboard)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard) [![GitHub release (with filter)](https://img.shields.io/github/v/release/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/releases) [![GitHub license](https://badgen.net/github/license/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/blob/main/LICENSE.md) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Dando18/slurm-dashboard/.github%2Fworkflows%2Fci.yaml?logo=github&label=ci)](https://github.com/Dando18/slurm-dashboard/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/Dando18/slurm-dashboard/graph/badge.svg?token=8A3X8EB2L9)](https://codecov.io/gh/Dando18/slurm-dashboard) +[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/danielnichols.slurm-dashboard)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard) [![GitHub release (with filter)](https://img.shields.io/github/v/release/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/releases) [![GitHub license](https://badgen.net/github/license/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/blob/develop/LICENSE.md) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Dando18/slurm-dashboard/.github%2Fworkflows%2Fci.yaml?logo=github&label=ci)](https://github.com/Dando18/slurm-dashboard/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/Dando18/slurm-dashboard/graph/badge.svg?token=8A3X8EB2L9)](https://codecov.io/gh/Dando18/slurm-dashboard) ## Features From bce176389d03205374218cf6591f656958b34a0b Mon Sep 17 00:00:00 2001 From: Daniel Nichols Date: Mon, 2 Dec 2024 23:36:16 -0500 Subject: [PATCH 3/3] switch license badge type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d44a9e..a0ddfdc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A dashboard for interacting with the Slurm workload manager in VSCode. It allows you to see running jobs, cancel jobs, submit new jobs, and more. -[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/danielnichols.slurm-dashboard)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard) [![GitHub release (with filter)](https://img.shields.io/github/v/release/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/releases) [![GitHub license](https://badgen.net/github/license/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/blob/develop/LICENSE.md) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Dando18/slurm-dashboard/.github%2Fworkflows%2Fci.yaml?logo=github&label=ci)](https://github.com/Dando18/slurm-dashboard/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/Dando18/slurm-dashboard/graph/badge.svg?token=8A3X8EB2L9)](https://codecov.io/gh/Dando18/slurm-dashboard) +[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/danielnichols.slurm-dashboard)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard) [![GitHub release (with filter)](https://img.shields.io/github/v/release/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/releases) [![GitHub license](https://img.shields.io/github/license/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/blob/develop/LICENSE.md) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Dando18/slurm-dashboard/.github%2Fworkflows%2Fci.yaml?logo=github&label=ci)](https://github.com/Dando18/slurm-dashboard/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/Dando18/slurm-dashboard/graph/badge.svg?token=8A3X8EB2L9)](https://codecov.io/gh/Dando18/slurm-dashboard) ## Features