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

dashboard: export full bug info #4342

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a-nogikh
Copy link
Collaborator

@a-nogikh a-nogikh commented Nov 14, 2023

Please do not review it yet

We get requests from the researchers community to make our data more accessible. This is a dirty and hacky version of the code that exports all published syzbot bugs as a big .tar.gz archive. It should already give some initial useful version to iterate on later.

In the final solution, this will not be an HTTP endpoint, but rather a cron command that would upload the archive to GCS. OK, AppEngine does not let us dynamically generate responses bigger than 32 MB, so I added a simple code that saves the file to a bucket.

There are a lot of TODOs before we can upstream it.

@a-nogikh a-nogikh force-pushed the features/share-bug-info-archive branch 6 times, most recently from e776553 to df52bb3 Compare November 17, 2023 04:02
@dvyukov
Copy link
Collaborator

dvyukov commented Nov 17, 2023

It would be good to have a test that ensures that export respects access rules within namespace and don't export bugs from other namespaces.

@a-nogikh a-nogikh force-pushed the features/share-bug-info-archive branch from df52bb3 to 47f952b Compare February 21, 2024 21:03
@a-nogikh a-nogikh force-pushed the features/share-bug-info-archive branch from 47f952b to 3cf7a2c Compare February 21, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants