Rico
a76980bfdd
Merge pull request #225 from rico-vz/dependabot/composer/laravel-pkgs-f5f4e09ba3
...
build(deps): bump the laravel-pkgs group with 3 updates
2024-06-24 13:15:42 +02:00
dependabot[bot]
bf12b5c9a8
build(deps): bump the laravel-pkgs group with 3 updates
...
Bumps the laravel-pkgs group with 3 updates: [laravel/framework](https://github.com/laravel/framework ), [laravel/pint](https://github.com/laravel/pint ) and [laravel/sail](https://github.com/laravel/sail ).
Updates `laravel/framework` from 11.10.0 to 11.11.1
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.10.0...v11.11.1 )
Updates `laravel/pint` from 1.16.0 to 1.16.1
- [Release notes](https://github.com/laravel/pint/releases )
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/laravel/pint/compare/v1.16.0...v1.16.1 )
Updates `laravel/sail` from 1.29.2 to 1.29.3
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.29.2...v1.29.3 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: laravel-pkgs
- dependency-name: laravel/pint
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-24 03:53:55 +00:00
Rico van Zelst
d14ebef138
Merge branch 'main' of https://github.com/rico-vz/HeimerdingerLoL
2024-06-22 18:56:23 +02:00
Rico van Zelst
03c93ed189
feat(Champion Model): Add 'Crimson Rush' to resource types
...
A new resource type, 'Crimson Rush', has been added to the Champion model. This extends the range of available resource types for champions in the game.
2024-06-22 18:56:19 +02:00
rico-vz
3446693787
Ignore Dusting commit in git blame
2024-06-22 16:45:31 +00:00
rico-vz
efa2a6cf54
Dusting
2024-06-22 16:45:28 +00:00
Rico van Zelst
87c0d4ca94
feat: Implement new way of fetching champ info
...
Introduced a new environment variable, MAMC_SECRET, to securely fetch champion data from an external API. This secret is now used in the ChampionSeeder, ChampionSkinSeeder and SkinChromaSeeder classes to authenticate requests. The .env.example and app configuration files have been updated accordingly.
2024-06-22 18:45:05 +02:00
rico-vz
8f97d255dc
Ignore Dusting commit in git blame
2024-06-18 12:27:14 +00:00
rico-vz
be90837cab
Dusting
2024-06-18 12:27:13 +00:00
Rico van Zelst
35b5e060ec
feat: Active Search for skins
2024-06-18 14:26:43 +02:00
rico-vz
1ba7e861ec
Ignore Dusting commit in git blame
2024-06-18 11:39:42 +00:00
rico-vz
eb60b5e778
Dusting
2024-06-18 11:39:41 +00:00
Rico van Zelst
0c2430453f
feat: Add redirect for old 'support-me' URL
...
- Added a route to redirect 'support-me' to 'donate' with status code 301.
2024-06-18 13:39:16 +02:00
Rico van Zelst
1f6035550f
updated sitemap
2024-06-18 13:34:51 +02:00
Rico van Zelst
20f08944c2
feat: Add Heimerdinger PHP CS rules for Laravel
...
- Added a new phpcs.xml.dist file with specific coding standards for Laravel development.
2024-06-18 13:09:26 +02:00
Rico van Zelst
131c7b94d6
feat(workflow): Add Duster Fix workflow
...
- Introduces a workflow to prevent triggering actions on commits
- Utilizes Duster's documentation for guidance
- Implements steps to fix and ignore Duster commits in git blame
2024-06-18 12:55:50 +02:00
Rico van Zelst
a0b37a4ab4
🧹 Duster
2024-06-18 12:55:10 +02:00
Rico
f3ded81a62
Merge pull request #219 from rico-vz/dependabot/npm_and_yarn/npm_and_yarn-5134b82be1
2024-06-18 12:46:42 +02:00
Rico
1dce2a978d
Merge pull request #221 from rico-vz/dependabot/composer/phpunit/phpunit-11.2.2
2024-06-18 12:46:05 +02:00
Rico
412020bbbe
Merge pull request #224 from rico-vz/analysis-Q39p6m
2024-06-18 12:44:54 +02:00
StyleCI Bot
e05dd6201a
Apply fixes from StyleCI
2024-06-18 10:44:33 +00:00
Rico van Zelst
5038a18397
feat: Add function to retrieve commit hash
...
- Added a new function `getCommitHash` to fetch the latest commit hash using Git log command and cache it for 3 days.
2024-06-18 12:44:24 +02:00
Rico van Zelst
68dd3dd2f8
fix: Handle null response in SaleController index method
...
- Add try-catch block to handle null response from API
- Log errors and return appropriate HTTP responses
- Update error message in 503.blade.php to show exception message if available
2024-06-18 12:31:21 +02:00
Rico van Zelst
f01703830d
feat: Change support to donate and views
...
- Changed method name from support to donate in HomeController
- Updated footer link and view references from support to donate
- Renamed support.blade.php to donate.blade.php for consistency
- Updated route endpoint from /support-me to /donate in web.php
2024-06-18 12:31:08 +02:00
Rico
2f49bb3b88
Merge pull request #222 from rico-vz/dependabot/composer/intervention/image-3.7.0
2024-06-18 01:36:25 +02:00
Rico
8b878427b8
Merge pull request #220 from rico-vz/dependabot/composer/laravel-pkgs-98e6191b8a
2024-06-18 01:35:43 +02:00
dependabot[bot]
2a3f3c2a55
build(deps): bump intervention/image from 3.6.5 to 3.7.0
...
Bumps [intervention/image](https://github.com/Intervention/image ) from 3.6.5 to 3.7.0.
- [Release notes](https://github.com/Intervention/image/releases )
- [Commits](https://github.com/Intervention/image/compare/3.6.5...3.7.0 )
---
updated-dependencies:
- dependency-name: intervention/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 03:56:18 +00:00
dependabot[bot]
3e2c1eefd1
build(deps-dev): bump phpunit/phpunit from 11.2.0 to 11.2.2
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 11.2.0 to 11.2.2.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.2/ChangeLog-11.2.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.2.0...11.2.2 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 03:56:13 +00:00
dependabot[bot]
5f1d4aab1d
build(deps-dev): bump spatie/laravel-ignition in the laravel-pkgs group
...
Bumps the laravel-pkgs group with 1 update: [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition ).
Updates `spatie/laravel-ignition` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases )
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.7.0...2.8.0 )
---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: laravel-pkgs
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 03:56:06 +00:00
dependabot[bot]
c92d5d0ae3
build(deps): bump braces in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces ).
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 22:16:21 +00:00
Rico
2fe9f16ff1
Merge pull request #218 from rico-vz/dependabot/composer/phpunit/phpunit-11.2.0
...
build(deps-dev): bump phpunit/phpunit from 11.1.3 to 11.2.0
2024-06-11 00:15:14 +02:00
dependabot[bot]
441401abed
build(deps-dev): bump phpunit/phpunit from 11.1.3 to 11.2.0
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 11.1.3 to 11.2.0.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.0/ChangeLog-11.2.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.1.3...11.2.0 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 13:22:19 +00:00
Rico
d5f18b20bf
Merge pull request #216 from rico-vz/dependabot/composer/laravel-pkgs-100e8087e1
2024-06-10 15:21:36 +02:00
dependabot[bot]
d5c38e83c7
build(deps): bump the laravel-pkgs group with 4 updates
...
Bumps the laravel-pkgs group with 4 updates: [laravel/framework](https://github.com/laravel/framework ), [laravel/octane](https://github.com/laravel/octane ), [spatie/laravel-backup](https://github.com/spatie/laravel-backup ) and [spatie/laravel-sitemap](https://github.com/spatie/laravel-sitemap ).
Updates `laravel/framework` from 11.9.2 to 11.10.0
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.9.2...v11.10.0 )
Updates `laravel/octane` from 2.3.12 to 2.4.0
- [Release notes](https://github.com/laravel/octane/releases )
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/octane/compare/v2.3.12...v2.4.0 )
Updates `spatie/laravel-backup` from 8.8.0 to 8.8.1
- [Release notes](https://github.com/spatie/laravel-backup/releases )
- [Changelog](https://github.com/spatie/laravel-backup/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-backup/compare/8.8.0...8.8.1 )
Updates `spatie/laravel-sitemap` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/spatie/laravel-sitemap/releases )
- [Changelog](https://github.com/spatie/laravel-sitemap/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-sitemap/compare/7.2.0...7.2.1 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: laravel-pkgs
- dependency-name: laravel/octane
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-backup
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-sitemap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 03:24:02 +00:00
Rico van Zelst
013b158175
fix: Update 'discord' log level to 'error'
...
- Changed the log level for 'discord' channel from 'debug' to 'error'.
2024-06-05 01:03:59 +02:00
Rico van Zelst
7a4b819641
style: update tailwind.config.js for consistency and new colors
...
- Updated darkMode and content paths to use consistent quotes.
- Added "text-violet-400" to the safelist.
- Adjusted font size and family declarations for clarity.
- Included new color variables for Twitch, YouTube, Kick, Douyu, Huya.
2024-06-03 18:56:38 +02:00
Rico van Zelst
1616891d21
style: update rarity color for 'Transcendent'
...
- Change the rarity color class for 'Transcendent' from 'text-orange-400' to 'text-violet-400'.
2024-06-03 18:54:05 +02:00
Rico van Zelst
0d2392eacc
feat: Add 'Transcendent' rarity color
...
- Added a new rarity color 'Transcendent' with corresponding text color to the ChampionSkinController.
2024-06-03 18:51:14 +02:00
Rico
ba7b221568
Merge pull request #215 from rico-vz/analysis-wO17Re
2024-06-03 17:14:50 +02:00
StyleCI Bot
1c24066b17
Apply fixes from StyleCI
2024-06-03 15:07:16 +00:00
Rico van Zelst
ac56c13765
feat: Add Discord logging support
...
- Added Discord webhook URL to .env.example
- Included 'marvinlabs/laravel-discord-logger' in composer.json
- Created config file for Discord logger settings
2024-06-03 17:07:05 +02:00
Rico
b65e7308de
Merge pull request #214 from rico-vz/dependabot/composer/laravel-pkgs-47a5fde359
2024-06-03 14:33:31 +02:00
dependabot[bot]
e2d60816d7
build(deps): bump the laravel-pkgs group with 2 updates
...
Bumps the laravel-pkgs group with 2 updates: [laravel/framework](https://github.com/laravel/framework ) and [laravel/octane](https://github.com/laravel/octane ).
Updates `laravel/framework` from 11.8.0 to 11.9.2
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.8.0...v11.9.2 )
Updates `laravel/octane` from 2.3.11 to 2.3.12
- [Release notes](https://github.com/laravel/octane/releases )
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/octane/compare/v2.3.11...v2.3.12 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: laravel-pkgs
- dependency-name: laravel/octane
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-03 03:51:57 +00:00
Rico
cc7a6c0841
Merge pull request #213 from rico-vz/dependabot/composer/league/flysystem-aws-s3-v3-3.28.0
2024-05-30 01:18:03 +02:00
Rico
833a0d7c77
Merge pull request #212 from rico-vz/dependabot/composer/laravel-pkgs-0d6c75e524
2024-05-30 01:17:48 +02:00
Rico van Zelst
030bc600c2
Add guide on changing League of Legends name and Riot ID
...
- Detailed step-by-step instructions for updating in-game names
- Explains differences between Summoner Name and Riot ID systems
2024-05-28 13:38:45 +02:00
dependabot[bot]
d4d7e61235
build(deps): bump league/flysystem-aws-s3-v3 from 3.27.0 to 3.28.0
...
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3 ) from 3.27.0 to 3.28.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.27.0...3.28.0 )
---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-27 03:34:58 +00:00
dependabot[bot]
95977e28c4
build(deps): bump the laravel-pkgs group with 5 updates
...
Bumps the laravel-pkgs group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [laravel/framework](https://github.com/laravel/framework ) | `11.7.0` | `11.8.0` |
| [laravel/octane](https://github.com/laravel/octane ) | `2.3.10` | `2.3.11` |
| [spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder ) | `6.0.0` | `6.0.1` |
| [laravel/pint](https://github.com/laravel/pint ) | `1.15.3` | `1.16.0` |
| [laravel/sail](https://github.com/laravel/sail ) | `1.29.1` | `1.29.2` |
Updates `laravel/framework` from 11.7.0 to 11.8.0
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.7.0...v11.8.0 )
Updates `laravel/octane` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/laravel/octane/releases )
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/octane/compare/v2.3.10...v2.3.11 )
Updates `spatie/laravel-query-builder` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/spatie/laravel-query-builder/releases )
- [Changelog](https://github.com/spatie/laravel-query-builder/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-query-builder/compare/6.0.0...6.0.1 )
Updates `laravel/pint` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/laravel/pint/releases )
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/laravel/pint/compare/v1.15.3...v1.16.0 )
Updates `laravel/sail` from 1.29.1 to 1.29.2
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.29.1...v1.29.2 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: laravel-pkgs
- dependency-name: laravel/octane
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-query-builder
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
- dependency-name: laravel/pint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: laravel-pkgs
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: laravel-pkgs
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-27 03:34:52 +00:00
Rico
2e15e6e610
Merge pull request #211 from rico-vz/dependabot/composer/mockery/mockery-1.6.12
2024-05-24 12:21:33 +02:00
Rico
052a6f6644
Merge pull request #210 from rico-vz/dependabot/composer/rector/rector-1.1.0
2024-05-24 12:21:19 +02:00