You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
uss_qualifier produces a large amount of useful output on every CI invocation, which happens (among other times) whenever a PR is merged to the main branch. This includes artifacts like templated reports, tested requirements reports, sequence view reports, HTML representations of the raw report structure, and the raw reports themselves, usually in .json format. However, it is currently somewhat difficult to show these outputs to users (developers, regulators, etc) because they are not part of the repo and can only be obtained by either running uss_qualifier directly or navigating into the most recent CI run, downloading the applicable artifact, unzipping it locally, and finding the desired artifact.
Describe the solution you'd like
It would be fantastic to have a fixed public URL that would make the artifacts produced by the CI run for the most recent commit to the main branch accessible. For HTML artifacts, a subpath of this fixed public URL should directly show the artifact in the browser (rather than having to download a zip and view the HTML locally).
Describe alternatives you've considered
This seems like it shouldn't be too unusual of a use case, so perhaps GitHub already has tools that do this. Or, perhaps use readthedocs.io. Or perhaps create an "artifacts" GitHub repo and commit into it from the GitHub CI worker. Or, perhaps host (and possibly even make, in an extreme case) our own simple webserver that can receive pushes from the GitHub CI worker to update its content.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
uss_qualifier produces a large amount of useful output on every CI invocation, which happens (among other times) whenever a PR is merged to the main branch. This includes artifacts like templated reports, tested requirements reports, sequence view reports, HTML representations of the raw report structure, and the raw reports themselves, usually in .json format. However, it is currently somewhat difficult to show these outputs to users (developers, regulators, etc) because they are not part of the repo and can only be obtained by either running uss_qualifier directly or navigating into the most recent CI run, downloading the applicable artifact, unzipping it locally, and finding the desired artifact.
Describe the solution you'd like
It would be fantastic to have a fixed public URL that would make the artifacts produced by the CI run for the most recent commit to the main branch accessible. For HTML artifacts, a subpath of this fixed public URL should directly show the artifact in the browser (rather than having to download a zip and view the HTML locally).
Describe alternatives you've considered
This seems like it shouldn't be too unusual of a use case, so perhaps GitHub already has tools that do this. Or, perhaps use readthedocs.io. Or perhaps create an "artifacts" GitHub repo and commit into it from the GitHub CI worker. Or, perhaps host (and possibly even make, in an extreme case) our own simple webserver that can receive pushes from the GitHub CI worker to update its content.
The text was updated successfully, but these errors were encountered: