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

feat: Service Worker Network Instrumentation and Inspection #14716

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

@rwoll
Copy link
Member Author

rwoll commented Jun 28, 2022

This is ready to land. However, we're still iterating on har bits for some post-1.23 follow up, so it doesn't make sense to land this quite yet as it will make patching 1.23 quite a nuisance due to the HAR overlap. Once 1.23 settles a bit more, we will land this.

@rwoll rwoll added the CQ1 label Jul 1, 2022
@rwoll
Copy link
Member Author

rwoll commented Jul 1, 2022

commit 0ed3d32
Author: Ross A. Wollman <[email protected]>
Date:   Fri Jul 1 10:55:53 2022 -0700

    skip select tests until after roll

commit e4de45c
Merge: 5cbcfe9 b86926e
Author: Ross A. Wollman <[email protected]>
Date:   Thu Jun 30 17:27:00 2022 -0700

    Merge branch 'main' into feat/sw-chunked

commit 5cbcfe9
Author: Ross A. Wollman <[email protected]>
Date:   Tue Jun 28 12:50:15 2022 -0700

    lint

commit 7e2d70b
Author: Ross A. Wollman <[email protected]>
Date:   Tue Jun 28 12:23:22 2022 -0700

    clean up more tests

commit 403e2f3
Author: Ross A. Wollman <[email protected]>
Date:   Tue Jun 28 12:09:41 2022 -0700

    remove skips

commit f72f811
Author: Ross A. Wollman <[email protected]>
Date:   Mon Jun 27 22:49:25 2022 -0700

    fix indentation from conflict resolution

commit c3afbb2
Author: Ross A. Wollman <[email protected]>
Date:   Mon Jun 27 22:45:28 2022 -0700

    lint

commit a17e73c
Merge: 7cb20b9 43a621e
Author: Ross A. Wollman <[email protected]>
Date:   Mon Jun 27 22:36:59 2022 -0700

    Merge branch 'main' into feat/sw-chunked

commit 7cb20b9
Merge: a29f898 0f8114f
Author: Ross Wollman <[email protected]>
Date:   Mon Jun 20 19:49:19 2022 -0700

    Merge branch 'main' into feat/sw-chunked

commit a29f898
Author: Ross A. Wollman <[email protected]>
Date:   Tue Jun 14 10:54:23 2022 -0700

    fix tests post merge

commit 42c7d9d
Merge: 4eeca70 4f1ab2f
Author: Ross Wollman <[email protected]>
Date:   Tue Jun 14 09:32:59 2022 -0700

    Merge branch 'main' into feat/sw-chunked

commit 4eeca70
Merge: 0aaab65 939e187
Author: Ross Wollman <[email protected]>
Date:   Mon Jun 13 11:35:57 2022 -0700

    Merge branch 'main' into feat/sw-chunked

commit 0aaab65
Merge: 907c1a3 e975aef
Author: Ross Wollman <[email protected]>
Date:   Thu Jun 9 00:56:29 2022 -0400

    Merge branch 'main' into feat/sw-chunked

commit 907c1a3
Author: Ross A. Wollman <[email protected]>
Date:   Wed Jun 8 13:17:01 2022 -0400

    feat: add Service Worker Network instrumentation
@rwoll rwoll force-pushed the feat/sw-chunked branch from e4de45c to b5e4cbf Compare July 1, 2022 18:01
@rwoll rwoll added CQ1 and removed CQ1 labels Jul 1, 2022
@rwoll rwoll merged commit 6cb3236 into microsoft:main Jul 1, 2022
@rwoll rwoll deleted the feat/sw-chunked branch July 1, 2022 19:49
@rwoll
Copy link
Member Author

rwoll commented Jul 1, 2022

Reviewed CQ1 status, and got verbal LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] support route aka request interception for service workers
3 participants