Граф коммитов

30405 Коммитов

Автор SHA1 Сообщение Дата
Wil Clouser bf6c564b16
Merge pull request #16893 from mozilla/dependabot/npm_and_yarn/style-loader-4.0.0
chore(deps): bump style-loader from 3.3.3 to 4.0.0
2024-05-08 14:44:44 -07:00
Wil Clouser a1927f1abb
Merge pull request #16903 from mozilla/revert-16897-clouserw-patch-3
Revert "Update build.sh"
2024-05-08 13:58:03 -07:00
Barry Chen 1f6c4e6eb1
Revert "Update build.sh" 2024-05-08 13:47:56 -07:00
Wil Clouser 339c2e1112
Merge pull request #16902 from mozilla/clouserw-patch-3
try version: previous
2024-05-08 13:14:05 -07:00
Wil Clouser 96446ce0b9
try version: previous 2024-05-08 13:10:13 -07:00
Wil Clouser 90f7cd1a62
Merge pull request #16900 from mozilla/fxa-9547
chore(deps): remove safe-url class and safe-url-assembler dependency
2024-05-08 12:06:06 -07:00
Wil Clouser bbf9a7c4e2
Merge pull request #16901 from mozilla/revert-16899-clouserw-patch-3
Revert "Update config.yml"
2024-05-08 12:00:32 -07:00
Wil Clouser 87fbf65e27
Revert "Update config.yml" 2024-05-08 12:00:02 -07:00
Wil Clouser e36f6e66e1
Merge pull request #16899 from mozilla/clouserw-patch-3
Update config.yml
2024-05-08 11:56:57 -07:00
Vijay Budhram 967b157200
chore(deps): remove safe-url class and safe-url-assembler dependency 2024-05-08 14:30:55 -04:00
Wil Clouser 62a8666621
Update config.yml 2024-05-08 11:04:39 -07:00
Vijay Budhram bb4d567245
Merge pull request #16867 from mozilla/fxa-9420
feat(react): Add react navigate hook to automatically set query params on navigate
2024-05-08 13:29:17 -04:00
Vijay Budhram 0e2b63d591
feat(react): Add react navigate hook to automatically set query params on navigate 2024-05-08 13:01:46 -04:00
Wil Clouser 78f39969cc
Merge pull request #16896 from mozilla/revert-16895-clouserw-patch-3
Revert "Disable NX_DAEMON when building the container"
2024-05-08 09:22:25 -07:00
Ben Bangert 353dc70eaf
Merge pull request #16887 from mozilla/refactor/streamline-redis-customs-load
refactor: parallelize customs redis hit
2024-05-08 09:16:58 -07:00
Wil Clouser 31e8ace4ed
Merge pull request #16897 from mozilla/clouserw-patch-3
Update build.sh
2024-05-08 09:15:59 -07:00
Wil Clouser 10ae9abdc5
Update build.sh 2024-05-08 09:14:33 -07:00
Wil Clouser 0ebf7aa0e2
Revert "Disable NX_DAEMON when building the container" 2024-05-08 09:10:35 -07:00
Barry Chen 7408010048
Merge pull request #16883 from mozilla/fxa-9485-otp-customs
feat(customs): add rate limiting for password reset OTPs
2024-05-08 10:54:08 -05:00
Wil Clouser 5b524e715e
Merge pull request #16895 from mozilla/clouserw-patch-3
Disable NX_DAEMON when building the container
2024-05-08 08:28:41 -07:00
Wil Clouser 137a84ba4f
Disable NX_DAEMON when building the container 2024-05-08 08:15:33 -07:00
Reino Muhl cea7165f54
Merge pull request #16856 from mozilla/fxa-7810-add-payment-element
feat(next): add payment element and submit
2024-05-08 11:13:29 -04:00
Reino Muhl 2fb70a6886
feat(next): add payment element and submit
Because:

* Add the Stripe Payment Element to the checkout page
* Be able to checkout and successfully add a new payment method and
  new subscription.

This commit:

* Adds the PaymentElement to the StripeWrapper
* Adds the Subscribe Now button
* Adds the Full Name field
* Updates the NestApp with Firestore and StatsD provider factories

Closes #FXA-8850 and #FXA-7810
2024-05-08 10:37:14 -04:00
Vijay Budhram 69878baabb
Merge pull request #16836 from mozilla/fxa-9257
feat(scripts): refactor delete unverified account script to support cloud scheduler
2024-05-08 10:04:19 -04:00
dependabot[bot] 6d75d8d2f0
chore(deps): bump style-loader from 3.3.3 to 4.0.0
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.3 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.3...v4.0.0)

---
updated-dependencies:
- dependency-name: style-loader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 06:58:54 +00:00
Ben Bangert 3e5670a960
refactor: parallelize customs redis hit
Because:

* It's more efficient to run a single multi-key get with redis
  than serial key fetches.

This commit:

* Uses a single multi-key get to fetch all redis records.
2024-05-07 22:56:11 -07:00
Lisa Chan 6b0e286afd
Merge pull request #16840 from mozilla/FXA-9455
feat(auth-server): Create subscription route and handler method that calls StripeService to apply coupon
2024-05-07 21:17:06 -04:00
Lisa Chan 741f3dfde5
feat(auth-server): Create subscription route and handler method that calls StripeService to apply coupon 2024-05-07 20:45:21 -04:00
Valerie Pomerleau ce46102c86
Merge pull request #16839 from mozilla/FXA-9422
fix(fxa-settings): Fix visibility of Apple password icon in password input
2024-05-07 15:56:03 -07:00
Dan Schomburg 41ad4acd9a
Merge pull request #16884 from mozilla/FXA-9289
bug(graphql): Prevent reporting of known auth-server errors
2024-05-07 15:29:55 -07:00
Ankita Shrivastava 1569f134b5
Merge pull request #16882 from mozilla/update-testConfig-file
chore(functional-tests): update the playwright config file to use defineConfig method
2024-05-07 17:39:27 -04:00
Ankita Shrivastava 46367c7605
chore(functional-tests): update the playwright config file to use defineConfig method 2024-05-07 17:11:29 -04:00
Wil Clouser b6be71e571
Merge pull request #16886 from mozilla/clouserw-patch-3
Rename 00042-use-node-oidc-for-oauth.md to 0042-use-node-oidc-for-oau…
2024-05-07 14:06:55 -07:00
Wil Clouser 814838f7c7
Rename 00042-use-node-oidc-for-oauth.md to 0042-use-node-oidc-for-oauth.md 2024-05-07 13:32:59 -07:00
Valerie Pomerleau 22bcd7007f
Merge pull request #16821 from mozilla/FXA-9417
fix(fxa-settings): Email shown on React Signin page should not change on submit
2024-05-07 13:27:31 -07:00
dschom 74c32be9e3
bug(graphql): Prevent reporting of known auth-server errors
Because:
- We were reporting known error response states that come from auth-server and were intended for flow control to Sentry

This Commit:
- Adds an extra check so we do not report these states needlessly.
- Fixes some tests so they adhere to latest sentry types.
2024-05-07 13:27:13 -07:00
Valerie Pomerleau 3e47a1dda7
Merge pull request #16757 from mozilla/functional-test-react-conversion-adr
docs(functional-tests): ADR for react conversion functional tests
2024-05-07 12:01:03 -07:00
Katrina Anderson b01026a4c3
docs(adr): Evaluate options to update functional tests for react signin rollout 2024-05-07 12:00:11 -07:00
Barry Chen 179994e179
feat(customs): add rate limiting for password reset OTPs 2024-05-07 12:24:35 -05:00
Reino Muhl 08dbb1c741
Merge pull request #16881 from mozilla/fxa-9543-next-auth-update
chore(next): update next-auth beta to latest
2024-05-07 11:58:10 -04:00
Wil Clouser 2d5e94527e
Merge pull request #16877 from mozilla/dependabot/npm_and_yarn/eslint-webpack-plugin-4.1.0
chore(deps): bump eslint-webpack-plugin from 3.2.0 to 4.1.0
2024-05-07 08:30:52 -07:00
Barry Chen 4f1cafc0b8
Merge pull request #16872 from akkomar/glean_server_events_metrics_compat_fix
chore(metrics): fix schema identifier of internal Glean metrics
2024-05-07 08:31:44 -05:00
Reino Muhl 2dac8fe114
chore(next): update next-auth beta to latest
Because:

* Stay up to date with latest next-auth/authjs beta releases

This commit:

* Updates to latest beta version
* Removes env vars no longer needed

Closes #FXA-9543
2024-05-07 08:45:05 -04:00
dependabot[bot] 99575a3048
chore(deps): bump eslint-webpack-plugin from 3.2.0 to 4.1.0
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.2.0...v4.1.0)

---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 07:19:09 +00:00
Ben Bangert 1c994691f9
Merge pull request #16873 from mozilla/chore/remove-unused-sandboxed-regexp
chore: remove unused dependency sandboxed-regexp
2024-05-06 15:52:40 -07:00
Ben Bangert 3cc0a6dc1d
chore: remove unused dependency sandboxed-regexp
Because:

* The sandboxed-regexp dependency isn't used.

This commit:

* Removes the sandboxed-regexp dependency.
2024-05-06 15:22:15 -07:00
Julian Poyourow 458fe8e781
Merge pull request #16871 from mozilla/FXA-9540
chore(libs): restructure tests
2024-05-06 14:49:41 -07:00
Julian Poyourow dbd5c2756f
chore(libs): restructure tests
Because:

* Many of the tests did not use NestJS test harness
* Many of the tests had poor structure
* Many of the tests did not use jest.spyOn and were not typesafe in
  their mocks

This commit:

* Restructures tests within libs

Closes FXA-9540
2024-05-06 14:16:19 -07:00
Arkadiusz Komarzewski 0a7b0286db
chore(metrics): fix schema spec of internal Glean metrics 2024-05-06 21:49:10 +02:00
Ben Bangert 23062589f7
Merge pull request #16870 from mozilla/chore/update-asn1-resolutions
chore: update asn1/parse-asn1 deps
2024-05-06 12:06:28 -07:00