Skip to content

Replace Zend_Validation #4612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 53 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
aec1a31
added respect/validation
sreichel Feb 5, 2025
6111f8c
replaced Zend_Validate::
sreichel Feb 5, 2025
e3fa261
replaced Zend_Validate_File_Extension
sreichel Feb 6, 2025
4fed24d
doc
sreichel Feb 6, 2025
89bcb2b
phpstan
sreichel Feb 7, 2025
ed884ad
test symfony
sreichel Feb 8, 2025
54f5892
Merge branch 'main' into validation
sreichel Mar 29, 2025
c323535
use symfony (not tested)
sreichel Mar 30, 2025
9cb98e5
phpstan baseline
sreichel Mar 30, 2025
69903cf
Merge branch 'main' into validation
sreichel Apr 6, 2025
65cd4ae
some fixes
sreichel Apr 6, 2025
d7c6049
some updates
sreichel Apr 6, 2025
0f6e197
added test
sreichel Apr 6, 2025
b6c03ae
added test
sreichel Apr 6, 2025
3583b5f
Merge remote-tracking branch 'origin/validation' into validation
sreichel Apr 7, 2025
4fe1c54
fix file cannot be empty
sreichel Apr 9, 2025
0411938
renaming
sreichel Apr 9, 2025
6f91392
Merge branch 'main' into validation
sreichel Apr 9, 2025
37dd0ef
update
sreichel Apr 9, 2025
3e7be18
update
sreichel Apr 9, 2025
00f3c49
test
sreichel Apr 9, 2025
9b6948a
updated test
sreichel Apr 10, 2025
f00f13b
updated test
sreichel Apr 10, 2025
fd8f1bb
updated test
sreichel Apr 10, 2025
0c59f9d
updated test
sreichel Apr 10, 2025
793e310
update
sreichel Apr 10, 2025
cd473a5
updated test
sreichel Apr 10, 2025
478a2ad
typo
sreichel Apr 10, 2025
e3207a6
added test
sreichel Apr 11, 2025
b1606bc
update
sreichel Apr 12, 2025
2869035
fix + test
sreichel Apr 14, 2025
7df9000
update
sreichel Apr 14, 2025
dcbfdcf
skip valid data, to not send email
sreichel Apr 14, 2025
616d488
update
sreichel Apr 14, 2025
1de9167
updated tests
sreichel Apr 14, 2025
d6752f0
rector
sreichel Apr 14, 2025
3df9d26
rector
sreichel Apr 14, 2025
82c5d79
updated tests
sreichel Apr 14, 2025
70c3f7d
updated tests -. fix
sreichel Apr 14, 2025
7786276
updated tests
sreichel Apr 14, 2025
aad34d6
split unit tests
sreichel Apr 14, 2025
d54e5de
test
sreichel Apr 14, 2025
b13ea95
fix later
sreichel Apr 14, 2025
dc6a5cd
updated tests
sreichel Apr 14, 2025
47a37ad
typo
sreichel Apr 14, 2025
df9ce5f
updated tests
sreichel Apr 15, 2025
ec9aa27
baseline phpunit
sreichel Apr 15, 2025
b91ffdd
Merge branch 'main' into validation
sreichel Apr 15, 2025
f718560
merge tests from main
sreichel May 7, 2025
d521531
Merge branch 'main' into validation
sreichel May 7, 2025
f6d55e2
Merge branch 'main' into validation
sreichel May 7, 2025
198a279
simplified for now
sreichel May 7, 2025
cc86b05
phpstan
sreichel May 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
phpstan-result-cache-

- name: PHPStan Static Analysis
run: XDEBUG_MODE=off php vendor/bin/phpstan.phar analyze
run: XDEBUG_MODE=off php vendor/bin/phpstan.phar analyze -c .phpstan.dist.openmage.neon

- name: Save result cache
uses: actions/cache/save@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ phpcs.xml

# PhpStan
.phpstan.cache
.phpstan.*.cache
.phpstan*.neon
phpstan*.neon
!.phpstan.dist.neon
Expand Down
Loading
Loading