librenms/app
Tony Murray ce21011aff
Rewrite development helper to lnms dev:check (#11650)
* Refactor pre-commit to class

* docs build

* dusk check

* ci mode for checks

* full checks

* other mysql

* make other lint checks actually work
fix pylint finding

* ci is a long opt

* fix undefined index

* dusk fully working

* ask for forgiveness, not permission

* fix whitespace

* skip dusk sometimes

* Handle 3com and other os with digits

* flags instead of if else spaghetti

* convert to command

* cleanup

* missed check

* fixes

* case

* self-check :D

* argument now

* fix bugs from refactors

* another fix

* adjust file change parsing

* refactor execut a bit

* fallback to global quiet when unknown type.

* allow quiet override for specific commands

* output cleanup

* check flow

* start of tests

* file categorizer tests and fixes

* fixes and cleanup

* skipable not implemented...

* more tests, fix bugs

* more tests and cleanup

* wrong command

* fix canCheck and set env properly

* full env fix

* don't allow dusk on user's run as it will erase their db.

* fix os option

* fix whitespace

* don't need to start server

* ci doesn't like that
2020-05-22 20:27:48 -05:00
..
Api/Controllers Move API routing to Laravel (#10457) 2019-07-29 16:32:37 -05:00
ApiClients Fix timeout typo in apiclients (#10615) 2019-09-21 00:49:14 +00:00
Console Rewrite development helper to lnms dev:check (#11650) 2020-05-22 20:27:48 -05:00
Events lnms user:add command (#9830) 2019-02-15 09:00:07 -06:00
Exceptions Handle exception about unserializable route cache (#11625) 2020-05-16 22:22:00 -05:00
Facades Enumerate Alert Level (#11652) 2020-05-22 20:08:05 -05:00
Guards Use Laravel authentication (#8702) 2018-09-11 07:51:35 -05:00
Http Enumerate Alert Level (#11652) 2020-05-22 20:08:05 -05:00
Jobs Refactor Datastores to allow future improvements. OpenTSDB Tags. (#11283) 2020-03-16 09:17:58 -05:00
Listeners Remove legacy auth usage of $_SESSION (#10491) 2019-08-05 14:16:05 -05:00
Models Enumerate Alert Level (#11652) 2020-05-22 20:08:05 -05:00
Observers Implement OS specific information discovery (#11446) 2020-05-14 11:27:59 -05:00
Policies Fix port permissions (#11560) 2020-05-06 09:12:33 -05:00
Providers Implement OS specific information discovery (#11446) 2020-05-14 11:27:59 -05:00
Application.php php artisan serve and dusk testing (#9422) 2019-02-14 09:06:10 -06:00
Checks.php Enumerate Alert Level (#11652) 2020-05-22 20:08:05 -05:00