Manny Dinssa
bedb960333
Implement postcode fix and log ids of status changed
2 months ago
Manny Dinssa
a886e7787d
Empty line
2 months ago
Manny Dinssa
2cb3674bdd
Update query
2 months ago
Manny Dinssa
b6a0fa4970
Rename trait
2 months ago
Manny Dinssa
b4e691c7fe
Do not update logs without any address fields yet entered
2 months ago
Manny Dinssa
4d8b528191
Check status before and after change
2 months ago
Manny Dinssa
8bac9a1bc4
Try to prevent flaky test behaviour
2 months ago
Manny Dinssa
4e8c2e6468
Revert "Remove flaky behaviour"
...
This reverts commit d51a03f88e
.
2 months ago
Manny Dinssa
895d679886
Merge branch 'main' into CLDC-3928-logs-with-manually-entered-address-showing-the-property-information-as-incomplete
...
# Conflicts:
# spec/factories/sales_log.rb
2 months ago
Manny Dinssa
cd1de7dabb
Update rake task with error logging
2 months ago
Manny Dinssa
d51a03f88e
Remove flaky behaviour
2 months ago
Manny Dinssa
2adcab077e
Update tests
2 months ago
carolynbarker
0e919b0f78
Escape html in tests to handle names with punctuation ( #3002 )
...
Co-authored-by: Carolyn <carolyn.barker@softwire.com>
2 months ago
Manny Dinssa
a293355efe
Update address logic for queries with non-digit characters ( #2998 )
...
* Update condition for queries with non-digit characters
* Remove redundant route
* Add and update address search tests
* Update js disabled message
2 months ago
kosiakkatrina
87bf3c81c1
Remove care home fields from 2025 export ( #2975 )
2 months ago
kosiakkatrina
0d95025ab6
CLDC-3788 Export sales logs ( #2943 )
...
* Add sales export to the export service
* Update sales export
* Remove comments and redundant or statement
* Update sales export fields
* Add mrentprestaircasing, update factory and tests
* Enable sales export on test environments
* Update fees mappings for the export
* Upcase fields and rebase changes
* Update some more fields
2 months ago
kosiakkatrina
dc4b733245
Increase year range for 2025 void and major repairs dates soft validations ( #2979 )
2 months ago
Manny Dinssa
bc3276e6b2
Lint
2 months ago
Manny Dinssa
decc011d6b
Rake task and tests
2 months ago
Manny Dinssa
f2a8feb01c
Merge branch 'refs/heads/main' into CLDC-3928-logs-with-manually-entered-address-showing-the-property-information-as-incomplete
2 months ago
kosiakkatrina
83ab4ffe0f
Fix a typo ( #2997 )
2 months ago
kosiakkatrina
3068ceb5fb
Test 2025 lettings exports ( #3000 )
2 months ago
Manny Dinssa
a8647f17f4
Revert "set renewal ppostcode on postcode change"
...
This reverts commit d311c8e8ad
.
2 months ago
Manny Dinssa
f2ac405543
Revert "update test"
...
This reverts commit 3b34cd0086
.
2 months ago
Manny Dinssa
fa959fd964
Merge remote-tracking branch 'refs/remotes/origin/CLDC-3938-fix-ppostcode-bu' into CLDC-3928-logs-with-manually-entered-address-showing-the-property-information-as-incomplete
2 months ago
Manny Dinssa
e2060f093c
Update factory bot and set uprn_selection to uprn as in derived fields
2 months ago
carolynbarker
61d412577c
CLDC-3904 remove default from relat mapping ( #2993 )
...
* remove default from relat mapping
* update valid test data
* fix field number
* add validation messge for other values
---------
Co-authored-by: Carolyn <carolyn.barker@softwire.com>
2 months ago
Carolyn
3b34cd0086
update test
2 months ago
Carolyn
d311c8e8ad
set renewal ppostcode on postcode change
2 months ago
Manny Dinssa
a5c54383f1
CLDC-3924: Lettings household rent charge Qs with new rent period not shown ( #2991 )
...
* Add new rent period that should show rent charge questions
* Add new rent period to num weeks constant
* Lint
2 months ago
Manny Dinssa
b327d6725a
CLDC-3910: BU Sales - Staircasing initial equity do not block log creation ( #2985 )
...
* Skip bu error on the setup question type
* Lint
* Skip bu error on setup question type for equity calculations
* Skip bu error on setup question type for mrent validations
* Skip bu error on setup question type for stairbought validations
2 months ago
kosiakkatrina
7d734c7a1a
Add missing mappping for lettype and renttype ( #2978 )
2 months ago
kosiakkatrina
5ac1291c65
CLDC-3897 Re-export merged users ( #2969 )
...
* Update values_updated_at for merged users
* Export users when they have been manually updated
2 months ago
Manny Dinssa
d8f3541d40
Add error handling for json parsing to UPRN client ( #2992 )
...
* Add error handling for JSON parsing in UPRN client
* Update error handling
* Update error handling 2
* Updates with sentry error reporting and test
* Add rails logger message as well as sentry
2 months ago
Manny Dinssa
1bc39f0ed1
CLDC-3917: Sales BU numstair question range error message ( #2984 )
...
* Calculate legend size of date question
* Add numeric error message to numstair question
2 months ago
Manny Dinssa
c14444a6fb
Switch responses order ( #2990 )
2 months ago
carolynbarker
772b1fcd68
CLDC-3911 Limit CSV variables to those defined in or before year ( #2982 )
...
* don't use variables from the future
* filter out nil elements for vars only defined in future
* only group variables by name, not by description
---------
Co-authored-by: Carolyn <carolyn.barker@softwire.com>
2 months ago
Manny Dinssa
0dff6f2fa3
Skip bulk error ( #2986 )
2 months ago
Manny Dinssa
d3219b9ba3
Add error handling for JSON parsing in UPRN client ( #2989 )
...
* Add error handling for JSON parsing in UPRN client
* Update error handling
* Update error handling 2
2 months ago
carolynbarker
4c84261819
CLDC-3802 sales BU factory traits ( #2963 )
...
* add traits for completed test BU files
* update tests
---------
Co-authored-by: Carolyn <carolyn.barker@softwire.com>
2 months ago
kosiakkatrina
19eb437b61
CLDC-3898 Correctly route to manual address entry for new builds ( #2974 )
...
* Correclty set manual address entry for new builds
* Refactor
* Update BU tests
* Keep the UPRN for newbuilds if given
2 months ago
Manny Dinssa
4d5f81490f
CLDC-3916: Lettings always show property information section 25/26 onwards ( #2980 )
...
* Show lettings property information section always in 2025
* Add test
2 months ago
kosiakkatrina
11d9705fdd
Update address search results ( #2981 )
...
* Update address search results
* Add search controller tests
* Check if the query is nil when using the address-search api
* Refactor
---------
Co-authored-by: Manny Dinssa <44172848+Dinssa@users.noreply.github.com>
2 months ago
dependabot[bot]
d0ccb01cd1
Bump rack from 3.1.11 to 3.1.12 ( #2983 )
...
Bumps [rack](https://github.com/rack/rack ) from 3.1.11 to 3.1.12.
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/v3.1.11...v3.1.12 )
---
updated-dependencies:
- dependency-name: rack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Manny Dinssa
78dda1cdaa
CLDC-3913: Address search selected options bug ( #2977 )
...
* Add postcode full
* Change back log address search method to only work for uprn selection
* Create address options method for address search
* Remove assignment
* Add tests
* Fix lint
* Fix lint and rewrite
2 months ago
kosiakkatrina
f6848bf176
Set LA for manual addess entry with BU ( #2976 )
2 months ago
Manny Dinssa
16e1ffde0f
CLDC-3896: Remove "Answer" button from soft validation check errors page ( #2973 )
...
* Hide link if question is unanswered
* Remove "Answer" text
* Lint
* Update tests
2 months ago
Manny Dinssa
548c2007e4
CLDC-3905 BU Sales 25/26 Buyer relationship validation error (student/child check) ( #2972 )
...
* Remove student_not_child_value_check in 2025
* Correct field numbering on person 4 and 5
* Update test
2 months ago
kosiakkatrina
27d7c4689f
CLDC-3845 Save manually entered address in BU ( #2948 )
...
* Update BU addresses flow
* Refactor
2 months ago
carolynbarker
0e16494cda
change boolean export for cpl cap chr accessible_register ( #2964 )
...
Co-authored-by: Carolyn <carolyn.barker@softwire.com>
2 months ago