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

3770 Коммитов

Автор SHA1 Сообщение Дата
Jason Robbins 5a397022ba
Detect revised Groups footer link. (#4536) 2024-11-06 11:07:21 -08:00
Kyle Ju 317c57e125
Ignore OT milestones in shipped features (#4535) 2024-11-06 10:38:28 -08:00
Kyle Ju 7debf8a3d1
Simplify feature accuracy notification email (#4510)
* Change outdated feature notification emails

* Address comments

* Address more nits
2024-11-05 13:23:19 -08:00
dependabot[bot] f0a29068ee
npm: bump @types/node from 22.7.7 to 22.9.0 (#4530)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.7 to 22.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 11:34:38 -08:00
Jason Robbins 9e96781b93
Offer search colon operator instead of equals (#4527)
* Offer search colon operator instead of equals

* lint
2024-11-05 11:01:57 -08:00
dependabot[bot] 35edb50951
npm: bump del from 7.1.0 to 8.0.0 (#4525)
Bumps [del](https://github.com/sindresorhus/del) from 7.1.0 to 8.0.0.
- [Release notes](https://github.com/sindresorhus/del/releases)
- [Commits](https://github.com/sindresorhus/del/compare/v7.1.0...v8.0.0)

---
updated-dependencies:
- dependency-name: del
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 10:37:02 -08:00
dependabot[bot] 7eac651cd0
npm: bump @babel/eslint-plugin from 7.25.1 to 7.25.9 (#4524)
Bumps [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin) from 7.25.1 to 7.25.9.
- [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.25.9/eslint/babel-eslint-plugin)

---
updated-dependencies:
- dependency-name: "@babel/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 09:58:59 -08:00
dependabot[bot] 519f957339
npm: bump @types/jest from 29.5.13 to 29.5.14 (#4523)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.13 to 29.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 09:25:58 -08:00
dependabot[bot] c41d165404
npm: bump @playwright/test from 1.48.0 to 1.48.2 (#4522)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.48.0 to 1.48.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.48.0...v1.48.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 08:49:27 -08:00
Kyle Ju 06ee8b64e9
Add origin trials to shipping stages check for oudated warnings (#4514)
* Add origin trials to shipping stages check for oudated warnings

* Add all OT stages
2024-11-01 11:46:59 -07:00
Daniel M 4dfd86d8d2
Update to python 3.11 in GitHub workflows (#4511)
* Upgrade fakeredis to v2.26.1

* Update python version in workflows

* restore fakeredis ver

---------

Co-authored-by: Jason Robbins <jrobbins@gmail.com>
2024-11-01 11:12:22 -07:00
Daniel M 284c8233ae
Update fakeredis to latest (#4512)
* Upgrade fakeredis to v2.26.1

* Upgrade fakeredis to v2.26.1

* Update python version to 3.11

* fix typing

* update github workflows to use ubuntu-latest

* fix

* restore py3.8
2024-11-01 09:48:10 -07:00
Kyle Ju 9a6b2f610d
Implementation UI warnings for outdated shipped feature (#4506)
* Implementation

* Fix comments, pending tests

* Finish tests

* Ignore old shipped feature
2024-10-31 14:35:11 -07:00
Kyle Ju 5c4949545d
Fix space (#4507) 2024-10-31 12:56:18 -07:00
Jason Robbins 89aed49beb
Move max size constants to settings.py. (#4505) 2024-10-31 12:35:42 -07:00
Jason Robbins 4a19d58329
Change chrome://flags to about://flags in help text (#4502)
* Change chrome://flags to about://flags in help text

* Also change it in the intent templates and goldens
2024-10-30 14:07:40 -07:00
Kyle Ju 59a1e11bee
Keep features up-to-date in the Feature Detail page (#4481)
* Feature detail page UI for keeping upcoming milestones up-to-date
2024-10-30 12:33:49 -07:00
Jason Robbins b4c5cedb5f
Use Pillow and the uploaded mime_type. (#4499) 2024-10-30 10:52:10 -07:00
dependabot[bot] 548e640149
npm: bump acorn from 8.12.1 to 8.14.0 (#4496)
Bumps [acorn](https://github.com/acornjs/acorn) from 8.12.1 to 8.14.0.
- [Commits](https://github.com/acornjs/acorn/compare/8.12.1...8.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 17:24:56 -07:00
dependabot[bot] 36bd0abc6d
npm: bump @rollup/plugin-typescript from 12.1.0 to 12.1.1 (#4495)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 12.1.0 to 12.1.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.1/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 17:05:55 -07:00
dependabot[bot] 934e3ff705
npm: bump @babel/register from 7.25.7 to 7.25.9 (#4494)
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.25.7 to 7.25.9.
- [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.25.9/packages/babel-register)

---
updated-dependencies:
- dependency-name: "@babel/register"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 16:44:12 -07:00
dependabot[bot] 500137c288
npm: bump @babel/plugin-transform-classes from 7.25.7 to 7.25.9 (#4493)
Bumps [@babel/plugin-transform-classes](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-classes) from 7.25.7 to 7.25.9.
- [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.25.9/packages/babel-plugin-transform-classes)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-classes"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 16:21:46 -07:00
dependabot[bot] e0c6afadce
npm: bump @shoelace-style/shoelace from 2.17.1 to 2.18.0 (#4492)
Bumps [@shoelace-style/shoelace](https://github.com/shoelace-style/shoelace) from 2.17.1 to 2.18.0.
- [Release notes](https://github.com/shoelace-style/shoelace/releases)
- [Commits](https://github.com/shoelace-style/shoelace/compare/v2.17.1...v2.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 15:42:12 -07:00
Jason Robbins 77c14b3d2b
Show a link for shipping next year after Sept 1. (#4482)
* Show a link for shipping next year after Sept 1.

* Updated screenshots

* Updated screenshots
2024-10-28 09:00:01 -07:00
Jason Robbins 30964aefb2
Switch localhost development to port 7777. (#4475)
* Switch localhost development to port 8888.

* Use 7777 instead

* Also correct port number in settings.py and goldens
2024-10-24 14:39:42 -07:00
Jason Robbins da48531b0f
Store screenshots as attachments in NDB. (#4473) 2024-10-24 12:59:55 -07:00
Kyle Ju bbfa6c8d0d
Highlight outdated feature entries on roadmap (#4472)
* Add outdated logic

* Explain feature oudated icons

* Address comments

* UI tests

* Another fix

* lint
2024-10-23 17:09:54 -07:00
Jason Robbins fcd6de20eb
Add some more enterprise reviewers. (#4476) 2024-10-23 15:06:10 -07:00
dependabot[bot] 9eccea6495
npm: bump gts from 5.3.1 to 6.0.0 (#4469)
* npm: bump gts from 5.3.1 to 6.0.0

Bumps [gts](https://github.com/google/gts) from 5.3.1 to 6.0.0.
- [Release notes](https://github.com/google/gts/releases)
- [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gts/compare/v5.3.1...v6.0.0)

---
updated-dependencies:
- dependency-name: gts
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Ran lint-fix

* Restore sanity for trailing commas

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Robbins <jrobbins@gmail.com>
2024-10-23 12:01:49 -07:00
dependabot[bot] 3693d22aca
npm: bump typescript from 5.6.2 to 5.6.3 (#4470)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 09:59:47 -07:00
dependabot[bot] 3f59207b26
npm: bump @shoelace-style/shoelace from 2.16.0 to 2.17.1 (#4468)
Bumps [@shoelace-style/shoelace](https://github.com/shoelace-style/shoelace) from 2.16.0 to 2.17.1.
- [Release notes](https://github.com/shoelace-style/shoelace/releases)
- [Commits](https://github.com/shoelace-style/shoelace/compare/v2.16.0...v2.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 09:26:39 -07:00
dependabot[bot] 094d04235f
npm: bump @types/node from 22.7.4 to 22.7.7 (#4466)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 17:33:21 -07:00
dependabot[bot] c1cc6aefdc
npm: bump lit from 3.1.4 to 3.2.1 (#4467)
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.1.4 to 3.2.1.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit@3.2.1/packages/lit)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 17:14:24 -07:00
Daniel Smith d4c249fed2
fix milestone accessing bug (#4471)
Co-authored-by: DanielRyanSmith <danielrsmith@google.com>
2024-10-21 23:14:54 +00:00
James C Scott III ce0299420c
Install gcloud in devcontainer (#4454) 2024-10-18 11:32:56 -04:00
Jason Robbins 85aa6e2b01
Add omole as an enterprise reviewer. (#4450)
* Add omole as an enterprise reviewer.

* updated tests
2024-10-16 11:14:38 -07:00
Daniel Smith 28866b6d13
fix creation request failed typo (#4448) 2024-10-15 13:29:03 -07:00
dependabot[bot] a2c2de6c43
npm: bump @playwright/test from 1.47.2 to 1.48.0 (#4447)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.47.2 to 1.48.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.47.2...v1.48.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 11:37:59 -07:00
dependabot[bot] 961ba4d31f
npm: bump @babel/core from 7.25.7 to 7.25.8 (#4446)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.7 to 7.25.8.
- [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.25.8/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 10:57:14 -07:00
dependabot[bot] 7b98593c84
npm: bump @babel/preset-env from 7.25.7 to 7.25.8 (#4445)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.7 to 7.25.8.
- [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.25.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 17:29:14 -07:00
dependabot[bot] 38f74fa5e4
npm: bump rollup from 4.22.5 to 4.24.0 (#4444)
Bumps [rollup](https://github.com/rollup/rollup) from 4.22.5 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.22.5...v4.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 16:36:29 -07:00
dependabot[bot] 783a947d26
npm: bump @openapitools/openapi-generator-cli from 2.13.12 to 2.14.0 (#4443)
Bumps [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) from 2.13.12 to 2.14.0.
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.13.12...v2.14.0)

---
updated-dependencies:
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 15:46:20 -07:00
dependabot[bot] 9323c17557
npm: bump @babel/register from 7.24.6 to 7.25.7 (#4435)
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.24.6 to 7.25.7.
- [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.25.7/packages/babel-register)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 13:00:35 -07:00
dependabot[bot] 4b2b4776fe
npm: bump eslint from 9.11.1 to 9.12.0 (#4434)
Bumps [eslint](https://github.com/eslint/eslint) from 9.11.1 to 9.12.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.11.1...v9.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 11:11:58 -07:00
dependabot[bot] e36d1817a6
npm: bump @babel/core from 7.25.2 to 7.25.7 (#4433)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.2 to 7.25.7.
- [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.25.7/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 10:25:32 -07:00
dependabot[bot] b4dd41452b
npm: bump @babel/preset-env from 7.25.4 to 7.25.7 (#4432)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.4 to 7.25.7.
- [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.25.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 09:46:49 -07:00
dependabot[bot] c5161cdf20
npm: bump @babel/plugin-proposal-decorators from 7.24.7 to 7.25.7 (#4431)
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.24.7 to 7.25.7.
- [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.25.7/packages/babel-plugin-proposal-decorators)

---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 09:46:15 -07:00
Daniel Smith 520c60239c
Add more info to OT requests admin page (#4423) 2024-10-03 13:19:41 -07:00
Daniel Smith 55019bbe32
Activate the automated OT creation process (#4418)
* Activate the automated OT creation process

* send OT creation request email during automation
2024-10-03 12:20:29 -07:00
Daniel Smith f6e2c8c740
Small OT email structure changes (#4417) 2024-10-03 12:17:12 -07:00