* CLDC-4300: Stricten validation on initialpurchase
* CLDC-4300: Add a correction script
* CLDC-4300: Update tests
* CLDC-4300: Ensure lasttransaction cannot equal saledate or initialtransaction
* CLDC-4300: Update date correcting rake to also account for lasttransaction = initialpurchase
* CLDC-4300: Revert updates to copy
* CLDC-4300: Apply these changes from 2026 only
* CLDC-4300: Compare lasttransaction to saledate
due to the it <= lt <= sd relationship, there's no need to comparse it to sd. if it == sd then it == lt and lt == sd
* CLDC-4300: Fix script in cases where all 3 dates are equal
* CLDC-3280: Add back link to error summary page
* CLDC-3280: Hide upload button if navigating from a view url
* CLDC-3280: Update tests
* CLDC-3280: Make read only error report opt-in
this means we can be happy only the touched pages will have a change in behaviour
* CLDC-3280: Rename fix errors in tests to reupload file
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
---------
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
* CLDC-4332: Check that a support user can only be in certain orgs
* CLDC-4332: Add tests
* CLDC-4332: Lint
* CLDC-4332: Only show the check for wrong org on edit
* CLDC-4332: Add the error to role if role is wrong
* fixup! CLDC-4332: Only show the check for wrong org on edit
lint
* CLDC-4332: TEMP: Add MHCLG filter for review apps
* Revert "CLDC-4332: TEMP: Add MHCLG filter for review apps"
This reverts commit b65c630ede.
* CLDC-4300: Stricten validation on initialpurchase
* CLDC-4300: Add a correction script
* CLDC-4300: Update tests
* CLDC-4300: Ensure lasttransaction cannot equal saledate or initialtransaction
* CLDC-4300: Update date correcting rake to also account for lasttransaction = initialpurchase
* CLDC-4300: Revert updates to copy
* CLDC-4300: Apply these changes from 2026 only
* fixup! CLDC-4300: Apply these changes from 2026 only
in rake too
* CLDC-4300: Compare lasttransaction to saledate
due to the it <= lt <= sd relationship, there's no need to comparse it to sd. if it == sd then it == lt and lt == sd
* fixup! CLDC-4300: Compare lasttransaction to saledate
update rake desc
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
---------
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
* CLDC-4313: Add maximum bounds to value and mortgage questions for 2026
* CLDC-4313: Add a rake task to correct logs
* CLDC-4313: New max from 2025 or later
* CLDC-4313: Remove redundant queries from rake
* CLDC-4313: Fix page specs
* fixup! CLDC-4313: Fix page specs
missed one
* CLDC-4313: Update rake name
2025 or later
* CLDC-4313: Include other fields missing max
mrentprestaircasing
management_fee
* CLDC-4330: Add reset password on confirmation flag
to be used instead of resetting sign in count to 0
* CLDC-4330: Use this new flag to determine when to show password reset
* CLDC-4330: Update confirmation comment
* fixup! CLDC-4330: Update confirmation comment
* CLDC-4330: Rename col to force_reset_password_on_confirmation
* CLDC-4330: Remove unneeded if
* CLDC-4432: Skip invalid field errors if the question is not routed to
* CLDC-4432: Add tests
* CLDC-4432: Lint
* fixup! CLDC-4432: Add tests
comment test dependencies
* CLDC-3205: Add net income value check where missing
hhmemb
ecstat1..8
age2..8 (twice as the age question moved)
* CLDC-3205: Group household_characteristics better
* CLDC-3205: Update tests
* CLDC-3205: Update csv export specs
* fixup! CLDC-3205: Update tests
* CLDC-4429: push fix commented to test failure on review app
* CLDC-4429: remove redundant fix
* CLDC-4229: update alpine to 3.22 in dockerfile
* CLDC-4229: update alpine to 3.21 to avoid upgrading node
* CLDC-4229: allow node 22
* CLDC-4229: excplitlyupgrade for security patches
* CLDC-4229: allow both node versions temporarily
* CLDC-4229: upgrade ruby and node at the same tiem
* CLDC-4229: upgrade gemfile
* CLDC-4229: bump to node 24
* CLDC-4229: update docs
* CLDC-4229: limit node to within 24
* CLDC-4229: upgrade at start of file
* CLDC-4229: upgrade at start of file
* CLDC-4229: remove stale ruby version references
* CLDC-4429: respond to wiz comments
* CLDC-4429: use same firefox
* CLDC-4250: Add a new validation for universal credit and household income sources
* CLDC-4250: Add verifying tests
* CLDC-4250: Add a post release script
* fixup! CLDC-4250: Add verifying tests
remove unneeded setup
* fixup! CLDC-4250: Add verifying tests
fix test name
* CLDC-4250: make benefits also invalid
as requested on ticket
update rake
* CLDC-4436: Add a script to recalculate LA of logs in a year
* fixup! CLDC-4436: Add a script to recalculate LA of logs in a year
dont filter by BU, if this is nil we ought to try to correct it
only set back completed logs
* fixup! CLDC-4436: Add a script to recalculate LA of logs in a year
report count both before and after processing
* fixup! CLDC-4436: Add a script to recalculate LA of logs in a year
fix SalesLog reference
* CLDC-4436: Upgrade log LA fix script
for every log it changes to in progress after setting LA, print this to the console
this output can be copied and written to a file local. the two subsequent tasks will convert these to CSV files that can be shared with LAs
combines them into a single namespace
* CLDC-4436: Put final files into a folder for easy access
* CLDC-4436: Print relation IDs as well
* fixup! CLDC-4436: Upgrade log LA fix script
* CLDC-4436: Add separate cols for la ecode and la name
* CLDC-4436: Allow 30 logs in an org
* fixup! CLDC-4436: Upgrade log LA fix script
fix rows for sales too
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
---------
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
* CLDC-4356: Add hyphen to builtype Purpose-built in lettings
* CLDC-4356: Add hyphen to building type Purpose-built in sales
* CLDC-4356: Update CSV export tests
* CLDC-4356: Update model tests
* CLDC-4363: Set date to 1st August
* CLDC-4363: Update lettings log csv service spec
* CLDC-4363: Update collection resources controller spec
* CLDC-4363: Update lettings log derived fields
* CLDC-4363: Update remaining model tests
* CLDC-4363: Test August 2nd
* CLDC-4363: Test July 31st
* CLDC-4363: Test back in present
* fixup! CLDC-4363: Update remaining model tests
wrong field
* CLDC-4114: Silence DPO warning if DSA is signed
also restructure redundant logic in the file
* CLDC-4114: Update tests
* fixup! CLDC-4114: Silence DPO warning if DSA is signed
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
* CLDC-4114: Restructure data protection confirmation banner tests
* fixup! CLDC-4114: Restructure data protection confirmation banner tests
* fixup! CLDC-4114: Restructure data protection confirmation banner tests
fix typo
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
* CLDC-4114: Lint after merge
since rubocop updated
---------
Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
* CLDC-4351: tear down review apps on label removal OR on pr close for labelled prs
* CLDC-4351: add teardown success comment on unlabel
* CLDC-4351: update deploy comment with teardown process
* CLDC-4351: typo fix
* CLDC-4351: typo fix
* CLDC-4351: typo fix
* CLDC-4333: update purchase price soft vals to take stairbought into account
* CLDC-4333: set hard min to 0 for staircasing
* CLDC-4333: add dynamic hard min based on stairbought
* CLDC-4333: step value input width up to next option
* CLDC-4333: update value spec
* CLDC-4333: update hint text instead to ensure value is 100% of equity
* CLDC-4333: update hint text instead to ensure value is 100% of equity
* CLDC-4333: revert q text change to align with spec
* CLDC-4333: revert spec changes
* CLDC-4333: revert 2025 changes
* CLDC-4333: clarify 2026 question
* CLDC-4333: revert question fix
* CLDC-4333: revert initial purchase hint text update