Commit 34e5565
Add support for running additional services (#484)
* wip: initial attempt at adding webtransport to grizzly
* refactor: use future annotations and remove Optional type
* refactor: add explicit imports for os methods
* docs: remove unnecessary type defintion from docstring
* fix: move pathlib import into type checking block
* fix: a few more minor nits
* docs: add explanation for over-riding wpt _doc_root global
---------
Co-authored-by: Tyson Smith <tyson.w.smith@gmail.com>1 parent 6151e00 commit 34e5565Copy full SHA for 34e5565
41 files changed
+1,922-2Lines changed: 1922 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- grizzly
- reduce
- replay
- services
- webtransport
- wpt_h3_server
- handlers
- sapphire
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 | |
2 | 4 | |
3 | 5 | |
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
68 | 68 | |
69 | 69 | |
70 | 70 | |
| 71 | + |
| 72 | + |
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
| ||
56 | 57 | |
57 | 58 | |
58 | 59 | |
| 60 | + |
59 | 61 | |
60 | 62 | |
61 | 63 | |
| ||
64 | 66 | |
65 | 67 | |
66 | 68 | |
| 69 | + |
67 | 70 | |
68 | 71 | |
69 | 72 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
| ||
40 | 41 | |
41 | 42 | |
42 | 43 | |
| 44 | + |
43 | 45 | |
44 | 46 | |
45 | 47 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
|
Collapse file
+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
29 | 30 | |
30 | 31 | |
31 | 32 | |
| ||
66 | 67 | |
67 | 68 | |
68 | 69 | |
| 70 | + |
69 | 71 | |
70 | 72 | |
71 | 73 | |
| ||
135 | 137 | |
136 | 138 | |
137 | 139 | |
| 140 | + |
| 141 | + |
| 142 | + |
138 | 143 | |
139 | 144 | |
140 | 145 | |
| ||
163 | 168 | |
164 | 169 | |
165 | 170 | |
| 171 | + |
166 | 172 | |
167 | 173 | |
168 | 174 | |
| ||
183 | 189 | |
184 | 190 | |
185 | 191 | |
| 192 | + |
| 193 | + |
186 | 194 | |
187 | 195 | |
188 | 196 | |
|
Collapse file
+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
| ||
98 | 99 | |
99 | 100 | |
100 | 101 | |
| 102 | + |
101 | 103 | |
102 | 104 | |
103 | 105 | |
| ||
123 | 125 | |
124 | 126 | |
125 | 127 | |
| 128 | + |
126 | 129 | |
127 | 130 | |
128 | 131 | |
| ||
161 | 164 | |
162 | 165 | |
163 | 166 | |
| 167 | + |
164 | 168 | |
165 | 169 | |
166 | 170 | |
| ||
330 | 334 | |
331 | 335 | |
332 | 336 | |
| 337 | + |
333 | 338 | |
334 | 339 | |
335 | 340 | |
| ||
533 | 538 | |
534 | 539 | |
535 | 540 | |
| 541 | + |
536 | 542 | |
537 | 543 | |
538 | 544 | |
| ||
785 | 791 | |
786 | 792 | |
787 | 793 | |
| 794 | + |
788 | 795 | |
789 | 796 | |
790 | 797 | |
| ||
854 | 861 | |
855 | 862 | |
856 | 863 | |
| 864 | + |
| 865 | + |
| 866 | + |
| 867 | + |
857 | 868 | |
858 | 869 | |
859 | 870 | |
| ||
876 | 887 | |
877 | 888 | |
878 | 889 | |
| 890 | + |
879 | 891 | |
880 | 892 | |
881 | 893 | |
| ||
918 | 930 | |
919 | 931 | |
920 | 932 | |
| 933 | + |
| 934 | + |
921 | 935 | |
922 | 936 | |
Collapse file
src/grizzly/reduce/test_main.py
Copy file name to clipboardExpand all lines: src/grizzly/reduce/test_main.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
240 | 240 | |
241 | 241 | |
242 | 242 | |
| 243 | + |
243 | 244 | |
244 | 245 | |
245 | 246 | |
|
Collapse file
src/grizzly/replay/replay.py
Copy file name to clipboardExpand all lines: src/grizzly/replay/replay.py+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
| 36 | + |
36 | 37 | |
37 | 38 | |
38 | 39 | |
| ||
299 | 300 | |
300 | 301 | |
301 | 302 | |
| 303 | + |
302 | 304 | |
303 | 305 | |
304 | 306 | |
| ||
319 | 321 | |
320 | 322 | |
321 | 323 | |
| 324 | + |
322 | 325 | |
323 | 326 | |
324 | 327 | |
| ||
354 | 357 | |
355 | 358 | |
356 | 359 | |
| 360 | + |
| 361 | + |
| 362 | + |
357 | 363 | |
358 | 364 | |
359 | 365 | |
| ||
643 | 649 | |
644 | 650 | |
645 | 651 | |
| 652 | + |
646 | 653 | |
647 | 654 | |
648 | 655 | |
| ||
696 | 703 | |
697 | 704 | |
698 | 705 | |
| 706 | + |
| 707 | + |
| 708 | + |
| 709 | + |
699 | 710 | |
700 | 711 | |
701 | 712 | |
| ||
716 | 727 | |
717 | 728 | |
718 | 729 | |
| 730 | + |
719 | 731 | |
720 | 732 | |
721 | 733 | |
| ||
768 | 780 | |
769 | 781 | |
770 | 782 | |
| 783 | + |
| 784 | + |
771 | 785 | |
772 | 786 | |
Collapse file
src/grizzly/replay/test_main.py
Copy file name to clipboardExpand all lines: src/grizzly/replay/test_main.py+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
| 39 | + |
39 | 40 | |
40 | 41 | |
41 | 42 | |
| ||
151 | 152 | |
152 | 153 | |
153 | 154 | |
| 155 | + |
154 | 156 | |
155 | 157 | |
156 | 158 | |
| ||
215 | 217 | |
216 | 218 | |
217 | 219 | |
| 220 | + |
218 | 221 | |
219 | 222 | |
220 | 223 | |
| ||
256 | 259 | |
257 | 260 | |
258 | 261 | |
| 262 | + |
259 | 263 | |
260 | 264 | |
261 | 265 | |
| ||
317 | 321 | |
318 | 322 | |
319 | 323 | |
| 324 | + |
320 | 325 | |
321 | 326 | |
322 | 327 | |
| ||
385 | 390 | |
386 | 391 | |
387 | 392 | |
| 393 | + |
388 | 394 | |
389 | 395 | |
390 | 396 | |
| ||
438 | 444 | |
439 | 445 | |
440 | 446 | |
| 447 | + |
441 | 448 | |
442 | 449 | |
443 | 450 | |
|
0 commit comments