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

Support a json_full and yaml_full format for output #46

Closed
nevinera opened this issue May 8, 2023 · 1 comment
Closed

Support a json_full and yaml_full format for output #46

nevinera opened this issue May 8, 2023 · 1 comment
Labels
feature New feature or request

Comments

@nevinera
Copy link
Owner

nevinera commented May 8, 2023

(After #44)

Add two more formats, and another serializer, which can generate more thorough data, essentially a full dump of all the data structures constructed:

  • changed-files (broken out by change source?)
  • pipeline information including the parameters supplied, commands run, outcome objects
  • executor information (varies by executor)
  • options/config objects
  • anything else you can think of.

The goal here is that, if someone has an issue, we can have them dump this file, and have all the data we need to understand what's going on, and probably to reconstruct the issue.

@nevinera nevinera added the feature New feature or request label May 25, 2023
@nevinera
Copy link
Owner Author

nevinera commented Jun 4, 2023

Now that I think about it, non-open-source projects probably can't give us that information, since it'll have a bunch of details about source code in it -.-

I'm going to close this for now, it's a lot of work that might not be valuable after all.

@nevinera nevinera closed this as completed Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant