Skip to content

Commit

Permalink
Merge pull request #19 from mailcarrierapp/feat/filament-v3
Browse files Browse the repository at this point in the history
[2.x] Upgrade to Filament v3
  • Loading branch information
danilopolani authored Feb 5, 2024
2 parents bc29f6f + 58de6fd commit 5b46e40
Show file tree
Hide file tree
Showing 75 changed files with 834 additions and 17,395 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml,js}]
[*.{yml,yaml,js,css}]
indent_size = 2
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, intl
ini-values: realpath_cache_size=4096k
coverage: none

- name: Setup problem matchers
Expand Down
Binary file added bun.lockb
Binary file not shown.
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,34 @@
"require": {
"php": "^8.1",
"composer/semver": "^3.3.2",
"filament/filament": "^2.17.49",
"filament/filament": "^3.2",
"flowframe/laravel-trend": "^0.1.5",
"illuminate/contracts": "^10.0",
"illuminate/database": "^10.0",
"jessarcher/laravel-castable-data-transfer-object": "^2.3",
"laravel/prompts": "^0.1.15",
"laravel/sanctum": "^3.2.1",
"laravel/socialite": "^5.6.1",
"livewire/livewire": "^2.12.3",
"livewire/livewire": "^3.4",
"nunomaduro/termwind": "^1.15.1",
"ralphjsmit/laravel-filament-components": "^1.2",
"ralphjsmit/laravel-filament-components": "^2.0",
"socialiteproviders/manager": "^4.3",
"spatie/data-transfer-object": "^3.9.1",
"twig/twig": "^3.5.1"
},
"require-dev": {
"filament/upgrade": "^3.2",
"larastan/larastan": "^2.8",
"laravel/pint": "^1.7",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.5.1",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.3",
"pestphp/pest-plugin-faker": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"spatie/invade": "^1.1.1"
"spatie/invade": "^1.1.1",
"spatie/laravel-package-tools": "^1.16"
},
"autoload": {
"psr-4": {
Expand Down
11 changes: 11 additions & 0 deletions config/mailcarrier.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@
|
*/
'prunable_period' => '3 months',

/*
|--------------------------------------------------------------------------
| Table refresh time
|--------------------------------------------------------------------------
|
| The polling time to automatically refresh the logs table.
| Set it to null to disable the poll refresh.
|
*/
'table_refresh_poll' => '5s',
],

'attachments' => [
Expand Down
5 changes: 0 additions & 5 deletions dist/css/app.css

This file was deleted.

2 changes: 0 additions & 2 deletions dist/js/377.js

This file was deleted.

6 changes: 0 additions & 6 deletions dist/js/377.js.LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions dist/js/424.js

This file was deleted.

6 changes: 0 additions & 6 deletions dist/js/424.js.LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions dist/js/571.js

This file was deleted.

6 changes: 0 additions & 6 deletions dist/js/571.js.LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions dist/js/665.js

This file was deleted.

6 changes: 0 additions & 6 deletions dist/js/665.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/editor.worker.js

This file was deleted.

2 changes: 0 additions & 2 deletions dist/js/html.worker.js

This file was deleted.

6 changes: 0 additions & 6 deletions dist/js/html.worker.js.LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions dist/js/json.worker.js

This file was deleted.

6 changes: 0 additions & 6 deletions dist/js/json.worker.js.LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions dist/js/monaco.js

This file was deleted.

17 changes: 0 additions & 17 deletions dist/js/monaco.js.LICENSE.txt

This file was deleted.

4 changes: 0 additions & 4 deletions dist/mix-manifest.json

This file was deleted.

Loading

0 comments on commit 5b46e40

Please sign in to comment.