Mythicaeda
Mythicaeda
As of April 2025, we have: - merged the DBs and given the scheduler `read` permission on the `plan` table - added `plan_revision` to the `scheduling_request` - improved the primary...
Two ideas to help track which migrations are needed to be on a specific Aerie DB version: 1) Add a column to the migrations table that includes the Aerie release...
Moving this to the UI repo, as this sounds like it may be a UI bug
Can a user provide a mix of operations to the endpoint? Ie, move files A and D to folder B, but copy file C to folder B? Or can they...
Similarly, is "force" per request or per item? Ie, can I specify that file A should produce a 409 CONFLICTED on conflict but file B should overwrite? My assumption is...
I had him write the ticket because I pulled up the Gateway code and, near as I can tell, it's supposed to update. From the `CamAuthAdaptor`: ```ts // if mappings...
Also, for help with our debugging, this was not using CAM SSO, it was CAM UserPass (users still went through the Aerie UI login screen)
@adrienmaillard I'm moving the discussion to this issue: I understand that the goal is to find `f(x)=0`, but the algorithm is currently assuming that `f(x)` is monotonically increasing (as in...
The Gateway needs to additionally be able to pull in a Backend image, as was added to the UI.
Ah, no, you're right! It's the **Backend** that pulls in the **Gateway** for some of its e2e tests!