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: merge Release 5.4.1 into master #1563

Merged
merged 44 commits into from
Apr 6, 2021
Merged

build: merge Release 5.4.1 into master #1563

merged 44 commits into from
Apr 6, 2021

Commits on Feb 25, 2021

  1. Merge pull request #1247 from opengovsg/release-5.0.3

    build: Release v5.0.3 - protect against registered address field type bug
    liangyuanruo committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9d1696b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1249 from opengovsg/release-v5.0.4

    build: release 5.0.4 - undefined checks for MyInfo address fields
    mantariksh committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    3957107 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Merge pull request #1337 from opengovsg/release-5.1.0

    build: release 5.1.0
    tshuli committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ffa5606 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Merge pull request #1381 from opengovsg/release-v5.2.0

    build: release v5.2.0
    mantariksh committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6074186 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    32eab3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f34e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1430 from opengovsg/release-v5.3.0

    build: release v5.3.0
    karrui committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    7e92d74 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1436 from opengovsg/release-v5.3.0

    chore: merge release v5.3.0 back to develop
    karrui committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    856d91f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    8cbca13 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump sinon from 9.2.4 to 10.0.0 (#1429)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 10.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
    - [Commits](sinonjs/sinon@v9.2.4...v10.0.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6e00a92 View commit details
    Browse the repository at this point in the history
  3. ref: collapse middlewares of /adminform/submissions/download (#1442)

    * feat: collapse middlewares for submission download endpoint
    
    * feat: update JSDoc of handleStreamEncryptedResponses
    
    now shows all possible http status codes the handler can return
    
    * test(EncryptSubCtl): add tests for handleStreamEncryptedResponses
    karrui committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8ec05eb View commit details
    Browse the repository at this point in the history
  4. fix(deps): bump @sentry/browser from 6.2.2 to 6.2.3 (#1422)

    Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.2.2 to 6.2.3.
    - [Release notes](https://github.com/getsentry/sentry-javascript/releases)
    - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-javascript@6.2.2...6.2.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    35bbe33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0967a8 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump husky from 5.1.3 to 5.2.0 (#1447)

    Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 5.2.0.
    - [Release notes](https://github.com/typicode/husky/releases)
    - [Commits](typicode/husky@v5.1.3...v5.2.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4d42834 View commit details
    Browse the repository at this point in the history
  7. fix(deps): bump aws-sdk from 2.866.0 to 2.870.0 (#1449)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.0 to 2.870.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.866.0...v2.870.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e652e2e View commit details
    Browse the repository at this point in the history
  8. build: fix mergify config (#1456)

    * build: rename .mergify.yml to mergify.yml
    
    * build: add approval to mergify steps
    mantariksh committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    144f237 View commit details
    Browse the repository at this point in the history
  9. chore(deps-dev): bump @babel/preset-env from 7.13.10 to 7.13.12 (#1457)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.10 to 7.13.12.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.13.12/packages/babel-preset-env)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    995e593 View commit details
    Browse the repository at this point in the history
  10. chore(deps-dev): bump testcafe from 1.12.0 to 1.13.0 (#1460)

    Bumps [testcafe](https://github.com/DevExpress/testcafe) from 1.12.0 to 1.13.0.
    - [Release notes](https://github.com/DevExpress/testcafe/releases)
    - [Changelog](https://github.com/DevExpress/testcafe/blob/master/CHANGELOG.md)
    - [Commits](DevExpress/testcafe@v1.12.0...v1.13.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e62eccc View commit details
    Browse the repository at this point in the history
  11. fix(deps): bump connect-mongo from 4.4.0 to 4.4.1 (#1459)

    Bumps [connect-mongo](https://github.com/jdesboeufs/connect-mongo) from 4.4.0 to 4.4.1.
    - [Release notes](https://github.com/jdesboeufs/connect-mongo/releases)
    - [Changelog](https://github.com/jdesboeufs/connect-mongo/blob/master/CHANGELOG.md)
    - [Commits](jdesboeufs/connect-mongo@v4.4.0...v4.4.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    651380b View commit details
    Browse the repository at this point in the history
  12. chore(deps-dev): bump mockdate from 3.0.3 to 3.0.4 (#1458)

    Bumps [mockdate](https://github.com/boblauer/MockDate) from 3.0.3 to 3.0.4.
    - [Release notes](https://github.com/boblauer/MockDate/releases)
    - [Changelog](https://github.com/boblauer/MockDate/blob/master/CHANGELOG.md)
    - [Commits](boblauer/MockDate@v3.0.3...v3.0.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    0d3bef7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f69e478 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    4351f19 View commit details
    Browse the repository at this point in the history
  2. chore: copy changes (#1408)

    * chore: added currency to copy
    
    * chore: change copy of inaccurate tooltip
    
    * chore: make tooltips consistent
    
    * refactor: remove superfluous ng-switch statement
    
    * refactor: british spelling
    
    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    r00dgirl and Yuanruo Liang committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    ca58981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a4ccf7 View commit details
    Browse the repository at this point in the history
  4. fix(deps): bump aws-sdk from 2.870.0 to 2.871.0 (#1464)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.870.0 to 2.871.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.870.0...v2.871.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e9e3169 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. fix(deps): bump twilio from 3.58.0 to 3.59.0 (#1465)

    Bumps [twilio](https://github.com/twilio/twilio-node) from 3.58.0 to 3.59.0.
    - [Release notes](https://github.com/twilio/twilio-node/releases)
    - [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md)
    - [Commits](twilio/twilio-node@3.58.0...3.59.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    4db712d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa7902 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. refactor: Migrate 3 more filters to handleEncryptedSubmission (#1420)

    * refactor: Migrate validateAndProcessEncryptSubmission, isSpcpAuthenticated, and verifyMyInfoVals to handleEncryptedSubmission
    
    * attempt to fix encrypt-submission.routes.spec.ts test failure
    
    * fix typescript spcp tests
    
    * fix lints
    
    * added TODOs per yuanruo's comments
    frankchn committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    1a440d9 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @babel/core from 7.13.10 to 7.13.13 (#1467)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.13.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.13.13/packages/babel-core)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    49037a4 View commit details
    Browse the repository at this point in the history
  3. fix(deps): bump aws-sdk from 2.871.0 to 2.874.0 (#1468)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.871.0 to 2.874.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.871.0...v2.874.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    1d77928 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @types/jest from 26.0.21 to 26.0.22 (#1470)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.21 to 26.0.22.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    a2f0c93 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @types/node from 14.14.35 to 14.14.37 (#1471)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.35 to 14.14.37.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    950a95a View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump mockdate from 3.0.4 to 3.0.5 (#1472)

    Bumps [mockdate](https://github.com/boblauer/MockDate) from 3.0.4 to 3.0.5.
    - [Release notes](https://github.com/boblauer/MockDate/releases)
    - [Changelog](https://github.com/boblauer/MockDate/blob/master/CHANGELOG.md)
    - [Commits](boblauer/MockDate@v3.0.4...v3.0.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    9080d51 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump eslint from 7.22.0 to 7.23.0 (#1473)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.22.0...v7.23.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    0155926 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. feat: remove adminform passThroughFeedback (#1298)

    * feat: remove passThroughFeedback
    
    * feat: remove traces of POST /adminform/feedback
    
    * fix: remove unused var "feedback"
    
    * fix: remove unused var "resourceUrl"
    
    * fix: revert deletion of postFeedback and check vm.isPreview
    
    * fix: remove vm.isPreview check and modify postFeedback instead
    
    * chore: run linter
    
    * refactor: add else-clause to isPreview check and remove duplicate return statement
    jia1 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    78e1767 View commit details
    Browse the repository at this point in the history
  2. chore: take csv and attachments download out of beta (#1466)

    * chore: remove beta-icon
    
    * chore: remove beta-icon
    
    * chore: remove beta-icon
    r00dgirl committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    f5f8144 View commit details
    Browse the repository at this point in the history
  3. refactor: remove deprecated analytics API endpoints (#1427)

    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    liangyuanruo and Yuanruo Liang committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    016e6fe View commit details
    Browse the repository at this point in the history
  4. refactor: migrate field validator tests to typescript (#1444)

    Tests for the following field validators were ported:
    
    - date
    - dropdown
    - decimal
    - home number
    - nric
    - number
    - radio
    - rating
    - text
    tshuli committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    cc24724 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9789c3 View commit details
    Browse the repository at this point in the history
  6. refactor: remove unnecessary field validator JS tests in favour of TS…

    … tests (#1475)
    
    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    liangyuanruo and Yuanruo Liang committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b3a4384 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    b9d1732 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1493 from opengovsg/release-v5.4.0

    build: release v5.4.0
    mantariksh committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    3ab46d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    91551a9 View commit details
    Browse the repository at this point in the history
  2. build: release 5.4.1 - server to respond with status code if storage …

    …mode form is archived
    Yuanruo Liang committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    7fb57ad View commit details
    Browse the repository at this point in the history