Commit Graph

67 Commits

Author SHA1 Message Date
Tony Murray
3aed776a70 Update PULL_REQUEST_TEMPLATE.md 2021-10-28 11:15:58 -05:00
Tony Murray
e6807382db Update PULL_REQUEST_TEMPLATE.md 2021-10-28 11:15:29 -05:00
Jellyfrog
c075194d84 Use PHPStan level 6 (#13308) 2021-10-28 07:54:29 -05:00
Jellyfrog
81a7cdfcb2 Update label-actions.yml 2021-10-18 15:44:34 +02:00
Jellyfrog
b0d49debe7 Update label-actions.yml 2021-10-18 15:30:08 +02:00
Jellyfrog
90936c569e Use the new Label Actions (#13374) 2021-10-18 15:13:28 +02:00
Jellyfrog
be3d3d171d Lint: Disallow usage of deprecated functions (#13267) 2021-09-23 21:27:14 +02:00
Jellyfrog
3f9d16a096 Run PHPStan with higher level for new files (#13108) 2021-08-06 16:40:04 +02:00
Jellyfrog
7f278cdd14 Add issue forms (#13092) 2021-08-02 16:06:01 +02:00
Jellyfrog
2b98e92fa1 Bump super-linter (#13073)
* Bump super-linter

* Update lint.yml

* Update lint.yml

* Update lint.yml

* Update lint.yml
2021-07-27 12:51:03 +02:00
Jellyfrog
e873768845 Bump larastan (#13071)
* Bump larastan

* Use php7.4 for lint test
2021-07-26 09:00:34 -05:00
Jellyfrog
ae04b7d6db Point device/feature requests to community site (#12797)
* Point device/feature requests to community site

* Update bug_report.md
2021-04-27 07:40:32 -05:00
Jellyfrog
165c4fd53c Enable PHPStan linter (#12678)
* Enable PHPStan linter

* Add PHPStan baseline

* Switch to Level 5

* Fix StringBlade errors with a stub file
2021-04-21 07:41:34 -05:00
Tony Murray
1695f86af8 Always skip style check for dev:check ci (#12654)
* Always skip style check for dev:check ci

* fix names and mysql 8 was barely being tested

* fix sql mode test

* safer vendor check

* flubbed the regex

* ...

* Mysql 8 fixes

Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
2021-03-28 23:55:41 +02:00
Jellyfrog
9946fe8b15 Format python code with Black (#12663) 2021-03-28 11:02:33 -05:00
Jellyfrog
f06e81b357 Switch to utf8mb4 (#12580)
* Switch to utf8mb4

This allows emojis to function correctly

* Update URLs
2021-03-28 16:23:08 +02:00
Tony Murray
896386d2c7 Add lint Github Action (#12655)
* Add lint ghaction

* test full codebase for fun

* run only desired linters

* Set to regular values

* oops, remove bash exec

* Run on master too

Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
2021-03-27 19:18:49 +01:00
Tony Murray
61316ce2cc PHP 8 fixes (#12528)
* port related errors

* more fixes

* fix storage count

* add tests for php8

* style

* only need not empty

* aix fixes....

* storage WIP

* fix aix discovering hrstorage
fix db test adding .gitkeep
fix os modules when discovery only

* fix aos processors wrong oid

* fix mempool number casting

* fix aos7 cpu

* use + 0 cast instead of floatval()

* more verbose error on invalid json

* remove invalid data in json

* actually fix the json

* correct json error fix

* cast_number() function
fix aruba-instant and aos6 bugs exposed by new function, probably more...

* fix a-f
fix inadequate sort for component data

* fix global port poll time

* fix mempools precent 0, route count, ntp const

* fix schleifenbauer liberal current usage

* further number casting refinement

* vrp

* fix tests

* fix arbos

* warn cleanups adjust to :: change

* fix ciena-sds

* fix drac

* fix dell-rpdu anddlink

* fix and improve arubaos
better error when getting an array in Processor

* fix atenpdu, add missing arubaos files

* aruba-instant to yaml
apparently I didn't need to do this, the diff just looks really odd
It did add ranged sub-index replacements

* docker app, was completely wrong... fixed

* fix sentry4 divide by 0...

* fixed root issue, remove check

* nicer cidr in ipv6 code

* remove bogus enuxus battery bank skip_values

* Fix InfluxDB tests

* remove extra import

* fix other style issues.

* influx "style" fixes
2021-03-12 18:10:14 -06:00
Tony Murray
f5a0959181 Revert "Switch to utf8mb4 (#12501)" (#12578)
This reverts commit 8e2e67d0ee.
2021-03-01 14:59:06 -06:00
Jellyfrog
8e2e67d0ee Switch to utf8mb4 (#12501)
* Switch to utf8mb4

This allows emojis to function correctly

* Update URLs
2021-03-01 08:02:26 -06:00
Jellyfrog
34885b0a76 Test both MariaDB and MySQL (#12547) 2021-02-22 15:20:51 +01:00
Jellyfrog
b68793b70d Add cache busting support to gh action (#12473) 2021-01-28 17:11:14 +01:00
Jellyfrog
956494a95b Switch GH pages to own repo (#12472) 2021-01-28 02:19:56 +01:00
Jellyfrog
32ed73b93e Speedup tests (#12470)
Moving the up check to later saves unnecessary waiting time
2021-01-27 21:46:45 +01:00
Jellyfrog
8d99a89814 Remove deprecated composer argument (#12468) 2021-01-27 10:17:21 +01:00
CrazyMax
4126dddf73 GitHub Actions dev:check ci (#12392)
* Refactor test for GitHub Actions

* Checkout pull request HEAD commit instead of merge commit

* Fetch changed files from API instead of git

* HEAD commit

* Origin

* Fix env

* force full unit checks on gh actions change

* Fix DB conn

* Update test.yml

* Also set port in PDO connection

* Exit with correct exit code

* Update CiHelper.php

* Update test.yml

* Update CiHelper.php

* Update Proc.php

* Cleanups

Remove extra unit test run on php 7.4
Add names that will hopefully show in github.
Remove redundant DB env variables.

* Fix

Shorter names
and DB_TEST env is required

* Change command for information purposes

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: Tony Murray <murraytony@gmail.com>
Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
2021-01-03 00:54:01 -06:00
CrazyMax
a0062aa633 Remove hardcoded URLs to doc (#12364)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-27 23:34:58 +01:00
CrazyMax
d8c617d2ae GitHub Actions for doc (#12353)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-25 22:18:02 +00:00
Tony Murray
e944456943 Use lnms dev:check instead of pre-commit.php (#12149)
* Remove pre-commit.php references WIP

* remove pre-commit.php references
2020-09-24 12:32:03 +02:00
SourceDoctor
fa1254e114 Updating Pull Request initial text (#11440) 2020-04-20 15:01:14 +02:00
Tony Murray
5f2eab0ba5 Create FUNDING.yml 2020-04-06 14:12:24 -05:00
PipoCanaja
63b812356d GitHub - Add the ScreenShot hint in the PR Template (#11119)
* GitHub - Add the ScreenShot hint in the PR Template

* revert the version

checking if the tests are now running correctly without this version constraints
2020-02-09 19:29:15 +01:00
Jellyfrog
c76e95d343 Markdown linting of docs (#10595)
* Remove trailing spaces

* Markdown linting of docs
2019-10-21 00:47:40 +00:00
PipoCanaja
25ee86c9ad Issue Template - Encourage users to add support (#10550)
* Issue Template - Encourage users to add support

by linking to the doc

* Update New-Device.md
2019-08-22 21:59:56 -05:00
Kevin Krumm
4a9ee7ae56 Update github issue template (#9993)
* update github issue template
added more warnings to github issue template.

* Update ISSUE_TEMPLATE.md
2019-03-19 10:35:38 +01:00
Tony Murray
91faa510cc Add automated responses for some labels (#9775) 2019-02-07 01:21:31 -06:00
Tony Murray
1a7ec8823d verbage 2018-09-17 12:08:13 -05:00
Tony Murray
7642b56f54 Update github templates 2018-09-17 12:07:11 -05:00
Neil Lathwood
7ebd6dbe5b Update no-response.yml 2018-08-28 15:21:18 +01:00
Neil Lathwood
57a23a7548 Update lock.yml 2018-05-18 09:40:34 +01:00
Neil Lathwood
0448c9ecae Added some probot(s) to help with the org management (#8722)
* Added some probot(s) to help with the org management

* Update ci-reporter.yml

* Update ci-reporter.yml
2018-05-15 21:29:16 -05:00
Neil Lathwood
52eacf2e33 Added default template back in (#8712) 2018-05-14 21:22:31 +01:00
Neil Lathwood
cd058c26e9 Updated GitHub templates (#8711) 2018-05-14 21:20:06 +01:00
Neil Lathwood
b6629aa974 Update issue templates 2018-05-14 20:55:21 +01:00
Neil Lathwood
8762870a86 Updated github issue template (#8585) 2018-04-19 21:12:32 +01:00
Kevin Krumm
a4048f54f1 github: update issue template (#8403)
* docs: update issue template

added bold to some of the txt.

* Update ISSUE_TEMPLATE.md
2018-03-17 16:58:15 -05:00
Zmegolaz
21495a8dad docs: Direct users to Discord instead of IRC in the github issue template. (#7641) 2017-11-06 11:46:19 +00:00
Neil Lathwood
a3f7daff5f more specific on bugs (#6970) 2017-07-06 08:23:06 +01:00
Neil Lathwood
7e1f7f53e3 updated donate link to use our redirect (#6903) 2017-06-28 15:45:25 -05:00
Neil Lathwood
ec636ac05a Show the opencollective link on issues (#6812) 2017-06-13 16:17:26 -05:00