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

build: release v6.98.0 #6994

Merged
merged 6 commits into from
Jan 3, 2024
Merged

build: release v6.98.0 #6994

merged 6 commits into from
Jan 3, 2024

Conversation

wanlingt
Copy link
Contributor

@wanlingt wanlingt commented Jan 3, 2024

New

  • fix(mrf): individual response page #6992
  • feat(mrf): add static workflow routing #6968
  • build: merge release v6.97.0 into develop #6990
  • fix: formendpage missing context provider #6989
  • build: release v6.97.0 #6988
  • chore: bump version to v6.98.0 85c5335

Dependencies

  • fix(deps): [Snyk] Security upgrade axios from 1.6.2 to 1.6.3 #6983

Dev-Dependencies

Tests

feat(mrf): add static workflow routing #6968

  • Create an MRF form
  • In the form's settings, navigate to the workflow tab
  • Key in an email address in respondent 2 and respondent 3's email inputs
  • Submit the MRF form once
  • The email address associated with respondent 2 should receive an email asking them to fill in the form
  • Click the link in the form, you should be brought to the unlocked MRF form
  • Submit the form
  • Repeat the steps for respondent 3, submit the form
  • Respondent 3's response should be reflected in the form's results page

KenLSM and others added 5 commits January 2, 2024 16:58
build: merge release v6.97.0 into develop
* fix: frontend/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857

* fix(deps): upgrade axios and twilio in all packages

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Justyn Oh <justynoh@gmail.com>
* feat: multi-respondent form prototype with edit response links

* chore: fix build errors

* fix: guard against editing authtype

* feat: MRF encryption scheme

* test: fix test files

* chore: fix build error

* chore: update copy for form creation modal

* chore: update variable name in frontend public form provider

* feat: attachment handling in multi-respondent forms for respondent 1+

* chore: fix build errors

* chore: move some stuff around

* test: fix backend tests

* test: update test suite

* chore: copy changes

* chore: more copy changes, add test mock clearing so that tests pass

* fix: nits

* chore: add linear ticket labels to all TODOs

* feat: gate mrf form creation on frontend and backend

* fix: require publicKey on form creation for multi-respondent forms

* feat: add workflowStep to submission schema

* chore(frm-1599): update multiparty create form modal icon

* fix: typing issues

* fix: remove unused import

* fix: update joi validator to array

* fix: column cell not respecting disable required validation

* fix: mislabelled test name

* feat: add workflow emails to form

* feat: add workflow run to multirespondent form processing

* feat: add error state for invalid emails in frontend workflow settings

* feat: use featureflag to conditionally render workflow icon

* fix: add placeholder text to input

* fix: remove multiparty icon

* fix: add multiparty icon

* fix: run next workflow step instead of current workflow

* fix: model ux issue when admin without mrf flag creates new form

* feat(mrf): response link with key (#6967)

* feat: append key in response link

* refactor: extract iskeypairvalid to fe utils

* feat: add prefilling of key

* feat: add auto decryption if key is correct

* refactor: extract key into getmultirespondentsubmissioneditpath utils

* test: add workflowStep to form schema

* ref: check for responsemode once

* fix: use strokeWidth in svg

* fix: reset error state

* ref: remove unused component and simplify if condition

* fix: remove console.log

* fix: use react-hook-form for workflow details

* fix: remove duplicate body version

* fix: reorder workflow in settings page

* fix: copy changes

* fix: display previous workflow emails in settings

* feat: always fetch response when MRF is enabled

* fix: remove comment

---------

Co-authored-by: Justyn Oh <justynoh@gmail.com>
Co-authored-by: Ken <ken@open.gov.sg>
Copy link
Contributor

@justynoh justynoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@wanlingt wanlingt merged commit 126f365 into release-al2 Jan 3, 2024
40 of 41 checks passed
@wanlingt wanlingt deleted the release_v6.98.0 branch January 3, 2024 06:19
@justynoh justynoh mentioned this pull request Jan 8, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants