Skip to content
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

Moving Equal Access Changes #985

Merged
merged 50 commits into from
Jan 27, 2025
Merged
Changes from 2 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
be77335
very preliminary equal access support in udoit
panbed Aug 21, 2024
cb0f908
Merge remote-tracking branch 'origin/dev' into equal-access (what cou…
panbed Aug 21, 2024
c22a25e
lambda
evannaderi Aug 26, 2024
278bcf1
lambda
evannaderi Aug 26, 2024
5616efb
5Merge branch 'equal-access' into lambda
evannaderi Aug 26, 2024
c03d871
maybe lambda works
evannaderi Aug 26, 2024
65362ef
mostly just testing to see if i can push to this fork
panbed Aug 26, 2024
2377813
Merge branch 'lambda' of https://github.com/evannaderi/UDOIT into lambda
panbed Aug 26, 2024
08caf35
VERY early testing of EC2 equal access scanner in UDOIT
panbed Aug 26, 2024
5361d6d
currently trying to separate the 'extensions' to udoit with a scanner…
panbed Aug 26, 2024
d95d35a
more testing the lambda in UDOIT and trying to refactor services to b…
panbed Aug 27, 2024
8ec15c3
moving to equal access rules instead
panbed Sep 17, 2024
d701a70
async functionality working, some cleanup
panbed Sep 25, 2024
7516927
fix marking as resolved and phpally-ignore
panbed Sep 25, 2024
24e796a
more cleanup, begin adding back phpally integration
panbed Sep 30, 2024
7c828d5
Merge pull request #961 from panbed/lambda
dmols Sep 30, 2024
62adfb3
merging back into equal-access
panbed Oct 28, 2024
b072374
mostly working again, checking for phpally-ignore still not working a…
panbed Oct 30, 2024
abf1297
mostly in working condition again, need to handle issues though
panbed Oct 31, 2024
3e68bfc
Merge branch 'equal-access' of https://github.com/panbed/UDOIT into e…
panbed Nov 4, 2024
6ee0349
hopefully initial commit after merge ordeal
panbed Nov 4, 2024
d8df373
async multiple html pages in an array to the lambda function
panbed Nov 6, 2024
9fb06ac
Merge pull request #971 from ucfopen/dev
dmols Nov 12, 2024
04b6476
changed to 5 pages sent instead of 10, adding messageArgs
panbed Nov 14, 2024
c2be872
adding more info to metadata
panbed Nov 19, 2024
b4c4249
very small change to getdomdocuments across the services
panbed Nov 20, 2024
b388b2c
Merge pull request #3 from panbed/dev
panbed Nov 20, 2024
b9b523b
removing all comments for possible deployment
panbed Nov 20, 2024
086b944
oops (fix composer.lock typo)
panbed Nov 20, 2024
22031bd
hopefully working composer.lock
panbed Nov 20, 2024
2f12953
Merge branch 'equal-access' of https://github.com/panbed/UDOIT into e…
panbed Nov 20, 2024
14bc507
Merge pull request #976 from panbed/equal-access
dmols Nov 20, 2024
3f77bd6
testing dev deploy
panbed Nov 20, 2024
31b0135
testing dev deploy
panbed Nov 20, 2024
37611de
Update .env.example to equalaccess_lambda by default
panbed Nov 20, 2024
0d89a9a
use equal access lambda by default in .env.example
panbed Nov 21, 2024
c5f189c
Merge pull request #4 from ucfopen/equal-access
panbed Nov 21, 2024
06e22c5
change environment names for equal access lambda function so its more…
panbed Nov 25, 2024
ec41707
New functional component label form
panbed Dec 16, 2024
128bd18
Merge remote-tracking branch 'origin/main' into equal-access
panbed Dec 18, 2024
71e80e8
Upgraded php version to 8.4.2 from 8.2
dmols Jan 3, 2025
50f1e9d
ufixitreviewonly shows equal access message now
panbed Jan 6, 2025
1bea39a
update ufixitreviewonly to show equal access message
panbed Jan 6, 2025
f6eaa23
Initial changes to allow UDOIT to run on 8.4
dmols Jan 8, 2025
796f4d5
Fixed many deprecations seen from symfony/php upgrade
dmols Jan 8, 2025
bd6c6cf
Final syntax fixes to allow UDOIT to load
dmols Jan 8, 2025
7afd90e
Merge remote-tracking branch 'origin/8.4.2-php-upgrade' into equal-ac…
panbed Jan 9, 2025
3e4d630
Update composer.lock for PHP 8.4 changes
panbed Jan 9, 2025
712d294
new StyleMisuse form for style_color_misuse
panbed Jan 16, 2025
eddadac
ok, oops, this one is supposed to be StyleMisuse
panbed Jan 16, 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
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-sodium": "*",
"ucfopen/phpally": "~1.2.1",
"composer/package-versions-deprecated": "1.11.99.3",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.4",
@@ -25,10 +24,12 @@
"oro/doctrine-extensions": "^2.0",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^6.2",
"sunra/php-simple-html-dom-parser": "1.5.2",
"symfony/apache-pack": "^1.0",
"symfony/asset": "6.0.*",
"symfony/console": "6.0.*",
"symfony/doctrine-messenger": "6.0.*",
"symfony/dom-crawler": "^6.4",
"symfony/dotenv": "6.0.*",
"symfony/expression-language": "6.0.*",
"symfony/flex": "^1.3.1",
@@ -55,13 +56,14 @@
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "6.0.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
"twig/twig": "^2.12|^3.0",
"ucfopen/phpally": "~1.2.1"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.0.*",
"symfony/css-selector": "6.0.*",
"symfony/css-selector": "^7.1",
"symfony/debug-bundle": "6.0.*",
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^6.0",
Loading