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

chore: merge v5.8.1 to master #1784

Closed
wants to merge 48 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
31c8569
Merge pull request #1681 from opengovsg/release-5.7.0
mantariksh Apr 20, 2021
b881d63
refactor: migrate submissions metadata (#1651)
seaerchin Apr 20, 2021
6b4f902
feat(admin-forms): implement retrieval of form settings (#1633)
LoneRifle Apr 20, 2021
f1928bb
refactor: shard public forms router (#1669)
seaerchin Apr 20, 2021
04ea18a
fix(deps): bump fp-ts from 2.10.3 to 2.10.4 (#1686)
dependabot[bot] Apr 20, 2021
36be996
fix(deps): bump @sentry/browser from 6.2.5 to 6.3.0 (#1687)
dependabot[bot] Apr 20, 2021
a24c15d
fix(deps): bump validator from 13.5.2 to 13.6.0 (#1688)
dependabot[bot] Apr 20, 2021
7b135d5
fix(deps): bump @babel/runtime from 7.13.10 to 7.13.16 (#1689)
dependabot[bot] Apr 20, 2021
ade2652
fix(deps): bump aws-sdk from 2.888.0 to 2.889.0 (#1691)
dependabot[bot] Apr 20, 2021
4ac6deb
chore(deps-dev): bump @babel/core from 7.13.15 to 7.13.16 (#1692)
dependabot[bot] Apr 20, 2021
8007223
fix(deps): bump @sentry/integrations from 6.2.5 to 6.3.0 (#1690)
dependabot[bot] Apr 20, 2021
a81db0e
feat(api-refactor): add specific API for updating of single form fiel…
karrui Apr 21, 2021
6cd232a
feat(api-refactor): implement specific create field api (#1671)
karrui Apr 21, 2021
b99b40c
refactor(preview-api): duplicate adminform preview endpoints for /api…
orbitalsqwib Apr 21, 2021
ea97e78
refactor: Extract delete logic endpoint (#1586)
tshuli Apr 21, 2021
336fd8d
fix(deps): bump @babel/runtime from 7.13.16 to 7.13.17 (#1700)
dependabot[bot] Apr 22, 2021
ad597a7
feat(webhooks): streamline webhook response data (#1696)
mantariksh Apr 22, 2021
21449b8
fix: remove verified prefix on blank verified fields (#1701)
yong-jie Apr 22, 2021
78d0164
refactor(preview-api): duplicate adminform presign endpoints for /api…
orbitalsqwib Apr 22, 2021
dfdac89
fix: sync email field state between hasAllowedEmailDomains and allowe…
karrui Apr 22, 2021
0fe245b
fix(mongoose): use official discriminator definitions (#1704)
LoneRifle Apr 22, 2021
f597b6b
chore(admin-forms-routes): remove duplicate logic route endpoint (#1703)
orbitalsqwib Apr 22, 2021
c68a86d
Merge pull request #1707 from opengovsg/release-v5.7.1
karrui Apr 22, 2021
5356d30
chore(deps-dev): bump core-js from 3.10.2 to 3.11.0 (#1709)
dependabot[bot] Apr 22, 2021
5614b84
fix(deps): bump aws-sdk from 2.889.0 to 2.890.0 (#1710)
dependabot[bot] Apr 22, 2021
aecc1db
fix(deps): bump twilio from 3.60.0 to 3.61.0 (#1711)
dependabot[bot] Apr 22, 2021
9258b14
fix(deps): bump aws-sdk from 2.890.0 to 2.892.0 (#1714)
dependabot[bot] Apr 25, 2021
f831393
chore(deps-dev): bump stylelint from 13.12.0 to 13.13.0 (#1715)
dependabot[bot] Apr 25, 2021
853ede4
chore(deps-dev): bump eslint from 7.24.0 to 7.25.0 (#1717)
dependabot[bot] Apr 25, 2021
51ec97a
fix(deps): bump @sentry/integrations from 6.3.0 to 6.3.1 (#1718)
dependabot[bot] Apr 25, 2021
604b20c
chore(deps-dev): bump stylelint-config-standard from 21.0.0 to 22.0.0…
dependabot[bot] Apr 26, 2021
4745233
chore(deps-dev): bump eslint-config-prettier from 8.2.0 to 8.3.0 (#1716)
dependabot[bot] Apr 26, 2021
da90b18
fix(deps): bump @sentry/browser from 6.3.0 to 6.3.1 (#1719)
dependabot[bot] Apr 26, 2021
9d7647d
fix: show correct error message for e-service ID validation (#1722)
mantariksh Apr 26, 2021
1515a2a
build(deps): bump mockpass and spcp-auth-client (#1723)
LoneRifle Apr 26, 2021
8cfb75d
feat: Add a limit for the number of MyInfo fields that can be added (…
frankchn Apr 26, 2021
eae75e4
feat(api): collapse spcp/myinfo redirect endpoint to new endpoint (#1…
seaerchin Apr 26, 2021
751e590
feat(spcp): raise sp cookie max age to 3 hrs (#1727)
yong-jie Apr 26, 2021
3652e1b
feat(client): log client form reCAPTCHA failure to GA (#1684)
jia1 Apr 26, 2021
96fc116
chore(deps-dev): bump eslint-plugin-jest from 24.3.5 to 24.3.6 (#1734)
dependabot[bot] Apr 26, 2021
afe9265
chore(deps-dev): bump @types/jest from 26.0.22 to 26.0.23 (#1735)
dependabot[bot] Apr 26, 2021
443a12e
feat(api-refactor): implement specific reorder field api (#1726)
karrui Apr 27, 2021
2c5b87c
refactor: use shared DateSelectedValidation enum instead of DATE_VALI…
yong-jie Apr 27, 2021
71410c9
fix: update MyInfo field count correctly, show correct error (#1738)
mantariksh Apr 27, 2021
d428544
feat: prefill mainstream launch (#1702)
tshuli Apr 27, 2021
711eb4b
refactor(test): integration and unit tests for redirect (#1728)
seaerchin Apr 27, 2021
ef6e4d7
fix: convert form field responses to field class (#1739)
karrui Apr 27, 2021
d8d56ca
feat: show highlights only if prefill is provided in url
tshuli Apr 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
645 changes: 338 additions & 307 deletions package-lock.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
]
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@babel/runtime": "^7.13.17",
"@joi/date": "^2.1.0",
"@opengovsg/angular-daterangepicker-webpack": "^1.1.5",
"@opengovsg/angular-legacy-sortablejs-maintained": "^1.0.0",
"@opengovsg/angular-recaptcha-fallback": "^5.0.0",
"@opengovsg/formsg-sdk": "^0.8.4-beta.0",
"@opengovsg/myinfo-gov-client": "=4.0.0-beta.0",
"@opengovsg/ng-file-upload": "^12.2.15",
"@opengovsg/spcp-auth-client": "^1.4.5",
"@sentry/browser": "^6.2.5",
"@sentry/integrations": "^6.2.5",
"@opengovsg/spcp-auth-client": "^1.4.6",
"@sentry/browser": "^6.3.1",
"@sentry/integrations": "^6.3.1",
"@stablelib/base64": "^1.0.0",
"JSONStream": "^1.3.5",
"abortcontroller-polyfill": "^1.7.1",
Expand All @@ -83,7 +83,7 @@
"angular-ui-bootstrap": "~2.5.6",
"angular-ui-router": "~1.0.29",
"aws-info": "^1.2.0",
"aws-sdk": "^2.888.0",
"aws-sdk": "^2.892.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"bluebird": "^3.5.2",
Expand Down Expand Up @@ -112,7 +112,7 @@
"file-loader": "^4.3.0",
"file-saver": "^2.0.5",
"font-awesome": "4.7.0",
"fp-ts": "^2.10.3",
"fp-ts": "^2.10.4",
"has-ansi": "^4.0.1",
"helmet": "^4.5.0",
"http-status-codes": "^2.1.4",
Expand All @@ -124,7 +124,7 @@
"lodash": "^4.17.21",
"moment-timezone": "0.5.33",
"mongodb-uri": "^0.9.7",
"mongoose": "^5.12.3",
"mongoose": "^5.12.5",
"multiparty": ">=4.2.2",
"neverthrow": "^4.2.1",
"ng-infinite-scroll": "^1.3.0",
Expand All @@ -145,21 +145,21 @@
"toastr": "^2.1.4",
"triple-beam": "^1.3.0",
"tweetnacl": "^1.0.1",
"twilio": "^3.60.0",
"twilio": "^3.61.0",
"ui-select": "^0.19.8",
"uid-generator": "^2.0.0",
"uuid": "^8.3.2",
"validator": "^13.5.2",
"validator": "^13.6.0",
"web-streams-polyfill": "^3.0.3",
"whatwg-fetch": "^3.6.2",
"winston": "^3.3.3",
"winston-cloudwatch": "^2.5.2"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/core": "^7.13.16",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@opengovsg/mockpass": "^2.6.8",
"@opengovsg/mockpass": "^2.6.9",
"@types/bcrypt": "^3.0.1",
"@types/bluebird": "^3.5.33",
"@types/busboy": "^0.2.3",
Expand All @@ -176,7 +176,7 @@
"@types/has-ansi": "^3.0.0",
"@types/helmet": "4.0.0",
"@types/ip": "^1.1.0",
"@types/jest": "^26.0.22",
"@types/jest": "^26.0.23",
"@types/json-stringify-safe": "^5.0.0",
"@types/mongodb": "^3.6.12",
"@types/mongodb-uri": "^0.9.0",
Expand All @@ -198,17 +198,17 @@
"babel-loader": "^8.2.2",
"concurrently": "^6.0.2",
"copy-webpack-plugin": "^6.0.2",
"core-js": "^3.10.2",
"core-js": "^3.11.0",
"coveralls": "^3.1.0",
"css-loader": "^2.1.1",
"csv-parse": "^4.15.4",
"date-fns": "^2.21.1",
"env-cmd": "^10.1.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.5",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-typesafe": "^0.5.2",
Expand All @@ -232,9 +232,9 @@
"proxyquire": "^2.1.3",
"regenerator": "^0.14.4",
"rimraf": "^3.0.2",
"stylelint": "^13.12.0",
"stylelint": "^13.13.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-prettier": "^1.2.0",
"supertest": "^6.1.3",
"supertest-session": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/config/feature-manager/spcp-myinfo.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const spcpMyInfoFeature: RegisterableFeature<FeatureNames.SpcpMyInfo> = {
spCookieMaxAge: {
doc: 'Max SingPass cookie age with remember me unchecked',
format: 'int',
default: 1 * HOUR_IN_MILLIS,
default: 3 * HOUR_IN_MILLIS,
env: 'SP_COOKIE_MAX_AGE',
},
spCookieMaxAgePreserved: {
Expand Down
Loading