Skip to content

Commit

Permalink
Merge pull request #8 from spydersoft-consulting/feature/move-organiz…
Browse files Browse the repository at this point in the history
…ation

Move to new Spydersoft Consulting Organization
  • Loading branch information
spyder007 authored Nov 29, 2023
2 parents 97a8ba9 + c4bbc11 commit 1a3ca41
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
path: MagicMirror/modules/MMM-StatusPageIo
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Check to see what [types of contributions](/contributing/types-of-contributions.

#### Create a new issue

If you spot a problem with the docs, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments). If a related issue doesn't exist, you can open a new issue using the [issue form](https://github.com/spyder007/MMM-StatusPageIo/issues/new/choose).
If you spot a problem with the docs, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments). If a related issue doesn't exist, you can open a new issue using the [issue form](https://github.com/spydersoft-consulting/MMM-StatusPageIo/issues/new/choose).

#### Solve an issue

Scan through our [existing issues](https://github.com/spyder007/MMM-StatusPageIo/issues) to find one that interests you. You can narrow down the search using `labels` as filters. See [Labels](/contributing/how-to-use-labels.md) for more information. If you find an issue to work on, you are welcome to open a PR with a fix.
Scan through our [existing issues](https://github.com/spydersoft-consulting/MMM-StatusPageIo/issues) to find one that interests you. You can narrow down the search using `labels` as filters. See [Labels](/contributing/how-to-use-labels.md) for more information. If you find an issue to work on, you are welcome to open a PR with a fix.

### Make Changes

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
A [MagicMirror²](https://magicmirror.builders) helper module to display incident and component status from a [StatusPage.io](https://statuspage.io) page.

[![Platform](https://img.shields.io/badge/platform-MagicMirror-informational)](https://MagicMirror.builders)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://raw.githubusercontent.com/spyder007/MMM-StatusPageIo/master/LICENSE)
![Test Status](https://github.com/spyder007/MMM-StatusPageIo/actions/workflows/node.js.yml/badge.svg)
[![Known Vulnerabilities](https://snyk.io/test/github/spyder007/MMM-StatusPageIo/badge.svg)](https://snyk.io/test/github/spyder007/MMM-StatusPageIo)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://raw.githubusercontent.com/spydersoft-consulting/MMM-StatusPageIo/master/LICENSE)
![Test Status](https://github.com/spydersoft-consulting/MMM-StatusPageIo/actions/workflows/node.js.yml/badge.svg)
[![Known Vulnerabilities](https://snyk.io/test/github/spydersoft-consulting/MMM-StatusPageIo/badge.svg)](https://snyk.io/test/github/spydersoft-consulting/MMM-StatusPageIo)

![Example Scheduling](.github/example-screenshot.png)

Expand All @@ -20,7 +20,7 @@ cd ~/MagicMirror/modules
Clone this repository:

```
git clone https://github.com/spyder007/MMM-StatusPageIo.git
git clone https://github.com/spydersoft-consulting/MMM-StatusPageIo.git
```

Go to the modules folder:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/spyder007/MMM-StatusPageIo.git"
"url": "git+https://github.com/spydersoft-consulting/MMM-StatusPageIo.git"
},
"keywords": [
"MagicMirror",
Expand All @@ -29,9 +29,9 @@
"author": "Matt Gerega",
"license": "MIT",
"bugs": {
"url": "https://github.com/spyder007/MMM-StatusPageIo.git/issues"
"url": "https://github.com/spydersoft-consulting/MMM-StatusPageIo.git/issues"
},
"homepage": "https://github.com/spyder007/MMM-StatusPageIo.git#readme",
"homepage": "https://github.com/spydersoft-consulting/MMM-StatusPageIo.git#readme",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ sonar.javascript.lcov.reportPaths=./output/coverage/jest/lcov.info
sonar.exclusions=**/*.stories.tsx, **/*.config.mjs, **/node_modules/**/*, node_helper.js, MMM-StatusPageIo.js, **/output/**/*
sonar.test.exclusions=**/*.test.jsx,**/*.test.js,**/*.test.tsx,**/*.test.ts,**/*.config.js, **/*.config.mjs, **/node_modules/*, node_helper.js, MMM-StatusPageIo.js, **/output/*
sonar.coverage.exclusions=**/*.test.jsx,**/*.test.js,**/*.test.tsx,**/*.test.ts,**/*.config.js, **/*.config.mjs, **/node_modules/*, node_helper.js, MMM-StatusPageIo.js, **/output/*
sonar.projectKey=spyder007_MMM-StatusPageIo
sonar.organization=spydersoft-mjg
sonar.projectKey=spydersoft-consulting_MMM-StatusPageIo
sonar.organization=spydersoft-consulting

0 comments on commit 1a3ca41

Please sign in to comment.