You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: clean up when events are regrouped for a deployment
* feat: add created & updated at columns to sessions/events list
* feat: configure default related models with new projects
* feat: allow specifying which pipelines are enabled by default
* feat: add denmark/uk model to default pipelines
* feat: add tests for default enabled pipelines
* chore: rename default station
* fix: undefined variables in certain cases
* chore: cleanup typos and comments
* fix: update default sampling method for collections
* Configure default related models for new projects (#905)
* feat: configure default related models with new projects
* feat: allow specifying which pipelines are enabled by default
* feat: add denmark/uk model to default pipelines
* feat: add tests for default enabled pipelines
* chore: rename default station
* Update ami/ml/models/processing_service.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: live processing endpoint URL
* feat: process images immediately after uploading (prototype)
* feat: read timestamp from EXIF data in special cases
* chore: clean up comments and unused
* feat: query method to select pipelines enabled for project
* feat: process_single_image function in a new home
* fix: default pipeline query
* feat: fallback to the current datetime for test uploads
* chore: disable auto-processing manual uploads by default
* fix: select only pipelines with an avail processor for the project
* feat: move the create method to the view
* fix: allow the current project to be passed in post / form data
* feat: require project in source image upload
* feat: use project feature flag for auto processing
* fix: pass project ID when creating source image in test
* fix: separate titles for source images & source image collections
* feat: use default pipeline in project settings first
0 commit comments