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
If a commit never uploaded any bundle stat files (due to all bundles were being cached) we want to show the parent commit's data. In this case when doing the comparison set the head commit to the base commit
In resolve_bundle_analysis_compare_with_base
if not pull.head:
bundle_analysis_comparison = load_bundle_analysis_comparison(
Commit.objects.filter(commitid=pull.compared_to).first(),
Commit.objects.filter(commitid=pull.compared_to).first(),
)
Note that this could be misleading because after they make a PR but before the uploads are done yet they think there's no change in the bundles
The content you are editing has changed. Please copy your edits and refresh the page.
If a commit never uploaded any bundle stat files (due to all bundles were being cached) we want to show the parent commit's data. In this case when doing the comparison set the head commit to the base commit
In
resolve_bundle_analysis_compare_with_base
Note that this could be misleading because after they make a PR but before the uploads are done yet they think there's no change in the bundles
Blocked By
The text was updated successfully, but these errors were encountered: