Beta release issues fixes (#2004, #2005) #2011
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is related to tickets #2004 and #2005.
The fix for beta version not showing up in version drop down is to have
mark_fully_completedrun on an import of the beta release, and the fix for beta release notes not being imported is to havemark_fully_completedrun beforeimport_release_notesis run.We should make this less like an OK Go video, either by flattening it out, merging parts together, and/or maybe migrating to an Apache Airflow setup for task orchestration.
https://www.youtube.com/watch?v=GrEskQFqQE0
Testing:
delete the beta versions, run "do it all" or "get release report data", whichever applies, then when it has completed check the beta versions are listed in the libraries page drop down.