Skip to content

ioBroker/ioBroker.repochecker

Repository files navigation

Adapter repository checker

This is a code for frontend and back-end of the service https://adapter-check.iobroker.in/

If you want to add your adapter to the public ioBroker repository, all tests on this page must be OK.

How to test via cli

You can pass your repository as a parameter to test

npx @iobroker/repochecker <repo> [branch]

npx @iobroker/repochecker https://github.com/ioBroker/ioBroker.javascript master

Branch (master/main/dev) is optional.

Changelog

2.2.3 (2024-03-29)

  • (mcm1957) Checking of license has been improved

2.2.2 (2024-03-29)

  • (mcm1957) Checking of adapter-core has been fixed
  • (mcm1957) Load all potential interesting files, fixes [#149]

2.2.1 (2024-03-26)

  • (mcm1957) Added check that own adapter is not listed at common.restartAdapters
  • (mcm1957) Added check of version strings at common.news
  • (mcm1957) Added check for recommended node version (node 18 for now)
  • (mcm1957) Disallow common.mode == subscribe
  • (mcm1957) Deprecate common.wakeup
  • (mcm1957) Added check for adapter-core version (>= 3.0.6)

2.2.0 (2024-03-24)

  • (klein0r) Added check for licenseInformation
  • (klein0r) Added check for deprecated license
  • (klein0r) Added check for required attribute common.tier
  • (klein0r) Added check for disallowed attribute common.automaticUpgrade

2.1.13 (2024-01-02)

  • (bluefox) Corrected rule W156: adminUI.config === 'none' is allowed

2.1.12 (2023-09-21)

  • (bluefox) Added check of using '_' in adapter name

2.1.11 (2023-09-05)

  • (bluefox) Added check of iobroker.js-controller in dependencies

2.1.7 (2023-08-14)

  • (mcm57) Update index.js - fix typo in error message (packet.json)
  • (mcm57) Update index.js - renumber E504/1 to 519 - fixes #112

2.1.6 (2022-12-08)

  • (bluefox) added better error logging

2.1.5 (2022-12-07)

  • (bluefox) added check of .releaseconfig.json file

2.1.4 (2022-08-19)

  • (bluefox) Added check for adapter name: it may not start with '_'

2.1.2 (2022-07-14)

  • (bluefox) Fixed some errors

2.1.0 (2022-05-26)

  • (bluefox) Added support for jsonConfig.json5 and jsonCustom.json5

2.0.5 (2022-05-22)

  • (bluefox) Made it possible to run with npx

License

The MIT License (MIT)

Copyright (c) 2014-2024 Denis Haev dogafox@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Check the ioBroker adapter github repositories if they can be added to public ioBroker repository

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages