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

2040 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 51bded222e
npm: bump lit from 2.2.4 to 2.2.5 (#1907)
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.2.4 to 2.2.5.
- [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@2.2.5/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  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>
2022-05-30 14:29:38 -07:00
Daniel LaLiberte aa69b9cf87
Add URL validation pattern and MultiUrlField validator (#1901)
* Add single and multi URL form field validation

* Add MultiUrlField

* Add unit test of validate_url

* Add  comment about the url pattern.
2022-05-27 12:02:49 -04:00
Jason Robbins 831042c266
Pin all py3 library deps to avoid unexpected breakage. (#1906) 2022-05-26 13:09:44 -07:00
Jason Robbins 82ee9f2530 Fix syntax of web font link. 2022-05-24 19:34:06 +00:00
dependabot[bot] ba1887eb1d
npm: bump @open-wc/testing from 3.1.4 to 3.1.5 (#1904)
Bumps [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/open-wc/open-wc/releases)
- [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md)
- [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.1.5/packages/testing)

---
updated-dependencies:
- dependency-name: "@open-wc/testing"
  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>
2022-05-24 11:38:44 -07:00
dependabot[bot] 4c5b8da596
npm: bump @web/test-runner from 0.13.27 to 0.13.28 (#1898)
Bumps [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) from 0.13.27 to 0.13.28.
- [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.13.28/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>
2022-05-24 10:52:00 -07:00
dependabot[bot] b8bee9c8ab
npm: bump lit from 2.2.3 to 2.2.4 (#1899)
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.2.3 to 2.2.4.
- [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@2.2.4/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  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>
2022-05-24 10:51:44 -07:00
Daniel LaLiberte f29d25f378
Fix bolding in various places (#1894)
* Fix bolding in various places

* Make "Feature type:" bold on "new" feature page.
2022-05-19 20:00:03 -04:00
Kyle Ju c570bfbe47
Remove CORS all permissive header (#1875)
* Remove * from CORS

* Address comments

* Fix failing tests
2022-05-19 15:14:04 -07:00
Jason Robbins c9c985f70e
Detect intents where user linked to feature edit page. (#1895)
* Detect intents where user linked to feature edit page.

* corrected URL path
2022-05-19 14:06:02 -07:00
Jason Robbins 917c24b74d
Include all_platforms in both i2e and i2s. (#1893) 2022-05-19 12:43:38 -07:00
Daniel LaLiberte 517e96162d
Remove app-layout and rduce unneeded polymer deps (#1892)
* Remove app-layout and rduce unneeded polymer deps

* Add link tags to load Roboto weight 300 fonts.
2022-05-18 11:45:34 -04:00
Daniel LaLiberte 9487707b39
Show "Edit" links for active stage and in missing prereqs dialog (#1891) 2022-05-17 15:59:30 -04:00
Daniel LaLiberte e5f1b48d31
Add styling for invalid form field values (#1870)
* Add styling for invalid form field values

* Apply to all multiple email address fields. Use pattern attr to do better validation

* Simplify and correct the email address regex
2022-05-17 15:01:03 -04:00
Daniel LaLiberte 1a758c9b98
Add web_tests to continuous integration (#1885)
* Add run webtest to ci.yml

* Use playwright.

* Separate web_tests

* Move web_tests to separate file.

* Remove npm test from web_tests.
2022-05-16 13:08:31 -04:00
Jason Robbins d10158d9f5
Remove backward compat with Google Sign-In. (#1883) 2022-05-13 07:58:47 -07:00
Jason Robbins dc981e39fe
Store intent thread subject lines and use them. (#1878)
* Store intent thread subject lines and use them.

* Avoid double Re: prefix.
2022-05-10 17:45:20 -07:00
Jason Robbins a52132be7c
Detect intent links in an older format. (#1877) 2022-05-09 16:11:26 -07:00
Jason Robbins ef70a1ab9e
Validate link scheme. (#1873) 2022-05-06 16:56:42 -07:00
Jason Robbins a0f4aa4b98
Increase inbound email size limit. (#1874) 2022-05-06 16:56:17 -07:00
dependabot[bot] d4c81aba5c
npm: bump lit from 2.2.2 to 2.2.3 (#1867)
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.2.2 to 2.2.3.
- [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@2.2.3/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  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>
2022-05-02 14:09:02 -07:00
dependabot[bot] 8462840997
npm: bump acorn from 8.7.0 to 8.7.1 (#1866)
Bumps [acorn](https://github.com/acornjs/acorn) from 8.7.0 to 8.7.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/8.7.0...8.7.1)

---
updated-dependencies:
- dependency-name: acorn
  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>
2022-05-02 13:55:38 -07:00
dependabot[bot] 98bed8c7e9
npm: bump node-fetch from 3.2.3 to 3.2.4 (#1863)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  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>
2022-05-02 13:55:22 -07:00
dependabot[bot] c59ad6e334
npm: bump @open-wc/testing from 3.1.3 to 3.1.4 (#1862)
Bumps [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/open-wc/open-wc/releases)
- [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md)
- [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.1.4/packages/testing)

---
updated-dependencies:
- dependency-name: "@open-wc/testing"
  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>
2022-05-02 13:55:02 -07:00
Jason Robbins 4bf00e24e1
Autolink feature details and improve wrapping. (#1861) 2022-04-28 13:28:19 -07:00
Jason Robbins d9cd441b4b
Accept "intend" and "request" in intent emails. (#1860) 2022-04-28 13:28:04 -07:00
Jason Robbins 77d9236057 Whitespace changes by lint-fix. 2022-04-28 00:29:37 +00:00
Jason Robbins 7ef97d08cf
Get JS unit tests passing, switch to assert, add tests. (#1859) 2022-04-27 08:17:54 -07:00
dependabot[bot] d664a4dd90
Bump django from 3.2.12 to 3.2.13 (#1856)
Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.12...3.2.13)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 10:55:06 -07:00
Johnny Stenback 194b5138a8
Update chromium.googlesource.com URL to refer to the correct branch. (#1853)
This fixes a references to the old name of the Chromium repository's main branch in our source code.
2022-04-22 09:56:33 -07:00
Kuan-Hsuan (Kevin) Shen 5be47230db
Extract URLs from text fields before rendering (#1847)
* Extract URLs from text fields before rendering

* Exclude links with http/https from concatenation

* Check match_obj before processing the link
2022-04-22 09:13:20 -07:00
Daniel LaLiberte 3be40e9c30
Initial test of using Web Test Runner (#1851) 2022-04-22 11:38:41 -04:00
Akash Upadhyay 62fa5dda9c
Added href to chromedash-x-meter (#1850)
* wrapped div<a> tag

* minor change
2022-04-21 12:00:52 -07:00
Daniel LaLiberte 67a5723dc3
Fix placement of dialog on process-overview. Misc cleanup. (#1849) 2022-04-21 13:50:49 -04:00
Jason Robbins 71ef0f7266
Update histograms data file branch name. (#1848) 2022-04-21 10:41:05 -07:00
Kuan-Hsuan (Kevin) Shen 893c4ec905
Use datalist instead of select for timeline pages (#1824)
* Use datalist instead of select for timeline pages

* Check el name, Adjust datalist width, add debug id
2022-04-20 08:13:34 -07:00
Daniel LaLiberte 8472481ab8
Replace chromedash-accordion with sl-details (#1846)
* Replace chromedash-accordion with sl-details

* Leave the toggle icon size at the default value, since it aligns with the feature control icons.
2022-04-20 01:27:29 -04:00
Daniel LaLiberte eab5faa426
Replace chromedash-dialog with sl-dialog. (#1845)
* Replace chromedash-dialog with sl-dialog.

* Remove unnecessary :host from selectors.
2022-04-19 14:33:16 -04:00
Akash Upadhyay fe1d030824
Centered loading spinner (#1841)
* centered spinner

* commented max-width
2022-04-18 18:45:05 -07:00
Akash Upadhyay c113591de8
removed spinner display: none from roadmap.scss (#1843) 2022-04-18 18:43:24 -07:00
Daniel LaLiberte 6f044764f9
Add shoelace and gulp-concat. Replace process-overview dialog with shoelace dialog (#1842)
* Remove python2 scripts. Add `npm stop`.

* Add py2 scripts back in.

* Add dialog before drafting email

* Fix computation of prerequests.

* Fix broken "Edit fields" button by removing it.

* Move the item_stage_map setup to willUpdate.

* Add shoelace, and gulp-concat.  Replace dialog in process-overview with shoelace dialog.
2022-04-18 14:57:57 -04:00
Akash Upadhyay 4ab0c110be
remove highlight on mouse leave from roadmap (#1840) 2022-04-17 10:39:45 -07:00
Joe Medley 69a106b707
Fix platform spellings. (#1839) 2022-04-17 10:37:48 -07:00
Jason Robbins 9d5e7be6e0
Replace gantt diamond with boxy strips to clarify OT gaps (#1837)
* experiment

* Redo gantt charts to clarify gaps.
2022-04-15 08:27:44 -07:00
Jason Robbins 552310000c
Revise field help for antipated_spec_changes. (#1835) 2022-04-14 11:12:58 -07:00
Jason Robbins c7175073ed
In component shared styles, change :root to :host. Add _reset. (#1834) 2022-04-13 11:06:16 -07:00
Jason Robbins ce80882fc0
Add index for new ot_milestone_webview_start field. (#1833) 2022-04-13 09:25:48 -07:00
Jason Robbins 1ce851fa34
Add field for anticipated spec changes before i2s. (#1832) 2022-04-12 16:53:22 -07:00
dependabot[bot] e02a95792e
npm: bump urijs from 1.19.10 to 1.19.11 (#1815)
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.10 to 1.19.11.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.10...v1.19.11)

---
updated-dependencies:
- dependency-name: urijs
  dependency-type: direct:production
  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>
2022-04-12 10:43:40 -07:00
dependabot[bot] 0e872f2c56
npm: bump ini from 2.0.0 to 3.0.0 (#1825)
Bumps [ini](https://github.com/npm/ini) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/ini/compare/v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: ini
  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>
2022-04-12 10:43:25 -07:00