Rachael Booth
ae364b66f6
Add node version and firefox notes to local setup doc ( #1683 )
1 year ago
James Rose
ae84f714b2
Add CI deployment to infrastructure docs ( #1661 )
1 year ago
dependabot[bot]
d27840e535
Bump commonmarker from 0.23.8 to 0.23.9 in /docs ( #1527 )
...
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker ) from 0.23.8 to 0.23.9.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases )
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.8...v0.23.9 )
---
updated-dependencies:
- dependency-name: commonmarker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
acae8e188b
Bump nokogiri from 1.14.2 to 1.14.3 in /docs ( #1529 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.2...v1.14.3 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
c3a9c9e61b
Bump activesupport from 7.0.4.2 to 7.0.4.3 in /docs ( #1419 )
...
Bumps [activesupport](https://github.com/rails/rails ) from 7.0.4.2 to 7.0.4.3.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v7.0.4.2...v7.0.4.3 )
---
updated-dependencies:
- dependency-name: activesupport
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Phil Lee
26aa5244bb
mass update gems used by docs ( #1313 )
2 years ago
natdeanlewissoftwire
d254ef8c62
CLDC-868 Add purchase price validations ( #1225 )
...
* feat: wip behaviour
* feat: hide in cya
* feat: show in cya
* feat: purchase price range service and rake task
* feat: fix hodate validation and use purchase price ranges
* db:update
* feat: more saledate -> exdate fixing
* feat: add min and max conditional text
* refactor: linting
* refactor: remove duplicated behaviour
* refactor: linting
* feat: update tests
* test: add validation tests
* test: add purchase price rangeimport service tests
* refactor: linting
* feat: allow translation text and title text to display currency formatting even when not a log field
* feat: use i18n
* feat: update i18n
* refactor: pratical -> practical
* refactor: linting
* refactor: revert unnecessary change
* feat: respond to PR comments
* tests: update after merge
* feat: improve currency interruption screen display
* feat: update docs
* feat: fix typo
* feat: missing end after merge
* feat: respond to PR comments
* feat: add soft validation to beds and la pages
* db:update
* feat: revert saledate/exdate work
* feat: revert saledate/exdate work
* feat: revert saledate/exdate work
* feat: revert saledate/exdate work
* feat: revert saledate/exdate work
* feat: PO comment responses
* tests: update
* refactor: linting
* refactor: simplification
* refactor: railsification
* test: fix
* refactor: use number_to_currency units
* refactor: remove duplicated copy
* db:update
2 years ago
kosiakkatrina
d9a57ec1cb
CLDC-1627 Enable multiple inferred answers ( #1077 )
...
* Enable multiple inferred check answers values
* lint and add new conditions to check answers for age1
* Rename method
* Refactor inferred answer value
* rebase update
* update inferred_check_answers_value after rebase
* Move the method to private
* Add a missing test
* rebase changes
* Add prefers not to say as the displayed value for all household members
* update [0] to .first
* replace [0] with .first
2 years ago
Phil Lee
d8a1450087
update nokogiri 1.13.9 => 1.13.10 ( #1069 )
2 years ago
kosiakkatrina
a1bd59552d
Cldc 1211 close collection period ( #1044 )
...
* Conditionally display a correct review log text
* do not allow the aswers from previous collection windows to be changed
* does not let the user navigate to questions for previous collection year logs
* Fix tests
* Add some docs
* Extract collection period check into a before_action and change path to rails route
* update the tasklist message
2 years ago
SamSeed-Softwire
e125a698dd
Add troubleshooting review apps section to docs ( #1041 )
...
* docs: add troubleshooting review apps section
* docs: rename overall section title
Co-authored-by: James Rose <james@jbpr.net>
* docs: fix typos
Co-authored-by: James Rose <james@jbpr.net>
Co-authored-by: James Rose <james@jbpr.net>
2 years ago
Phil Lee
de1067b646
Add review app pipeline ( #993 )
...
* Add review app pipeline
* disable 2FA on review apps
* update infrastructure docs about review apps
2 years ago
Phil Lee
ad0e3febcc
Add Parallel tests ( #992 )
...
* able to run tests in parallel
* update docs on parallel testing
2 years ago
Phil Lee
719f9bd8cc
fix broken link in docs ( #991 )
2 years ago
James Rose
1bc1ce6144
Update mapping values of reservist field ( #962 )
...
Previous to this change, the `reservist` field mapped `0` to yes and `1` to no. This change adjusts the mapping from `1` to yes, `2` to no, and `3` to prefer not to say.
2 years ago
kosiakkatrina
f8f0624938
Cldc 1430 csv export ( #888 )
...
* Remove an unused ethnic_other column
* remove sale_completion_date from lettings logs
* Add collection start year
* Remove sale_or_letting column
* Rename rent_type to rent_type_detail in the export
* Format dates
* refactor
* Fix test
2 years ago
baarkerlounger
f93cc49d78
Bump doc deps ( #897 )
2 years ago
James Rose
d3075e4e43
Revert to f4e6d6d6bb
( #887 )
2 years ago
natdeanlewissoftwire
f162f880ae
Revert "Merge remote-tracking branch 'origin/main' into CLDC-1429-output-la-code"
...
This reverts commit 626e2bd1a6
, reversing
changes made to f86e13cea7
.
2 years ago
James Rose
7986990129
Add Redis setup instructions to infrastructure documentation ( #869 )
2 years ago
James Rose
7927cf99da
Use service credentials to upload and presign CSV exports to S3 ( #868 )
2 years ago
Dushan
be7677ddb9
Rename case log to lettings log ( #840 )
...
This renames the case_log to lettings_log as everything we've written so
far has been geared towards lettings of social housing so it makes sense to
have the name describe this. This is also a precursor to adding in stuff for
sales logs (whatever shape that takes)
Co-authored-by: James Rose <james@jbpr.net>
2 years ago
Stéphane Meny
cd3ec15c40
Add documentation regarding our configuration ( #846 )
2 years ago
baarkerlounger
405853b4b5
Bump doc deps
2 years ago
baarkerlounger
f4495a38fe
Add redis to infra diagram ( #762 )
...
* Add redis to infra diagram
* Update redis image on infra diagram
Co-authored-by: Paul Robert Lloyd <me+git@paulrobertlloyd.com>
2 years ago
baarkerlounger
3ded6c2d9c
Backfill adrs ( #743 )
...
* Asset pipeline
* Hotwire
* Dropping ActiveAdmin & AdminUser
* Form setup section
2 years ago
baarkerlounger
a7117973c7
Move doc website docs to do website ( #733 )
...
* Move doc website docs to do website
* Update docs/documentation_website.md
Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>
* Single title
Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>
2 years ago
Paul Robert Lloyd
6b90107799
Fix link to API browser on tech docs website ( #732 )
2 years ago
Paul Robert Lloyd
4114e89769
Use absolute paths for images in tech docs ( #731 )
2 years ago
Paul Robert Lloyd
bf8bd0bfef
Generate website for technical docs ( #729 )
...
* Generate website for technical docs
* Add docs to .cfignore
2 years ago
Dushan Despotovic
c11d53d219
fix links in form doc
2 years ago
Dushan Despotovic
7ea2c8fc5c
fix doc links
2 years ago
Paul Robert Lloyd
a4a80f863f
Fix Swagger docs not loading external resources ( #725 )
2 years ago
Paul Robert Lloyd
6a2f44b4cf
Update documentation for schemes ( #724 )
2 years ago
Dushan
44273a000a
Form documentation ( #722 )
...
* Form documentation
Adding documentation for the form definition including elements such as
the sections, subsections, pages and questions
* update docs
* add link to new docs to form runner doc
2 years ago
baarkerlounger
7801a142f9
Add spec command to docker dev setup
2 years ago
sona-mhclg
d333cb009d
Update service_overview.md
...
3 months ends at the end of June. So July should only have one collection running.
2 years ago
Paul Robert Lloyd
eba45b1f99
Update architecture diagram ( #707 )
2 years ago
Paul Robert Lloyd
84169aa93f
Update documentation (content, presentation and images) ( #702 )
...
* Update documentation (content, presentation and images)
* Add some links
* Revert image change for now
Co-authored-by: baarkerlounger <db@slothlife.xyz>
2 years ago
baarkerlounger
826f67ba44
Better setup instructions
2 years ago
baarkerlounger
77728697d3
Point at latest swagger version from CDN
2 years ago
baarkerlounger
3ab21c1625
Improve documentation ( #696 )
...
* Modularise documentation
* Add some background about the service
* Add more instructions for local dependencies
* Form builder docs
* Stimulus and asset pipeline sections
* Infrastructure setup
* Add monitoring and logging
* Init form runner
* Export init
* Testing
* Testing
* Update architecture image
* Domain docs
* Org relationships
2 years ago
Stéphane Meny
5866a166a6
Update alpha document
2 years ago
Stéphane Meny
d8c1b8b900
Remove alpha document
2 years ago
Stéphane Meny
f845d8d26f
Add Alpha deliverables to docs folder
2 years ago
Dushan
41757a8998
remove letting_in_sheltered_accomodation field ( #577 )
...
* remove letting_in_sheltered_accomodation field
This field is now duplicated by the shelteredaccom field
* lint fixes
* fix all failing specs
2 years ago
sona-mhclg
1ff70b59e0
Add files via upload ( #554 )
...
Adding Delta Discovery file
2 years ago
Stéphane Meny
2643e707ae
Update hbrentshortfall values and import corrections ( #514 )
3 years ago
Stéphane Meny
b8d60a86ea
Import changes ( #470 )
3 years ago
kosiakkatrina
c43e730254
Cldc 657 full postcodes ( #421 )
...
* Rename full postcode columns
* Normalise the postcodes
* Fix test
3 years ago