Commit graph

2851 commits

Author SHA1 Message Date
577d821709
Merge pull request #909 from jonnybarnes/develop
MTM Fix use of config variables
2023-06-11 17:01:56 +01:00
865598ec7f
Merge pull request #908 from jonnybarnes/907-header-name-missing
fix: Use correct config variables post L10-config update
2023-06-11 16:58:27 +01:00
462c710295
fix: Use correct config variables post L10-config update
Specifically the header name had disappeared.
2023-06-11 16:54:56 +01:00
66f4f856a6
Merge pull request #906 from jonnybarnes/develop
MTM Stop note IDs being too large
2023-06-11 15:22:55 +01:00
7edac37e16
Merge pull request #905 from jonnybarnes/904-specific-notes-link-causing-numeric-value-out-of-range-sql-error
refactor: Improve note ID validation and error handling
2023-06-11 14:19:28 +01:00
795c25c19c
refactor: Remove unnecessary import in Note model 2023-06-11 13:05:14 +01:00
71cb15d007
refactor: Improve note ID validation and error handling
- Improve input validation and error handling in Note model
- Add test case for out-of-range note IDs in NotesController
2023-06-11 12:52:07 +01:00
d47c8c00f3
Merge pull request #903 from jonnybarnes/match_l10_code
chore: Refactor configuration files based on Laravel 10 skeleton
2023-06-09 19:15:46 +01:00
3d336d5693
chore: Add support for composer/installers package. 2023-06-09 19:00:57 +01:00
bebbfec510
chore: Refactor configuration files based on Laravel 10 skeleton 2023-06-09 18:31:53 +01:00
73bc0b5338
Merge pull request #901 from jonnybarnes/develop
MTM Add Flare support
2023-06-09 14:15:30 +01:00
3f78d5118a
Merge pull request #900 from jonnybarnes/899-use-flare-for-errors
feat: Add Flare support
2023-06-09 14:12:11 +01:00
79b9013707
feat: Add Flare support
- Add new log channel "flare" and update "stack" channel to use it
- Introduce placeholders for log messages in several channels
- Add processors to "papertrail" and "stderr" channels
- Add `spatie/laravel-ignition` package to composer requirements
- Change `$dontReport` variable to `$dontFlash` in exception handler
- Add `FLARE_KEY` and `BRIDGY_MASTODON_TOKEN` to `.env.github` and `.env.example` files
2023-06-09 14:07:24 +01:00
4d9989b37b
Merge pull request #897 from jonnybarnes/dependabot/composer/laravel/framework-10.13.5
build(deps): Bump laravel/framework from 10.13.2 to 10.13.5
2023-06-09 13:53:44 +01:00
dependabot[bot]
019dfb2977
build(deps): Bump laravel/framework from 10.13.2 to 10.13.5
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.13.2 to 10.13.5.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.13.2...v10.13.5)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 12:50:53 +00:00
5833a55c7f
Merge pull request #898 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.5
build(deps-dev): Bump @babel/core from 7.22.1 to 7.22.5
2023-06-09 13:50:05 +01:00
dependabot[bot]
033cabffbe
build(deps-dev): Bump @babel/core from 7.22.1 to 7.22.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.1 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 12:46:24 +00:00
1f9a829980
Merge pull request #896 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.5
build(deps-dev): Bump @babel/preset-env from 7.22.4 to 7.22.5
2023-06-09 13:45:47 +01:00
dependabot[bot]
d8e2c6d2e4
build(deps-dev): Bump @babel/preset-env from 7.22.4 to 7.22.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.4 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 09:56:44 +00:00
b98becfdf5
Merge pull request #895 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.86.0 2023-06-08 21:53:35 +01:00
dependabot[bot]
9ca6bf94f5
build(deps-dev): Bump webpack from 5.85.1 to 5.86.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.85.1 to 5.86.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 12:30:21 +00:00
ab558fe339
Merge pull request #894 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.1.4 2023-06-08 13:29:37 +01:00
dependabot[bot]
9a55b56b7a
build(deps-dev): Bump webpack-cli from 5.1.3 to 5.1.4
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 10:46:31 +00:00
91cfcd5324
Merge pull request #892 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.2 2023-06-08 11:23:50 +01:00
dependabot[bot]
852eb53874
build(deps-dev): Bump mockery/mockery from 1.6.1 to 1.6.2
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.1...1.6.2)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 10:16:09 +00:00
918dab4039
Merge pull request #893 from jonnybarnes/dependabot/composer/laravel/pint-1.10.1 2023-06-08 11:15:30 +01:00
dependabot[bot]
557c7dd035
build(deps-dev): Bump laravel/pint from 1.10.0 to 1.10.1
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.10.0 to 1.10.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.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-07 09:56:37 +00:00
1bfe053be4
Merge pull request #889 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.1
build(deps-dev): Bump mockery/mockery from 1.5.1 to 1.6.1
2023-06-06 20:03:53 +01:00
dependabot[bot]
5ced88983a
build(deps-dev): Bump mockery/mockery from 1.5.1 to 1.6.1
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.1/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.5.1...1.6.1)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 18:13:32 +00:00
93307c77f2
Merge pull request #886 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.2.1
build(deps-dev): Bump phpunit/phpunit from 10.1.3 to 10.2.1
2023-06-06 19:12:50 +01:00
dependabot[bot]
e043073b9d
build(deps-dev): Bump phpunit/phpunit from 10.1.3 to 10.2.1
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.1.3 to 10.2.1.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.1/ChangeLog-10.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.1.3...10.2.1)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 18:07:51 +00:00
9697f99b51
Merge pull request #890 from jonnybarnes/dependabot/composer/laravel/framework-10.13.2
build(deps): Bump laravel/framework from 10.13.0 to 10.13.2
2023-06-06 19:06:37 +01:00
dependabot[bot]
8cc934b9d9
build(deps): Bump laravel/framework from 10.13.0 to 10.13.2
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.13.0 to 10.13.2.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.13.0...v10.13.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 16:47:20 +00:00
2c8be468c9
Merge pull request #891 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.85.1
build(deps-dev): Bump webpack from 5.85.0 to 5.85.1
2023-06-06 16:05:29 +01:00
dependabot[bot]
5b7c26e2ad
build(deps-dev): Bump webpack from 5.85.0 to 5.85.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.85.0 to 5.85.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.85.0...v5.85.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 14:16:06 +00:00
ec9aa65ad2
Merge pull request #888 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.7.0
build(deps-dev): Bump stylelint from 15.6.2 to 15.7.0
2023-06-06 15:15:25 +01:00
dependabot[bot]
0980d40c3b
build(deps-dev): Bump stylelint from 15.6.2 to 15.7.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.2 to 15.7.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.2...15.7.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 11:41:37 +00:00
cf13dbcc8e
Merge pull request #884 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.42.0
build(deps-dev): Bump eslint from 8.41.0 to 8.42.0
2023-06-06 12:40:52 +01:00
dependabot[bot]
4f075494fa
build(deps-dev): Bump eslint from 8.41.0 to 8.42.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 08:32:22 +00:00
cee300fa74
Merge pull request #882 from jonnybarnes/dependabot/npm_and_yarn/webpack-cli-5.1.3
build(deps-dev): Bump webpack-cli from 5.1.1 to 5.1.3
2023-06-06 09:31:43 +01:00
dependabot[bot]
8477c79b0a
build(deps-dev): Bump webpack-cli from 5.1.1 to 5.1.3
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.1 to 5.1.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.3)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 08:07:22 +00:00
29f9adbf46
Merge pull request #880 from jonnybarnes/dependabot/npm_and_yarn/csstools/postcss-oklab-function-2.2.3
build(deps-dev): Bump @csstools/postcss-oklab-function from 2.2.2 to 2.2.3
2023-06-06 09:05:15 +01:00
dependabot[bot]
9667baf531
build(deps-dev): Bump @csstools/postcss-oklab-function
Bumps [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) from 2.2.2 to 2.2.3.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 07:55:25 +00:00
4868017d9b
Merge pull request #879 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.85.0
build(deps-dev): Bump webpack from 5.84.1 to 5.85.0
2023-06-06 08:54:47 +01:00
dependabot[bot]
ecdf3f9ca6
build(deps-dev): Bump webpack from 5.84.1 to 5.85.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.84.1 to 5.85.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.84.1...v5.85.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 09:56:49 +00:00
cb03b20e48
Merge pull request #878 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-6.3.0
build(deps): Bump symfony/html-sanitizer from 6.2.7 to 6.3.0
2023-05-31 11:33:13 +01:00
dependabot[bot]
a3f09c40fc
build(deps): Bump symfony/html-sanitizer from 6.2.7 to 6.3.0
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.2.7 to 6.3.0.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.2.7...v6.3.0)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 10:21:58 +00:00
8d25b8e789
Merge pull request #876 from jonnybarnes/dependabot/composer/laravel/horizon-5.16.1
build(deps): Bump laravel/horizon from 5.16.0 to 5.16.1
2023-05-31 11:21:17 +01:00
dependabot[bot]
33b14f83d6
build(deps): Bump laravel/horizon from 5.16.0 to 5.16.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.16.0 to 5.16.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.16.0...v5.16.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 10:09:59 +00:00
b801c9e194
Merge pull request #877 from jonnybarnes/dependabot/composer/laravel/framework-10.13.0
build(deps): Bump laravel/framework from 10.12.0 to 10.13.0
2023-05-31 11:09:20 +01:00