Jellyfrog
2b3575a5e9
Laravel 10.x Shift ( #14995 )
...
* Apply code style
* Remove explicit call to register policies
* Shift core files
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
* Bump Laravel dependencies
* Add type hints for Laravel 10
* Shift cleanup
* wip
* wip
* sync translation
* Sync back config
* Public Path Binding
* QueryException
* monolog
* db::raw
* monolog
* db::raw
* fix larastan collections
* fix phpstan bug looping forever
* larastan errors
* larastan: fix column type
* styleci
* initialize array
* fixes
* fixes
---------
Co-authored-by: Shift <shift@laravelshift.com >
2023-05-24 22:21:54 +02:00
Jellyfrog
258505ed44
Apply fixes from StyleCI ( #13224 )
2021-09-10 20:09:53 +02:00
Jellyfrog
26b95c0ccc
Apply fixes from StyleCI ( #13208 )
2021-09-08 23:35:56 +02:00
Jellyfrog
edb36fd69d
More cleanups ( #12715 )
...
* PHPDoc
* Replace Auth > Illuminate\Support\Facades\Auth
* Return inside when()
* use str_replace correct
* Misc
* dead code
* use int $port
* styleci
2021-04-08 08:14:49 -05:00
Tony Murray
1c379dcd05
Remove legacy function calls ( #12651 )
...
* massive inlines
* fix style and wtf
* remove rrdtool.inc.php include
* fix CommonFunctions namespace issues
* looking for missing class space, fix undefined class issues
* style fixes
2021-03-29 00:25:30 +02:00
Jellyfrog
efb157f5fb
Fix more PHPDoc ( #12665 )
...
* Fix PHPDoc
* Fix PHPDoc
2021-03-28 12:18:47 -05:00
Jellyfrog
20b4215204
Swich links to https ( #12511 )
...
* Switch librenms links to https
* Convert librenms links in comments
* Switch gnu.org url to https
* switch php urls to https
2021-02-09 00:29:04 +01:00
Jellyfrog
29f45ca352
Apply fixes from StyleCI ( #12124 )
2020-09-21 15:59:34 +02:00
Jellyfrog
0d56bbd946
Apply fixes from StyleCI ( #12123 )
2020-09-21 15:51:53 +02:00
Jellyfrog
77c531527c
Apply fixes from StyleCI ( #12117 )
...
* Apply fixes from StyleCI
* Disable style check
2020-09-21 14:54:51 +02:00
Heath Barnhart
851994cfb8
Alert Subsys to OOP and SNMPTraps trigger Alert Rules ( #9765 )
...
* Changed snmptrap.php and handlers to allow for alerts.
* Moved RunRules() to Dispatcher.php
* Modified includes, passes pre-commit tests locally.
* Converted RunRules to OO, fixed formatting in files found by TravisCI
* rebase, covert alert subsy to oop
* Modified init.php to call new Alert subsystem
* fixed dependencies
* Resolved undefined functions
* Fixed PingCheck.php not triggering
* Changed runAlerts to __construct
* Fixes
Can't have Config inside empty()
incorrectly named function (my fault)
poller.php missing shebang
organize imports
2019-07-18 08:36:02 -05:00