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

29777 Коммитов

Автор SHA1 Сообщение Дата
Dan Schomburg 96f6e974fa
Merge pull request #16537 from mozilla/bug-sentry-tracing-sample-rate-no-applied
bug(content): Fix SENTRY_TRACES_SAMPLE_RATE not being applied
2024-03-08 12:48:20 -08:00
Dan Schomburg bc14ad08e2
Merge pull request #16471 from mozilla/FXA-9112
task(customs): Configure rate limiting for getCredentialsStatus
2024-03-08 12:13:40 -08:00
dschom e7b4d56d48
bug(content): Fix SENTRY_TRACES_SAMPLE_RATE not being applied
Because:
- SENTRY_TRACES_SAMPLE_RATE was having no effect

This Commit:
- Fixes oversight where sample rate wasn't being copied into the config sent to client side
- Stops defaulting tracesSampleRate to 1.0, since this could result in quota exhaustion
2024-03-08 12:06:46 -08:00
Jon Buckley 9cd7c69d9d
Merge pull request #16516 from mozilla/fxa-customs-redis-password-config
chore(config): Rename customs Redis password config
2024-03-08 14:14:48 -05:00
Lisa Chan 0b0cf6e5a7
Merge pull request #16534 from mozilla/dependabot/npm_and_yarn/postcss-preset-env-9.5.0
chore(deps): bump postcss-preset-env from 9.3.0 to 9.5.0
2024-03-08 09:13:34 -05:00
Lisa Chan 03164024a0
Merge pull request #16533 from mozilla/dependabot/npm_and_yarn/graphql-codegen/client-preset-4.2.4
chore(deps-dev): bump @graphql-codegen/client-preset from 4.1.0 to 4.2.4
2024-03-08 09:13:14 -05:00
Lisa Chan 2eeaba7bdb
Merge pull request #16532 from mozilla/dependabot/npm_and_yarn/swc/core-1.4.6
chore(deps-dev): bump @swc/core from 1.3.84 to 1.4.6
2024-03-08 09:12:45 -05:00
Lisa Chan 2b1427e252
Merge pull request #16531 from mozilla/dependabot/npm_and_yarn/source-map-loader-5.0.0
chore(deps): bump source-map-loader from 1.1.1 to 5.0.0
2024-03-08 09:12:14 -05:00
dependabot[bot] c02ef15f3a
chore(deps): bump postcss-preset-env from 9.3.0 to 9.5.0
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 9.3.0 to 9.5.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 07:09:00 +00:00
dependabot[bot] 138d2396d8
chore(deps-dev): bump @graphql-codegen/client-preset from 4.1.0 to 4.2.4
Bumps [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client) from 4.1.0 to 4.2.4.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/client-preset@4.2.4/packages/presets/client)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/client-preset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 07:07:14 +00:00
dependabot[bot] 46009c1dd0
chore(deps-dev): bump @swc/core from 1.3.84 to 1.4.6
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.84 to 1.4.6.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.3.84...v1.4.6)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 07:05:24 +00:00
dependabot[bot] 4f84b3a08b
chore(deps): bump source-map-loader from 1.1.1 to 5.0.0
Bumps [source-map-loader](https://github.com/webpack-contrib/source-map-loader) from 1.1.1 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/source-map-loader/releases)
- [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/source-map-loader/compare/v1.1.1...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 07:03:45 +00:00
Ben Bangert 8e7e51e7c4
Merge pull request #16530 from mozilla/feat/faster-delete-task-ququeing
feat: add rate limiting concurrency to enqueue script
2024-03-07 15:18:00 -08:00
Ben Bangert 7c290888d6
feat: add rate limiting concurrency to enqueue script
Because:

* We want to enqueue tasks to Google Cloud Tasks faster.

This commit:

* Queues all enqueue tasks to a concurrent queue that is rate limited
  per p-queue.
2024-03-07 14:21:30 -08:00
Reino Muhl f873fb45bb
Merge pull request #16508 from mozilla/fxa-9181-customer-not-found
fix(auth): handle stripe events for deleted accounts
2024-03-07 10:32:33 -05:00
Lisa Chan a790040ccd
Merge pull request #16512 from mozilla/dependabot/npm_and_yarn/svgr/webpack-8.1.0
chore(deps): bump @svgr/webpack from 8.0.1 to 8.1.0
2024-03-07 10:31:24 -05:00
Lisa Chan 42920aebe5
Merge pull request #16522 from mozilla/dependabot/npm_and_yarn/google-cloud/bigquery-7.5.0
chore(deps): bump @google-cloud/bigquery from 7.4.0 to 7.5.0
2024-03-07 10:31:02 -05:00
Lisa Chan 71d3ca765d
Merge pull request #16523 from mozilla/dependabot/npm_and_yarn/semver-7.6.0
chore(deps): bump semver from 7.5.4 to 7.6.0
2024-03-07 10:30:42 -05:00
Lisa Chan f909545e79
Merge pull request #16524 from mozilla/dependabot/npm_and_yarn/mjml-browser-4.15.3
chore(deps-dev): bump mjml-browser from 4.14.1 to 4.15.3
2024-03-07 10:30:18 -05:00
dependabot[bot] b0c92c3d6b
chore(deps-dev): bump mjml-browser from 4.14.1 to 4.15.3
Bumps [mjml-browser](https://github.com/mjmlio/mjml/tree/HEAD/packages/mjml-browser) from 4.14.1 to 4.15.3.
- [Release notes](https://github.com/mjmlio/mjml/releases)
- [Commits](https://github.com/mjmlio/mjml/commits/v4.15.3/packages/mjml-browser)

---
updated-dependencies:
- dependency-name: mjml-browser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 06:45:32 +00:00
dependabot[bot] 84de502a5f
chore(deps): bump semver from 7.5.4 to 7.6.0
Bumps [semver](https://github.com/npm/node-semver) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 06:43:00 +00:00
dependabot[bot] c462c946a1
chore(deps): bump @google-cloud/bigquery from 7.4.0 to 7.5.0
Bumps [@google-cloud/bigquery](https://github.com/googleapis/nodejs-bigquery) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/googleapis/nodejs-bigquery/releases)
- [Changelog](https://github.com/googleapis/nodejs-bigquery/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-bigquery/compare/v7.4.0...v7.5.0)

---
updated-dependencies:
- dependency-name: "@google-cloud/bigquery"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 06:40:54 +00:00
Katrina Anderson 5278204a94
test(fxa-auth-server): temporarily skip manager.js > #integration - PaymentConfigManager > listeners > registers new/updates plans and products 2024-03-06 14:43:16 -05:00
Jon Buckley ae852abd50
chore(config): Rename customs Redis password config 2024-03-06 13:16:46 -05:00
Reino Muhl 0f37d42b15
Merge pull request #16510 from mozilla/dependabot/npm_and_yarn/storybook/addon-controls-7.4.6
chore(deps-dev): bump @storybook/addon-controls from 7.0.26 to 7.4.6
2024-03-06 11:54:45 -05:00
Katrina Anderson c5c54a1cd6
test(fxa-auth-server): temporarily skip manager.js > #integration - PaymentConfigManager > listeners > registers new/updates plans and products
Because:
- Flake has been detected in the manager.js > #integration - PaymentConfigManager > listeners > registers new/updates plans and products

This commit:
- applies a skip annotation to the test until an investigation can be conducted and a fix applied

Relates To #FXA-9111
2024-03-06 11:50:02 -05:00
dependabot[bot] 560bc60ea9
chore(deps-dev): bump @storybook/addon-controls from 7.0.26 to 7.4.6
Bumps [@storybook/addon-controls](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/controls) from 7.0.26 to 7.4.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/controls)

---
updated-dependencies:
- dependency-name: "@storybook/addon-controls"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 11:27:15 -05:00
Reino Muhl 1aa30ea80c
Merge pull request #16511 from mozilla/dependabot/npm_and_yarn/stripe/stripe-js-3.0.7
chore(deps): bump @stripe/stripe-js from 1.53.0 to 3.0.7
2024-03-06 10:53:16 -05:00
Reino Muhl c85b0cd8d5
Merge pull request #16514 from mozilla/dependabot/npm_and_yarn/opentelemetry/sdk-trace-web-1.22.0
chore(deps): bump @opentelemetry/sdk-trace-web from 1.21.0 to 1.22.0
2024-03-06 10:51:44 -05:00
Reino Muhl 1832abf3bb
Merge pull request #16509 from mozilla/dependabot/npm_and_yarn/typescript-eslint/parser-7.1.1
chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 7.1.1
2024-03-06 10:26:15 -05:00
Reino Muhl ed9dd951f1
Merge pull request #16513 from mozilla/dependabot/npm_and_yarn/storybook/html-7.6.17
chore(deps-dev): bump @storybook/html from 7.5.3 to 7.6.17
2024-03-06 10:23:57 -05:00
dependabot[bot] 5bf1e06b6c
chore(deps): bump @opentelemetry/sdk-trace-web from 1.21.0 to 1.22.0
Bumps [@opentelemetry/sdk-trace-web](https://github.com/open-telemetry/opentelemetry-js) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/sdk-trace-web"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 10:21:17 -05:00
Reino Muhl d95a9c91bc
fix(auth): handle stripe events for deleted accounts
Because:

* Stripe webhook events are reporting FirestoreCustomerNotFound
  exceptions to Sentry, for customers who have already been deleted.

This commit:

* When processing a Stripe webhook event, on any FirestoreStripeError
  where the customerId is included in the error, check if the FxA
  Account for that customer still exists. If it does not, the error can
  be ignored, else throw the error.

Closes #FXA-9181
2024-03-06 09:26:28 -05:00
dependabot[bot] e1607bddd9
chore(deps-dev): bump @storybook/html from 7.5.3 to 7.6.17
Bumps [@storybook/html](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/html) from 7.5.3 to 7.6.17.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.17/code/renderers/html)

---
updated-dependencies:
- dependency-name: "@storybook/html"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 07:13:38 +00:00
dependabot[bot] 6b413ee48b
chore(deps): bump @svgr/webpack from 8.0.1 to 8.1.0
Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v8.0.1...v8.1.0)

---
updated-dependencies:
- dependency-name: "@svgr/webpack"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 07:11:06 +00:00
dependabot[bot] a9e66c1b9f
chore(deps): bump @stripe/stripe-js from 1.53.0 to 3.0.7
Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 1.53.0 to 3.0.7.
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](https://github.com/stripe/stripe-js/compare/v1.53.0...v3.0.7)

---
updated-dependencies:
- dependency-name: "@stripe/stripe-js"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 07:06:59 +00:00
dependabot[bot] c7da80f271
chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 7.1.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.11.0 to 7.1.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 07:02:07 +00:00
Valerie Pomerleau 5d8906cc0d
Merge pull request #16503 from mozilla/dependabot/npm_and_yarn/postcss-loader-8.1.1
chore(deps): bump postcss-loader from 4.2.0 to 8.1.1
2024-03-05 12:23:22 -08:00
Valerie Pomerleau 63370c6ace
Merge pull request #16498 from mozilla/dependabot/npm_and_yarn/jsdom-24.0.0
chore(deps): bump jsdom from 22.1.0 to 24.0.0
2024-03-05 12:04:03 -08:00
Jon Buckley 92b0827f7f
Merge pull request #15844 from mozilla/upgrade-to-mysql-8-0-31
chore(mysql): Upgrade to MySQL 8.0.31
2024-03-05 14:21:41 -05:00
Valerie Pomerleau 7fb04a8864
Merge pull request #16506 from mozilla/skip-failing-funct-tests
fix(functional-tests): Mark failing smoke tests as fixme
2024-03-05 11:05:09 -08:00
Valerie Pomerleau cd6848f54a
fix(functional-tests): Mark failing smoke tests as fixme
Because:

* Two Playwright tests are regulary failing in smoke tests but passing locally
* Tickets were created to fix these two tests
* Cleanup function on react-conversion/signup was causing even skipped tests to fail

This commit:

* Mark the tests as fixme so they will be skipped until fixed
* Update the cleanup function for react-conversion/signup so it will only attempt account destroy if an account has in fact been created

Issues #FXA-9096, #FXA-9226
2024-03-05 10:33:50 -08:00
Reino Muhl db640c06c3
Merge pull request #16504 from mozilla/revert-16455-FXA-9156
Revert "fix(auth): Revise getPaymentProvider"
2024-03-04 14:18:53 -08:00
Reino Muhl f29f58bcfa
Merge pull request #16493 from mozilla/capability-log-changes
fix(capability): improve comparison logging
2024-03-04 13:56:46 -08:00
Reino Muhl 37e2f9c706
Revert "fix(auth): Revise getPaymentProvider" 2024-03-04 16:47:27 -05:00
Reino Muhl 770e938b33
fix(capability): improve comparison logging
Because:

* To help identify mismatches in capability calculatation between
  Contentful and Stripe metadata, always log when there is a mismatches
  and include the subscribedPrices.

This commit:

* Always logs when there is a mismatch in `planIdsToClientCapabilities`.
* Include subscribedPrices in the log.

Closes #
2024-03-04 14:09:05 -05:00
dependabot[bot] c5598a24e4
chore(deps): bump postcss-loader from 4.2.0 to 8.1.1
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 4.2.0 to 8.1.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v4.2.0...v8.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 06:36:24 +00:00
Wil Clouser 0398444f91
Merge pull request #16501 from mozilla/clouserw-patch-3
Update README.md
2024-03-01 12:09:26 -08:00
Wil Clouser 58fe936d9a
Update README.md 2024-03-01 12:06:03 -08:00
Ben Bangert d3420718e3
Merge pull request #16500 from mozilla/chore/update-next-14.1.1
chore: update Next to 14.1.1
2024-03-01 11:40:49 -08:00