mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-27 15:41:39 +01:00
Compare commits
43 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
603f618720 | ||
|
|
fa41bdd40d | ||
|
|
9d2f1858a0 | ||
|
|
6c6a12bb5f | ||
|
|
5885824c54 | ||
|
|
ea78415157 | ||
|
|
efecd28afb | ||
|
|
8d32d06768 | ||
|
|
8cb2e8a323 | ||
|
|
58e82dc9a8 | ||
|
|
0dff534dfd | ||
|
|
fba69514b2 | ||
|
|
1fcaa795cd | ||
|
|
858dcc1f7b | ||
|
|
283de67e17 | ||
|
|
d92dd33b84 | ||
|
|
0c8e074a86 | ||
|
|
0384f61f15 | ||
|
|
98e037bf97 | ||
|
|
0b1645cda0 | ||
|
|
370c73e1a5 | ||
|
|
9fb573e785 | ||
|
|
f6bb77ce71 | ||
|
|
219c5d6b7a | ||
|
|
ce549b5b7a | ||
|
|
a962865867 | ||
|
|
48fbbc3713 | ||
|
|
f809f816c1 | ||
|
|
91b7ec7fab | ||
|
|
5dbc6b900a | ||
|
|
4dc3e5b09c | ||
|
|
7cf8dfc0b2 | ||
|
|
99c64af482 | ||
|
|
0b8ccfd8d3 | ||
|
|
7b16f1ab09 | ||
|
|
845359726d | ||
|
|
4e6049b7ec | ||
|
|
5db1106c37 | ||
|
|
cb5abcfa98 | ||
|
|
76e21bfe9d | ||
|
|
492b5df6ae | ||
|
|
f92c040f63 | ||
|
|
2ed811e949 |
19
.dockerignore
Normal file
19
.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
/node_modules
|
||||||
|
/public/hot
|
||||||
|
/public/storage
|
||||||
|
/storage/*.key
|
||||||
|
/vendor
|
||||||
|
.env
|
||||||
|
.env.backup
|
||||||
|
.phpunit.result.cache
|
||||||
|
Homestead.json
|
||||||
|
Homestead.yaml
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
_ide_helper.php
|
||||||
|
.idea
|
||||||
|
.config
|
||||||
|
reports/
|
||||||
79
.github/dependabot.yml
vendored
Normal file
79
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: composer
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
target-branch: dev
|
||||||
|
ignore:
|
||||||
|
- dependency-name: laravel/framework
|
||||||
|
versions:
|
||||||
|
- 7.30.3
|
||||||
|
- 8.36.2
|
||||||
|
- 8.37.0
|
||||||
|
- 8.38.0
|
||||||
|
- dependency-name: doctrine/dbal
|
||||||
|
versions:
|
||||||
|
- 2.13.0
|
||||||
|
- 3.0.0
|
||||||
|
- dependency-name: phpunit/phpunit
|
||||||
|
versions:
|
||||||
|
- 9.5.1
|
||||||
|
- 9.5.3
|
||||||
|
- dependency-name: facade/ignition
|
||||||
|
versions:
|
||||||
|
- 2.5.10
|
||||||
|
- 2.5.11
|
||||||
|
- 2.5.12
|
||||||
|
- 2.5.13
|
||||||
|
- 2.5.9
|
||||||
|
- dependency-name: laravel/tinker
|
||||||
|
versions:
|
||||||
|
- 2.6.0
|
||||||
|
- dependency-name: nunomaduro/collision
|
||||||
|
versions:
|
||||||
|
- 5.3.0
|
||||||
|
- dependency-name: nunomaduro/larastan
|
||||||
|
versions:
|
||||||
|
- 0.6.13
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
target-branch: dev
|
||||||
|
ignore:
|
||||||
|
- dependency-name: chart.js
|
||||||
|
versions:
|
||||||
|
- 3.1.0
|
||||||
|
- 3.1.1
|
||||||
|
- dependency-name: laravel-mix
|
||||||
|
versions:
|
||||||
|
- 6.0.16
|
||||||
|
- dependency-name: y18n
|
||||||
|
versions:
|
||||||
|
- 4.0.1
|
||||||
|
- 4.0.2
|
||||||
|
- dependency-name: react-dom
|
||||||
|
versions:
|
||||||
|
- 17.0.2
|
||||||
|
- dependency-name: react
|
||||||
|
versions:
|
||||||
|
- 17.0.2
|
||||||
|
- dependency-name: react-bootstrap
|
||||||
|
versions:
|
||||||
|
- 1.4.3
|
||||||
|
- 1.5.0
|
||||||
|
- dependency-name: sass
|
||||||
|
versions:
|
||||||
|
- 1.32.5
|
||||||
|
- 1.32.6
|
||||||
|
- 1.32.7
|
||||||
|
- dependency-name: "@babel/plugin-proposal-class-properties"
|
||||||
|
versions:
|
||||||
|
- 7.12.13
|
||||||
|
- dependency-name: react-toastify
|
||||||
|
versions:
|
||||||
|
- 7.0.1
|
||||||
|
- 7.0.2
|
||||||
72
.github/workflows/laravel-dev.yml
vendored
72
.github/workflows/laravel-dev.yml
vendored
@@ -1,59 +1,29 @@
|
|||||||
name: Dev
|
name: Build Dev Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ dev ]
|
branches: [ dev ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
laravel-tests:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: shivammathur/setup-php@b7d1d9c9a92d8d8463ce36d7f60da34d461724f8
|
- name: Checkout
|
||||||
with:
|
uses: actions/checkout@v2
|
||||||
php-version: '7.4'
|
|
||||||
- uses: actions/checkout@v2
|
- name: Docker Setup Buildx
|
||||||
- name: Copy .env
|
uses: docker/setup-buildx-action@v1.2.0
|
||||||
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
|
|
||||||
- name: Update .env with secrets
|
- name: Login to DockerHub
|
||||||
env:
|
uses: docker/login-action@v1
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
with:
|
||||||
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
HEALTHCHECKS_UUID: ${{ secrets.HEALTHCHECKS_UUID }}
|
- name: Build and push
|
||||||
run: |
|
uses: docker/build-push-action@v2
|
||||||
echo SLACK_WEBHOOK=$SLACK_WEBHOOK >> .env
|
with:
|
||||||
echo TELEGRAM_BOT_TOKEN=$TELEGRAM_BOT_TOKEN >> .env
|
context: .
|
||||||
echo TELEGRAM_CHAT_ID=$TELEGRAM_CHAT_ID >> .env
|
file: ./docker/Dockerfile
|
||||||
echo HEALTHCHECKS_UUID=$HEALTHCHECKS_UUID >> .env
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
- name: Install Dependencies
|
push: true
|
||||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
tags: henrywhitaker3/speedtest-tracker:dev,henrywhitaker3/speedtest-tracker:dev-arm
|
||||||
- name: Create Database
|
|
||||||
run: |
|
|
||||||
mkdir -p database
|
|
||||||
touch database/database.sqlite
|
|
||||||
- name: Generate key
|
|
||||||
env:
|
|
||||||
DB_CONNECTION: sqlite
|
|
||||||
DB_DATABASE: database/database.sqlite
|
|
||||||
run: php artisan key:generate
|
|
||||||
- name: Generate JWT key
|
|
||||||
env:
|
|
||||||
DB_CONNECTION: sqlite
|
|
||||||
DB_DATABASE: database/database.sqlite
|
|
||||||
run: php artisan jwt:secret
|
|
||||||
- name: Directory Permissions
|
|
||||||
run: chmod -R 777 storage bootstrap/cache
|
|
||||||
- name: Download Speedtest binary
|
|
||||||
run: wget https://bintray.com/ookla/download/download_file?file_path=ookla-speedtest-1.0.0-x86_64-linux.tgz -O speedtest.tgz && tar zxvf speedtest.tgz && mv speedtest app/Bin/
|
|
||||||
- name: Accept EULA
|
|
||||||
env:
|
|
||||||
DB_CONNECTION: sqlite
|
|
||||||
DB_DATABASE: database/database.sqlite
|
|
||||||
run: php artisan speedtest:eula
|
|
||||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
|
||||||
env:
|
|
||||||
DB_CONNECTION: sqlite
|
|
||||||
DB_DATABASE: database/database.sqlite
|
|
||||||
run: vendor/bin/phpunit
|
|
||||||
|
|||||||
29
.github/workflows/laravel-master.yml
vendored
Normal file
29
.github/workflows/laravel-master.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
name: Build Latest Image
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Docker Setup Buildx
|
||||||
|
uses: docker/setup-buildx-action@v1.2.0
|
||||||
|
|
||||||
|
- name: Login to DockerHub
|
||||||
|
uses: docker/login-action@v1
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
- name: Build and push
|
||||||
|
uses: docker/build-push-action@v2
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
file: ./docker/Dockerfile
|
||||||
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
|
push: true
|
||||||
|
tags: henrywhitaker3/speedtest-tracker:latest,henrywhitaker3/speedtest-tracker:latest-arm
|
||||||
2
.github/workflows/laravel-pr.yml
vendored
2
.github/workflows/laravel-pr.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Directory Permissions
|
- name: Directory Permissions
|
||||||
run: chmod -R 777 storage bootstrap/cache
|
run: chmod -R 777 storage bootstrap/cache
|
||||||
- name: Download Speedtest binary
|
- name: Download Speedtest binary
|
||||||
run: wget https://bintray.com/ookla/download/download_file?file_path=ookla-speedtest-1.0.0-x86_64-linux.tgz -O speedtest.tgz && tar zxvf speedtest.tgz && mv speedtest app/Bin/
|
run: wget https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-x86_64-linux.tgz -O speedtest.tgz && tar zxvf speedtest.tgz && mv speedtest app/Bin/
|
||||||
- name: Accept EULA
|
- name: Accept EULA
|
||||||
env:
|
env:
|
||||||
DB_CONNECTION: sqlite
|
DB_CONNECTION: sqlite
|
||||||
|
|||||||
59
.github/workflows/laravel-stable.yml
vendored
59
.github/workflows/laravel-stable.yml
vendored
@@ -1,59 +0,0 @@
|
|||||||
name: Stable
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
laravel-tests:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: shivammathur/setup-php@b7d1d9c9a92d8d8463ce36d7f60da34d461724f8
|
|
||||||
with:
|
|
||||||
php-version: '7.4'
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Copy .env
|
|
||||||
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
|
|
||||||
- name: Update .env with secrets
|
|
||||||
env:
|
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
|
||||||
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
|
||||||
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
|
|
||||||
HEALTHCHECKS_UUID: ${{ secrets.HEALTHCHECKS_UUID }}
|
|
||||||
run: |
|
|
||||||
echo SLACK_WEBHOOK=$SLACK_WEBHOOK >> .env
|
|
||||||
echo TELEGRAM_BOT_TOKEN=$TELEGRAM_BOT_TOKEN >> .env
|
|
||||||
echo TELEGRAM_CHAT_ID=$TELEGRAM_CHAT_ID >> .env
|
|
||||||
echo HEALTHCHECKS_UUID=$HEALTHCHECKS_UUID >> .env
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
|
||||||
- name: Create Database
|
|
||||||
run: |
|
|
||||||
mkdir -p database
|
|
||||||
touch database/database.sqlite
|
|
||||||
- name: Generate key
|
|
||||||
env:
|
|
||||||
DB_CONNECTION: sqlite
|
|
||||||
DB_DATABASE: database/database.sqlite
|
|
||||||
run: php artisan key:generate
|
|
||||||
- name: Generate JWT key
|
|
||||||
env:
|
|
||||||
DB_CONNECTION: sqlite
|
|
||||||
DB_DATABASE: database/database.sqlite
|
|
||||||
run: php artisan jwt:secret
|
|
||||||
- name: Directory Permissions
|
|
||||||
run: chmod -R 777 storage bootstrap/cache
|
|
||||||
- name: Download Speedtest binary
|
|
||||||
run: wget https://bintray.com/ookla/download/download_file?file_path=ookla-speedtest-1.0.0-x86_64-linux.tgz -O speedtest.tgz && tar zxvf speedtest.tgz && mv speedtest app/Bin/
|
|
||||||
- name: Accept EULA
|
|
||||||
env:
|
|
||||||
DB_CONNECTION: sqlite
|
|
||||||
DB_DATABASE: database/database.sqlite
|
|
||||||
run: php artisan speedtest:eula
|
|
||||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
|
||||||
env:
|
|
||||||
DB_CONNECTION: sqlite
|
|
||||||
DB_DATABASE: database/database.sqlite
|
|
||||||
run: vendor/bin/phpunit
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Speedtest Tracker
|
# Speedtest Tracker
|
||||||
|
|
||||||
[](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker) [](https://github.com/henrywhitaker3/Speedtest-Tracker/actions) [](https://github.com/henrywhitaker3/Speedtest-Tracker/actions) [](https://github.com/henrywhitaker3/Speedtest-Tracker/commits) [](https://github.com/henrywhitaker3/Speedtest-Tracker/issues) [](https://github.com/henrywhitaker3/Speedtest-Tracker/commits)  [](https://github.com/henrywhitaker3/Speedtest-Tracker/blob/master/LICENSE)
|
[](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker) [](https://github.com/henrywhitaker3/Speedtest-Tracker/actions) [](https://github.com/henrywhitaker3/Speedtest-Tracker/actions) [](https://github.com/henrywhitaker3/Speedtest-Tracker/commits) [](https://github.com/henrywhitaker3/Speedtest-Tracker/issues) [](https://github.com/henrywhitaker3/Speedtest-Tracker/commits)  [](https://github.com/henrywhitaker3/Speedtest-Tracker/blob/master/LICENSE)
|
||||||
|
|
||||||
This program runs a speedtest check every hour and graphs the results. The back-end is written in [Laravel](https://laravel.com/) and the front-end uses [React](https://reactjs.org/). It uses the [Ookla's speedtest cli](https://www.speedtest.net/apps/cli) package to get the data and uses [Chart.js](https://www.chartjs.org/) to plot the results.
|
This program runs a speedtest check every hour and graphs the results. The back-end is written in [Laravel](https://laravel.com/) and the front-end uses [React](https://reactjs.org/). It uses the [Ookla's speedtest cli](https://www.speedtest.net/apps/cli) package to get the data and uses [Chart.js](https://www.chartjs.org/) to plot the results.
|
||||||
|
|
||||||
@@ -18,6 +18,7 @@ Disclaimer: You will need to accept Ookla's EULA and privacy agreements in order
|
|||||||
- Slack/Discord/Telegram notifications
|
- Slack/Discord/Telegram notifications
|
||||||
- [healthchecks.io](https://healthchecks.io) integration
|
- [healthchecks.io](https://healthchecks.io) integration
|
||||||
- Organizr integration
|
- Organizr integration
|
||||||
|
- InfluxDB integration (currently v1 only, v2 is a WIP)
|
||||||
|
|
||||||
## Installation & Setup
|
## Installation & Setup
|
||||||
|
|
||||||
@@ -84,6 +85,8 @@ Container images are configured using parameters passed at runtime (such as thos
|
|||||||
| `-e PUID` | Optional. Supply a local user ID for volume permissions |
|
| `-e PUID` | Optional. Supply a local user ID for volume permissions |
|
||||||
| `-e PGID` | Optional. Supply a local group ID for volume permissions |
|
| `-e PGID` | Optional. Supply a local group ID for volume permissions |
|
||||||
| `-e AUTH` | Optional. Set to 'true' to enable authentication for the app |
|
| `-e AUTH` | Optional. Set to 'true' to enable authentication for the app |
|
||||||
|
| `-e INFLUXDB_RETENTION`| Optional. Sets the InfluxDB retention period, defaults to `30d` |
|
||||||
|
| `-e INFLUXDB_HOST_TAG | Optional. Sets the InfluxDB host tag value, defaults to `speedtest` |
|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
@@ -101,3 +104,7 @@ After enabling, you should change the password through the web UI.
|
|||||||
### Manual Install
|
### Manual Install
|
||||||
|
|
||||||
For manual installations, please follow the instructions [here](https://github.com/henrywhitaker3/Speedtest-Tracker/wiki/Manual-Installation).
|
For manual installations, please follow the instructions [here](https://github.com/henrywhitaker3/Speedtest-Tracker/wiki/Manual-Installation).
|
||||||
|
|
||||||
|
### Kubernetes
|
||||||
|
|
||||||
|
There is a 3rd party helm chart available [here](https://github.com/sOblivionsCall/charts).
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Actions;
|
namespace App\Actions;
|
||||||
|
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Cache;
|
use Cache;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
use DB;
|
use DB;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace App\Actions;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use DB;
|
use DB;
|
||||||
use Henrywhitaker3\LaravelActions\Interfaces\ActionInterface;
|
use Henrywhitaker3\LaravelActions\Interfaces\ActionInterface;
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Actions;
|
namespace App\Actions;
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Cache;
|
use Cache;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
use Henrywhitaker3\LaravelActions\Interfaces\ActionInterface;
|
use Henrywhitaker3\LaravelActions\Interfaces\ActionInterface;
|
||||||
|
|||||||
@@ -39,6 +39,6 @@ class AcceptEULACommand extends Command
|
|||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$this->info('Acceping EULA');
|
$this->info('Acceping EULA');
|
||||||
shell_exec(config('speedtest.home') . ' && timeout 3s ' . app_path() . '/Bin/speedtest --accept-license --accept-gdpr');
|
shell_exec(config('speedtest.home') . ' && timeout 10s ' . app_path() . '/Bin/speedtest --accept-license --accept-gdpr');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Console\Commands;
|
namespace App\Console\Commands;
|
||||||
|
|
||||||
use App\Auth\LoginSession;
|
use App\Models\Auth\LoginSession;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Log;
|
use Log;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Console\Commands;
|
namespace App\Console\Commands;
|
||||||
|
|
||||||
|
use App\Exceptions\SpeedtestFailureException;
|
||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
use App\Interfaces\SpeedtestProvider;
|
use App\Interfaces\SpeedtestProvider;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
@@ -45,9 +46,9 @@ class SpeedtestCommand extends Command
|
|||||||
{
|
{
|
||||||
$this->info('Running speedtest, this might take a while...');
|
$this->info('Running speedtest, this might take a while...');
|
||||||
|
|
||||||
$results = $this->speedtestProvider->run(false, false);
|
try {
|
||||||
|
$results = $this->speedtestProvider->run(false, false);
|
||||||
if (!is_object($results)) {
|
} catch (SpeedtestFailureException $e) {
|
||||||
$this->error('Something went wrong running the speedtest.');
|
$this->error('Something went wrong running the speedtest.');
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|||||||
10
app/Exceptions/InfluxDBConnectionErrorException.php
Normal file
10
app/Exceptions/InfluxDBConnectionErrorException.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Exceptions;
|
||||||
|
|
||||||
|
use Exception;
|
||||||
|
|
||||||
|
class InfluxDBConnectionErrorException extends Exception
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
||||||
10
app/Exceptions/InfluxDBNotEnabledException.php
Normal file
10
app/Exceptions/InfluxDBNotEnabledException.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Exceptions;
|
||||||
|
|
||||||
|
use Exception;
|
||||||
|
|
||||||
|
class InfluxDBNotEnabledException extends Exception
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Helpers;
|
namespace App\Helpers;
|
||||||
|
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Cache;
|
use Cache;
|
||||||
use DateTime;
|
use DateTime;
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace App\Helpers;
|
namespace App\Helpers;
|
||||||
|
|
||||||
use App\Auth\EmailVerification;
|
use App\Models\Auth\EmailVerification;
|
||||||
use App\User;
|
use App\Models\User;
|
||||||
|
|
||||||
class EmailVerificationHelper {
|
class EmailVerificationHelper {
|
||||||
public static function checkVerificationAttempt($userID, $token)
|
public static function checkVerificationAttempt($userID, $token)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Helpers;
|
namespace App\Helpers;
|
||||||
|
|
||||||
use App\Events\TestNotificationEvent;
|
use App\Events\TestNotificationEvent;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Cache;
|
use Cache;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
namespace App\Helpers;
|
namespace App\Helpers;
|
||||||
|
|
||||||
use App\Speedtest;
|
use App\Interfaces\SpeedtestProvider;
|
||||||
|
use App\Models\Speedtest;
|
||||||
use App\Utils\OoklaTester;
|
use App\Utils\OoklaTester;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
use Exception;
|
use Exception;
|
||||||
@@ -25,7 +26,7 @@ class SpeedtestHelper
|
|||||||
*/
|
*/
|
||||||
public static function runSpeedtest()
|
public static function runSpeedtest()
|
||||||
{
|
{
|
||||||
$tester = new OoklaTester();
|
$tester = app()->make(SpeedtestProvider::class);
|
||||||
return $tester->run();
|
return $tester->run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
namespace App\Http\Controllers;
|
namespace App\Http\Controllers;
|
||||||
|
|
||||||
use App\Auth\EmailVerification;
|
use App\Models\Auth\EmailVerification;
|
||||||
use App\Auth\LoginSession as AuthLoginSession;
|
use App\Models\Auth\LoginSession as AuthLoginSession;
|
||||||
use App\Helpers\EmailVerificationHelper;
|
use App\Helpers\EmailVerificationHelper;
|
||||||
use Illuminate\Support\Facades\Auth;
|
use Illuminate\Support\Facades\Auth;
|
||||||
use App\Http\Controllers\Controller;
|
use App\Http\Controllers\Controller;
|
||||||
use App\LoginSession;
|
use App\LoginSession;
|
||||||
use App\Rules\CurrentPasswordMatches;
|
use App\Rules\CurrentPasswordMatches;
|
||||||
use App\User;
|
use App\Models\User;
|
||||||
use DateTime;
|
use DateTime;
|
||||||
use Hash;
|
use Hash;
|
||||||
use Illuminate\Support\Facades\Request as RequestFacade;
|
use Illuminate\Support\Facades\Request as RequestFacade;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class HomepageDataController extends Controller
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'latest' => run(GetLatestSpeedtestData::class),
|
'latest' => run(GetLatestSpeedtestData::class),
|
||||||
'time' => run(GetSpeedtestTimeData::class),
|
'time' => run(GetSpeedtestTimeData::class, $days),
|
||||||
'fail' => run(GetFailedSpeedtestData::class),
|
'fail' => run(GetFailedSpeedtestData::class),
|
||||||
'config' => SettingsHelper::getConfig(),
|
'config' => SettingsHelper::getConfig(),
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace App\Http\Controllers;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Rules\Cron;
|
use App\Rules\Cron;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use Illuminate\Support\Facades\Log;
|
use Illuminate\Support\Facades\Log;
|
||||||
use Illuminate\Support\Facades\Validator;
|
use Illuminate\Support\Facades\Validator;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ use App\Actions\QueueSpeedtest;
|
|||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
use App\Jobs\SpeedtestJob;
|
use App\Jobs\SpeedtestJob;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Http\Middleware;
|
namespace App\Http\Middleware;
|
||||||
|
|
||||||
use App\Auth\LoginSession;
|
use App\Models\Auth\LoginSession;
|
||||||
use Closure;
|
use Closure;
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
|
|||||||
13
app/Interfaces/InfluxDBWrapperInterface.php
Normal file
13
app/Interfaces/InfluxDBWrapperInterface.php
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Interfaces;
|
||||||
|
|
||||||
|
use App\Models\Speedtest;
|
||||||
|
|
||||||
|
interface InfluxDBWrapperInterface
|
||||||
|
{
|
||||||
|
public function testConnection(): bool;
|
||||||
|
public function doesDatabaseExist(string $database): bool;
|
||||||
|
public function createDatabase(string $database): bool;
|
||||||
|
public function store(Speedtest $speedtest): bool;
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Interfaces;
|
namespace App\Interfaces;
|
||||||
|
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
|
|
||||||
interface SpeedtestProvider
|
interface SpeedtestProvider
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App\Auth;
|
namespace App\Models\Auth;
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App\Auth;
|
namespace App\Models\Auth;
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App;
|
namespace App\Models;
|
||||||
|
|
||||||
use App\Casts\CommaSeparatedArrayCast;
|
use App\Casts\CommaSeparatedArrayCast;
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
45
app/Models/Speedtest.php
Normal file
45
app/Models/Speedtest.php
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Models;
|
||||||
|
|
||||||
|
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||||
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
|
class Speedtest extends Model
|
||||||
|
{
|
||||||
|
use HasFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The attributes that are mass assignable.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
protected $fillable = [
|
||||||
|
'ping',
|
||||||
|
'download',
|
||||||
|
'upload',
|
||||||
|
'created_at',
|
||||||
|
'server_id',
|
||||||
|
'server_name',
|
||||||
|
'server_host',
|
||||||
|
'url',
|
||||||
|
'scheduled',
|
||||||
|
'failed',
|
||||||
|
];
|
||||||
|
|
||||||
|
protected $table = 'speedtests';
|
||||||
|
|
||||||
|
public function formatForInfluxDB()
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
'id' => (int) $this->id,
|
||||||
|
'download' => (float) $this->download,
|
||||||
|
'upload' => (float) $this->upload,
|
||||||
|
'ping' => (float) $this->ping,
|
||||||
|
'server_id' => (int) $this->server_id,
|
||||||
|
'server_host' => $this->server_host,
|
||||||
|
'server_name' => $this->server_name,
|
||||||
|
'scheduled' => (bool) $this->scheduled,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App;
|
namespace App\Models;
|
||||||
|
|
||||||
use Illuminate\Contracts\Auth\MustVerifyEmail;
|
use Illuminate\Contracts\Auth\MustVerifyEmail;
|
||||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||||
@@ -107,7 +107,7 @@ class User extends Authenticatable implements JWTSubject
|
|||||||
|
|
||||||
public function setPasswordAttribute($password)
|
public function setPasswordAttribute($password)
|
||||||
{
|
{
|
||||||
if ( !empty($password) ) {
|
if (!empty($password)) {
|
||||||
$this->attributes['password'] = Hash::make($password);
|
$this->attributes['password'] = Hash::make($password);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
30
app/Observers/SpeedtestObserver.php
Normal file
30
app/Observers/SpeedtestObserver.php
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Observers;
|
||||||
|
|
||||||
|
use App\Exceptions\InfluxDBNotEnabledException;
|
||||||
|
use App\Models\Speedtest;
|
||||||
|
use App\Utils\InfluxDB\InfluxDB;
|
||||||
|
use Exception;
|
||||||
|
use Log;
|
||||||
|
|
||||||
|
class SpeedtestObserver
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Handle the Speedtest "created" event.
|
||||||
|
*
|
||||||
|
* @param \App\Speedtest $speedtest
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function created(Speedtest $speedtest)
|
||||||
|
{
|
||||||
|
try {
|
||||||
|
InfluxDB::connect()
|
||||||
|
->store($speedtest);
|
||||||
|
} catch (InfluxDBNotEnabledException $e) {
|
||||||
|
// /
|
||||||
|
} catch (Exception $e) {
|
||||||
|
Log::error($e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -10,6 +10,8 @@ use App\Listeners\SpeedtestCompleteListener;
|
|||||||
use App\Listeners\SpeedtestFailedListener;
|
use App\Listeners\SpeedtestFailedListener;
|
||||||
use App\Listeners\SpeedtestOverviewListener;
|
use App\Listeners\SpeedtestOverviewListener;
|
||||||
use App\Listeners\TestNotificationListener;
|
use App\Listeners\TestNotificationListener;
|
||||||
|
use App\Observers\SpeedtestObserver;
|
||||||
|
use App\Models\Speedtest;
|
||||||
use Illuminate\Auth\Events\Registered;
|
use Illuminate\Auth\Events\Registered;
|
||||||
use Illuminate\Auth\Listeners\SendEmailVerificationNotification;
|
use Illuminate\Auth\Listeners\SendEmailVerificationNotification;
|
||||||
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
|
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
|
||||||
@@ -49,6 +51,6 @@ class EventServiceProvider extends ServiceProvider
|
|||||||
{
|
{
|
||||||
parent::boot();
|
parent::boot();
|
||||||
|
|
||||||
//
|
Speedtest::observe(SpeedtestObserver::class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Speedtest extends Model
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* The attributes that are mass assignable.
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
protected $fillable = [
|
|
||||||
'ping',
|
|
||||||
'download',
|
|
||||||
'upload',
|
|
||||||
'created_at',
|
|
||||||
'server_id',
|
|
||||||
'server_name',
|
|
||||||
'server_host',
|
|
||||||
'url',
|
|
||||||
'scheduled',
|
|
||||||
'failed',
|
|
||||||
];
|
|
||||||
|
|
||||||
protected $table = 'speedtests';
|
|
||||||
}
|
|
||||||
113
app/Utils/InfluxDB/InfluxDB.php
Normal file
113
app/Utils/InfluxDB/InfluxDB.php
Normal file
@@ -0,0 +1,113 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Utils\InfluxDB;
|
||||||
|
|
||||||
|
use App\Exceptions\InfluxDBConnectionErrorException;
|
||||||
|
use App\Exceptions\InfluxDBNotEnabledException;
|
||||||
|
use App\Helpers\SettingsHelper;
|
||||||
|
use App\Models\Speedtest;
|
||||||
|
use InfluxDB\Client as Version1;
|
||||||
|
use InfluxDB2\Client as Version2;
|
||||||
|
use App\Interfaces\InfluxDBWrapperInterface as Client;
|
||||||
|
|
||||||
|
class InfluxDB
|
||||||
|
{
|
||||||
|
private Client $client;
|
||||||
|
|
||||||
|
private string $database;
|
||||||
|
|
||||||
|
public function __construct(Client $client)
|
||||||
|
{
|
||||||
|
$this->client = $client;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Connect to influx db
|
||||||
|
*
|
||||||
|
* @param string $host
|
||||||
|
* @param integer $port
|
||||||
|
* @param string $database
|
||||||
|
* @return InfluxDB
|
||||||
|
*/
|
||||||
|
public static function connect()
|
||||||
|
{
|
||||||
|
if (!(bool) SettingsHelper::get('influx_db_enabled')->value) {
|
||||||
|
throw new InfluxDBNotEnabledException();
|
||||||
|
}
|
||||||
|
|
||||||
|
$host = SettingsHelper::get('influx_db_host')->value;
|
||||||
|
$port = SettingsHelper::get('influx_db_port')->value;
|
||||||
|
$username = SettingsHelper::get('influx_db_username')->value;
|
||||||
|
$password = SettingsHelper::get('influx_db_password')->value;
|
||||||
|
$database = SettingsHelper::get('influx_db_database')->value;
|
||||||
|
$version = (int) SettingsHelper::get('influx_db_version')->value;
|
||||||
|
|
||||||
|
$wrapper = $version === 1
|
||||||
|
? new InfluxDBVersion1Wrapper(
|
||||||
|
new Version1(
|
||||||
|
str_replace(['http://', 'https://'], '', $host),
|
||||||
|
$port,
|
||||||
|
$username,
|
||||||
|
$password
|
||||||
|
)
|
||||||
|
)
|
||||||
|
: new InfluxDBVersion2Wrapper(
|
||||||
|
new Version2([
|
||||||
|
'url' => $host . ':' . $port,
|
||||||
|
'token' => '',
|
||||||
|
])
|
||||||
|
);
|
||||||
|
|
||||||
|
return (new self($wrapper))->setDatabase($database)
|
||||||
|
->testConnection();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the database field
|
||||||
|
*
|
||||||
|
* @param string $database
|
||||||
|
* @return InfluxDB
|
||||||
|
*/
|
||||||
|
public function setDatabase(string $database): InfluxDB
|
||||||
|
{
|
||||||
|
$this->database = $database;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Test the connection
|
||||||
|
*
|
||||||
|
* @throws InfluxDBConnectionErrorException
|
||||||
|
* @return InfluxDB
|
||||||
|
*/
|
||||||
|
public function testConnection(): InfluxDB
|
||||||
|
{
|
||||||
|
if (!$this->client->testConnection()) {
|
||||||
|
throw new InfluxDBConnectionErrorException();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!$this->doesDatabaseExist()) {
|
||||||
|
$this->createDatabase();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function doesDatabaseExist(): bool
|
||||||
|
{
|
||||||
|
return $this->client->doesDatabaseExist($this->database);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function createDatabase(): bool
|
||||||
|
{
|
||||||
|
return $this->client->createDatabase($this->database);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function store(Speedtest $speedtest): InfluxDB
|
||||||
|
{
|
||||||
|
$this->client->store($speedtest);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
}
|
||||||
74
app/Utils/InfluxDB/InfluxDBVersion1Wrapper.php
Normal file
74
app/Utils/InfluxDB/InfluxDBVersion1Wrapper.php
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Utils\InfluxDB;
|
||||||
|
|
||||||
|
use App\Interfaces\InfluxDBWrapperInterface;
|
||||||
|
use App\Models\Speedtest;
|
||||||
|
use Exception;
|
||||||
|
use InfluxDB\Client;
|
||||||
|
use InfluxDB\Database;
|
||||||
|
use InfluxDB\Database\RetentionPolicy;
|
||||||
|
use InfluxDB\Point;
|
||||||
|
use Log;
|
||||||
|
|
||||||
|
class InfluxDBVersion1Wrapper implements InfluxDBWrapperInterface
|
||||||
|
{
|
||||||
|
private Client $client;
|
||||||
|
private Database $database;
|
||||||
|
|
||||||
|
public function __construct(Client $client)
|
||||||
|
{
|
||||||
|
$this->client = $client;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testConnection(): bool
|
||||||
|
{
|
||||||
|
try {
|
||||||
|
$this->client->listDatabases();
|
||||||
|
|
||||||
|
return true;
|
||||||
|
} catch (Exception $e) {
|
||||||
|
Log::error($e);
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public function doesDatabaseExist(string $database): bool
|
||||||
|
{
|
||||||
|
$this->database = $this->client->selectDB($database);
|
||||||
|
|
||||||
|
return (bool) $this->database->exists();
|
||||||
|
}
|
||||||
|
|
||||||
|
public function createDatabase(string $database): bool
|
||||||
|
{
|
||||||
|
try {
|
||||||
|
$this->database->create(
|
||||||
|
new RetentionPolicy(
|
||||||
|
'speedtest_retention_policy',
|
||||||
|
config('services.influxdb.retention'),
|
||||||
|
1,
|
||||||
|
true
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
} catch (Exception $e) {
|
||||||
|
Log::error($e);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public function store(Speedtest $speedtest): bool
|
||||||
|
{
|
||||||
|
return $this->database->writePoints([
|
||||||
|
new Point(
|
||||||
|
'speedtest',
|
||||||
|
null,
|
||||||
|
['host' => config('services.influxdb.host')],
|
||||||
|
$speedtest->formatForInfluxDB(),
|
||||||
|
)
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
37
app/Utils/InfluxDB/InfluxDBVersion2Wrapper.php
Normal file
37
app/Utils/InfluxDB/InfluxDBVersion2Wrapper.php
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Utils\InfluxDB;
|
||||||
|
|
||||||
|
use App\Interfaces\InfluxDBWrapperInterface;
|
||||||
|
use App\Models\Speedtest;
|
||||||
|
use InfluxDB2\Client;
|
||||||
|
|
||||||
|
class InfluxDBVersion2Wrapper implements InfluxDBWrapperInterface
|
||||||
|
{
|
||||||
|
private Client $client;
|
||||||
|
|
||||||
|
public function __construct(Client $client)
|
||||||
|
{
|
||||||
|
$this->client = $client;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testConnection(): bool
|
||||||
|
{
|
||||||
|
return $this->client->health()->getStatus() !== 'pass';
|
||||||
|
}
|
||||||
|
|
||||||
|
public function doesDatabaseExist(string $database): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function createDatabase(string $database): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function store(Speedtest $speedtest): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,7 +6,7 @@ use App\Exceptions\SpeedtestFailureException;
|
|||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
use App\Interfaces\SpeedtestProvider;
|
use App\Interfaces\SpeedtestProvider;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Cache;
|
use Cache;
|
||||||
use Exception;
|
use Exception;
|
||||||
use JsonException;
|
use JsonException;
|
||||||
|
|||||||
@@ -1,4 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"1.12.1": [
|
||||||
|
{
|
||||||
|
"description": "Fixed a bug where the latest X days widget would not update (#680)",
|
||||||
|
"link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/680"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"1.12.0": [
|
||||||
|
{
|
||||||
|
"description": "Added InfluxDB intergation.",
|
||||||
|
"link": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
"1.11.1": [
|
"1.11.1": [
|
||||||
{
|
{
|
||||||
"description": "Add option to show/hide columns in the all tests table.",
|
"description": "Add option to show/hide columns in the all tests table.",
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
"henrywhitaker3/healthchecks-io": "^1.0",
|
"henrywhitaker3/healthchecks-io": "^1.0",
|
||||||
"henrywhitaker3/laravel-actions": "^1.0",
|
"henrywhitaker3/laravel-actions": "^1.0",
|
||||||
|
"influxdata/influxdb-client-php": "^1.12",
|
||||||
|
"influxdb/influxdb-php": "^1.15",
|
||||||
"laravel-notification-channels/telegram": "^0.5.0",
|
"laravel-notification-channels/telegram": "^0.5.0",
|
||||||
"laravel/framework": "^8.0",
|
"laravel/framework": "^8.0",
|
||||||
"laravel/slack-notification-channel": "^2.0",
|
"laravel/slack-notification-channel": "^2.0",
|
||||||
@@ -28,7 +30,6 @@
|
|||||||
"brianium/paratest": "^6.2",
|
"brianium/paratest": "^6.2",
|
||||||
"facade/ignition": "^2.3.6",
|
"facade/ignition": "^2.3.6",
|
||||||
"fzaninotto/faker": "^1.9.1",
|
"fzaninotto/faker": "^1.9.1",
|
||||||
"itsgoingd/clockwork": "^5.0",
|
|
||||||
"mockery/mockery": "^1.3.1",
|
"mockery/mockery": "^1.3.1",
|
||||||
"nunomaduro/collision": "^5.3",
|
"nunomaduro/collision": "^5.3",
|
||||||
"nunomaduro/larastan": "^0.7.0",
|
"nunomaduro/larastan": "^0.7.0",
|
||||||
@@ -46,12 +47,10 @@
|
|||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "app/"
|
"App\\": "app/",
|
||||||
},
|
"Database\\Factories\\": "database/factories/",
|
||||||
"classmap": [
|
"Database\\Seeders\\": "database/seeders/"
|
||||||
"database/seeds",
|
}
|
||||||
"database/factories"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
183
composer.lock
generated
183
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "102adc5121f97ad3ad15009f410fb8fa",
|
"content-hash": "46d75195c9e28db55cd2b086a6846e13",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
@@ -1309,6 +1309,118 @@
|
|||||||
},
|
},
|
||||||
"time": "2021-02-06T09:50:49+00:00"
|
"time": "2021-02-06T09:50:49+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "influxdata/influxdb-client-php",
|
||||||
|
"version": "1.12.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/influxdata/influxdb-client-php.git",
|
||||||
|
"reference": "e04f802a4d9c52b5b497077673269e8463fdb6ea"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/influxdata/influxdb-client-php/zipball/e04f802a4d9c52b5b497077673269e8463fdb6ea",
|
||||||
|
"reference": "e04f802a4d9c52b5b497077673269e8463fdb6ea",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-curl": "*",
|
||||||
|
"ext-json": "*",
|
||||||
|
"ext-mbstring": "*",
|
||||||
|
"guzzlehttp/guzzle": "^6.2|^7.0.1",
|
||||||
|
"php": ">=7.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^7.4|^9.1",
|
||||||
|
"squizlabs/php_codesniffer": "~2.6"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"InfluxDB2\\": "src/InfluxDB2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"description": "InfluxDB (v2+) Client Library for PHP",
|
||||||
|
"homepage": "https://www.github.com/influxdata/influxdb-client-php",
|
||||||
|
"keywords": [
|
||||||
|
"influxdb"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/influxdata/influxdb-client-php/issues",
|
||||||
|
"source": "https://github.com/influxdata/influxdb-client-php/tree/1.12.0"
|
||||||
|
},
|
||||||
|
"time": "2021-04-01T06:28:57+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "influxdb/influxdb-php",
|
||||||
|
"version": "1.15.2",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/influxdata/influxdb-php.git",
|
||||||
|
"reference": "d6e59f4f04ab9107574fda69c2cbe36671253d03"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/influxdata/influxdb-php/zipball/d6e59f4f04ab9107574fda69c2cbe36671253d03",
|
||||||
|
"reference": "d6e59f4f04ab9107574fda69c2cbe36671253d03",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"guzzlehttp/guzzle": "^6.0|^7.0",
|
||||||
|
"php": "^5.5 || ^7.0 || ^8.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"dms/phpunit-arraysubset-asserts": "^0.2.1",
|
||||||
|
"phpunit/phpunit": "^9.5"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"ext-curl": "Curl extension, needed for Curl driver",
|
||||||
|
"stefanotorresi/influxdb-php-async": "An asyncronous client for InfluxDB, implemented via ReactPHP."
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"InfluxDB\\": "src/InfluxDB"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Stephen Hoogendijk",
|
||||||
|
"email": "stephen@tca0.nl"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Daniel Martinez",
|
||||||
|
"email": "danimartcas@hotmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Gianluca Arbezzano",
|
||||||
|
"email": "gianarb92@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "InfluxDB client library for PHP",
|
||||||
|
"keywords": [
|
||||||
|
"client",
|
||||||
|
"influxdata",
|
||||||
|
"influxdb",
|
||||||
|
"influxdb class",
|
||||||
|
"influxdb client",
|
||||||
|
"influxdb library",
|
||||||
|
"time series"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/influxdata/influxdb-php/issues",
|
||||||
|
"source": "https://github.com/influxdata/influxdb-php/tree/1.15.2"
|
||||||
|
},
|
||||||
|
"time": "2020-12-26T17:45:17+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel-notification-channels/telegram",
|
"name": "laravel-notification-channels/telegram",
|
||||||
"version": "0.5.1",
|
"version": "0.5.1",
|
||||||
@@ -6850,75 +6962,6 @@
|
|||||||
},
|
},
|
||||||
"time": "2020-07-09T08:09:16+00:00"
|
"time": "2020-07-09T08:09:16+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "itsgoingd/clockwork",
|
|
||||||
"version": "v5.0.6",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/itsgoingd/clockwork.git",
|
|
||||||
"reference": "1de3f9f9fc22217aa024f79ecbdf0fde418fc0a1"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/1de3f9f9fc22217aa024f79ecbdf0fde418fc0a1",
|
|
||||||
"reference": "1de3f9f9fc22217aa024f79ecbdf0fde418fc0a1",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"ext-json": "*",
|
|
||||||
"php": ">=5.6",
|
|
||||||
"psr/log": "1.*"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"laravel": {
|
|
||||||
"providers": [
|
|
||||||
"Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
|
|
||||||
],
|
|
||||||
"aliases": {
|
|
||||||
"Clockwork": "Clockwork\\Support\\Laravel\\Facade"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Clockwork\\": "Clockwork/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "itsgoingd",
|
|
||||||
"email": "itsgoingd@luzer.sk",
|
|
||||||
"homepage": "https://twitter.com/itsgoingd"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "php dev tools in your browser",
|
|
||||||
"homepage": "https://underground.works/clockwork",
|
|
||||||
"keywords": [
|
|
||||||
"Devtools",
|
|
||||||
"debugging",
|
|
||||||
"laravel",
|
|
||||||
"logging",
|
|
||||||
"lumen",
|
|
||||||
"profiling",
|
|
||||||
"slim"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/itsgoingd/clockwork/issues",
|
|
||||||
"source": "https://github.com/itsgoingd/clockwork/tree/v5.0.6"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://github.com/itsgoingd",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2020-12-27T00:18:25+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "justinrainbow/json-schema",
|
"name": "justinrainbow/json-schema",
|
||||||
"version": "5.2.10",
|
"version": "5.2.10",
|
||||||
|
|||||||
@@ -34,4 +34,9 @@ return [
|
|||||||
'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE')
|
'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE')
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'influxdb' => [
|
||||||
|
'retention' => env('INFLUXDB_RETENTION', '30d'),
|
||||||
|
'host' => env('INFLUXDB_HOST_TAG', 'speedtest'),
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ return [
|
|||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'version' => '1.11.1',
|
'version' => '1.12.1',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
@@ -15,7 +15,7 @@ return [
|
|||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'install' => 'manual',
|
'install' => 'docker',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
@@ -23,7 +23,7 @@ return [
|
|||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'home' => 'HOME=' . base_path() . DIRECTORY_SEPARATOR,
|
'home' => 'HOME=/config',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
32
database/factories/SpeedtestFactory.php
Normal file
32
database/factories/SpeedtestFactory.php
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Database\Factories;
|
||||||
|
|
||||||
|
use App\Models\Speedtest;
|
||||||
|
use Illuminate\Database\Eloquent\Factories\Factory;
|
||||||
|
|
||||||
|
class SpeedtestFactory extends Factory
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* The name of the factory's corresponding model.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $model = Speedtest::class;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Define the model's default state.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function definition()
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
'download' => rand(15, 900),
|
||||||
|
'upload' => rand(15, 900),
|
||||||
|
'ping' => rand(1, 25),
|
||||||
|
'scheduled' => (bool) rand(0, 1),
|
||||||
|
'failed' => false,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/** @var \Illuminate\Database\Eloquent\Factory $factory */
|
/** @var \Illuminate\Database\Eloquent\Factory $factory */
|
||||||
|
|
||||||
use App\User;
|
use App\Models\User;
|
||||||
use Faker\Generator as Faker;
|
use Faker\Generator as Faker;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\User;
|
use App\Models\User;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|||||||
@@ -0,0 +1,92 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use App\Helpers\SettingsHelper;
|
||||||
|
use App\Models\Setting;
|
||||||
|
use Illuminate\Database\Migrations\Migration;
|
||||||
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|
||||||
|
class AddInfluxDbSettings extends Migration
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Run the migrations.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function up()
|
||||||
|
{
|
||||||
|
if (!SettingsHelper::get('influx_db_enabled')) {
|
||||||
|
Setting::create([
|
||||||
|
'name' => 'influx_db_enabled',
|
||||||
|
'value' => false,
|
||||||
|
'description' => 'Enable the InfluxDB integration for speedtests.'
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!SettingsHelper::get('influx_db_host')) {
|
||||||
|
Setting::create([
|
||||||
|
'name' => 'influx_db_host',
|
||||||
|
'value' => '',
|
||||||
|
'description' => 'InfluxDB hostname, include the protocol (http:// or https://).'
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!SettingsHelper::get('influx_db_port')) {
|
||||||
|
Setting::create([
|
||||||
|
'name' => 'influx_db_port',
|
||||||
|
'value' => '',
|
||||||
|
'description' => 'InfluxDB port'
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!SettingsHelper::get('influx_db_database')) {
|
||||||
|
Setting::create([
|
||||||
|
'name' => 'influx_db_database',
|
||||||
|
'value' => '',
|
||||||
|
'description' => 'InfluxDB database'
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!SettingsHelper::get('influx_db_username')) {
|
||||||
|
Setting::create([
|
||||||
|
'name' => 'influx_db_username',
|
||||||
|
'value' => '',
|
||||||
|
'description' => 'InfluxDB username'
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!SettingsHelper::get('influx_db_password')) {
|
||||||
|
Setting::create([
|
||||||
|
'name' => 'influx_db_password',
|
||||||
|
'value' => '',
|
||||||
|
'description' => 'InfluxDB password'
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!SettingsHelper::get('influx_db_version')) {
|
||||||
|
Setting::create([
|
||||||
|
'name' => 'influx_db_version',
|
||||||
|
'value' => 1,
|
||||||
|
'description' => 'InfluxDB version'
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reverse the migrations.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function down()
|
||||||
|
{
|
||||||
|
Setting::whereIn('name', [
|
||||||
|
'influx_db_enabled',
|
||||||
|
'influx_db_host',
|
||||||
|
'influx_db_port',
|
||||||
|
'influx_db_database',
|
||||||
|
'influx_db_username',
|
||||||
|
'influx_db_password',
|
||||||
|
'influx_db_version',
|
||||||
|
])->delete();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
namespace Database\Seeders;
|
||||||
|
|
||||||
|
use Database\Seeders\SpeedtestSeeder;
|
||||||
use Illuminate\Database\Seeder;
|
use Illuminate\Database\Seeder;
|
||||||
|
|
||||||
class DatabaseSeeder extends Seeder
|
class DatabaseSeeder extends Seeder
|
||||||
@@ -11,6 +14,6 @@ class DatabaseSeeder extends Seeder
|
|||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
// $this->call(UserSeeder::class);
|
$this->call(SpeedtestSeeder::class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
21
database/seeders/SpeedtestSeeder.php
Normal file
21
database/seeders/SpeedtestSeeder.php
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Database\Seeders;
|
||||||
|
|
||||||
|
use App\Models\Speedtest;
|
||||||
|
use Illuminate\Database\Seeder;
|
||||||
|
|
||||||
|
class SpeedtestSeeder extends Seeder
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Run the database seeds.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function run()
|
||||||
|
{
|
||||||
|
Speedtest::factory()
|
||||||
|
->count(250)
|
||||||
|
->create();
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
11
docker/Dockerfile
Normal file
11
docker/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
FROM linuxserver/nginx
|
||||||
|
LABEL maintainer=henrywhitaker3@outlook.com
|
||||||
|
|
||||||
|
ENV arch='x86_64'
|
||||||
|
|
||||||
|
COPY docker/conf/ /
|
||||||
|
COPY . /site
|
||||||
|
|
||||||
|
EXPOSE 80 443
|
||||||
|
|
||||||
|
VOLUME ["/config"]
|
||||||
11
docker/arm.Dockerfile
Normal file
11
docker/arm.Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
FROM linuxserver/nginx:arm32v7-latest
|
||||||
|
LABEL maintainer=henrywhitaker3@outlook.com
|
||||||
|
|
||||||
|
ENV arch='arm'
|
||||||
|
|
||||||
|
COPY docker/conf/ /
|
||||||
|
COPY . /site
|
||||||
|
|
||||||
|
EXPOSE 80 443
|
||||||
|
|
||||||
|
VOLUME ["/config"]
|
||||||
10
docker/conf/defaults/crontab
Normal file
10
docker/conf/defaults/crontab
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# do daily/weekly/monthly maintenance
|
||||||
|
# min hour day month weekday command
|
||||||
|
*/15 * * * * run-parts /etc/periodic/15min
|
||||||
|
0 * * * * run-parts /etc/periodic/hourly
|
||||||
|
0 2 * * * run-parts /etc/periodic/daily
|
||||||
|
0 3 * * 6 run-parts /etc/periodic/weekly
|
||||||
|
0 5 1 * * run-parts /etc/periodic/monthly
|
||||||
|
# speedtest cron
|
||||||
|
* * * * * php /config/www/artisan schedule:run >> /config/log/speedtest/cron.log
|
||||||
|
# */5 * * * * php /config/www/artisan queue:retry all >> /config/log/speedtest.cron.log
|
||||||
30
docker/conf/defaults/default
Normal file
30
docker/conf/defaults/default
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
server {
|
||||||
|
listen 80 default_server;
|
||||||
|
|
||||||
|
listen 443 ssl;
|
||||||
|
|
||||||
|
root /config/www/public;
|
||||||
|
index index.html index.htm index.php;
|
||||||
|
|
||||||
|
server_name _;
|
||||||
|
|
||||||
|
ssl_certificate /config/keys/cert.crt;
|
||||||
|
ssl_certificate_key /config/keys/cert.key;
|
||||||
|
|
||||||
|
client_max_body_size 0;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
try_files $uri $uri/ /index.php?$args;
|
||||||
|
}
|
||||||
|
|
||||||
|
location ~ \.php$ {
|
||||||
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||||
|
# With php5-cgi alone:
|
||||||
|
fastcgi_pass 127.0.0.1:9000;
|
||||||
|
# With php5-fpm:
|
||||||
|
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||||
|
fastcgi_index index.php;
|
||||||
|
include /etc/nginx/fastcgi_params;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
139
docker/conf/etc/cont-init.d/50-speedtest
Normal file
139
docker/conf/etc/cont-init.d/50-speedtest
Normal file
@@ -0,0 +1,139 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
# # This script sets up the speedtest app
|
||||||
|
|
||||||
|
function eulaError()
|
||||||
|
{
|
||||||
|
echo "##################################################################################################################################"
|
||||||
|
echo "##################################################################################################################################"
|
||||||
|
echo "You haven't accepted the Ookla EULA. Please re-create the container with the environment variable 'OOKLA_EULA_GDPR' set to 'true'."
|
||||||
|
echo "##################################################################################################################################"
|
||||||
|
echo "##################################################################################################################################"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
# Do Ookla stuff
|
||||||
|
if [ -z ${OOKLA_EULA_GDPR+x} ]; then
|
||||||
|
eulaError
|
||||||
|
else
|
||||||
|
if [ $OOKLA_EULA_GDPR != "true" ]; then
|
||||||
|
eulaError
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -f /config/www/app/Bin/speedtest ]; then
|
||||||
|
echo "Ookla GDPR and EULA accepted. Downloading Speedtest CLI."
|
||||||
|
cd /tmp
|
||||||
|
wget https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-$arch-linux.tgz -O speedtest.tgz > /dev/null
|
||||||
|
tar zxvf speedtest.tgz > /dev/null
|
||||||
|
cp speedtest /site/app/Bin/
|
||||||
|
|
||||||
|
chmod +x /site/artisan
|
||||||
|
HOME=/config && s6-setuidgid abc /site/app/Bin/speedtest --accept-license --accept-gdpr > /dev/null
|
||||||
|
HOME=/root
|
||||||
|
else
|
||||||
|
HOME=/config && s6-setuidgid abc /site/app/Bin/speedtest --accept-license --accept-gdpr > /dev/null
|
||||||
|
HOME=/root
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Copy site files to /config
|
||||||
|
echo "Copying latest site files to config"
|
||||||
|
cp -rfT /site/ /config/www/
|
||||||
|
|
||||||
|
# Check for DB
|
||||||
|
if [ ! -f /config/speed.db ]; then
|
||||||
|
echo "Database file not found! Creating empty database"
|
||||||
|
touch /config/speed.db
|
||||||
|
else
|
||||||
|
echo "Database file exists"
|
||||||
|
chown abc:abc /config/speed.db
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Check for .env
|
||||||
|
if [ ! -f /config/www/.env ]; then
|
||||||
|
echo "Env file not found! Creating .env file"
|
||||||
|
cp /site/.env.example /config/www/.env
|
||||||
|
else
|
||||||
|
echo "Env file exists"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -f /config/www/.composer-time ]; then
|
||||||
|
echo 'Removing old packages'
|
||||||
|
rm -rf /config/www/vendor/
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo 'Updating packages'
|
||||||
|
apk add composer
|
||||||
|
cd /config/www && composer install && echo date > /config/www/.composer-time
|
||||||
|
|
||||||
|
sed "s,DB_DATABASE=.*,DB_DATABASE=/config/speed.db," -i.bak /config/www/.env
|
||||||
|
|
||||||
|
echo "Running database migrations"
|
||||||
|
php /config/www/artisan migrate
|
||||||
|
|
||||||
|
# Check app key exists
|
||||||
|
if grep -E "APP_KEY=[0-9A-Za-z:+\/=]{1,}" /config/www/.env > /dev/null; then
|
||||||
|
echo "App key exists"
|
||||||
|
else
|
||||||
|
echo "Generating app key"
|
||||||
|
php /config/www/artisan key:generate
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Check JWT secret exists
|
||||||
|
if grep -E "JWT_SECRET=[0-9A-Za-z:+\/=]{1,}" /config/www/.env > /dev/null ; then
|
||||||
|
echo "JWT secret exists"
|
||||||
|
else
|
||||||
|
echo "Generating JWT secret"
|
||||||
|
php /config/www/artisan jwt:secret
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z ${SLACK_WEBHOOK+x} ]; then
|
||||||
|
echo "Slack webhook is unset"
|
||||||
|
sed "s,SLACK_WEBHOOK=.*,SLACK_WEBHOOK=," -i.bak /config/www/.env
|
||||||
|
else
|
||||||
|
echo "Slack webhook set, updating db"
|
||||||
|
sed "s,SLACK_WEBHOOK=.*,SLACK_WEBHOOK=$SLACK_WEBHOOK," -i.bak /config/www/.env
|
||||||
|
php /config/www/artisan speedtest:slack $SLACK_WEBHOOK
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z ${TELEGRAM_BOT_TOKEN+x} ] && [ -z ${TELEGRAM_CHAT_ID+x} ]; then
|
||||||
|
echo "Telegram chat id and bot token unset"
|
||||||
|
sed "s,TELEGRAM_BOT_TOKEN=.*,TELEGRAM_BOT_TOKEN=," -i.bak /config/www/.env
|
||||||
|
sed "s,TELEGRAM_CHAT_ID=.*,TELEGRAM_CHAT_ID=," -i.bak /config/www/.env
|
||||||
|
else
|
||||||
|
echo "Telegram chat id and bot token set, updating .env"
|
||||||
|
sed "s,TELEGRAM_BOT_TOKEN=.*,TELEGRAM_BOT_TOKEN=$TELEGRAM_BOT_TOKEN," -i.bak /config/www/.env
|
||||||
|
sed "s,TELEGRAM_CHAT_ID=.*,TELEGRAM_CHAT_ID=$TELEGRAM_CHAT_ID," -i.bak /config/www/.env
|
||||||
|
php /config/www/artisan speedtest:telegram --chat=$TELEGRAM_CHAT_ID --bot=$TELEGRAM_BOT_TOKEN
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z ${BASE_PATH+x} ]; then
|
||||||
|
echo "Base path is unset"
|
||||||
|
sed "s,BASE_PATH=.*,BASE_PATH=," -i.bak /config/www/.env
|
||||||
|
else
|
||||||
|
echo "Base path set, updating .env"
|
||||||
|
sed "s,BASE_PATH=.*,BASE_PATH=$BASE_PATH," -i.bak /config/www/.env
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z ${AUTH+x} ]; then
|
||||||
|
echo "AUTH variable not set. Disabling authentication"
|
||||||
|
php /config/www/artisan speedtest:auth --disable
|
||||||
|
else
|
||||||
|
if [ $AUTH == 'true' ]; then
|
||||||
|
echo "AUTH variable set. Enabling authentication"
|
||||||
|
php /config/www/artisan speedtest:auth --enable
|
||||||
|
else
|
||||||
|
echo "AUTH variable set, but not to 'true'. Disabling authentication"
|
||||||
|
php /config/www/artisan speedtest:auth --disable
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "Clearing old jobs from queue"
|
||||||
|
php /config/www/artisan queue:clear
|
||||||
|
|
||||||
|
mkdir -p /config/log/speedtest
|
||||||
|
|
||||||
|
cp /defaults/crontab /etc/crontabs/root
|
||||||
|
|
||||||
|
chown -R abc:abc /config
|
||||||
|
chmod +x /config/www/app/Bin/speedtest
|
||||||
|
chmod -R 777 /config/www/storage/clockwork
|
||||||
439
docker/conf/etc/php7/php-fpm.d/www.conf
Normal file
439
docker/conf/etc/php7/php-fpm.d/www.conf
Normal file
@@ -0,0 +1,439 @@
|
|||||||
|
; Start a new pool named 'www'.
|
||||||
|
; the variable $pool can be used in any directive and will be replaced by the
|
||||||
|
; pool name ('www' here)
|
||||||
|
[www]
|
||||||
|
|
||||||
|
; Per pool prefix
|
||||||
|
; It only applies on the following directives:
|
||||||
|
; - 'access.log'
|
||||||
|
; - 'slowlog'
|
||||||
|
; - 'listen' (unixsocket)
|
||||||
|
; - 'chroot'
|
||||||
|
; - 'chdir'
|
||||||
|
; - 'php_values'
|
||||||
|
; - 'php_admin_values'
|
||||||
|
; When not set, the global prefix (or /usr) applies instead.
|
||||||
|
; Note: This directive can also be relative to the global prefix.
|
||||||
|
; Default Value: none
|
||||||
|
;prefix = /path/to/pools/$pool
|
||||||
|
|
||||||
|
; Unix user/group of processes
|
||||||
|
; Note: The user is mandatory. If the group is not set, the default user's group
|
||||||
|
; will be used.
|
||||||
|
user = abc
|
||||||
|
group = abc
|
||||||
|
|
||||||
|
; The address on which to accept FastCGI requests.
|
||||||
|
; Valid syntaxes are:
|
||||||
|
; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
|
||||||
|
; a specific port;
|
||||||
|
; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
|
||||||
|
; a specific port;
|
||||||
|
; 'port' - to listen on a TCP socket to all addresses
|
||||||
|
; (IPv6 and IPv4-mapped) on a specific port;
|
||||||
|
; '/path/to/unix/socket' - to listen on a unix socket.
|
||||||
|
; Note: This value is mandatory.
|
||||||
|
listen = 127.0.0.1:9000
|
||||||
|
|
||||||
|
; Set listen(2) backlog.
|
||||||
|
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
|
||||||
|
;listen.backlog = 511
|
||||||
|
|
||||||
|
; Set permissions for unix socket, if one is used. In Linux, read/write
|
||||||
|
; permissions must be set in order to allow connections from a web server. Many
|
||||||
|
; BSD-derived systems allow connections regardless of permissions. The owner
|
||||||
|
; and group can be specified either by name or by their numeric IDs.
|
||||||
|
; Default Values: user and group are set as the running user
|
||||||
|
; mode is set to 0660
|
||||||
|
;listen.owner = nobody
|
||||||
|
;listen.group = abc
|
||||||
|
;listen.mode = 0660
|
||||||
|
; When POSIX Access Control Lists are supported you can set them using
|
||||||
|
; these options, value is a comma separated list of user/group names.
|
||||||
|
; When set, listen.owner and listen.group are ignored
|
||||||
|
;listen.acl_users =
|
||||||
|
;listen.acl_groups =
|
||||||
|
|
||||||
|
; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
|
||||||
|
; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original
|
||||||
|
; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
|
||||||
|
; must be separated by a comma. If this value is left blank, connections will be
|
||||||
|
; accepted from any ip address.
|
||||||
|
; Default Value: any
|
||||||
|
;listen.allowed_clients = 127.0.0.1
|
||||||
|
|
||||||
|
; Specify the nice(2) priority to apply to the pool processes (only if set)
|
||||||
|
; The value can vary from -19 (highest priority) to 20 (lower priority)
|
||||||
|
; Note: - It will only work if the FPM master process is launched as root
|
||||||
|
; - The pool processes will inherit the master process priority
|
||||||
|
; unless it specified otherwise
|
||||||
|
; Default Value: no set
|
||||||
|
; process.priority = -19
|
||||||
|
|
||||||
|
; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user
|
||||||
|
; or group is differrent than the master process user. It allows to create process
|
||||||
|
; core dump and ptrace the process for the pool user.
|
||||||
|
; Default Value: no
|
||||||
|
; process.dumpable = yes
|
||||||
|
|
||||||
|
; Choose how the process manager will control the number of child processes.
|
||||||
|
; Possible Values:
|
||||||
|
; static - a fixed number (pm.max_children) of child processes;
|
||||||
|
; dynamic - the number of child processes are set dynamically based on the
|
||||||
|
; following directives. With this process management, there will be
|
||||||
|
; always at least 1 children.
|
||||||
|
; pm.max_children - the maximum number of children that can
|
||||||
|
; be alive at the same time.
|
||||||
|
; pm.start_servers - the number of children created on startup.
|
||||||
|
; pm.min_spare_servers - the minimum number of children in 'idle'
|
||||||
|
; state (waiting to process). If the number
|
||||||
|
; of 'idle' processes is less than this
|
||||||
|
; number then some children will be created.
|
||||||
|
; pm.max_spare_servers - the maximum number of children in 'idle'
|
||||||
|
; state (waiting to process). If the number
|
||||||
|
; of 'idle' processes is greater than this
|
||||||
|
; number then some children will be killed.
|
||||||
|
; ondemand - no children are created at startup. Children will be forked when
|
||||||
|
; new requests will connect. The following parameter are used:
|
||||||
|
; pm.max_children - the maximum number of children that
|
||||||
|
; can be alive at the same time.
|
||||||
|
; pm.process_idle_timeout - The number of seconds after which
|
||||||
|
; an idle process will be killed.
|
||||||
|
; Note: This value is mandatory.
|
||||||
|
pm = dynamic
|
||||||
|
|
||||||
|
; The number of child processes to be created when pm is set to 'static' and the
|
||||||
|
; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
|
||||||
|
; This value sets the limit on the number of simultaneous requests that will be
|
||||||
|
; served. Equivalent to the ApacheMaxClients directive with mpm_prefork.
|
||||||
|
; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP
|
||||||
|
; CGI. The below defaults are based on a server without much resources. Don't
|
||||||
|
; forget to tweak pm.* to fit your needs.
|
||||||
|
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
|
||||||
|
; Note: This value is mandatory.
|
||||||
|
pm.max_children = 5
|
||||||
|
|
||||||
|
; The number of child processes created on startup.
|
||||||
|
; Note: Used only when pm is set to 'dynamic'
|
||||||
|
; Default Value: (min_spare_servers + max_spare_servers) / 2
|
||||||
|
pm.start_servers = 2
|
||||||
|
|
||||||
|
; The desired minimum number of idle server processes.
|
||||||
|
; Note: Used only when pm is set to 'dynamic'
|
||||||
|
; Note: Mandatory when pm is set to 'dynamic'
|
||||||
|
pm.min_spare_servers = 1
|
||||||
|
|
||||||
|
; The desired maximum number of idle server processes.
|
||||||
|
; Note: Used only when pm is set to 'dynamic'
|
||||||
|
; Note: Mandatory when pm is set to 'dynamic'
|
||||||
|
pm.max_spare_servers = 3
|
||||||
|
|
||||||
|
; The number of seconds after which an idle process will be killed.
|
||||||
|
; Note: Used only when pm is set to 'ondemand'
|
||||||
|
; Default Value: 10s
|
||||||
|
;pm.process_idle_timeout = 10s;
|
||||||
|
|
||||||
|
; The number of requests each child process should execute before respawning.
|
||||||
|
; This can be useful to work around memory leaks in 3rd party libraries. For
|
||||||
|
; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
|
||||||
|
; Default Value: 0
|
||||||
|
;pm.max_requests = 500
|
||||||
|
|
||||||
|
; The URI to view the FPM status page. If this value is not set, no URI will be
|
||||||
|
; recognized as a status page. It shows the following informations:
|
||||||
|
; pool - the name of the pool;
|
||||||
|
; process manager - static, dynamic or ondemand;
|
||||||
|
; start time - the date and time FPM has started;
|
||||||
|
; start since - number of seconds since FPM has started;
|
||||||
|
; accepted conn - the number of request accepted by the pool;
|
||||||
|
; listen queue - the number of request in the queue of pending
|
||||||
|
; connections (see backlog in listen(2));
|
||||||
|
; max listen queue - the maximum number of requests in the queue
|
||||||
|
; of pending connections since FPM has started;
|
||||||
|
; listen queue len - the size of the socket queue of pending connections;
|
||||||
|
; idle processes - the number of idle processes;
|
||||||
|
; active processes - the number of active processes;
|
||||||
|
; total processes - the number of idle + active processes;
|
||||||
|
; max active processes - the maximum number of active processes since FPM
|
||||||
|
; has started;
|
||||||
|
; max children reached - number of times, the process limit has been reached,
|
||||||
|
; when pm tries to start more children (works only for
|
||||||
|
; pm 'dynamic' and 'ondemand');
|
||||||
|
; Value are updated in real time.
|
||||||
|
; Example output:
|
||||||
|
; pool: www
|
||||||
|
; process manager: static
|
||||||
|
; start time: 01/Jul/2011:17:53:49 +0200
|
||||||
|
; start since: 62636
|
||||||
|
; accepted conn: 190460
|
||||||
|
; listen queue: 0
|
||||||
|
; max listen queue: 1
|
||||||
|
; listen queue len: 42
|
||||||
|
; idle processes: 4
|
||||||
|
; active processes: 11
|
||||||
|
; total processes: 15
|
||||||
|
; max active processes: 12
|
||||||
|
; max children reached: 0
|
||||||
|
;
|
||||||
|
; By default the status page output is formatted as text/plain. Passing either
|
||||||
|
; 'html', 'xml' or 'json' in the query string will return the corresponding
|
||||||
|
; output syntax. Example:
|
||||||
|
; http://www.foo.bar/status
|
||||||
|
; http://www.foo.bar/status?json
|
||||||
|
; http://www.foo.bar/status?html
|
||||||
|
; http://www.foo.bar/status?xml
|
||||||
|
;
|
||||||
|
; By default the status page only outputs short status. Passing 'full' in the
|
||||||
|
; query string will also return status for each pool process.
|
||||||
|
; Example:
|
||||||
|
; http://www.foo.bar/status?full
|
||||||
|
; http://www.foo.bar/status?json&full
|
||||||
|
; http://www.foo.bar/status?html&full
|
||||||
|
; http://www.foo.bar/status?xml&full
|
||||||
|
; The Full status returns for each process:
|
||||||
|
; pid - the PID of the process;
|
||||||
|
; state - the state of the process (Idle, Running, ...);
|
||||||
|
; start time - the date and time the process has started;
|
||||||
|
; start since - the number of seconds since the process has started;
|
||||||
|
; requests - the number of requests the process has served;
|
||||||
|
; request duration - the duration in µs of the requests;
|
||||||
|
; request method - the request method (GET, POST, ...);
|
||||||
|
; request URI - the request URI with the query string;
|
||||||
|
; content length - the content length of the request (only with POST);
|
||||||
|
; user - the user (PHP_AUTH_USER) (or '-' if not set);
|
||||||
|
; script - the main script called (or '-' if not set);
|
||||||
|
; last request cpu - the %cpu the last request consumed
|
||||||
|
; it's always 0 if the process is not in Idle state
|
||||||
|
; because CPU calculation is done when the request
|
||||||
|
; processing has terminated;
|
||||||
|
; last request memory - the max amount of memory the last request consumed
|
||||||
|
; it's always 0 if the process is not in Idle state
|
||||||
|
; because memory calculation is done when the request
|
||||||
|
; processing has terminated;
|
||||||
|
; If the process is in Idle state, then informations are related to the
|
||||||
|
; last request the process has served. Otherwise informations are related to
|
||||||
|
; the current request being served.
|
||||||
|
; Example output:
|
||||||
|
; ************************
|
||||||
|
; pid: 31330
|
||||||
|
; state: Running
|
||||||
|
; start time: 01/Jul/2011:17:53:49 +0200
|
||||||
|
; start since: 63087
|
||||||
|
; requests: 12808
|
||||||
|
; request duration: 1250261
|
||||||
|
; request method: GET
|
||||||
|
; request URI: /test_mem.php?N=10000
|
||||||
|
; content length: 0
|
||||||
|
; user: -
|
||||||
|
; script: /home/fat/web/docs/php/test_mem.php
|
||||||
|
; last request cpu: 0.00
|
||||||
|
; last request memory: 0
|
||||||
|
;
|
||||||
|
; Note: There is a real-time FPM status monitoring sample web page available
|
||||||
|
; It's available in: /usr/share/php7/fpm/status.html
|
||||||
|
;
|
||||||
|
; Note: The value must start with a leading slash (/). The value can be
|
||||||
|
; anything, but it may not be a good idea to use the .php extension or it
|
||||||
|
; may conflict with a real PHP file.
|
||||||
|
; Default Value: not set
|
||||||
|
;pm.status_path = /status
|
||||||
|
|
||||||
|
; The ping URI to call the monitoring page of FPM. If this value is not set, no
|
||||||
|
; URI will be recognized as a ping page. This could be used to test from outside
|
||||||
|
; that FPM is alive and responding, or to
|
||||||
|
; - create a graph of FPM availability (rrd or such);
|
||||||
|
; - remove a server from a group if it is not responding (load balancing);
|
||||||
|
; - trigger alerts for the operating team (24/7).
|
||||||
|
; Note: The value must start with a leading slash (/). The value can be
|
||||||
|
; anything, but it may not be a good idea to use the .php extension or it
|
||||||
|
; may conflict with a real PHP file.
|
||||||
|
; Default Value: not set
|
||||||
|
;ping.path = /ping
|
||||||
|
|
||||||
|
; This directive may be used to customize the response of a ping request. The
|
||||||
|
; response is formatted as text/plain with a 200 response code.
|
||||||
|
; Default Value: pong
|
||||||
|
;ping.response = pong
|
||||||
|
|
||||||
|
; The access log file
|
||||||
|
; Default: not set
|
||||||
|
;access.log = log/php7/$pool.access.log
|
||||||
|
|
||||||
|
; The access log format.
|
||||||
|
; The following syntax is allowed
|
||||||
|
; %%: the '%' character
|
||||||
|
; %C: %CPU used by the request
|
||||||
|
; it can accept the following format:
|
||||||
|
; - %{user}C for user CPU only
|
||||||
|
; - %{system}C for system CPU only
|
||||||
|
; - %{total}C for user + system CPU (default)
|
||||||
|
; %d: time taken to serve the request
|
||||||
|
; it can accept the following format:
|
||||||
|
; - %{seconds}d (default)
|
||||||
|
; - %{miliseconds}d
|
||||||
|
; - %{mili}d
|
||||||
|
; - %{microseconds}d
|
||||||
|
; - %{micro}d
|
||||||
|
; %e: an environment variable (same as $_ENV or $_SERVER)
|
||||||
|
; it must be associated with embraces to specify the name of the env
|
||||||
|
; variable. Some exemples:
|
||||||
|
; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e
|
||||||
|
; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e
|
||||||
|
; %f: script filename
|
||||||
|
; %l: content-length of the request (for POST request only)
|
||||||
|
; %m: request method
|
||||||
|
; %M: peak of memory allocated by PHP
|
||||||
|
; it can accept the following format:
|
||||||
|
; - %{bytes}M (default)
|
||||||
|
; - %{kilobytes}M
|
||||||
|
; - %{kilo}M
|
||||||
|
; - %{megabytes}M
|
||||||
|
; - %{mega}M
|
||||||
|
; %n: pool name
|
||||||
|
; %o: output header
|
||||||
|
; it must be associated with embraces to specify the name of the header:
|
||||||
|
; - %{Content-Type}o
|
||||||
|
; - %{X-Powered-By}o
|
||||||
|
; - %{Transfert-Encoding}o
|
||||||
|
; - ....
|
||||||
|
; %p: PID of the child that serviced the request
|
||||||
|
; %P: PID of the parent of the child that serviced the request
|
||||||
|
; %q: the query string
|
||||||
|
; %Q: the '?' character if query string exists
|
||||||
|
; %r: the request URI (without the query string, see %q and %Q)
|
||||||
|
; %R: remote IP address
|
||||||
|
; %s: status (response code)
|
||||||
|
; %t: server time the request was received
|
||||||
|
; it can accept a strftime(3) format:
|
||||||
|
; %d/%b/%Y:%H:%M:%S %z (default)
|
||||||
|
; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
|
||||||
|
; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
|
||||||
|
; %T: time the log has been written (the request has finished)
|
||||||
|
; it can accept a strftime(3) format:
|
||||||
|
; %d/%b/%Y:%H:%M:%S %z (default)
|
||||||
|
; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
|
||||||
|
; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
|
||||||
|
; %u: remote user
|
||||||
|
;
|
||||||
|
; Default: "%R - %u %t \"%m %r\" %s"
|
||||||
|
;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
|
||||||
|
|
||||||
|
; The log file for slow requests
|
||||||
|
; Default Value: not set
|
||||||
|
; Note: slowlog is mandatory if request_slowlog_timeout is set
|
||||||
|
;slowlog = log/php7/$pool.slow.log
|
||||||
|
|
||||||
|
; The timeout for serving a single request after which a PHP backtrace will be
|
||||||
|
; dumped to the 'slowlog' file. A value of '0s' means 'off'.
|
||||||
|
; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
|
||||||
|
; Default Value: 0
|
||||||
|
;request_slowlog_timeout = 0
|
||||||
|
|
||||||
|
; Depth of slow log stack trace.
|
||||||
|
; Default Value: 20
|
||||||
|
;request_slowlog_trace_depth = 20
|
||||||
|
|
||||||
|
; The timeout for serving a single request after which the worker process will
|
||||||
|
; be killed. This option should be used when the 'max_execution_time' ini option
|
||||||
|
; does not stop script execution for some reason. A value of '0' means 'off'.
|
||||||
|
; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
|
||||||
|
; Default Value: 0
|
||||||
|
;request_terminate_timeout = 0
|
||||||
|
|
||||||
|
; The timeout set by 'request_terminate_timeout' ini option is not engaged after
|
||||||
|
; application calls 'fastcgi_finish_request' or when application has finished and
|
||||||
|
; shutdown functions are being called (registered via register_shutdown_function).
|
||||||
|
; This option will enable timeout limit to be applied unconditionally
|
||||||
|
; even in such cases.
|
||||||
|
; Default Value: no
|
||||||
|
;request_terminate_timeout_track_finished = no
|
||||||
|
|
||||||
|
; Set open file descriptor rlimit.
|
||||||
|
; Default Value: system defined value
|
||||||
|
;rlimit_files = 1024
|
||||||
|
|
||||||
|
; Set max core size rlimit.
|
||||||
|
; Possible Values: 'unlimited' or an integer greater or equal to 0
|
||||||
|
; Default Value: system defined value
|
||||||
|
;rlimit_core = 0
|
||||||
|
|
||||||
|
; Chroot to this directory at the start. This value must be defined as an
|
||||||
|
; absolute path. When this value is not set, chroot is not used.
|
||||||
|
; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
|
||||||
|
; of its subdirectories. If the pool prefix is not set, the global prefix
|
||||||
|
; will be used instead.
|
||||||
|
; Note: chrooting is a great security feature and should be used whenever
|
||||||
|
; possible. However, all PHP paths will be relative to the chroot
|
||||||
|
; (error_log, sessions.save_path, ...).
|
||||||
|
; Default Value: not set
|
||||||
|
;chroot =
|
||||||
|
|
||||||
|
; Chdir to this directory at the start.
|
||||||
|
; Note: relative path can be used.
|
||||||
|
; Default Value: current directory or / when chroot
|
||||||
|
;chdir = /var/www
|
||||||
|
|
||||||
|
; Redirect worker stdout and stderr into main error log. If not set, stdout and
|
||||||
|
; stderr will be redirected to /dev/null according to FastCGI specs.
|
||||||
|
; Note: on highloaded environement, this can cause some delay in the page
|
||||||
|
; process time (several ms).
|
||||||
|
; Default Value: no
|
||||||
|
;catch_workers_output = yes
|
||||||
|
|
||||||
|
; Decorate worker output with prefix and suffix containing information about
|
||||||
|
; the child that writes to the log and if stdout or stderr is used as well as
|
||||||
|
; log level and time. This options is used only if catch_workers_output is yes.
|
||||||
|
; Settings to "no" will output data as written to the stdout or stderr.
|
||||||
|
; Default value: yes
|
||||||
|
;decorate_workers_output = no
|
||||||
|
|
||||||
|
; Clear environment in FPM workers
|
||||||
|
; Prevents arbitrary environment variables from reaching FPM worker processes
|
||||||
|
; by clearing the environment in workers before env vars specified in this
|
||||||
|
; pool configuration are added.
|
||||||
|
; Setting to "no" will make all environment variables available to PHP code
|
||||||
|
; via getenv(), $_ENV and $_SERVER.
|
||||||
|
; Default Value: yes
|
||||||
|
clear_env = no
|
||||||
|
|
||||||
|
; Limits the extensions of the main script FPM will allow to parse. This can
|
||||||
|
; prevent configuration mistakes on the web server side. You should only limit
|
||||||
|
; FPM to .php extensions to prevent malicious users to use other extensions to
|
||||||
|
; execute php code.
|
||||||
|
; Note: set an empty value to allow all extensions.
|
||||||
|
; Default Value: .php
|
||||||
|
;security.limit_extensions = .php .php3 .php4 .php5 .php7
|
||||||
|
|
||||||
|
; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
|
||||||
|
; the current environment.
|
||||||
|
; Default Value: clean env
|
||||||
|
;env[HOSTNAME] = $HOSTNAME
|
||||||
|
;env[PATH] = /usr/local/bin:/usr/bin:/bin
|
||||||
|
;env[TMP] = /tmp
|
||||||
|
;env[TMPDIR] = /tmp
|
||||||
|
;env[TEMP] = /tmp
|
||||||
|
|
||||||
|
; Additional php.ini defines, specific to this pool of workers. These settings
|
||||||
|
; overwrite the values previously defined in the php.ini. The directives are the
|
||||||
|
; same as the PHP SAPI:
|
||||||
|
; php_value/php_flag - you can set classic ini defines which can
|
||||||
|
; be overwritten from PHP call 'ini_set'.
|
||||||
|
; php_admin_value/php_admin_flag - these directives won't be overwritten by
|
||||||
|
; PHP call 'ini_set'
|
||||||
|
; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
|
||||||
|
|
||||||
|
; Defining 'extension' will load the corresponding shared extension from
|
||||||
|
; extension_dir. Defining 'disable_functions' or 'disable_classes' will not
|
||||||
|
; overwrite previously defined php.ini values, but will append the new value
|
||||||
|
; instead.
|
||||||
|
|
||||||
|
; Note: path INI options can be relative and will be expanded with the prefix
|
||||||
|
; (pool, global or /usr)
|
||||||
|
|
||||||
|
; Default Value: nothing is defined by default except the values in php.ini and
|
||||||
|
; specified at startup with the -d argument
|
||||||
|
;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
||||||
|
;php_flag[display_errors] = off
|
||||||
|
;php_admin_value[error_log] = /var/log/php7/$pool.error.log
|
||||||
|
;php_admin_flag[log_errors] = on
|
||||||
|
;php_admin_value[memory_limit] = 32M
|
||||||
3
docker/conf/etc/services.d/speedtest/run
Normal file
3
docker/conf/etc/services.d/speedtest/run
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
|
exec s6-setuidgid abc php /config/www/artisan queue:work --timeout=120 >> /config/log/speedtest/queue.log
|
||||||
10940
public/css/app.css
vendored
10940
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
150069
public/js/app.js
vendored
150069
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -6,14 +6,14 @@ object-assign
|
|||||||
|
|
||||||
/* @license
|
/* @license
|
||||||
Papa Parse
|
Papa Parse
|
||||||
v5.2.0
|
v5.3.0
|
||||||
https://github.com/mholt/PapaParse
|
https://github.com/mholt/PapaParse
|
||||||
License: MIT
|
License: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v4.5.3 (https://getbootstrap.com/)
|
* Bootstrap v4.6.0 (https://getbootstrap.com/)
|
||||||
* Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -72,7 +72,7 @@ License: MIT
|
|||||||
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @license React v0.19.1
|
/** @license React v0.20.1
|
||||||
* scheduler.production.min.js
|
* scheduler.production.min.js
|
||||||
*
|
*
|
||||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
@@ -90,7 +90,7 @@ License: MIT
|
|||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @license React v16.14.0
|
/** @license React v17.0.1
|
||||||
* react-dom.production.min.js
|
* react-dom.production.min.js
|
||||||
*
|
*
|
||||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
@@ -99,7 +99,7 @@ License: MIT
|
|||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @license React v16.14.0
|
/** @license React v17.0.1
|
||||||
* react.production.min.js
|
* react.production.min.js
|
||||||
*
|
*
|
||||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
|||||||
25
resources/js/components/Graphics/TableRow.js
vendored
25
resources/js/components/Graphics/TableRow.js
vendored
@@ -28,7 +28,7 @@ export default class TableRow extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
delete = (id) => {
|
delete = (id) => {
|
||||||
var url = 'api/speedtest/delete/' + id;
|
var url = 'api/speedtest/delete/' + id + '?token=' + window.token;
|
||||||
|
|
||||||
Axios.delete(url)
|
Axios.delete(url)
|
||||||
.then((resp) => {
|
.then((resp) => {
|
||||||
@@ -134,12 +134,23 @@ export default class TableRow extends Component {
|
|||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<tr>
|
<tr>
|
||||||
<td>{e.id}</td>
|
{fields.visible.map((e, i) => {
|
||||||
<td>{new Date(e.created_at).toLocaleString()}</td>
|
console.log(e);
|
||||||
<td><span className="ti-close text-danger"></span></td>
|
if(e.name === 'created_at') {
|
||||||
<td><span className="ti-close text-danger"></span></td>
|
return <td key={i}>{new Date(e.value).toLocaleString()}</td>
|
||||||
<td><span className="ti-close text-danger"></span></td>
|
} else if (e.name === 'id') {
|
||||||
<td><Button variant="danger" onClick={() => { this.delete(e.id) }}>Delete</Button></td>
|
return <td key={i}>{e.value}</td>
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<td key={i}><span className="ti-close text-danger"></span></td>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
{(window.config.auth && window.authenticated) || !window.config.auth ?
|
||||||
|
<td><Button variant="danger" onClick={() => { this.delete(e.id) }}>Delete</Button></td>
|
||||||
|
:
|
||||||
|
<td></td>
|
||||||
|
}
|
||||||
</tr>
|
</tr>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
3
resources/js/components/Home/HomePage.js
vendored
3
resources/js/components/Home/HomePage.js
vendored
@@ -38,10 +38,9 @@ export default class HomePage extends Component {
|
|||||||
|
|
||||||
updateDays = (days) => {
|
updateDays = (days) => {
|
||||||
this.setState({ days: days });
|
this.setState({ days: days });
|
||||||
this.getData();
|
this.setState({ days: days }, () => { this.getData() });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
getData = () => {
|
getData = () => {
|
||||||
axios.get('api/speedtest/home/' + this.state.days)
|
axios.get('api/speedtest/home/' + this.state.days)
|
||||||
.then((resp) => {
|
.then((resp) => {
|
||||||
|
|||||||
@@ -259,7 +259,35 @@ export default class SettingsIndex extends Component {
|
|||||||
classes: 'mr-2'
|
classes: 'mr-2'
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
],
|
||||||
|
influxdb: [
|
||||||
|
{
|
||||||
|
obj: data.influx_db_enabled,
|
||||||
|
type: 'checkbox'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
obj: data.influx_db_host,
|
||||||
|
type: 'text'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
obj: data.influx_db_port,
|
||||||
|
type: 'number'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
obj: data.influx_db_database,
|
||||||
|
type: 'text'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
obj: data.influx_db_username,
|
||||||
|
type: 'text',
|
||||||
|
autoComplete: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
obj: data.influx_db_password,
|
||||||
|
type: 'password',
|
||||||
|
autoComplete: false,
|
||||||
|
}
|
||||||
|
],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ export default class SettingsInput extends Component {
|
|||||||
inline: this.props.inline ? 'd-inline-block' : 'd-block',
|
inline: this.props.inline ? 'd-inline-block' : 'd-block',
|
||||||
btnType: this.props.btnType,
|
btnType: this.props.btnType,
|
||||||
earlyReturn: this.props.earlyReturn ? true : false,
|
earlyReturn: this.props.earlyReturn ? true : false,
|
||||||
|
autoComplete: String(this.props.autoComplete ? true : Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 7)),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -72,7 +73,8 @@ export default class SettingsInput extends Component {
|
|||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
min={this.state.min}
|
min={this.state.min}
|
||||||
max={this.state.max}
|
max={this.state.max}
|
||||||
onInput={this.handleInput} />
|
onInput={this.handleInput}
|
||||||
|
autoComplete={this.state.autoComplete} />
|
||||||
}
|
}
|
||||||
|
|
||||||
generateSelectInput(disabled) {
|
generateSelectInput(disabled) {
|
||||||
@@ -109,7 +111,18 @@ export default class SettingsInput extends Component {
|
|||||||
type={this.state.type}
|
type={this.state.type}
|
||||||
defaultValue={this.state.value}
|
defaultValue={this.state.value}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
onInput={this.handleInput} />
|
onInput={this.handleInput}
|
||||||
|
autoComplete={this.state.autoComplete} />
|
||||||
|
}
|
||||||
|
|
||||||
|
generatePasswordInput(disabled) {
|
||||||
|
return <Form.Control
|
||||||
|
name={this.state.name}
|
||||||
|
type={this.state.type}
|
||||||
|
defaultValue={this.state.value}
|
||||||
|
disabled={disabled}
|
||||||
|
onInput={this.handleInput}
|
||||||
|
autoComplete={this.state.autoComplete} />
|
||||||
}
|
}
|
||||||
|
|
||||||
generateButtonGetInput() {
|
generateButtonGetInput() {
|
||||||
@@ -146,6 +159,10 @@ export default class SettingsInput extends Component {
|
|||||||
input = this.generateTextInput(disabled);
|
input = this.generateTextInput(disabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(this.state.type === 'password') {
|
||||||
|
input = this.generatePasswordInput(disabled);
|
||||||
|
}
|
||||||
|
|
||||||
if(this.state.type === 'btn-get') {
|
if(this.state.type === 'btn-get') {
|
||||||
input = this.generateButtonGetInput();
|
input = this.generateButtonGetInput();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ import HealthchecksSettings from './tabs/HealthchecksSettings';
|
|||||||
import NotificationsSettings from './tabs/NotificationsSettings';
|
import NotificationsSettings from './tabs/NotificationsSettings';
|
||||||
import Authentication from '../Authentication/Authentication';
|
import Authentication from '../Authentication/Authentication';
|
||||||
import TableSettings from './tabs/TableSettings';
|
import TableSettings from './tabs/TableSettings';
|
||||||
|
import InfluxDBSettings from './tabs/InfluxDBSettings';
|
||||||
|
|
||||||
export default class SettingsTabs extends Component {
|
export default class SettingsTabs extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
@@ -30,6 +31,7 @@ export default class SettingsTabs extends Component {
|
|||||||
'Tables',
|
'Tables',
|
||||||
'Notifications',
|
'Notifications',
|
||||||
'healthchecks.io',
|
'healthchecks.io',
|
||||||
|
'InfluxDB',
|
||||||
'Reset',
|
'Reset',
|
||||||
'Backup/Restore',
|
'Backup/Restore',
|
||||||
];
|
];
|
||||||
@@ -105,6 +107,7 @@ export default class SettingsTabs extends Component {
|
|||||||
url={setting.url}
|
url={setting.url}
|
||||||
earlyReturn={setting.earlyReturn ? true : false}
|
earlyReturn={setting.earlyReturn ? true : false}
|
||||||
classes={setting.classes ? setting.classes : ''}
|
classes={setting.classes ? setting.classes : ''}
|
||||||
|
autoComplete={setting.autoComplete ? true : false}
|
||||||
/>
|
/>
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -138,6 +141,11 @@ export default class SettingsTabs extends Component {
|
|||||||
data={data.healthchecks}
|
data={data.healthchecks}
|
||||||
generateInputs={this.generateInputs}
|
generateInputs={this.generateInputs}
|
||||||
save={this.save} />
|
save={this.save} />
|
||||||
|
case 'InfluxDB':
|
||||||
|
return <InfluxDBSettings
|
||||||
|
data={data.influxdb}
|
||||||
|
generateInputs={this.generateInputs}
|
||||||
|
save={this.save} />
|
||||||
case 'Reset':
|
case 'Reset':
|
||||||
return <ResetSettings
|
return <ResetSettings
|
||||||
data={data.healthchecks}
|
data={data.healthchecks}
|
||||||
|
|||||||
50
resources/js/components/Settings/tabs/InfluxDBSettings.js
vendored
Normal file
50
resources/js/components/Settings/tabs/InfluxDBSettings.js
vendored
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
import React, { Component } from 'react';
|
||||||
|
import ReactDOM from 'react-dom';
|
||||||
|
import { Modal, Button, Tab } from 'react-bootstrap';
|
||||||
|
import Axios from 'axios';
|
||||||
|
|
||||||
|
export default class InfluxDBSettings extends Component {
|
||||||
|
constructor(props) {
|
||||||
|
super(props)
|
||||||
|
|
||||||
|
this.state = {
|
||||||
|
data: this.props.data,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
inputHandler = (name, val) => {
|
||||||
|
var settings = this.state.data;
|
||||||
|
var i = 0;
|
||||||
|
settings.forEach(ele => {
|
||||||
|
if(ele.obj.name == name) {
|
||||||
|
ele.obj.value = val;
|
||||||
|
}
|
||||||
|
settings[i] = ele;
|
||||||
|
i++;
|
||||||
|
});
|
||||||
|
this.setState({
|
||||||
|
data: settings
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
render() {
|
||||||
|
var settings = this.props.generateInputs(this.state.data, this.inputHandler);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<Tab.Content>
|
||||||
|
<form onSubmit={(e) => { e.preventDefault() }} autoComplete="off">
|
||||||
|
<input type="text" autoComplete="username" style={{ display: 'none' }} />
|
||||||
|
<input type="password" name="password" autoComplete="passoword" style={{ display: 'none' }} />
|
||||||
|
{settings}
|
||||||
|
</form>
|
||||||
|
<div className="mt-3">
|
||||||
|
<button className="btn btn-primary" onClick={() => { this.props.save(this.state.data, 'healthchecks.io') }}>Save</button>
|
||||||
|
</div>
|
||||||
|
</Tab.Content>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (document.getElementById('InfluxDBSettings')) {
|
||||||
|
ReactDOM.render(<InfluxDBSettings />, document.getElementById('InfluxDBSettings'));
|
||||||
|
}
|
||||||
@@ -7,7 +7,7 @@ use App\Http\Controllers\HomepageDataController;
|
|||||||
use App\Http\Controllers\SettingsController;
|
use App\Http\Controllers\SettingsController;
|
||||||
use App\Http\Controllers\SpeedtestController;
|
use App\Http\Controllers\SpeedtestController;
|
||||||
use App\Http\Controllers\UpdateController;
|
use App\Http\Controllers\UpdateController;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use Illuminate\Support\Facades\Route;
|
use Illuminate\Support\Facades\Route;
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Tests\Feature;
|
namespace Tests\Feature;
|
||||||
|
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Faker\Factory;
|
use Faker\Factory;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Illuminate\Foundation\Testing\WithFaker;
|
use Illuminate\Foundation\Testing\WithFaker;
|
||||||
|
|||||||
@@ -3,14 +3,28 @@
|
|||||||
namespace Tests\Feature;
|
namespace Tests\Feature;
|
||||||
|
|
||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
|
use App\Interfaces\SpeedtestProvider;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Illuminate\Foundation\Testing\WithFaker;
|
use Illuminate\Foundation\Testing\WithFaker;
|
||||||
|
use Tests\Mocks\OoklaTesterMocker;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class SpeedtestTest extends TestCase
|
class SpeedtestTest extends TestCase
|
||||||
{
|
{
|
||||||
use RefreshDatabase;
|
use RefreshDatabase;
|
||||||
|
|
||||||
|
public function setUp(): void
|
||||||
|
{
|
||||||
|
parent::setUp();
|
||||||
|
|
||||||
|
$this->app->singleton(
|
||||||
|
SpeedtestProvider::class,
|
||||||
|
function () {
|
||||||
|
return new OoklaTesterMocker();
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Runs a speedtest
|
* Runs a speedtest
|
||||||
*
|
*
|
||||||
|
|||||||
26
tests/Feature/Utils/InfluxDB/InfluxDBWrapperWrapperTest.php
Normal file
26
tests/Feature/Utils/InfluxDB/InfluxDBWrapperWrapperTest.php
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Tests\Feature\Utils\InfluxDB;
|
||||||
|
|
||||||
|
use App\Exceptions\InfluxDBNotEnabledException;
|
||||||
|
use App\Utils\InfluxDB\InfluxDB;
|
||||||
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
|
use Illuminate\Foundation\Testing\WithFaker;
|
||||||
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
class InfluxDBWrapperWrapperTest extends TestCase
|
||||||
|
{
|
||||||
|
use RefreshDatabase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Test it throws the right exception.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function test_it_throws_excetpion_when_it_is_disabled()
|
||||||
|
{
|
||||||
|
$this->expectException(InfluxDBNotEnabledException::class);
|
||||||
|
|
||||||
|
InfluxDB::connect();
|
||||||
|
}
|
||||||
|
}
|
||||||
59
tests/Mocks/OoklaTesterMocker.php
Normal file
59
tests/Mocks/OoklaTesterMocker.php
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Tests\Mocks;
|
||||||
|
|
||||||
|
use App\Exceptions\SpeedtestFailureException;
|
||||||
|
use App\Interfaces\SpeedtestProvider;
|
||||||
|
use App\Models\Speedtest;
|
||||||
|
use Exception;
|
||||||
|
|
||||||
|
class OoklaTesterMocker implements SpeedtestProvider
|
||||||
|
{
|
||||||
|
private bool $passes;
|
||||||
|
|
||||||
|
public function __construct(bool $passes = true)
|
||||||
|
{
|
||||||
|
$this->passes = $passes;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function run($output = null): Speedtest
|
||||||
|
{
|
||||||
|
$output = $output ?? $this->output();
|
||||||
|
|
||||||
|
try {
|
||||||
|
$output = json_decode($output, true, 512, JSON_THROW_ON_ERROR);
|
||||||
|
} catch (Exception $e) {
|
||||||
|
throw new SpeedtestFailureException();
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->passes
|
||||||
|
? Speedtest::factory()->create()
|
||||||
|
: Speedtest::factory()->create([
|
||||||
|
'download' => 0,
|
||||||
|
'upload' => 0,
|
||||||
|
'ping' => 0,
|
||||||
|
'failed' => true,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function output()
|
||||||
|
{
|
||||||
|
return !$this->passes
|
||||||
|
? null
|
||||||
|
: json_encode([
|
||||||
|
'type' => 'result',
|
||||||
|
'download' => ['bandwidth' => '50'],
|
||||||
|
'upload' => ['bandwidth' => '50'],
|
||||||
|
'ping' => ['latency' => '50'],
|
||||||
|
'server' => [
|
||||||
|
'id' => '1',
|
||||||
|
'name' => 'PHPUnit',
|
||||||
|
'host' => 'phpunit',
|
||||||
|
'port' => '443',
|
||||||
|
],
|
||||||
|
'result' => [
|
||||||
|
'url' => 'some-url',
|
||||||
|
]
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace Tests\Unit\Controllers\SpeedtestController;
|
namespace Tests\Unit\Controllers\SpeedtestController;
|
||||||
|
|
||||||
use App\Http\Controllers\SpeedtestController;
|
use App\Http\Controllers\SpeedtestController;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace Tests\Unit\Controllers\SpeedtestController;
|
namespace Tests\Unit\Controllers\SpeedtestController;
|
||||||
|
|
||||||
use App\Http\Controllers\SpeedtestController;
|
use App\Http\Controllers\SpeedtestController;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use DB;
|
use DB;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Tests\Unit\Helpers\SpeedtestHelper;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ namespace Tests\Unit\Helpers\SpeedtestHelper;
|
|||||||
|
|
||||||
use App\Utils\OoklaTester;
|
use App\Utils\OoklaTester;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
use Tests\Mocks\OoklaTesterMocker;
|
||||||
|
|
||||||
class CheckOutputTest extends TestCase
|
class CheckOutputTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -12,6 +13,7 @@ class CheckOutputTest extends TestCase
|
|||||||
public function setUp(): void
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
$this->speedtestProvider = new OoklaTester();
|
$this->speedtestProvider = new OoklaTester();
|
||||||
|
$this->mocker = new OoklaTesterMocker();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace Tests\Unit\Helpers\SpeedtestHelper;
|
namespace Tests\Unit\Helpers\SpeedtestHelper;
|
||||||
|
|
||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Tests\Unit\Helpers\SpeedtestHelper;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ use App\Exceptions\SpeedtestFailureException;
|
|||||||
use App\Helpers\SpeedtestHelper;
|
use App\Helpers\SpeedtestHelper;
|
||||||
use App\Utils\OoklaTester;
|
use App\Utils\OoklaTester;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
|
use Tests\Mocks\OoklaTesterMocker;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class SpeedtestTest extends TestCase
|
class SpeedtestTest extends TestCase
|
||||||
@@ -22,17 +23,7 @@ class SpeedtestTest extends TestCase
|
|||||||
|
|
||||||
$this->speedtestProvider = new OoklaTester();
|
$this->speedtestProvider = new OoklaTester();
|
||||||
|
|
||||||
$this->output = $this->speedtestProvider->output();
|
$this->output = (new OoklaTesterMocker())->output();
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A basic unit test example.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function testOutputFunction()
|
|
||||||
{
|
|
||||||
$this->assertJson($this->output);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Tests\Unit\Listeners\SpeedtestCompleteListener;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Listeners\SpeedtestCompleteListener;
|
use App\Listeners\SpeedtestCompleteListener;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Tests\Unit\Listeners\SpeedtestCompleteListener;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Listeners\SpeedtestCompleteListener;
|
use App\Listeners\SpeedtestCompleteListener;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Tests\Unit\Listeners\SpeedtestFailedListener;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Listeners\SpeedtestFailedListener;
|
use App\Listeners\SpeedtestFailedListener;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Tests\Unit\Listeners\SpeedtestFailedListener;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Listeners\SpeedtestFailedListener;
|
use App\Listeners\SpeedtestFailedListener;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Tests\Unit\Listeners\SpeedtestOverviewListener;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Listeners\SpeedtestOverviewListener;
|
use App\Listeners\SpeedtestOverviewListener;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ namespace Tests\Unit\Listeners\SpeedtestOverviewListener;
|
|||||||
|
|
||||||
use App\Helpers\SettingsHelper;
|
use App\Helpers\SettingsHelper;
|
||||||
use App\Listeners\SpeedtestOverviewListener;
|
use App\Listeners\SpeedtestOverviewListener;
|
||||||
use App\Speedtest;
|
use App\Models\Speedtest;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|||||||
Reference in New Issue
Block a user