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

Fix Background Transpiler Latest Check #1366

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

Mythicaeda
Copy link
Contributor

  • Tickets addressed: Hotfix
  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

Fixed how the background transpiler is checking if there are any mission models or command dictionaries uploaded. Before, it would fail to notice that no models/cdicts had been uploaded, as mission_model_aggregate / command_dictionary_aggregate is never null.

Verification

Spun up a fresh aerie instance and saw the correct logs printed. On develop, an exception would instead be printed.

Documentation

No docs updates needed.

@Mythicaeda Mythicaeda added fix A bug fix sequencing Anything related to the sequencing domain labels Mar 16, 2024
@Mythicaeda Mythicaeda added this to the FY24 Q2 - Bug Fixes milestone Mar 16, 2024
@Mythicaeda Mythicaeda self-assigned this Mar 16, 2024
@Mythicaeda Mythicaeda requested a review from a team as a code owner March 16, 2024 00:28
Copy link
Contributor

@goetzrrGit goetzrrGit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed a tiny bug when working on the query refactor branch. I pushed up a commit and It should now pull the right stuff. :P

Your changes look good and worked on my local computer.

Mythicaeda and others added 2 commits March 18, 2024 08:50
I noticed this while I was testing the query refactor branch. I accidentally swapped 'missionID' and 'CommandID' in the Hasura call.
@Mythicaeda Mythicaeda force-pushed the fix/background-transpiler-latest-check branch from e38c2b6 to 98cd503 Compare March 18, 2024 15:50
@Mythicaeda Mythicaeda merged commit c442a41 into develop Mar 18, 2024
6 checks passed
@Mythicaeda Mythicaeda deleted the fix/background-transpiler-latest-check branch March 18, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A bug fix sequencing Anything related to the sequencing domain
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants