Releases: TheCacophonyProject/cacophony-web
Releases · TheCacophonyProject/cacophony-web
v1.0.7
- Prettier
Fix classifier details not showing
v1.0.8 fix classifier details
Test Download endpoint
v1.0.6 Merge remote-tracking branch 'origin/main' into add-download
v1.0.5: Break thumnail loop (#16)
* - Fix issue with some groups a user is a device user of not displaying. * - Prettier * - Fix issue with some groups a user is a device user of not displaying. * - FIX: Make sure we break out of thumbnail extraction loop properly. * - Skip background frames when finding thumbnails. * - Remove max frame count * - Prettier
v1.0.4
Merge branch 'main' into fix_processing_indicator
Release 1.0.3
v1.0.3 fix test
v1.0.2
- Fix issue with some groups a user is a device user of not displayin…
Test email update
v1.0.1 add clickable image and double size
Unified repos
Merge new integration tests (#9) * Fixing up links in README.md * Fix cron job script paths, since they were moved to /api/scripts * Setting up initial support for backblaze as an alternate s3 compatible object store provider. Shim openS3() fn to choose provider based on object key prefix. * Line endings * Prettier * Prettier (2) * Fix package-lock.json versions * Fix config templates to include backblaze option. * Fix headBucket params * Update backblaze settings in template * Rename s3 providers to more generic terms * removed duplicate test repository from api/test-cypress * add devices tests * switch travis to use integration-tests folder * fixing cypress.json to only run API test by default * fixing cypress.json to only run API test by default * update README for new test location * Updates following review comments * tidy up following TS check * Updated winston and logging calls. * correct handling of null types, arrays of structs * - Updated eslint, and synced rules between api and browse - Unified prettier rules - Testing archive-objects script * added typeing of functions * minor typo correction * - Add cronjob for archive script, and fail gracefully if archive target is not yet configured. * - Pull in README.md updates * - Handle listing buckets, and creating archive bucket if not present on first run. * - Prettier * - Merge integration tests branch - sync up eslint config for integration tests - Fix typescript and linting errors for integration tests + api * - Add missing type references for eslint in .d.ts files * - Install correct eslint plugins for cypress * - Prettier * - Change install order for eslint plugins * - Cleanup unused eslint plugins * - Fix test I broke * - Make free space threshold configurable. * - Fix volume free size command - Make thumbnail service not care about which bucket/s3 service it's using. * - Make minio local root path configurable. * - Make minio local root path configurable, and test locally * - Make winston log levels conform to syslog levels * - log.warn is now log.warning * - Stringify errors in logging * - Log DB slow queries (configurable) * - Log DB * - Fix up some UI issues around recordings rows view - Disable rows view on mobile viewports - Make recording cards more compact at mobile sizes. - Show processing state. * - Prettier Co-authored-by: Matt <[email protected]>
v0.1.7: - Fix up some UI issues around recordings rows view
- Disable rows view on mobile viewports - Make recording cards more compact at mobile sizes. - Show processing state.