Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
44142b4
add new devices
mimmi20 Oct 21, 2025
e3bc025
add new devices
mimmi20 Oct 22, 2025
f2d2f89
update device
mimmi20 Oct 22, 2025
6b9a722
add new devices
mimmi20 Oct 22, 2025
70dd024
add new devices
mimmi20 Oct 23, 2025
6c08f42
add new devices
mimmi20 Oct 23, 2025
8a0dcbe
change devices
mimmi20 Oct 24, 2025
45efe2f
add new devices
mimmi20 Oct 24, 2025
79bf835
update devices
mimmi20 Oct 25, 2025
ead649a
change companies
mimmi20 Oct 25, 2025
b9d67bc
fix spelling
mimmi20 Oct 25, 2025
7c10708
update companies
mimmi20 Oct 26, 2025
b96ced8
change devices
mimmi20 Oct 26, 2025
0b9fb2e
change devices and companies
mimmi20 Oct 26, 2025
abe3947
add new devices
mimmi20 Oct 27, 2025
9f2ed45
update devices
mimmi20 Oct 27, 2025
d5a2ac3
fix test
mimmi20 Oct 27, 2025
2502226
add new devices
mimmi20 Oct 28, 2025
ce3e266
add new device
mimmi20 Oct 29, 2025
37c7fb4
change update intervall for dependabot
mimmi20 Oct 29, 2025
dbc5b2e
add new devices
mimmi20 Oct 29, 2025
0bbeb5b
update devices
mimmi20 Oct 30, 2025
5c76079
add new devices
mimmi20 Oct 30, 2025
db85ce2
add new devices
mimmi20 Oct 31, 2025
cfa3e8d
fix mapping
mimmi20 Oct 31, 2025
108ce47
add new devices
mimmi20 Oct 31, 2025
8947f8a
update devices
mimmi20 Nov 1, 2025
5c52ffa
add new devices
mimmi20 Nov 1, 2025
df207b7
add new devices
mimmi20 Nov 2, 2025
3bdfa13
add new devices
mimmi20 Nov 2, 2025
d4a93df
add new devices
mimmi20 Nov 3, 2025
219c20c
add new devices
mimmi20 Nov 3, 2025
67e30c2
add new devices, add new platforms
mimmi20 Nov 4, 2025
4469f08
fix file
mimmi20 Nov 4, 2025
fc78ad2
extract classes
mimmi20 Nov 4, 2025
630dc06
add tests
mimmi20 Nov 4, 2025
cc06850
add platform
mimmi20 Nov 4, 2025
4b2fd46
add new devices
mimmi20 Nov 4, 2025
e2b3453
fix issues
mimmi20 Nov 4, 2025
19ea3b3
add new devices
mimmi20 Nov 5, 2025
e858c7b
add new devices
mimmi20 Nov 5, 2025
1b7432d
add new devices
mimmi20 Nov 6, 2025
4aef50c
add tests
mimmi20 Nov 6, 2025
c5c33fe
add tests
mimmi20 Nov 6, 2025
e1e418e
add tests
mimmi20 Nov 6, 2025
26c3508
change devices
mimmi20 Nov 7, 2025
5694f60
update platforms
mimmi20 Nov 7, 2025
294be8a
update platforms
mimmi20 Nov 7, 2025
7f334ec
fix issues
mimmi20 Nov 7, 2025
1036ac7
update platforms
mimmi20 Nov 7, 2025
aa40530
add new devices
mimmi20 Nov 8, 2025
d1d7383
add new devices
mimmi20 Nov 9, 2025
2ddf046
rewrite engines
mimmi20 Nov 9, 2025
f2854e2
change devices
mimmi20 Nov 9, 2025
c72d786
update companies
mimmi20 Nov 10, 2025
106920a
add new devices
mimmi20 Nov 12, 2025
70ff56e
rewrite tests
mimmi20 Nov 13, 2025
81d590b
fix issue
mimmi20 Nov 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 4 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ updates:
directory: "/"

schedule:
interval: "weekly"
day: "wednesday"
time: "04:00"
interval: "cron"
cronjob: "0 4 29 * *"
timezone: "Europe/Berlin"

cooldown:
Expand Down Expand Up @@ -44,9 +43,8 @@ updates:
directory: "/"

schedule:
interval: "weekly"
day: "wednesday"
time: "04:00"
interval: "cron"
cronjob: "0 4 29 * *"
timezone: "Europe/Berlin"

cooldown:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,16 @@ jobs:
coverage: "xdebug"
composer-options: "--optimize-autoloader --prefer-dist --prefer-stable -v"
test-name: ""
min-msi: 96.1
min-covered-msi: 96.1
min-msi: 98
min-covered-msi: 98
skip-phpunit: false
skip-vitest: true
skip-stryker: true
upload-codecov: true
upload-codeclimate: false
upload-coveralls: true
upload-flag: ""
use-phpstan: true
secrets:
ENV_CODECLIMATE_API_KEY: ${{ secrets.CODECLIMATE_API_KEY }}
ENV_CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ext-xmlwriter": "*",
"infection/infection": "^0.31.9",
"mikey179/vfsstream": "^1.6.12",
"mimmi20/coding-standard": "^7.0.3",
"mimmi20/coding-standard": "^7.0.5",
"nikic/php-parser": "^5.6.2",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.1.31",
Expand Down
Loading
Loading