Skip to content

Commit

Permalink
Merge pull request #22 from mountaindude/main
Browse files Browse the repository at this point in the history
..
  • Loading branch information
mountaindude authored Sep 3, 2023
2 parents e284692 + dece4b3 commit 1a35f48
Show file tree
Hide file tree
Showing 29 changed files with 3,986 additions and 3,952 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ parserOptions:
# sourceType: module
rules:
prettier/prettier: error
indent: ["error", 4]
indent: ['error', 4]
# indent: ["error", 4, { "SwitchCase": 1 }]
max-len: ["error",{"code": 140,"tabWidth": 4,"ignoreUrls": true}]
no-tabs: ["error", {"allowIndentationTabs": true}]
max-len: ['error', { 'code': 140, 'tabWidth': 4, 'ignoreUrls': true }]
no-tabs: ['error', { 'allowIndentationTabs': true }]
plugins:
- prettier
- html
Expand Down
84 changes: 42 additions & 42 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
repos:
- repo: https://github.com/gitguardian/ggshield
rev: v1.18.1
hooks:
- id: ggshield
language_version: python3
stages: [commit]
- repo: https://github.com/gitguardian/ggshield
rev: v1.18.1
hooks:
- id: ggshield
language_version: python3
stages: [commit]

# - repo: https://github.com/pre-commit/mirrors-jshint
# rev: '' # Use the sha / tag you want to point at
# hooks:
# - id: jshint
# - repo: https://github.com/pre-commit/mirrors-jshint
# rev: '' # Use the sha / tag you want to point at
# hooks:
# - id: jshint

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3" # Use the sha / tag you want to point at
hooks:
- id: prettier
exclude: |
(?x)^(
.github/.*|
src/config/.*|
src/CHANGELOG.md|
src/config/.*|
changelog.md
)$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.3' # Use the sha / tag you want to point at
hooks:
- id: prettier
exclude: |
(?x)^(
.github/.*|
src/config/.*|
src/CHANGELOG.md|
src/config/.*|
changelog.md
)$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 # Use the ref you want to point at
hooks:
- id: check-case-conflict
- id: check-json
- id: check-xml
- id: check-yaml
- id: detect-private-key
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 # Use the ref you want to point at
hooks:
- id: check-case-conflict
- id: check-json
- id: check-xml
- id: check-yaml
- id: detect-private-key

- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.48.0' # Use the sha / tag you want to point at
hooks:
- id: eslint
additional_dependencies:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.48.0' # Use the sha / tag you want to point at
hooks:
- id: eslint
additional_dependencies:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
71 changes: 30 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,84 +2,73 @@

## [0.0.3](https://github.com/ptarmiganlabs/ctrl-q-nr/compare/v0.0.2...v0.0.3) (2023-09-02)


### Bug Fixes

* Add link to GitHub repo from npm ([c9535cc](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/c9535cc0909dda46d806453a961fa6cc4bda4dd1))

- Add link to GitHub repo from npm ([c9535cc](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/c9535cc0909dda46d806453a961fa6cc4bda4dd1))

### Documentation

* Add content to readme file ([e34fc05](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/e34fc05fd823914f30bfdf9f62c8f02868524d08))
- Add content to readme file ([e34fc05](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/e34fc05fd823914f30bfdf9f62c8f02868524d08))

## [0.0.2](https://github.com/ptarmiganlabs/ctrl-q-nr/compare/v0.0.1...v0.0.2) (2023-09-02)


### Bug Fixes

* Add missing config nodes ([b24ad1a](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/b24ad1aede6f776ff2e7cac3fa66b9d724211f6f))
* Improve Node-RED scorecard ranking ([1d69040](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/1d690400c83550a5024d5af1be013e8fff23a755))
* Publish to npm public package ([ebd5077](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/ebd507771c226a4a88813bd82cd5b3b38bfec83d))

- Add missing config nodes ([b24ad1a](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/b24ad1aede6f776ff2e7cac3fa66b9d724211f6f))
- Improve Node-RED scorecard ranking ([1d69040](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/1d690400c83550a5024d5af1be013e8fff23a755))
- Publish to npm public package ([ebd5077](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/ebd507771c226a4a88813bd82cd5b3b38bfec83d))

### Miscellaneous

* **main:** release 0.0.1 ([4e9ccb6](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/4e9ccb6f4e3ba46586558a355ad9a1d7d486576f))
- **main:** release 0.0.1 ([4e9ccb6](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/4e9ccb6f4e3ba46586558a355ad9a1d7d486576f))

## [0.0.1](https://github.com/ptarmiganlabs/ctrl-q-nr/compare/v0.0.1...v0.0.1) (2023-09-02)


### Features

* First commit ([fadb72b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/fadb72b03593fd2e0b16cf5dbc955a7242332779))
* Getting CI set up ([e901eb7](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/e901eb787a81cab356237adb10bafea0646a6a4c))
* Set up CI ([951ad4b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/951ad4b029e980c8397981539c208a91b40b808c))
* Set up CI ([a59e0d9](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/a59e0d91eeca5748cf6c743282effedbf40c3077))

- First commit ([fadb72b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/fadb72b03593fd2e0b16cf5dbc955a7242332779))
- Getting CI set up ([e901eb7](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/e901eb787a81cab356237adb10bafea0646a6a4c))
- Set up CI ([951ad4b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/951ad4b029e980c8397981539c208a91b40b808c))
- Set up CI ([a59e0d9](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/a59e0d91eeca5748cf6c743282effedbf40c3077))

### Bug Fixes

* Publish to npm public package ([ebd5077](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/ebd507771c226a4a88813bd82cd5b3b38bfec83d))

- Publish to npm public package ([ebd5077](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/ebd507771c226a4a88813bd82cd5b3b38bfec83d))

### Miscellaneous

* **deps-dev:** Bump prettier from 3.0.2 to 3.0.3 ([4182702](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/4182702be936a0d071ec6ab346fdf1056770ed96))
* **deps:** Bump axios from 1.4.0 to 1.5.0 ([451e9e3](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/451e9e360d4c3da81c880b33fff4abc30e456b24))
* Fix CI ([f14b45a](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/f14b45a42de0ca94b379b8c2e17c51864a47ca45))
* **main:** release 0.0.1 ([1f1a9e8](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/1f1a9e810f792d0331920af40948c8e686fc3180))
* **main:** release 0.0.1 ([1dfd1e0](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/1dfd1e0e0aae828350007a23713069de885c2770))
- **deps-dev:** Bump prettier from 3.0.2 to 3.0.3 ([4182702](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/4182702be936a0d071ec6ab346fdf1056770ed96))
- **deps:** Bump axios from 1.4.0 to 1.5.0 ([451e9e3](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/451e9e360d4c3da81c880b33fff4abc30e456b24))
- Fix CI ([f14b45a](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/f14b45a42de0ca94b379b8c2e17c51864a47ca45))
- **main:** release 0.0.1 ([1f1a9e8](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/1f1a9e810f792d0331920af40948c8e686fc3180))
- **main:** release 0.0.1 ([1dfd1e0](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/1dfd1e0e0aae828350007a23713069de885c2770))

## [0.0.1](https://github.com/ptarmiganlabs/ctrl-q-nr/compare/v0.0.1...v0.0.1) (2023-09-02)


### Features

* First commit ([fadb72b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/fadb72b03593fd2e0b16cf5dbc955a7242332779))
* Getting CI set up ([e901eb7](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/e901eb787a81cab356237adb10bafea0646a6a4c))
* Set up CI ([951ad4b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/951ad4b029e980c8397981539c208a91b40b808c))
* Set up CI ([a59e0d9](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/a59e0d91eeca5748cf6c743282effedbf40c3077))

- First commit ([fadb72b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/fadb72b03593fd2e0b16cf5dbc955a7242332779))
- Getting CI set up ([e901eb7](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/e901eb787a81cab356237adb10bafea0646a6a4c))
- Set up CI ([951ad4b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/951ad4b029e980c8397981539c208a91b40b808c))
- Set up CI ([a59e0d9](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/a59e0d91eeca5748cf6c743282effedbf40c3077))

### Miscellaneous

* **deps-dev:** Bump prettier from 3.0.2 to 3.0.3 ([4182702](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/4182702be936a0d071ec6ab346fdf1056770ed96))
* **deps:** Bump axios from 1.4.0 to 1.5.0 ([451e9e3](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/451e9e360d4c3da81c880b33fff4abc30e456b24))
* Fix CI ([f14b45a](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/f14b45a42de0ca94b379b8c2e17c51864a47ca45))
* **main:** release 0.0.1 ([1dfd1e0](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/1dfd1e0e0aae828350007a23713069de885c2770))
- **deps-dev:** Bump prettier from 3.0.2 to 3.0.3 ([4182702](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/4182702be936a0d071ec6ab346fdf1056770ed96))
- **deps:** Bump axios from 1.4.0 to 1.5.0 ([451e9e3](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/451e9e360d4c3da81c880b33fff4abc30e456b24))
- Fix CI ([f14b45a](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/f14b45a42de0ca94b379b8c2e17c51864a47ca45))
- **main:** release 0.0.1 ([1dfd1e0](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/1dfd1e0e0aae828350007a23713069de885c2770))

## 0.0.1 (2023-09-02)


### Features

* First commit ([fadb72b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/fadb72b03593fd2e0b16cf5dbc955a7242332779))
* Getting CI set up ([e901eb7](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/e901eb787a81cab356237adb10bafea0646a6a4c))
* Set up CI ([951ad4b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/951ad4b029e980c8397981539c208a91b40b808c))
* Set up CI ([a59e0d9](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/a59e0d91eeca5748cf6c743282effedbf40c3077))

- First commit ([fadb72b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/fadb72b03593fd2e0b16cf5dbc955a7242332779))
- Getting CI set up ([e901eb7](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/e901eb787a81cab356237adb10bafea0646a6a4c))
- Set up CI ([951ad4b](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/951ad4b029e980c8397981539c208a91b40b808c))
- Set up CI ([a59e0d9](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/a59e0d91eeca5748cf6c743282effedbf40c3077))

### Miscellaneous

* **deps-dev:** Bump prettier from 3.0.2 to 3.0.3 ([4182702](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/4182702be936a0d071ec6ab346fdf1056770ed96))
* **deps:** Bump axios from 1.4.0 to 1.5.0 ([451e9e3](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/451e9e360d4c3da81c880b33fff4abc30e456b24))
- **deps-dev:** Bump prettier from 3.0.2 to 3.0.3 ([4182702](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/4182702be936a0d071ec6ab346fdf1056770ed96))
- **deps:** Bump axios from 1.4.0 to 1.5.0 ([451e9e3](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/451e9e360d4c3da81c880b33fff4abc30e456b24))
Loading

0 comments on commit 1a35f48

Please sign in to comment.