19763 Commits

Author SHA1 Message Date
bd78c2be1a Apply fixes from StyleCI 2022-11-10 11:28:09 +00:00
a89f152644 Update CiHelper.php 2022-11-10 12:27:55 +01:00
10a36b16fe Update test.yml 2022-11-10 12:13:41 +01:00
f42b3261dd Update CiHelper.php 2022-11-10 12:13:11 +01:00
af081eb326 test 2022-11-10 10:43:24 +01:00
298cfa2876 Apply fixes from StyleCI (#14592)
Co-authored-by: StyleCI Bot <bot@styleci.io>
2022-11-09 16:33:43 +01:00
177491239c wip 2022-11-09 16:33:43 +01:00
cf5ed4fb51 wip 2022-11-09 16:33:43 +01:00
0d465ebaaf wip 2022-11-09 16:33:43 +01:00
bbd1dc08b3 Update phpstan.neon 2022-11-09 16:33:43 +01:00
6b7ccb88fa Temporarily lower phpstan level 2022-11-09 16:33:43 +01:00
43ad5d66c9 wip 2022-11-09 16:33:43 +01:00
69a6abad08 update packages 2022-11-09 16:33:43 +01:00
d4005e4915 bump larastan 2022-11-09 16:33:43 +01:00
b1f97a7275 Apply fixes from StyleCI (#14517)
Co-authored-by: StyleCI Bot <bot@styleci.io>
2022-11-09 16:33:43 +01:00
808a9c0f7e sync lang 2022-11-09 16:33:43 +01:00
5abe2a9ad7 fix cors 2022-11-09 16:33:43 +01:00
c5e8901845 Fix more flare 2022-11-09 16:33:43 +01:00
b915b6cb80 composer 2022-11-09 16:33:43 +01:00
497e54c71a routes 2022-11-09 16:33:43 +01:00
8dc530c120 Sync back configs 2022-11-09 16:33:43 +01:00
fd68cc4954 generate composer.lock 2022-11-09 16:33:43 +01:00
c32dc84253 Fix route syntax 2022-11-09 16:33:43 +01:00
ab1a0bdbab Match upstream syntax 2022-11-09 16:33:43 +01:00
e4ba3955c1 Match new symfony syntax 2022-11-09 16:33:43 +01:00
8113ae4286 Fix error provider 2022-11-09 16:33:43 +01:00
944e33f9bc Use <env> tags for configuration
`<env>` tags have a lower precedence than system environment variables making it easier to overwrite PHPUnit configuration values in additional environments, such a CI.

Review this blog post for more details on configuration precedence when testing Laravel: https://jasonmccreary.me/articles/laravel-testing-configuration-precedence/
2022-11-09 16:33:43 +01:00
a05797de4e Bump Laravel dependencies 2022-11-09 16:33:43 +01:00
036338fe85 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.
2022-11-09 16:33:43 +01:00
ced9b57d4a Shift config files 2022-11-09 16:33:43 +01:00
7b65cef6bf Convert deprecated $dates property to $casts 2022-11-09 16:33:43 +01:00
ec84d44d10 Convert route options to fluent methods
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
2022-11-09 16:33:43 +01:00
43949c97b3 Remove unnecessary $model property 2022-11-09 16:33:43 +01:00
bb974b24f6 Convert optional() to nullsafe operator 2022-11-09 16:33:43 +01:00
b83520bc58 Shift core files 2022-11-09 16:33:43 +01:00
c764df5d55 Upgrade to Flysystem 3.0 2022-11-09 16:33:43 +01:00
8a7f13c055 Streamline $commands property 2022-11-09 16:33:43 +01:00
09aad802e2 Remove fruitcake/laravel-cors dependency 2022-11-09 16:33:43 +01:00
555616fbe8 Shift registered middleware 2022-11-09 16:33:42 +01:00
a67552dc63 Move resources/lang folder 2022-11-09 16:33:42 +01:00
96c7e7166e Adding device's field in get_alert_rule and list-alert-rules API function (new) (#14481)
* Adding device's field in get_alert_rule and lis-alert-rules API function

* Converting SQL request for list/get_alert_rules to Eloquent (thanks a lot to Murrant)

* Manually added #14500 to pass pipeline

* Fixing StyleCI error + trying to fix PHPStan errors

* Trying to fix PHPStan errors (part 2)
2022-11-09 08:21:41 -06:00
b9d8a7c33c Improved AIX os information collection (#14595)
* Improved AIX os information collection

* Fix-up merged data

* remove baseline
2022-11-09 12:04:56 +01:00
71d740770b Remove Log::event (#14526)
* Remove Log::event

Use the Eventlog class directly instead

* wip

* wip

* wip

* Apply fixes from StyleCI

* Update Eventlog.php
2022-11-09 09:47:19 +01:00
0e9bb04071 API restore ability to update purpose and override_sysLocation (#14596)
fixes #14538
2022-11-08 18:22:37 +01:00
7ca41179bd Disable SNMP Bulk for Delta UPS devices (#14599)
Some devices like the Delta Electronics Amplon RT-2K need SNMP Bulk to be disable.
2022-11-08 18:22:20 +01:00
49bbc57427 Documentation for observium Migration (#14601)
Blog no longer exist, these are the original instruction with minor adjustments rescued from way back machine.
Note: picture are missing
2022-11-08 18:21:00 +01:00
9826fa9089 feat: Add sortorder parameter to list_logs (#14600) 2022-11-08 18:20:34 +01:00
b807fd526b Bug - rrd_def and rrd file definition issue (#14597)
rrd_dev striked again :)
2022-11-07 21:28:16 +01:00
94b86e7e7e More inclusive Cisco SB os detection (#14594) 2022-11-07 14:06:31 -06:00
8511611f64 add HV Monitor, a generic means for monitoring hypvervisors (#14218)
* add HV::Monitor support

* document hv monitor

* add HV Monitor tests

* style cleanup

* fix a few missed style items

* test fix

* more test cleanup

* more minor test tweaks

* more test cleanup

* more test tweaking

* test ordering fix all done... hopefully

* more test cleanup

* minor formatting change
2022-11-07 13:35:48 -06:00