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

OpenAPI: feature_api #4263

Draft
wants to merge 78 commits into
base: main
Choose a base branch
from

Commits on Aug 20, 2024

  1. verbose feature dict

    markxiong0122 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    63aafc9 View commit details
    Browse the repository at this point in the history
  2. stagedict

    markxiong0122 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4ba34bf View commit details
    Browse the repository at this point in the history
  3. nested object

    markxiong0122 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2b149fa View commit details
    Browse the repository at this point in the history
  4. extension obj

    markxiong0122 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5db1ef4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fcb27f View commit details
    Browse the repository at this point in the history
  6. Add shipping_year field. (GoogleChrome#4257)

    * Add shipping_year field.
    
    * formatting
    
    * updated screenshots
    
    * updated typedict
    
    * Updated screenshots again
    jrobbins authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6edf33d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Disable OT milestone edits during automated OT creation process (serv…

    …er-side) (GoogleChrome#4236)
    
    * No OT milestone edits during OT creation process
    
    * fix imports
    DanielRyanSmith authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ce04546 View commit details
    Browse the repository at this point in the history
  2. Implement fulltext search within a specific field. (GoogleChrome#4262)

    * Implement fulltext search within a specific field.
    
    * Disable OT milestone edits during automated OT creation process (server-side) (GoogleChrome#4236)
    
    * No OT milestone edits during OT creation process
    
    * fix imports
    
    * Added tests cand updated comments
    
    ---------
    
    Co-authored-by: Daniel Smith <[email protected]>
    jrobbins and DanielRyanSmith authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    38a06c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Disable changing OT milestones when OT creation process is in progres…

    …s (client-side) (GoogleChrome#4218)
    
    * disable changing OT milestones while OT is created
    
    * logic update
    
    * remove textarea disabled addition
    
    * change "helpText" to "disabledReason"
    
    * remove unnecessary variable
    DanielRyanSmith authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    51b4926 View commit details
    Browse the repository at this point in the history
  2. Handle OpenAPI models correctly for GET requests (GoogleChrome#4274)

    * Handle OpenAPI models correctly for GET requests
    
    * Update basehandlers_test.py
    DanielRyanSmith authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    10ff067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3df0840 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34cf3cd View commit details
    Browse the repository at this point in the history
  5. Allow searching for shipping year (GoogleChrome#4268)

    * progress
    
    * typo
    jrobbins authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f4875c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. OpenAPI: comments_api (GoogleChrome#4195)

    * generated code
    
    * add models
    
    * map json fields
    
    * casting post objects to models
    
    * from dict
    
    * modify test to models
    
    * resolve conflicts
    
    * fix datetime
    
    * resolve conflicts
    
    * regenerate models
    
    * reorganize
    
    * changing helper names
    markxiong0122 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fbe07e7 View commit details
    Browse the repository at this point in the history
  2. OpenAPI: component_users (GoogleChrome#4199)

    * cast to models
    
    * changed to from_dict
    
    * delete param
    markxiong0122 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    532109e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd4a0a4 View commit details
    Browse the repository at this point in the history
  4. OpenAPI: review_api (GoogleChrome#4250)

    * process
    
    * process models
    
    * seperate progress item
    
    * fix reserved word
    
    * progress
    
    * vote model
    
    * vote api done
    
    * get gates for a feature
    
    * xfn gates
    
    * remove white space
    
    * merge
    markxiong0122 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a3a26cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d2de18 View commit details
    Browse the repository at this point in the history
  6. Obtain Chromium source files concurrently (GoogleChrome#4266)

    * Obtain chromium source files concurrently
    
    * remove log
    
    * Update origin_trials_api.py
    DanielRyanSmith authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7ba3658 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Add default string conversion for dates in JSON responses (GoogleChro…

    …me#4280)
    
    * Add default string conversion for dates
    
    * shipped_date kept as date format
    DanielRyanSmith authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    e8f4661 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Make certain props in feature links nullable (GoogleChrome#4281)

    * make certain props in feature links nullable
    
    * update openapi models
    
    * update TS type def for FeatureLink
    
    * remove information and http_error_code required
    
    * Use LinkPreview instead of LinkPreviewBase
    
    * information set to optional
    DanielRyanSmith authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    d02bcaa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    ba2ecd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e1056 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    419a1de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c2d6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d3022d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    a1aa28e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Run mypy on generated openapi code too (GoogleChrome#4303)

    * Run mypy on generated openapi code too.
    
    * fixed dep syntax and version number
    jrobbins authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3ed6385 View commit details
    Browse the repository at this point in the history
  2. npm: bump rollup from 4.21.0 to 4.21.1 (GoogleChrome#4293)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.0 to 4.21.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.0...v4.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7029cd7 View commit details
    Browse the repository at this point in the history
  3. npm: bump @babel/preset-env from 7.25.3 to 7.25.4 (GoogleChrome#4294)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.3 to 7.25.4.
    - [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.4/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    32dc76e View commit details
    Browse the repository at this point in the history
  4. OpenAPI: login logout (GoogleChrome#4220)

    * login logout
    
    * error handling
    markxiong0122 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d841c89 View commit details
    Browse the repository at this point in the history
  5. OpenAPI: settings_api (GoogleChrome#4253)

    * settings api
    
    * fix para name
    
    * request rename
    markxiong0122 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2e0800e View commit details
    Browse the repository at this point in the history
  6. OpenAPI: processes_api (GoogleChrome#4239)

    * process
    
    * process models
    
    * seperate progress item
    
    * fix reserved word
    
    * progress
    
    * delete duplicates
    markxiong0122 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6389daa View commit details
    Browse the repository at this point in the history
  7. OpenAPI: OT (GoogleChrome#4226)

    * origin trial obj
    
    * origin trial
    
    * typo
    
    * creat ot models
    
    * save
    
    * stage field
    
    * request obj
    
    * add none check to update field
    
    * patch
    
    * change data structure
    
    * info value seperation
    
    * correct diff msgs
    
    * mapping
    
    * run: npm run openapi
    
    * resolve conflicts
    
    * add models back
    
    ---------
    
    Co-authored-by: James Scott <[email protected]>
    markxiong0122 and jcscottiii authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6e22d7d View commit details
    Browse the repository at this point in the history
  8. npm: bump eslint from 9.9.0 to 9.9.1 (GoogleChrome#4297)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.9.0 to 9.9.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.9.0...v9.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dd51bc4 View commit details
    Browse the repository at this point in the history
  9. npm: bump @types/node from 22.4.1 to 22.5.1 (GoogleChrome#4310)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.1.
    - [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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ffbb3c0 View commit details
    Browse the repository at this point in the history
  10. Hide and ignore use counter field for deprecation trials (GoogleChrom…

    …e#4278)
    
    * Hide and ignore use counter value for dep trials
    
    * lint-fix
    DanielRyanSmith authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ea25c1f View commit details
    Browse the repository at this point in the history
  11. Finish new pagination implementation. (GoogleChrome#4269)

    Co-authored-by: kyleju <[email protected]>
    KyleJu and kyleju authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    00e4729 View commit details
    Browse the repository at this point in the history
  12. Clarify that the security gate is for WP security. (GoogleChrome#4309)

    * Clarify that the security gate is for WP security.
    
    * updated screenshots
    jrobbins authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6beae62 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dab0d2d View commit details
    Browse the repository at this point in the history
  14. Add simple warning header text to OT creation form (GoogleChrome#4277)

    * Update chromedash-ot-creation-page.ts
    
    * use existing warning class
    DanielRyanSmith authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4b89f4e View commit details
    Browse the repository at this point in the history
  15. Add clean-setup step to deployment (GoogleChrome#4314)

    * Add `clean-setup` step to deployment
    
    * Update package.json
    DanielRyanSmith authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    897f7a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. OpenAPI: stars_api (GoogleChrome#4254)

    * stars get
    
    * post
    
    * case to model
    
    * feature_id backward compatibility
    
    * lint
    
    * adjust assertion in tests
    markxiong0122 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2ea0e2f View commit details
    Browse the repository at this point in the history
  2. npm: bump axios and @openapitools/openapi-generator-cli (GoogleChrome…

    …#4311)
    
    Bumps [axios](https://github.com/axios/axios) to 1.7.4 and updates ancestor dependency [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli). These dependencies need to be updated together.
    
    
    Updates `axios` from 1.6.8 to 1.7.4
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.6.8...v1.7.4)
    
    Updates `@openapitools/openapi-generator-cli` from 2.13.4 to 2.13.5
    - [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
    - [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
    - [Commits](OpenAPITools/openapi-generator-cli@v2.13.4...v2.13.5)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: indirect
    - dependency-name: "@openapitools/openapi-generator-cli"
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    153fcde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee836d2 View commit details
    Browse the repository at this point in the history
  4. Fix "WP Security" in gate sorting. (GoogleChrome#4318)

    * Fix "WP Security" in gate sorting.
    
    * Updated screenshots
    jrobbins authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    88e46c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e74deff View commit details
    Browse the repository at this point in the history
  2. npm: bump rollup from 4.21.1 to 4.21.2 (GoogleChrome#4323)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.1 to 4.21.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.1...v4.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e8bdfd3 View commit details
    Browse the repository at this point in the history
  3. Limit pagination length (GoogleChrome#4328)

    * limit pagination length
    
    * Show +- 5 pages and the first/last page
    
    fix
    
    * Change the size to 4
    KyleJu authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9d99cf4 View commit details
    Browse the repository at this point in the history
  4. Pressing slash focuses on feature searchbox. (GoogleChrome#4325)

    * Pressing slash focuses on feature searchbox.
    
    * lint-fix
    jrobbins authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    97e79c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58b879e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. npm: bump @types/node from 22.5.1 to 22.5.2 (GoogleChrome#4324)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.1 to 22.5.2.
    - [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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    53bb58f View commit details
    Browse the repository at this point in the history
  2. Bump flask-cors from 4.0.1 to 5.0.0 (GoogleChrome#4326)

    Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0.
    - [Release notes](https://github.com/corydolphin/flask-cors/releases)
    - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
    - [Commits](corydolphin/flask-cors@4.0.1...5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: flask-cors
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f6fa250 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a338c0 View commit details
    Browse the repository at this point in the history
  4. Add gate rationale (GoogleChrome#4319)

    * Add rationale for the need for each gate.
    
    * lint
    jrobbins authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c77cd1e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. OT Creation allows for the selection of WebDXFeature use counters (cl…

    …ient-side) (GoogleChrome#4313)
    
    * OT creation allows WebDXFeature use counters
    
    * wording change
    
    * Update chromedash-ot-creation-page.ts
    DanielRyanSmith authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5ff8a21 View commit details
    Browse the repository at this point in the history
  2. OT Creation allows for the selection of WebDXFeature use counters (se…

    …rver-side) (GoogleChrome#4267)
    
    * Obtain chromium source files concurrently
    
    * remove log
    
    * Add validation logic for WebDXFeature use counters
    
    * Change implementation to use string prefix
    DanielRyanSmith authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0697666 View commit details
    Browse the repository at this point in the history
  3. Revised testing gate rationale. (GoogleChrome#4336)

    * Revised testing gate rationale.
    
    * lint-fix
    jrobbins authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f4731a9 View commit details
    Browse the repository at this point in the history
  4. Avoid a race condition when processing LGTMs. (GoogleChrome#4334)

    * Avoid a race condition when processing LGTMs.
    
    * Also undo double votes
    jrobbins authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b88d7f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. OT creation form deprecation trial bug fix (GoogleChrome#4338)

    * conditional prop access and TS definitions
    
    * move prefix logic into conditional block
    
    * lint-fix
    DanielRyanSmith authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c552277 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. npm: bump typescript from 5.5.4 to 5.6.2 (GoogleChrome#4342)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e546e41 View commit details
    Browse the repository at this point in the history
  2. npm: bump @playwright/test from 1.46.1 to 1.47.0 (GoogleChrome#4343)

    Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.46.1 to 1.47.0.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.46.1...v1.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@playwright/test"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    64a88dc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. npm: bump @web/test-runner from 0.18.3 to 0.19.0 (GoogleChrome#4344)

    Bumps [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) from 0.18.3 to 0.19.0.
    - [Release notes](https://github.com/modernweb-dev/web/releases)
    - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md)
    - [Commits](https://github.com/modernweb-dev/web/commits/@web/[email protected]/packages/test-runner)
    
    ---
    updated-dependencies:
    - dependency-name: "@web/test-runner"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5c59429 View commit details
    Browse the repository at this point in the history
  2. npm: bump eslint from 9.9.1 to 9.10.0 (GoogleChrome#4345)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.9.1 to 9.10.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.9.1...v9.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    eef5158 View commit details
    Browse the repository at this point in the history
  3. npm: bump @types/node from 22.5.2 to 22.5.4 (GoogleChrome#4346)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.2 to 22.5.4.
    - [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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c8ad386 View commit details
    Browse the repository at this point in the history
  4. npm: bump ws from 7.5.9 to 7.5.10 (GoogleChrome#4348)

    Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.9...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    eaa2c96 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Separate creation and setup requests in OT creation process (GoogleCh…

    …rome#4214)
    
    * Implement retry logic for OT creation
    
    * remove sorting of contact list
    
    * Separate CreateTrial and SetupTrial requests
    
    * change endpoint name
    DanielRyanSmith authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fc488c9 View commit details
    Browse the repository at this point in the history
  2. Add OT support emails secret for OT creation (GoogleChrome#4287)

    * Implement retry logic for OT creation
    
    * remove sorting of contact list
    
    * Separate CreateTrial and SetupTrial requests
    
    * Add OT support emails secret for OT creation
    DanielRyanSmith authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    419c936 View commit details
    Browse the repository at this point in the history
  3. Make autocomplete offer enum values separately. (GoogleChrome#4349)

    * Make autocomplete offer enum values separately.
    
    * Clarified helper function.
    jrobbins authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dc68cdf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Add script to backfill shipping_year (GoogleChrome#4357)

    * progress
    
    * Added tests and simplified logic.
    
    * Simplify for mypy
    jrobbins authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    296c2b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d821118 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. rebase

    markxiong0122 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0b9ff3d View commit details
    Browse the repository at this point in the history
  2. stagedict

    markxiong0122 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5a2e31c View commit details
    Browse the repository at this point in the history
  3. nested object

    markxiong0122 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c9be86a View commit details
    Browse the repository at this point in the history
  4. extension obj

    markxiong0122 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9673840 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8109df View commit details
    Browse the repository at this point in the history
  6. rebase

    markxiong0122 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    11eeb01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    080ebde View commit details
    Browse the repository at this point in the history