-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
chore: Analyze all captures at once #9888
Conversation
✔️ Deploy Preview for vector-project canceled. 🔨 Explore the source changes: 5537091 🔍 Inspect the deploy log: https://app.netlify.com/sites/vector-project/deploys/61843627099e4e0007702351 |
Just waiting for CI to finish on this to see the output, but the implementation looks good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the analysis is currently failing due to an unbound variable: https://github.com/vectordotdev/vector/runs/4097509002?check_suite_focus=true
Ah shoot. Easy to fix but it’ll have to wait until later tonight. Please feel free to push changes if you’d like.
…On Wed, Nov 3, 2021, at 14:38, Jesse Szwedko wrote:
***@***.**** commented on this pull request.
It looks like the analysis is currently failing due to an unbound variable: https://github.com/vectordotdev/vector/runs/4097509002?check_suite_focus=true
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#9888 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAA365P4RA27AGNTFFOGADUKGTXDANCNFSM5HJRRU6A>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
be205cf
to
7f1a513
Compare
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
Nice! The output looks great. Excited to see this end up as Github comments. |
Building from #9873 we now perform analysis in one step over all soaks. This has
the added benefit of allowing us to compute a markdown blob for output, which
should set us up nicely for #9622.
Signed-off-by: Brian L. Troutwine brian@troutwine.us