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

3693 Коммитов

Автор SHA1 Сообщение Дата
Jason Robbins 1d3022d31d
Make detection of intent_thread_url more robust (#4300) 2024-08-27 10:29:23 -07:00
Jason Robbins e1c2d6ccad
Set shipping_year initial value only on feature creation. (#4301) 2024-08-27 10:27:56 -07:00
Jason Robbins 419a1ded5d
Fix search for phrases that are one word repeated. (#4290) 2024-08-27 09:47:12 -07:00
Jason Robbins d4e1056c27
Change postToThreadType to type int. (#4291) 2024-08-26 11:00:01 -07:00
Mark Xiong ba2ecd3b82
crossing todos (#4283) 2024-08-25 22:12:12 -05:00
Daniel Smith d02bcaa64f
Make certain props in feature links nullable (#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
2024-08-25 11:30:07 -07:00
Daniel Smith e8f4661d7a
Add default string conversion for dates in JSON responses (#4280)
* Add default string conversion for dates

* shipped_date kept as date format
2024-08-23 18:14:39 -07:00
Daniel Smith 7ba365892b
Obtain Chromium source files concurrently (#4266)
* Obtain chromium source files concurrently

* remove log

* Update origin_trials_api.py
2024-08-23 10:32:10 -07:00
Daniel Smith 9d2de18576
fix ot prereqs typo (#4276) 2024-08-23 10:31:08 -07:00
Mark Xiong a3a26cc2b8
OpenAPI: review_api (#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
2024-08-23 09:38:07 -05:00
Mark Xiong dd4a0a4d6b
token refresh (#4255) 2024-08-23 08:39:31 -05:00
Mark Xiong 532109ed78
OpenAPI: component_users (#4199)
* cast to models

* changed to from_dict

* delete param
2024-08-23 08:38:47 -05:00
Mark Xiong fbe07e7aa0
OpenAPI: comments_api (#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
2024-08-23 08:26:36 -05:00
Jason Robbins f4875c6968
Allow searching for shipping year (#4268)
* progress

* typo
2024-08-22 16:53:59 -07:00
Daniel Smith 34cf3cddb4
handle ID key in changes dictionary (#4265) 2024-08-22 15:55:52 -07:00
Jason Robbins 3df0840904
Delete code for the guide edit handler. (#4270) 2024-08-22 14:31:56 -07:00
Daniel Smith 10ff0673d1
Handle OpenAPI models correctly for GET requests (#4274)
* Handle OpenAPI models correctly for GET requests

* Update basehandlers_test.py
2024-08-22 13:41:03 -07:00
Daniel Smith 51b4926879
Disable changing OT milestones when OT creation process is in progress (client-side) (#4218)
* disable changing OT milestones while OT is created

* logic update

* remove textarea disabled addition

* change "helpText" to "disabledReason"

* remove unnecessary variable
2024-08-22 10:20:28 -07:00
Jason Robbins 38a06c8b1f
Implement fulltext search within a specific field. (#4262)
* Implement fulltext search within a specific field.

* Disable OT milestone edits during automated OT creation process (server-side) (#4236)

* No OT milestone edits during OT creation process

* fix imports

* Added tests cand updated comments

---------

Co-authored-by: Daniel Smith <56164590+DanielRyanSmith@users.noreply.github.com>
2024-08-21 15:44:27 -07:00
Daniel Smith ce04546dbd
Disable OT milestone edits during automated OT creation process (server-side) (#4236)
* No OT milestone edits during OT creation process

* fix imports
2024-08-21 08:50:46 -07:00
Jason Robbins 6edf33db53
Add shipping_year field. (#4257)
* Add shipping_year field.

* formatting

* updated screenshots

* updated typedict

* Updated screenshots again
2024-08-20 13:26:56 -07:00
dependabot[bot] 76d0ce7eda
npm: bump @types/node from 22.2.0 to 22.4.1 (#4261)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.2.0 to 22.4.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 17:10:16 -07:00
dependabot[bot] 5164a5de2d
npm: bump eslint from 9.8.0 to 9.9.0 (#4260)
Bumps [eslint](https://github.com/eslint/eslint) from 9.8.0 to 9.9.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.8.0...v9.9.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-08-19 16:30:36 -07:00
Jason Robbins b8d55e2b5c
fix recent reviews query (#4248)
* progress

* Updated tests

* Limit by recent number of days not unsorted result count

* Clarify the precedence of operators

Co-authored-by: Kyle Ju <kyleju@google.com>

---------

Co-authored-by: Kyle Ju <kyleju@google.com>
2024-08-19 15:35:24 -07:00
dependabot[bot] c0b31ee8e0
npm: bump @playwright/test from 1.45.3 to 1.46.1 (#4259)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.3 to 1.46.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.45.3...v1.46.1)

---
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-08-19 15:34:48 -07:00
dependabot[bot] 7fa55a83cc
npm: bump rollup from 4.20.0 to 4.21.0 (#4258)
Bumps [rollup](https://github.com/rollup/rollup) from 4.20.0 to 4.21.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.20.0...v4.21.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-08-19 14:25:51 -07:00
Daniel Smith 1a94e8d68e
Make OT creation cron job routes available (#4237) 2024-08-19 10:08:41 -07:00
Jason Robbins 6c28adc7d8
Implement phrase search via post processing (#4247)
* progress

* Match only whole words

* added tests

* Even better test

* Address review feedback
2024-08-16 14:42:41 -07:00
Jason Robbins f99f1ea8c7
Fix update_gate_status and add type checks. (#4238) 2024-08-15 15:16:29 -07:00
Mark Xiong 9c59fd4858
OpenAPI: feature links (#4213)
* OAS

* openapi modelas

* links sample datastructure

* cast to models

* handler with openapi models
2024-08-14 14:22:59 -05:00
dependabot[bot] 777ad69e80
npm: bump @types/node from 22.0.0 to 22.2.0 (#4231)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.0 to 22.2.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-08-14 11:59:10 -07:00
dependabot[bot] f6682709a6
npm: bump @web/test-runner from 0.18.2 to 0.18.3 (#4230)
Bumps [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) from 0.18.2 to 0.18.3.
- [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/test-runner@0.18.3/packages/test-runner)

---
updated-dependencies:
- dependency-name: "@web/test-runner"
  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-08-13 15:33:02 -07:00
dependabot[bot] 8cb91a76c2
npm: bump @babel/eslint-plugin from 7.24.7 to 7.25.1 (#4229)
Bumps [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin) from 7.24.7 to 7.25.1.
- [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.1/eslint/babel-eslint-plugin)

---
updated-dependencies:
- dependency-name: "@babel/eslint-plugin"
  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-08-13 15:07:38 -07:00
dependabot[bot] 900b87e95a
npm: bump @babel/eslint-parser from 7.24.8 to 7.25.1 (#4228)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.24.8 to 7.25.1.
- [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.1/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  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-08-13 14:27:33 -07:00
dependabot[bot] 49e7a8d0f1
npm: bump @75lb/deep-merge from 1.1.1 to 1.1.2 (#4222)
Bumps [@75lb/deep-merge](https://github.com/75lb/deep-merge) from 1.1.1 to 1.1.2.
- [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: "@75lb/deep-merge"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 13:33:22 -07:00
Daniel Smith 23998966ce
add error text argument to OT creation fail email (#4212) 2024-08-13 09:43:09 -07:00
Mark Xiong 70b3eba8c5
permissions (#4227) 2024-08-12 22:09:21 -05:00
Mark Xiong 59a78a87bd
dismissed cue (#4211) 2024-08-07 15:39:21 -05:00
dependabot[bot] 796b60b423
npm: bump @babel/core from 7.24.9 to 7.25.2 (#4209)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.9 to 7.25.2.
- [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.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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-08-05 17:59:51 -07:00
dependabot[bot] ca2bf1d5df
npm: bump @shoelace-style/shoelace from 2.15.1 to 2.16.0 (#4208)
Bumps [@shoelace-style/shoelace](https://github.com/shoelace-style/shoelace) from 2.15.1 to 2.16.0.
- [Release notes](https://github.com/shoelace-style/shoelace/releases)
- [Commits](https://github.com/shoelace-style/shoelace/compare/v2.15.1...v2.16.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-08-05 16:53:10 -07:00
dependabot[bot] d6da8b52e9
npm: bump @babel/preset-env from 7.24.8 to 7.25.3 (#4207)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [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.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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-08-05 16:30:24 -07:00
dependabot[bot] 3fb96c96ce
npm: bump rollup from 4.19.0 to 4.20.0 (#4206)
Bumps [rollup](https://github.com/rollup/rollup) from 4.19.0 to 4.20.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.19.0...v4.20.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-08-05 15:53:51 -07:00
Mark Xiong ee876747bc
OpenAPI: accounts_api (#4130)
* accounts api specification

* generated code

* adding Type to response

* convert to dic

* accounts api specification

* generated code

* adding Type to response

* convert to dic

* generated code

rebase main
2024-08-05 16:58:39 -05:00
Jason Robbins 57683376a6
Rename field_id to gate_type. (#4197) 2024-08-01 17:40:04 -07:00
Mark Xiong c854aa9e44
Typescript Migration: report external reviews (#4115)
* external reviews

* initialize Task

* remove unused imports

* change type name
2024-08-01 15:10:44 -05:00
Mark Xiong 016756436a
Typescript Migration: enterprise release notes (#4030)
* save temp

* migrated enterprise release notes page

* test file and lint

* adjust Feature import

* fix rawQuery return type and minor test fixes

* lint

* fixed type bug

* fix
2024-07-30 22:32:27 -05:00
dependabot[bot] 372821fe96
gh-actions: bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#4192)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  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-07-30 15:59:33 -07:00
Jason Robbins 7a8583bd01
Fix undefined var in early call to render() in provote dialog. (#4194) 2024-07-30 14:28:05 -07:00
dependabot[bot] 6b9f5e79ea
npm: bump @babel/plugin-transform-classes from 7.24.8 to 7.25.0 (#4191)
Bumps [@babel/plugin-transform-classes](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-classes) from 7.24.8 to 7.25.0.
- [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.0/packages/babel-plugin-transform-classes)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-classes"
  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-07-30 14:27:43 -07:00
dependabot[bot] 2206862984
npm: bump eslint from 9.7.0 to 9.8.0 (#4190)
Bumps [eslint](https://github.com/eslint/eslint) from 9.7.0 to 9.8.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.7.0...v9.8.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-07-30 09:20:13 -07:00