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

1596 Коммитов

Автор SHA1 Сообщение Дата
Jason Robbins b97a84007c
Move the deprecated experiment timeline field lower. (#1234) 2021-03-23 12:02:55 -07:00
Jason Robbins 288467837d
Delete code for the legacy feature editing UI. (#1231) 2021-03-23 09:28:46 -07:00
Jason Robbins 3ccb4624c1
Use consistent label for process stage. (#1229) 2021-03-22 18:01:17 -07:00
Jason Robbins ba3a406394
Refactor server.py into more specific files under pages/. (#1227)
* progress

* Refactor server.py into more specific files under pages/.

* remove server_test.py since tests are in specific files.

* Fix flakey test (feature ID could match part of date)
2021-03-22 15:33:02 -07:00
Jason Robbins 62b755479d
Make test output quiet. (#1230) 2021-03-22 13:27:14 -07:00
Nikhil Saini 02396707f5
Fix sorting of percentage values (#1224)
* Make it so Adam A is notified of CSS Changes

* Fix incorrect percentage sorting

* Corrected typo

* Removed change unrelated to this PR

* Removed unused variable

Co-authored-by: Joe Medley <jmedley@google.com>
2021-03-20 13:47:18 -07:00
Jason Robbins 1e5870477f
Refactor most page handlers into new pages/ directory. (#1226) 2021-03-19 17:21:54 -07:00
Shivam Agarwal e4d5be9df7
20210319 fix timeline narrrow ports (#1220)
* Added a navigation row on narrow view ports for all properties menu

* Added changes
2021-03-19 14:52:18 -07:00
Jason Robbins 8e5804412f Actually remove cues.py. 2021-03-19 16:09:40 -04:00
Jason Robbins 891f9fead7
Remove obsolete stars and cues handlers. (#1219)
* Remove obsolete stars and cues handlers.

* reverted unintentional change to index.yaml
2021-03-19 12:07:31 -07:00
Jason Robbins 0489cb959c
Remove some code left over from push notifications. (#1223) 2021-03-19 11:19:57 -07:00
Jason Robbins b5e7dae2cc
Change email address for webview leads. (#1222) 2021-03-19 11:19:44 -07:00
Jason Robbins 1dbc9f3219
Remove lighthouse-ci travis target. (#1217) 2021-03-19 11:18:51 -07:00
Jason Robbins 3eb299e8dc
Reorganize framework-like code into a framework directory. (#1216)
* Reorganize framework-like code into a framework directory.

* Actually move API tests
2021-03-19 11:18:17 -07:00
Jason Robbins 53c130c4f1
Hide components by default on the schedule page. (#1218)
* Hide components by default on the schedule page.

* update comments
2021-03-18 16:06:28 -07:00
Nikhil Saini 4eb610799f
Replaced app identity lib with env vars (#1207)
* Removed app identity lib for env vars

* Implemented requested changes

* changes with the use of UNIT_TEST_MODE

* Reverted chromedash-metadata.js
2021-03-18 10:58:32 -07:00
RITARSHI CHATTARAJ 1795e60cf6
Tried fixing error #431 (#1206)
* added feature.keyword to temporary string regExp at #L201 function

* Changed feature.keyword to feature.tags at #L201 and wrapped text at 80 columns
2021-03-18 10:41:51 -07:00
Shivam Agarwal 395acf8e8e
Fixed : Failing Tests in Travis CI (#1211) 2021-03-17 09:09:55 -07:00
Jason Robbins a0a646317b
Revert "Fix missing dep for request on travis. (#1213)" (#1215)
This reverts commit 8fb591b78e.
2021-03-17 09:09:21 -07:00
Jason Robbins 8fb591b78e
Fix missing dep for request on travis. (#1213) 2021-03-17 09:06:40 -07:00
Jason Robbins 9a0019035d Update README to avoid frustrated GSOC students. 2021-03-16 19:17:55 -04:00
Jason Robbins 8bc41f6598 Only skip directories named "tests", not partial filenames. 2021-03-16 19:07:59 -04:00
Jason Robbins ecf4592513 Fix wrong prameter name to Requests. 2021-03-16 16:55:09 -04:00
Jason Robbins 79bd74b506 Fix usage of requests library for py2 GAE server. 2021-03-16 16:22:47 -04:00
Shivam Agarwal a2afb0c28d
20210316 urlfetch to native python (#1205)
* Added requirements for requests library

* Replaces URLfetch with requests

* Taking secret key from environment

* Replaced urlfetch with requests in tests

* Fixed Test

* Fixed POST request in test
2021-03-16 12:18:48 -07:00
Jason Robbins 8d5af789ab
Update README.md
Added note about jinja2.tests problem that new developers are hitting.
2021-03-15 18:26:43 -07:00
Jason Robbins 22ea66e146
Remove links to use old feature editing UI. (#1199) 2021-03-15 17:22:24 -07:00
Jason Robbins 0c924bb9b1
Remove some unused files. (#1200) 2021-03-12 08:06:00 -08:00
Jason Robbins 79888b642d
Upgraded urijs library to address a security concern. (#1195) 2021-03-11 09:21:46 -08:00
Jason Robbins 1047ae2258
Add simple spec mentor support (#1194)
* Add a simlpe spec mentor field.

* Add help text to intent preview page
2021-03-09 10:42:48 -08:00
Jason Robbins fe12ed36e7 Move FF signals field help to the correct field. 2021-03-04 17:54:11 -05:00
Jason Robbins 3570e7c5e4
Fix new crbug link on issue detail page. (#1193) 2021-03-04 12:47:25 -08:00
Jason Robbins 08f0ca6151
Fix test that should have been in the REST API PR. (#1191) 2021-03-03 16:42:40 -08:00
aglaforge ccdeb1d7a8
Merge pull request #1190 from GoogleChrome/20210303-start-rest-api
Start offering a simple REST API.
2021-03-03 15:25:35 -08:00
Jason Robbins 0b5ce617ec Added docstrings 2021-03-03 18:22:29 -05:00
Jason Robbins 6bba409a33 Start offering a simple REST API. 2021-03-03 16:46:54 -05:00
Jason Robbins 978fb4114b
Add links to signals docs and web dev checkmark. (#1189)
* Add links to signals docs and web dev checkmark.

* Fix unit test after HSTS change.

* Add links to signals docs and web dev checkmark.
2021-03-02 13:56:59 -08:00
aglaforge 521f3f7730
Merge pull request #1188 from GoogleChrome/20210225-remove-service-worker-app-yaml
Remove a few more references to unused service worker.
2021-02-25 16:05:04 -08:00
Jason Robbins 3e1b3adce2 Fix unit test after HSTS change. 2021-02-25 18:55:37 -05:00
Jason Robbins b40145e60a Remove a few more references to unused service worker. 2021-02-25 16:14:18 -05:00
aglaforge c252e8eaaf
Merge pull request #1187 from GoogleChrome/20210225-add-strict-transport-security-header
Add Strict-Transport-Security header since we are all https.
2021-02-25 11:45:57 -08:00
Jason Robbins e3801b960a Add Strict-Transport-Security header since we are all https. 2021-02-25 13:58:59 -05:00
aglaforge df101098c3
Merge pull request #1186 from GoogleChrome/20210224-remove-unused-customtag-verbatim
remove unused customtag verbatim
2021-02-24 13:59:27 -08:00
Jason Robbins 56abe946ad remove unused customtag verbatim 2021-02-24 16:55:19 -05:00
aglaforge 5ee185c55a
Merge pull request #1185 from GoogleChrome/20210224-remove-firebase-env
Remove unneeded firebase environment variable
2021-02-24 13:48:09 -08:00
Jason Robbins 28840790b5 Remove unneeded firebase environment variables 2021-02-24 16:31:01 -05:00
Jason Robbins 9cb625cf1a Updated obsolete info in README.md 2021-02-24 16:16:30 -05:00
Jason Robbins a85a35b880 webview folks only want limited notifications at first 2021-02-24 14:01:56 -05:00
aglaforge 541d519928
Merge pull request #1177 from GoogleChrome/20210222-hardcoded-notification-missing-webview-milestone
Add hard-coded rule to notify on missing webview milestone.
2021-02-22 12:31:26 -08:00
Jason Robbins 27d8bef92a Add hardcoded rule to notify on missing webview milestone. 2021-02-22 15:25:52 -05:00