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
8f474dd4d4
Rework documentation ( #13709 )
...
* Rework documentation
* Slightly adjust theme
* wip
* fixes
* Remove unneeded header
* Re-added Acknowledgement.md file
* Added Acknowledgement.md to mkdocs.yml
Co-authored-by: Neil Lathwood <gh+n@laf.io >
2022-02-08 23:02:28 +00:00
Tony Murray
4b4e7ce6fb
Fix docs test failure ( #13710 )
2022-01-26 08:30:00 -06:00
Jellyfrog
f31e89569e
Fix
2021-10-28 01:38:59 +02:00
Jellyfrog
258505ed44
Apply fixes from StyleCI ( #13224 )
2021-09-10 20:09:53 +02: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
Tony Murray
551e95a2e0
Docs: don't index changelogs ( #12166 )
...
* Docs: don't index changelogs
* Exclude 2019 changelog
2020-09-30 10:11:32 +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
Tony Murray
841203c8c5
Consolidated doc (Ubuntu 20.04 Nginx tested)
2020-05-31 21:45:39 -05:00
Tony Murray
d4225806a8
Run docs tests when only docs are modified. ( #11483 )
2020-04-25 21:43:03 -05:00
Tony Murray
f0d68a1ad8
Update PHP dependencies ( #11377 )
...
* Update composer dependencies
Fix PSR-4 violations
* Actually support PHP 7.1 :D
* all trap tests should extend SnmpTrapTestCase
2020-04-03 17:13:18 -05:00
N-Mi
fce185b55c
Fix doc test after changelog split ( #10412 )
2019-07-04 08:01:46 -05:00
Tony Murray
4387ab052e
Fix docs tests ( #10240 )
2019-05-20 19:23:44 -05:00
Tony Murray
e18f4522d5
Update to Laravel 5.7 (PHP 7.3 support) ( #9800 )
...
* Move assets to 5.7 location
* Add 5.7 SVGs
* add cache data dir
* update QUEUE_DRIVER -> QUEUE_CONNECTION
* Update trusted proxy config
* update composer.json
* 5.5 command loading
* @php and @endphp can't be inline
* Laravel 5.6 logging, Nice!
* Update blade directives
* improved redirects
* remove unneeded service providers
* Improved debugbar loading
* no need to emulate renderable exceptions anymore
* merge updated 5.7 files (WIP)
* Enable CSRF
* database_path() call causes issue in init.php
* fix old testcase name
* generic phpunit 7 fixes
* add missed file_get_contents
Keep migrations table content
* fix duplicate key
* Drop old php versions from travis-ci
* remove hhvm
* fix code climate message
* remove use of deprecated function assertInternalType
* Disable CSRF, we'll enable it separately.
All forms need to be updated to work.
* Update document references
2019-02-12 17:45:04 -06:00
Neil Lathwood
09b2b5f1a1
Update docs for virtual images ( #9456 )
2018-11-17 14:19:38 +00:00
Neil Lathwood
6e4edbaed8
Fixed docs test ( #9406 )
...
DO NOT DELETE THIS TEXT
#### Please note
> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.
- [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/ )
#### Testers
If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, you can ask on discord how to revert.
2018-10-30 21:07:07 +00:00
Neil Lathwood
1ee2e8e0e0
Updated to use new theme for docs site ( #9320 )
...
* Updated to use new theme for docs site
* Updated theme location
* Removed librenms.css
* Updated index page + re-added librenms.css
* Use built in theme modification
* flexbox grid, dump bootstrap
* tidy up things
* Added path and updated deploy script + mkdocs config
* Removed db schmea changes
* Updated to install python/pip 3
* Removed pip3 install
* Pip3 install
* Updated deploy-docs
* Updated deploy-docs
2018-10-27 23:04:34 +01:00
Neil Lathwood
216c554b7f
testing: Added test unit for Docs ( #8745 )
...
* testing: Added test unit for Docs
* Update mkdocs.yml
* Avoid extra function
* contains -> diff
2018-05-25 23:10:25 -05:00