Mythicaeda

Results 33 issues of Mythicaeda

Occasionally, a `mark_migration_applied` or a `mark_migration_rolled_back` statement is missing from a migration. This proposed workflow would validate that all `up.sql`s end with a `mark_migration_applied('folder number');` and all `down.sql`s end with...

ci

### Checked for duplicates Yes - I've already checked ### Is this a regression? No - This is a new bug ### Version develop ### Describe the bug If a...

bug

### Checked for duplicates Yes - I've already checked ### Alternatives considered No - I haven't considered ### Related problems _No response_ ### Describe the feature request Currently, if a...

feature
auth

### Checked for duplicates Yes - I've already checked ### Alternatives considered Yes - and alternatives don't suffice ### Related problems _No response_ ### Describe the feature request The CLI...

feature

When a mission model is deleted, all plans that were using that model have their `model_id` set to `null`. It would be great if these plans could be displayed in...

feature

### Checked for duplicates Yes - I've already checked ### Alternatives considered Yes - and alternatives don't suffice ### Related problems _No response_ ### Describe the feature request The hover...

feature

Follow up to #1507. Move streaming resources into its own thread in order to increase time performance of simulation.

feature
next

When profiling streaming, I discovered that updating the simulation extent is abnormally expensive. Specifically, it is our most expensive action on `develop`, taking 12ms per execution. While this performance isn't...

database
investigate
simulation

[Related backend PR](https://github.com/NASA-AMMOS/aerie/pull/1533). Updates UI's GQL queries to reflect breaking changes done in backend.

refactor

### Checked for duplicates No - I haven't checked ### Is this a regression? Yes - This worked in a previous version ### Version develop ### Describe the bug Current...

bug