Jonathan Giannuzzi
Jonathan Giannuzzi
FastTrackML should be able to integrate with a standard OpenID Connect Identity Provider. When configured for OIDC, all API endpoints (except `/version` and `/health`) will require a valid access token...
In the Aim UI search query box, when the cursor is on the right of a `(` and the user presses the `enter` key, this results in spaces being inserted...
Click logout link, clear session cookie and token, redirect to the login page
Given a user trying to authenticate on the login page, * when they provide credentials, * when the credentials are valid * then they get a session token and get...
This is an "epic" about making the Aim UI faster, especially when dealing with large amounts of data. Here is the "shape" of a representative large amount of data: -...
When viewing a run in the MLFlow UI, there should be a link that takes you to the same run in the Aim UI.
When viewing a run in the Aim UI, there should be a link that takes you to the same run in the MLFlow UI.
We are experiencing checkpoint starvation, as described in https://www.sqlite.org/wal.html#avoiding_excessively_large_wal_files. In combination with #445, this means that a FastTrackML server running on Kubernetes with the SQLite backend will have an ever-growing...