diff --git a/README.md b/README.md index 523f2bf5..4342b798 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Speedtest Tracker -[![Docker pulls](https://img.shields.io/docker/pulls/henrywhitaker3/speedtest-tracker?style=flat-square)](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/henrywhitaker3/Speedtest-Tracker/Stable?label=master&logo=github&style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/actions) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/henrywhitaker3/Speedtest-Tracker/Dev?label=dev&logo=github&style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/actions) [![last_commit](https://img.shields.io/github/last-commit/henrywhitaker3/Speedtest-Tracker?style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/commits) [![issues](https://img.shields.io/github/issues/henrywhitaker3/Speedtest-Tracker?style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/issues) [![commit_freq](https://img.shields.io/github/commit-activity/m/henrywhitaker3/Speedtest-Tracker?style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/commits) ![version](https://img.shields.io/badge/version-v1.10.4-success?style=flat-square) [![license](https://img.shields.io/github/license/henrywhitaker3/Speedtest-Tracker?style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/blob/master/LICENSE) +[![Docker pulls](https://img.shields.io/docker/pulls/henrywhitaker3/speedtest-tracker?style=flat-square)](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/henrywhitaker3/Speedtest-Tracker/Stable?label=master&logo=github&style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/actions) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/henrywhitaker3/Speedtest-Tracker/Dev?label=dev&logo=github&style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/actions) [![last_commit](https://img.shields.io/github/last-commit/henrywhitaker3/Speedtest-Tracker?style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/commits) [![issues](https://img.shields.io/github/issues/henrywhitaker3/Speedtest-Tracker?style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/issues) [![commit_freq](https://img.shields.io/github/commit-activity/m/henrywhitaker3/Speedtest-Tracker?style=flat-square)](https://github.com/henrywhitaker3/Speedtest-Tracker/commits) ![version](https://img.shields.io/badge/version-v1.11.0-success?style=flat-square) [![license](https://img.shields.io/github/license/henrywhitaker3/Speedtest-Tracker?style=flat-square)](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. diff --git a/changelog.json b/changelog.json index b48b6c6f..54e4818c 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,18 @@ { + "1.11.0": [ + { + "description": "Upgrade to Laravel 8.", + "link": "" + }, + { + "description": "Refactor loads of back-end stuff.", + "link": "" + }, + { + "description": "Refactor front-end stuff.", + "link": "" + } + ], "1.10.4": [ { "description": "Updated dependencies.", diff --git a/composer.json b/composer.json index 741ada07..8f1c9eca 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "henrywhitaker3/healthchecks-io": "^1.0", + "henrywhitaker3/laravel-actions": "^1.0", "laravel-notification-channels/telegram": "^0.5.0", "laravel/framework": "^8.0", "laravel/slack-notification-channel": "^2.0", diff --git a/composer.lock b/composer.lock index 05930e5b..bf6ff109 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2ad8d03c7090b8725a7d7f639409a8de", + "content-hash": "102adc5121f97ad3ad15009f410fb8fa", "packages": [ { "name": "asm89/stack-cors", @@ -1252,6 +1252,63 @@ }, "time": "2020-08-21T23:17:42+00:00" }, + { + "name": "henrywhitaker3/laravel-actions", + "version": "v1.0.5", + "source": { + "type": "git", + "url": "https://github.com/henrywhitaker3/laravel-actions.git", + "reference": "2a8a7c0a0be7083c0c1fcbea0ba6a57220a17939" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/henrywhitaker3/laravel-actions/zipball/2a8a7c0a0be7083c0c1fcbea0ba6a57220a17939", + "reference": "2a8a7c0a0be7083c0c1fcbea0ba6a57220a17939", + "shasum": "" + }, + "require": { + "illuminate/support": "~7|~8" + }, + "require-dev": { + "orchestra/testbench": "~5|~6", + "phpunit/phpunit": "~9.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Henrywhitaker3\\LaravelActions\\LaravelActionsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Henrywhitaker3\\LaravelActions\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Henry Whitaker", + "email": "henrywhitaker3@outlook.com", + "homepage": "https://github.com/henrywhitaker3" + } + ], + "description": "Simple actions package for Laravel", + "homepage": "https://github.com/henrywhitaker3/laravel-actions", + "keywords": [ + "LaravelActions", + "laravel" + ], + "support": { + "issues": "https://github.com/henrywhitaker3/laravel-actions/issues", + "source": "https://github.com/henrywhitaker3/laravel-actions/tree/v1.0.5" + }, + "time": "2021-02-06T09:50:49+00:00" + }, { "name": "laravel-notification-channels/telegram", "version": "0.5.1", diff --git a/config/speedtest.php b/config/speedtest.php index 87953341..18d0b0a8 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -7,7 +7,7 @@ return [ |-------------------------------------------------------------------------- */ - 'version' => '1.10.4', + 'version' => '1.11.0', /* |--------------------------------------------------------------------------