Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Project to Spydersoft Consulting Organization #10

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-PrometheusAlerts/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-PrometheusAlerts/issues/new/choose).

#### Solve an issue

Scan through our [existing issues](https://github.com/spyder007/MMM-PrometheusAlerts/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-PrometheusAlerts/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
@@ -1,8 +1,8 @@
# MMM-GoogleTasks

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/spyder007/MMM-GoogleTasks/node.yml)
![Sonar Coverage](https://img.shields.io/sonar/coverage/spyder007_MMM-GoogleTasks/main?server=https%3A%2F%2Fsonarcloud.io)
![Sonar Violations (long format)](https://img.shields.io/sonar/violations/spyder007_MMM-GoogleTasks/main?server=https%3A%2F%2Fsonarcloud.io&label=sonar%20violations)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/spydersoft-consulting/MMM-GoogleTasks/node.yml)
![Sonar Coverage](https://img.shields.io/sonar/coverage/spydersoft-consulting_MMM-GoogleTasks/main?server=https%3A%2F%2Fsonarcloud.io)
![Sonar Violations (long format)](https://img.shields.io/sonar/violations/spydersoft-consulting_MMM-GoogleTasks/main?server=https%3A%2F%2Fsonarcloud.io&label=sonar%20violations)

Module for the [MagicMirror²](https://github.com/MichMich/MagicMirror/) smart mirror.

Expand All @@ -23,7 +23,7 @@ To install the module, use your terminal to:
1. Navigate to your MagicMirror's modules folder. If you are using the default installation directory, use the command:
`cd ~/MagicMirror/modules`
2. Clone the module:
`git clone https://github.com/spyder007/MMM-GoogleTasks.git`
`git clone https://github.com/spydersoft-consulting/MMM-GoogleTasks.git`
3. Run NPM Install to install and transpile:
`npm install`

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-GoogleTasks.git"
"url": "git+https://github.com/spydersoft-consulting/MMM-GoogleTasks.git"
},
"keywords": [
"MagicMirror",
Expand All @@ -29,9 +29,9 @@
"author": "Matt Gerega",
"license": "MIT",
"bugs": {
"url": "https://github.com/spyder007/MMM-GoogleTasks.git/issues"
"url": "https://github.com/spydersoft-consulting/MMM-GoogleTasks.git/issues"
},
"homepage": "https://github.com/spyder007/MMM-GoogleTasks.git#readme",
"homepage": "https://github.com/spydersoft-consulting/MMM-GoogleTasks.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-PrometheusAlerts.js, **/output/**/*
sonar.test.exclusions=**/*.test.jsx,**/*.test.js,**/*.test.tsx,**/*.test.ts,**/*.config.js, **/*.config.mjs, **/node_modules/*, node_helper.js, MMM-PrometheusAlerts.js, **/output/*
sonar.coverage.exclusions=**/*.test.jsx,**/*.test.js,**/*.test.tsx,**/*.test.ts,**/*.config.js, **/*.config.mjs, **/node_modules/*, node_helper.js, MMM-PrometheusAlerts.js, **/output/*
sonar.projectKey=spyder007_MMM-GoogleTasks
sonar.organization=spydersoft-mjg
sonar.projectKey=spydersoft-consulting_MMM-GoogleTasks
sonar.organization=spydersoft-consulting