Commit graph

10941 commits

Author SHA1 Message Date
CarlNation
4179df5058 prettier
prettier
2026-04-30 13:05:29 -04:00
CarlNation
15161c9470 Merge branch 'develop' into nation/CASH-2466 2026-04-30 12:48:48 -04:00
CarlNation
46094b342b CASH-2466 add insurance page shells
CASH-2466 add insurance page shells
2026-04-28 08:15:24 -04:00
CarlNation
6994449ed7
Merge pull request #3151 from Safelite/rlsmerge/2026.05.07-to-develop
Rlsmerge/2026.05.07 to develop
2026-04-24 15:04:21 -04:00
CarlNation
c7cd184a85 Merge branch 'release/2026.05.07' into rlsmerge/2026.05.07-to-develop 2026-04-24 14:08:18 -04:00
CarlNation
9ba43fe492
Merge pull request #3150 from Safelite/nation/CASH-2593
CASH-2593 use V2 endpoint to include dualrecal msr
2026-04-24 14:07:07 -04:00
CarlNation
10594009e2 CASH-2593 use V2 endpoint to include dualrecal msr
CASH-2593 use V2 endpoint to include dualrecal msr
2026-04-24 13:55:49 -04:00
CarlNation
b8e336c8a3
Merge pull request #3149 from Safelite/nation/CASH-1545
CASH-1545 check session expiration with JS interval
2026-04-24 04:29:35 -04:00
CarlNation
63b5102031 CASH-1545 10 seconds seems to aggressive
CASH-1545 10 seconds seems to aggressive
2026-04-23 15:41:21 -04:00
CarlNation
88e6a616f4 CASH-1545 check session expiration with JS interval
CASH-1545 check session expiration with JS interval so that we can redirect to the return-user page without requiring the user to click forward button
2026-04-23 15:22:52 -04:00
CarlNation
8d314a40b3 Merge branch 'develop' into nation/CASH-2466 2026-04-21 11:38:27 -04:00
CarlNation
ddeac7d471 CASH-2466 changes to support navigation to 2.0 insurance pages
CASH-2466 changes to support navigation to 2.0 insurance pages
2026-04-21 11:33:44 -04:00
mvalaiyapathi
26128a9de3
Merge pull request #3148 from Safelite/feature/CASH-2501
CASH-2501 - updated to v2 parts/getwipers endpoint
2026-04-21 11:15:14 -04:00
Minojhini Valaiyapathi
110a1e771b CASH-2501 - updated to v2 parts/getwipers endpoint 2026-04-21 10:55:45 -04:00
matthew-sykes
841853d346
Merge pull request #3147 from Safelite/rlsmerge/2026.04.23-to-dev
Rlsmerge/2026.04.23 to dev
2026-04-20 10:55:02 -04:00
Matt Sykes
8e87ea8e23 Merge branch 'release/2026.04.23' into rlsmerge/2026.04.23-to-dev 2026-04-20 10:43:12 -04:00
Matt Sykes
8a27cd3a26 Merge branch 'develop' into rlsmerge/2026.04.23-to-dev 2026-04-20 10:42:05 -04:00
matthew-sykes
e46e69549e
Merge pull request #3146 from Safelite/feature/CASH-2547
Feature/cash 2547
2026-04-20 10:33:21 -04:00
Matt Sykes
b66d44fbb5 Empty string makes it happy... null did not 2026-04-20 10:08:57 -04:00
Matt Sykes
f0e01ccf79 Merge branch 'release/2026.04.23' into feature/CASH-2547 2026-04-20 09:50:38 -04:00
CarlNation
a323b00c00
Merge pull request #3145 from Safelite/feature/CASH-2547
Removing split address entirely
2026-04-18 03:42:37 -04:00
matthew-sykes
9e179901d4
Merge branch 'release/2026.04.23' into feature/CASH-2547 2026-04-17 17:02:44 -04:00
Matt Sykes
1d7a9ba7b6 Removing split address entirely
-addressline1 now maps to adyen street
-addressline2 now maps to adyen houseNumberOrName
Much simpler :)
2026-04-17 17:00:47 -04:00
Chris
db4d179936
Merge pull request #3144 from Safelite/feature/CASH-2488
CASH-2488: MSR Fee for cash
2026-04-17 14:51:59 -04:00
credelinghuys
1d78ed5871 CASH-2488: MSR Fee for cash 2026-04-17 14:40:46 -04:00
CarlNation
0821f34d10 Merge branch 'develop' into nation/CASH-2466 2026-04-17 13:24:22 -04:00
CarlNation
31ed28bdd5
Merge pull request #3143 from Safelite/rlsmerge/2026.04.23-to-dev
Rlsmerge/2026.04.23 to dev
2026-04-17 10:41:49 -04:00
CarlNation
2974c4d567 Merge branch 'release/2026.04.23' into rlsmerge/2026.04.23-to-dev 2026-04-17 10:30:27 -04:00
matthew-sykes
8b22b44a2c
Merge pull request #3142 from Safelite/feature/CASH-2547
Handle exception on splitAddress and added unit tests
2026-04-17 10:04:08 -04:00
Matt Sykes
591b2ef089 Prettier formatting 2026-04-17 09:02:50 -04:00
Matt Sykes
780556bbda Handle exception on splitAddress and added unit tests
Split address was not handling an address without any spaces in it and would throw a JS exception in a promise, which is a scenario we identified this release as not logging today (fix for 4/23).
Chloe should review to see if we want to be even smarter with the parsing and actually split out cases like "123Test" to "123" "Test" but the fixes keep approximately the same logic as before except "  123 Test" now becomes "123" "Test".
2026-04-16 18:03:33 -04:00
matthew-sykes
03990faf9d
Merge pull request #3141 from Safelite/feature/CASH-2521-4.23
Set conceptsqid to empty string as Heritage has no checks on that
2026-04-16 09:06:49 -04:00
matthew-sykes
ee6b00700d
Merge branch 'release/2026.04.23' into feature/CASH-2521-4.23 2026-04-15 17:16:14 -04:00
Matt Sykes
7da3cc2cd0 Set conceptsqid to empty string as Heritage has no checks on that
Heritage is trying to convert any non-null non-empty value to a guid and this causes a failure if "null" is sent as the value as its setting to the string "null".
2026-04-15 17:14:25 -04:00
mvalaiyapathi
5d03c3ab5d
Merge pull request #3140 from Safelite/feature/CASH-2510
CASH-2510 - pointed get-supporting items endpoint to v2 parts api and…
2026-04-15 12:28:43 -04:00
Minojhini Valaiyapathi
b5e5e92af2 CASH-2510 - pointed get-supporting items endpoint to v2 parts api and passed in providernumber and facilitytype as they are mandatory 2026-04-15 09:46:01 -04:00
matthew-sykes
5814e588d2
Merge pull request #3139 from Safelite/feature/CASH-2521-4.23
Undoing this change as based on local behavior
2026-04-13 16:14:01 -04:00
Matt Sykes
e964fc4009 Undoing this change as based on local behavior
Unsure if this change should have been made so backing it out.  Doing this made local 2.0 to fixmyglassdev work right but those two domains wouldn't share cookies and Mark thought the behavior to say null in the query string could have been intentional at one time.

Best case this is part of why the fix didn't work in an actual environment although the logic to stop infinite redirect loops works, so that's a positive!

Could end up its necessary to put back but there's no justification for it at this time, so better not to make it.
2026-04-13 15:51:33 -04:00
Chris
94872e21ca
Merge pull request #3138 from Safelite/rlsmerge/2026.04.10-to-2026.04.23
rlsmerge 2026.04.10 to 2026.04.23
2026-04-09 14:05:44 -04:00
credelinghuys
e4a31bf85b Merge branch 'release/2026.04.10' into rlsmerge/2026.04.10-to-2026.04.23 2026-04-09 13:52:17 -04:00
Chris
0446f213c5
Merge pull request #3137 from Safelite/feature/CASH-1684
CASH-1684: Defect fix
2026-04-09 13:29:04 -04:00
credelinghuys
5ea81d8560 CASH-1684: Defect fix 2026-04-09 13:09:42 -04:00
matthew-sykes
5cf8816b0b
Merge pull request #3136 from Safelite/feature/CASH-2521
CASH-2521, CASH-2526 - Handle infinite loop and add logging
2026-04-07 16:46:27 -04:00
Matt Sykes
7c02499056 CASH-2521, CASH-2526 - Handle infinite loop and add logging 2026-04-07 16:14:34 -04:00
Chris
6992a5b0b9
Merge pull request #3135 from Safelite/feature/CASH-2514
CASH-2514: Create tooltip component for MSR and Recycle fee
2026-04-07 11:11:29 -04:00
credelinghuys
d7c161ec41 CASH-2514: Create tooltip component for MSR and Recycle fee 2026-04-07 10:54:08 -04:00
Chris
db38bc343f
Merge pull request #3134 from Safelite/rlsmerge/2026.04.09-to-develop
Rlsmerge/2026.04.09 to develop
2026-04-07 08:13:36 -04:00
credelinghuys
01abadc0d4 Merge branch 'release/2026.04.09' into rlsmerge/2026.04.09-to-develop 2026-04-07 08:03:09 -04:00
Chris
292b626267
Merge pull request #3133 from Safelite/feature/CASH-2380
CASH-2380: Don't skip vehicle parts or molding questions
2026-04-06 16:54:57 -04:00
credelinghuys
8e959bfa17 CASH-2380: Don't skip vehicle parts or molding questions 2026-04-06 16:44:26 -04:00