Constantin Graf
ab9fa93ba1
Removed parallel testing because of filament tests
2024-04-22 16:34:35 +02:00
Constantin Graf
493375601c
Added extension services
2024-04-22 16:34:35 +02:00
dependabot[bot]
bb7cb7cdd1
Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4
...
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action ) from 2.3.1 to 2.4.
- [Release notes](https://github.com/aglipanci/laravel-pint-action/releases )
- [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.3.1...2.4 )
---
updated-dependencies:
- dependency-name: aglipanci/laravel-pint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-16 17:00:20 +02:00
dependabot[bot]
3b7057496e
Bump codecov/codecov-action from 4.0.1 to 4.3.0
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.0.1 to 4.3.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.3.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-16 16:56:54 +02:00
Constantin Graf
0b564e1371
Added codecov to phpunit action
2024-04-15 22:31:45 +02:00
Constantin Graf
9cab386100
Made playwright action manual
2024-04-15 22:31:45 +02:00
Constantin Graf
726aabe724
Fixed private build
2024-04-15 16:21:30 +02:00
Constantin Graf
6e2d0739ef
Added private build
2024-04-15 16:21:30 +02:00
Constantin Graf
91128ae0b3
Added public build
2024-04-15 16:21:30 +02:00
dependabot[bot]
3a43b9cec4
Bump aglipanci/laravel-pint-action from 2.0.0 to 2.3.1
...
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action ) from 2.0.0 to 2.3.1.
- [Release notes](https://github.com/aglipanci/laravel-pint-action/releases )
- [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.0.0...2.3.1 )
---
updated-dependencies:
- dependency-name: aglipanci/laravel-pint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-15 11:02:08 +02:00
dependabot[bot]
00593eb758
Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-15 11:01:25 +02:00
Constantin Graf
df18953231
Enhanced dependabot config
2024-04-03 14:21:00 +02:00
Constantin Graf
6dc7c1ba1d
Github actions: Added missing step for ziggy; Added names to steps
2024-03-27 23:19:47 +01:00
Constantin Graf
9c90fcd031
Updated action setup-node to v4
2024-03-22 11:41:51 +01:00
Constantin Graf
dd6e9588b7
Added dependabot
2024-03-22 11:41:51 +01:00
Constantin Graf
06c7314b1f
Added parallel testing for GitHub actions
2024-03-22 11:41:51 +01:00
Gregor Vostrak
5ac5501572
add passport:keys to playwright action
2024-03-13 15:47:39 +01:00
Gregor Vostrak
1f3d1c18d2
make api endpoint url dynamic to environment
2024-03-13 15:15:21 +01:00
Constantin Graf
37cf43fe2d
Fixes after merge
2024-03-13 13:36:45 +01:00
Gregor Vostrak
745b9b491b
remove sql lite database from playwright action
2024-03-11 18:45:00 +01:00
Gregor Vostrak
51c3a2672f
fix playwright action database connection
2024-03-11 18:43:08 +01:00
Constantin Graf
524dc0727d
Fixed PHP version in github actions
2024-02-27 12:09:03 +01:00
Constantin Graf
e60e502612
Added telescope, basic project endpoint, basic filament resources, GitHub actions
2024-02-05 22:50:43 +01:00
Gregor Vostrak
fc524625c2
playwright ( #3 )
...
* add playwright setup and tests for auth, profile and organization settings
* add playwright github action
* add sqlite database
* fix playwright base url
* add mailpit and parallelization
* remove additional waitForUrl in fixture
* fix tests
* remove waitforurl in tests
* change playwright github action to only one worker
* try promiso all to avoid loading errors
* change environment to include http protocol
* convert back to simpler structure
* add caching of playwright browser binaries
* test if playwright in ci works faster with multiple workers
* change back to one worker
* remove browser binary caching
* try using playwright container to speedup browser setup
* rollback image changes
* add playwright gitignore changes
---------
Co-authored-by: Gregor Vostrak <gregorvostrak@Gregors-MacBook-Pro.local >
2024-01-23 17:13:25 +01:00
Gregor Vostrak
27140d4ffc
add linter, prettier and typescript support for jetstream ( #1 )
...
* add linter, prettier and typescript support for jetstream
* add github actions for lint, build and typecheck
* add composer install to build action
* fix composer lock
* add ext-intl and fixed php version
* fix intl php extension install
* add tip php extension to github npm build action
* fix php version to 8.3.1
* change github php base action
* fix primary button default type
* updated typescript types from Team to Organization
---------
Co-authored-by: Gregor Vostrak <gregorvostrak@Gregors-MacBook-Pro.local >
2024-01-21 22:35:43 +01:00
Constantin Graf
6377df1f44
Added basic models and factories
2024-01-21 18:35:29 +01:00