Skip to content

Latest commit

 

History

History
1007 lines (678 loc) · 54.6 KB

CHANGELOG.md

File metadata and controls

1007 lines (678 loc) · 54.6 KB

Changelog

12.1.1 (2024-12-20)

Full Changelog

12.1.0 (2024-12-19)

Full Changelog

12.0.3 (2024-12-17)

Full Changelog

12.0.2 (2024-12-17)

Full Changelog

12.0.1 (2024-12-17)

Full Changelog

12.0.0 (2024-12-09)

Full Changelog

Merged pull requests:

10.0.1 (2024-08-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Incorrect association assignment for nested site routes #679

Closed issues:

  • Encode license and attribution information in project models #289

Merged pull requests:

9.2.2 (2023-09-04)

Full Changelog

Implemented enhancements:

  • change statistics tables to logged #635

Fixed bugs:

  • Problem parsing EMU results #631

9.1.1 (2022-12-05)

Full Changelog

Fixed bugs:

  • aborting a harvest in the new_harvest state throws an exception #625
  • Login tokens not expiring after 24 hours #426

Closed issues:

  • Add JWT authentication #632
  • Missing official login route #509
  • Login route missing user id #433

9.0.3 (2022-10-04)

Full Changelog

Implemented enhancements:

  • Support processing partial data files #624

Closed issues:

  • Add an optional name field to harvest #619

9.0.2 (2022-09-14)

Full Changelog

Fixed bugs:

  • EMU exit code check fail #623

9.0.1 (2022-09-14)

Full Changelog

9.0.0 (2022-09-09)

Full Changelog

Fixed bugs:

  • A NoMethodError occurred in sites#filter: #621

8.16.0 (2022-08-24)

Full Changelog

Fixed bugs:

  • Site: public jitter amount out by as much as 2km #620

Closed issues:

  • Harvest: unknown error processing files #617

8.14.0 (2022-08-09)

Full Changelog

8.13.0 (2022-08-08)

Full Changelog

Implemented enhancements:

  • Permissions: add user association to allow filtering permissions by username #616

8.12.4 (2022-08-05)

Full Changelog

Fixed bugs:

  • Harvest: An AASM::InvalidTransition occurred in background #615
  • Harvest: timeout while processing HarvestItem should schedule a retry #614
  • Harvest: transitioning to scan state in production sometimes does not save state #613

8.12.1 (2022-08-02)

Full Changelog

Implemented enhancements:

  • Site safe name function: check stack delimiters are squashed #611
  • Harvest Job validations: check validation messages do not mention harvest items #610
  • Harvest: wrong validation message shown FL001 #609

8.11.3 (2022-07-29)

Full Changelog

Implemented enhancements:

  • Harvest: transition from metadata_review to metadata_extraction or process is a very large request #603
  • Ensure harvest works with various Frontier Labs problems #597

Fixed bugs:

  • Harvests: harvest overlapping validations appears to be matching files from other harvests #605
  • Harvest: authentication to sftpgo is failing when token is expired #602
  • Harvest: find_mapping_for_path could match the incorrect mapping #601

Closed issues:

  • Harvest: show action - renewing upload user expiry failure should not prevent successful response #606

8.7.0 (2022-07-04)

Full Changelog

Implemented enhancements:

  • Auto-renew sftpgo user when expiry date is near #600

Fixed bugs:

  • An ActiveRecord::ConnectionNotEstablished occurred in media#show: #575

8.6.0 (2022-06-30)

Full Changelog

Implemented enhancements:

  • Allow CSV format results for endpoints #598

8.5.11 (2022-06-30)

Full Changelog

8.5.10 (2022-06-30)

Full Changelog

Implemented enhancements:

  • Add scan job for streaming uploads #588
  • Avoid setting user stamps when updater is nil #587
  • Add special case for sites with the same name for default harvest folder creation #586
  • Harvester fixes #599 (atruskie)

Fixed bugs:

  • Harvest Items directory listing is returning incorrect results #595
  • Harvest: ignore .filepart files #594
  • Harvest: substituting and incorrect project id in the route does not throw an error #593
  • Harvest: undefined local variable or method extension #592
  • Handle service unavailability. #591
  • Harvest: some harvest items remain stuck on new #590
  • Harvests: account for errors in metadata stage #589

8.2.0 (2022-06-15)

Full Changelog

Fixed bugs:

Closed issues:

  • Allow user to upload annotations #573

8.1.0 (2022-06-06)

Full Changelog

Implemented enhancements:

  • Harvest model updates #583

Closed issues:

  • Missing capability details #419

Merged pull requests:

8.0.0 (2022-05-27)

Full Changelog

Closed issues:

  • Create a remote upload interface #539

Merged pull requests:

7.4.0 (2022-04-07)

Full Changelog

Fixed bugs:

  • Login with downloader script bugged when using username and password #570

7.3.1 (2022-04-06)

Full Changelog

Implemented enhancements:

  • Harvest instructions are out of date #317

Fixed bugs:

  • Bad tzinfo_tz values in production databases #569

7.3.0 (2022-04-04)

Full Changelog

Implemented enhancements:

  • API: filter setting are not applied to single object response #565

Fixed bugs:

  • An ActiveRecord::StatementInvalid occurred in media#show: #534
  • Fixes deadlocks and constraint violation in statistics trackers #568 (atruskie)

7.2.1 (2022-03-29)

Full Changelog

Implemented enhancements:

  • Support arrays for filter conditions in combiner nodes #567

Fixed bugs:

  • Ambiguous column reference for tzinfo_tz in expressions query #566

7.1.0 (2022-03-24)

Full Changelog

Implemented enhancements:

  • Filter recordings by time of day #562

Merged pull requests:

7.0.1 (2022-03-09)

Full Changelog

7.0.0 (2022-03-09)

Full Changelog

Implemented enhancements:

Closed issues:

  • Missing project individual user permissions route #432

6.1.1 (2022-02-08)

Full Changelog

6.1.0 (2022-02-08)

Full Changelog

Implemented enhancements:

  • add filter QSP to API requests that accepts a base64 encoded filter payload #555
  • Adds support for encoded filters for API use #556 (atruskie)

5.1.0 (2022-01-17)

Full Changelog

Fixed bugs:

  • Unhandled error in AudioRecording model API response #553
  • Fixes Current.ability #554 (atruskie)

5.0.0 (2021-12-14)

Full Changelog

Implemented enhancements:

  • Original download capability #551
  • Adds original download capability #552 (atruskie)

4.9.1 (2021-12-10)

Full Changelog

Fixed bugs:

  • Filter queries are failing when projections are camelCased #550

4.9.0 (2021-12-05)

Full Changelog

Implemented enhancements:

  • Allow include/exclude of custom_fields (Expose site location in filter projection) #495

4.8.7 (2021-11-19)

Full Changelog

4.8.0 (2021-11-10)

Full Changelog

Implemented enhancements:

  • Expose original audio download route to the public #538
  • Expose original audio download route #548 (atruskie)

Fixed bugs:

  • Use consistency_fail gem to add db indexes for uniqueness constraints #138

Closed issues:

  • UI updates from design feedback #326

4.7.1.0 (2021-09-28)

Full Changelog

4.7 (2021-09-28)

Full Changelog

4.6.3 (2021-08-31)

Full Changelog

4.6.2 (2021-08-31)

Full Changelog

4.6.1 (2021-08-31)

Full Changelog

4.6.0 (2021-08-31)

Full Changelog

Implemented enhancements:

  • Add media stats tracking #525
  • Region image urls #497
  • Performance enhancements for Media polling #329
  • Adds media download statistics tracking #530 (atruskie)
  • Additional statistics #529 (Allcharles)
  • Fixes stats page and adds stats endpoint #524 (atruskie)
  • Move status endpoint to dedicated controller #522 (atruskie)

Fixed bugs:

  • Partial writes for media cache causing errors #527
  • Bug: A BawWorkers::ActiveJob::EnqueueError occurred in media#show: #526
  • website_status page broken #523
  • Changes to support dev work #518
  • Resolve resque polling errors #217
  • Decouples spectrogram generation from audio generation #528 (atruskie)

Closed issues:

  • Missing statistics route #413

4.1.0 (2021-07-16)

Full Changelog

Fixed bugs:

  • Media generation bug: An Errno::ENOENT occurred in media#show: #521

4.0.4 (2021-07-08)

Full Changelog

4.0.3 (2021-07-08)

Full Changelog

4.0.2 (2021-07-08)

Full Changelog

4.0.1 (2021-07-08)

Full Changelog

4.0.0 (2021-07-07)

Full Changelog

3.0.4 (2021-05-11)

Full Changelog

3.0.3 (2021-05-11)

Full Changelog

Closed issues:

  • Missing account routes #439
  • User accounts route with admin permissions #421

3.0.2 (2020-10-14)

Full Changelog

Implemented enhancements:

  • Add content management system #492
  • Remove custom_longitude/latitude values #489
  • Project short descriptions #486
  • Tracking site issues #477
  • Missing admin orphan sites route #430
  • Project route missing fields #425
  • Create site route ignoring inputs #410
  • Make site terminology customiseable #383
  • Add docs generation to CI build #367
  • Fixes cut speed for ffmpeg #498 (atruskie)
  • Adds an upload service #494 (atruskie)
  • Standardizes description markdown conversion in API #488 (atruskie)

Fixed bugs:

  • Model description html markup #487
  • Some site fields are not exposed in the API #406

Closed issues:

  • Slow points when harvesting #212

Merged pull requests:

3.0.1 (2020-08-06)

Full Changelog

3.0.0.0 (2020-07-29)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Tag model is_taxonomic spelling mistake #466
  • New tag API route missing notes input #464
  • A NoMethodError occurred in errors#route_error: #405
  • Incorrect current page link when there are zero items #378
  • paging links not working on get filter requests #376
  • Incorrect default order for dataset items #368
  • Bug: NoMethodError occurred in dataset_items#create #366
  • Add better error messages for bad content type headers #361
  • CSV export for annotations includes leading spaces in headers #340
  • Timezone hour:minutes display to the right of timezone name appears to be formatted incorrectly #336
  • Exception when determining access permissions to a site #333

Closed issues:

  • Missing assign sites route #447
  • Missing annotations route #445
  • Missing type of tag route #441
  • Missing bookmarks route #440
  • Failing sites filter route #437
  • Alternative route for progress events that does not require a dataset_item_id #371
  • Remove timezone configuration for brisbane #24

Merged pull requests:

Old Changelog

  • 2018-03-27
    • Media defaults to native sample rate when filtering out invalid available objects See #363
  • 2018-03-26
    • Adds support for more sample rates in media generation. Now the recording's native sample rate is always allowed, and support for returning 96 kHz files has been added. Note, this change requires a breaking change in the Media REST API, hence the major version bump. We have reviewed our code and have found no code that was dependent on the changes so we anticipate no breakage. Special mention to @peichins for the hard work required for this change. See #351
  • 2018-03-13
    • Fixes more bugs bugs with original file download. See f5ceb7e
  • 2018-03-12
    • Fixes bug with original file download See #358
    • Adds support for Datasets and DatasetItems. These are disjoint collections of audio recording segments that can be analyzed or processed in a sequence. This has been done to support the CS use case. See #352
  • 2018-02-27
    • Hacky patch to try and fix bugs with sqlite-serve. See 5f6bc21
  • 2018-02-26
    • Adds the ability for Admin or Harvester users to download full original audio files. See #353
  • 2018-02-21
    • baw-server can now serve analysis result items from SQLite 3 files. This functionality will be used to serve zooming spectrogram image tiles. See:
  • 2018-01-13
    • Add models and migrations for Datasets, DatasetItems, and ProgressEvents. See #349
  • 2017-03-16
    • Fixed feature tests for permissions page See fd0316d
    • Reorders columns for small layout scenarios See fab0709
    • Adds alphabetical paging to permissions page See b32494a
    • Created an alphabetical pager See cdcdd3d
    • Standardizes project card rendering See 52f17c8
    • Added ability to render simplified markdown See 1c778d0
    • Added instance template for home page See eb7d20a
    • General cleanup of view code See 7af8cad
    • Adds owner user to project show and permissions pages See e26a8e4
  • 2017-02-24
    • Fixed bugs with site/project permissions - owners can once again create new sites. Further updated site new permissions to match specification. See #328
  • 2017-02-20
    • Updated dependencies to fix production bug with harvesting See 921a82b
  • 2017-02-16
    • Added support for rendering markdown partials
    • Refactored existing instance partials and added a new instance partial for the credits page.

Our major new feature in this release is support for user based analysis-jobs!

  • 2017-02-01
    • Brand new design for our secondary navigation menu. Should be much easier for users to navidate through our menus now. See #313
  • 2017-01-23
    • Fixed an important bug that prevented high quality audio data from being sent to users on the listen page. There were several bugs in the byte range request code. See #319
  • 2017-01-06
    • Fix flash notifications. A notification consisting of true no longer flashes up when a user comes back to the site with an expires session. See #242
  • 2016-12-11
    • The REST API no longer returns every site (even those not in the project) when a site listing of an empty project is requested. See #312
    • The annotation downloader no longer return deleted audio events See #310
  • 2016-12-04
    • The REST API now better handles malformed payloads. See #309
  • 2016-11-25
  • 2016-10-20
    • Enhanced annotation download page to make the choices clearer for users See #304
  • 2016-09-16
    • Added support for partial payloads for analysis jobs items See 5f96b96
  • 2016-09-13
  • 2016-08-10
    • Removing support for Ruby 2.2.3 eac760c
  • 2016-08-09
    • Fix: Split out analysis jobs items API from analysis results API. See #301
  • 2016-08-03
    • Feature: Analysis Jobs items integration. Analysis jobs have been setup and their complete workflows tested and integrated. See #300

Release 0.19.2 (2016-06-26)

  • 2016-06-21
    • Fixed critical auth bug for analysis results endpoint #294
  • 2016-06-20
    • Bug fixes for processing and working with timezone fields. API now automatically fixes up ill- formatted timezone entries in the database. 52866cd

Release 0.19.1 (2016-06-17)

  • 2016-06-11
    • Fixed outdated reference to baw-workersebeaab5

Release 0.19.0 (2016-06-17)

  • 2016-06-11
    • Feature: Analysis Jobs item tracking - basic support added for tracking each item in an analysis job #290
    • Enhancement: Filter::Query can now have it's base query customised 931066b
  • 2016-04-24
    • Query string parameters for filter are merged with POST filter #286
  • 2016-04-13
    • Added analysis_job_id and audio_recording_id to results API
  • 2016-04-06
    • Update db seeds, readme, and settings defaults
  • 2016-03-26
    • Allow markdown in description fields #264
    • Update analysis result endpoint to normalise paths #272
    • Convert to tzinfo identifier when rendering site and user json #270
  • 2016-03-21
    • Changed analysis results 'model' size attribute to size_bytes and improved tests
  • 2016-03-18
    • allow owner to access site harvest and upload pages #269
    • removed custom elements in analysis_job api #267
    • fixed site location jitter #266
  • 2016-03-14
    • Updated harvest.yml with notes and safer defaults
  • 2016-03-04
    • Expose sites.tzinfo_tz field in API #262
  • 2016-03-03
    • improved filter settings validation
  • 2016-03-02
    • Add calculated field recorded_end_date to AudioRecording's filter options #261
  • 2016-02-27
    • Added overall_data_length_bytes to analysis_job #256
    • Also reworked analysis_job lifecycle up to enqueing resque jobs to be more obvious.
    • All analysis_job attributes are now available in api.
    • scripts#index is restricted to only most recent version in each script group #259
    • Added CustomErrors::OrphanedSiteError so it is more obvious #252
  • 2016-02-26
    • added basic admin list and view for analysis jobs
    • Added executable_settings_media_type to scripts table. Exposed scripts#show. #258 #259
  • 2016-02-20
    • partial fix for sorting by calculated fields - some inital queries still include sorting #254
    • potential fix for problems with filtering by calculated fields #145
    • fixed /taggings/filter - it was present, but naming mismatches were causing errors
  • 2016-02-19
    • refactor specs to be more obvious about what they do and where various functionality is located
    • Add ability to filter audio recordings based on project attributes #253
  • 2016-02-18
    • check for divide by 0, closes #251

Release 0.18.0 (2016-02-06)

  • 2016-02-06

    • (chore) added support for Vagrant workflows. Development environments are not setup automatically. commits
  • 2016-01-15

    • paging meta data fixed when disable_paging option is set #248
  • 2016-01-13

    • fixed errors for AudioRecording.notes field normalization script commits
  • 2016-01-12

    • filenames for media downloads are fixed #247
  • 2015-12-20

    • disabled email notifications for not found errors #245
    • filter out dotfiles from analysis job dir list #244
  • 2015-11-22

    • analysis job api is no longer recursive #196
    • Added an option to download the annotations CSV files with a custom timezone offset #240
  • 2015-11-01

    • Added link to download annotations created by a user, and a list of annotation download links per site #233
  • 2015-09-04

    • removed dataset model #189
    • updated job model #191
    • updated script model #190
    • created saved search model #199
    • created way to generate job items from a job and saved search #198
    • updated analysis endpoint #196
    • added directory listing to analysis endpoint #208
    • major overhaul of controller model loading and authorization
    • updated all rspec tests to use current method of checking json responses
    • all relevant endpoints now use the API spec

Release 0.17.1-1 (2015-09-28)

  • 2015-09-28
    • hotfix to change client urls

Release 0.17.1 (2015-08-19)

  • 2015-08-19
    • removed gmaps4rails in favour of plain google maps
    • added indexes for file_hash, uuid, and id to audio_recordings table to improve performance

Release 0.17.0 (2015-08-17)

  • 2015-08-16

    • More UI changes to sync with baw-client UI
  • 2015-08-10

    • Updated website navigation bar
  • 2015-08-08

    • Changed audio tool defaults for media and timeouts
    • Fix duplication due to projects-sites many to many relation #226 #219
  • 2015-07-31

    • Updated bootstrap from v2.3 to v3.3 #133
    • Changes to Harvesting and Audio pages #228
    • Improvements to annotation download csv #227
  • 2015-07-26

    • Fixed a bug in user_accounts#filter: it tried to access model attributes that weren't loaded
  • 2015-07-08

    • Changes to media polling to reduce the number of errors raised.
  • 2015-07-06

    • enable sorting on custom fields #220
    • fixed site page loading slowly #222
    • attempted to fix media polling issues, still unresolved #217
    • update user_accounts endpoint to API spec [#223] (#223)
  • 2015-06-27

    • Removed taggings that were included in the tags filter #218
    • Changed access query to use Arel instead of ActiveRecord due to regression in ActiveRecord 4.2.3.

Release 0.15.1 (2015-06-16)

  • 2015-06-15

    • added :tag_id to taggings for audio_event.
  • 2015-06-14

    • bug fix for tags filter #210
    • bug fix for audio recording overlap check (again) More information provided on error. #184
    • Harvester endpoints converted to standard API.
    • Normalised error responses.
    • Using new analysis paths, see QutEcoacoustics/baw-workers#20

Release 0.15.0 (2015-06-10)

  • 2015-06-08

    • change annotation csv download to a flat result set #204
    • added upload instructions page #186
    • added ability to redirect after logging in and fixed some Devise issues #205
  • 2015-06-06

    • Provide distinct urls for different error pages for the client app #206
  • 2015-05-10

    • project and site names can be longer #177
    • modified nav bar links #178
  • 2015-04-29

    • CSRF check disabled for api requests authenticated using a token
    • more strict checks for media request parameters #187
  • 2015-04-26

    • Improved audio recording overlap check #184
    • removed obsolete access level class
    • swapped .where(1 = 0) for .none
    • added zonebie for testing and updated gems
  • 2015-04-18

    • Fixes #168 by Responds with a head response on media generation error [#168] (#168)
    • Resque polling returns more information
    • Added X-Error-Type and X-Archived-At to CORS allowed headers
    • ensure harvester can log in after enabling CSRF for api
  • 2015-04-02

    • Added controller, views, and routes for managing tags for #175
  • 2015-03-29

    • Added page to assign sites to a project #153
    • added commented changes for logged_in and anonymous access #99
  • 2015-03-28

    • Many to many associations will now include the ids or full information from the join table #181
    • Enabled CSRF protection for API

Release 0.14.0 (2015-03-22)

  • 2015-03-22

    • Removed audio event library endpoint #128
    • Added ability to filter by calculated fields
  • 2015-03-17

    • Enhancement: filter api now supports filtering by neighbouring models #176
  • 2015-03-16

    • Regression fixed: paging link format #169
    • Regression fixed: Projections options now respected #170
  • 2015-03-13

    • Small UI bug fixes
    • Added links to play audio and visualise projects and sites #164 #172
    • Changed filter default items per page to 25 #171
    • added ability to opt out of filter paging #160
    • Made it more obvious that confirming an account involves checking email #149
  • 2015-03-09

    • More changes to project and site pages #164
  • 2015-03-08

    • Improved site lat/long obfuscation calculation #91
    • Refactored permission code to prepare for project logged in and anon permissions (this was a quite large and sweeping change) #99
  • 2015-03-07

    • Added last_seen_at column for users #167
    • Added ability to disable paging for filters and enforced max item count #160
    • Added foreign keys #151
    • Added Timezone setting for sites and users #116
    • Added links to visualise page #155
    • Modify site show page to remove audio recording list #164

Release 0.13.1 (2015-03-02)

  • 2015-03-06

    • Fix: ignored ffmpeg warning for channel layout
    • Fix: case insensitive compare when chaning audio event tags
    • Added admin-only page to fix orphaned audio recordings #153
  • 2015-02-28

    • Fix: site paging
    • Fix: Admin changing user's email #158
    • Enhancement: additional user info for Admin #159
    • Fix: error accessing sites/filter when logged in as Admin
    • Enhancement: added tests to ensure numbers in json are not quoted #152

Release 0.13.0 (2015-02-20)

  • 2015-02-20

    • fixed problems with polling for media
  • 2015-02-07

    • added rake task to export audio recordings to csv
  • 2015-01-24

    • Fixed annotation library not filtering using query string parameters #148
  • 2015-01-18

    • delete actions improved, archive headers added and fixed
    • standardised controller authorisation
    • added audio event filter action
  • 2015-01-06

    • Fixed CORS responses #140
    • Added ability to poll Resque for job completion rather than polling filesystem.
    • Bug fix: added more strict validation and more tests for 'in' filter.
  • 2014-12-30

    • Upgraded to Rails 4.2.0.
    • Migrated from protected attributes to strong parameters.
    • Added bin/setup to ease setting up application.
  • 2014-12-29

    • fixed CORS configuration,including rspec tests. Requires new configuration setting: Settings.host.cors_origins. Uses rails-cors gem.
    • added rspec tests that ensure all endpoints are covered by rspec_api_documentation (commented out - not working yet).

Release 0.12.1 (2014-12-16)

  • 2014-12-16: fixed problems with sign up form

Started 2014-12-28.

* This Changelog was automatically generated by github_changelog_generator