Skip to content

Releases: AtlasOfLivingAustralia/ecodata

v3.0

05 May 04:32
Compare
Choose a tag to compare

The main change in this release is the migration of the grails3 branch to grails 4. (#649)
Other issues fixed as a part of the migration were:

  • #666 Fixed an error when the AccessLevel enum was persisted in the AuditMessage collection.
  • #668 Updated code to match a change to the Spring API.
  • #555 Fixed some styling in the admin UI
  • #658 Updated the admin UI to bootstrap 5
  • #665 The audit message processing thread would go back to sleep after encountering an error which slowed down the processing of audit messages in functional tests (which sometimes delete documents before the audit thread has time to process them).
  • #661 Updated ALA auth and ALA bootstrap plugins
  • #662 Use a gradle plugin to manage 3rd party javascript dependencies
  • #630 Renable image IO library that was added for specific types of JPEG files
  • #659 Revert BioCollect to previous behaviour of duplicating non-nested fields during the download.

v2.3

24 Mar 22:06
1a90ad0
Compare
Choose a tag to compare
  • Update grails version to 3.3.12
  • Support a project termination status and reason #653
  • Support not repeating numerical / free text data when unrolling nested arrays for export to XLSX. #655
  • Support arbitrary levels of nested form data in XLSX export #654
  • Support for exporting form sections either to separate tabs or a single tab #645
  • Add new fields to data set summary export #642
  • Truncate long cell data when it exceeds excel maximum size #643
  • Fix for sheet renaming for uniqueness #639
  • Improved logging of download requests #638

v3.1

21 Jul 23:09
2541ff5
Compare
Choose a tag to compare
  • Added 3 columns to the activity summary download. #676

v1.57

05 Mar 03:30
7275b77
Compare
Choose a tag to compare
  • Support for MERIT project termination and application status (#650 , #644 )
  • Fixed ConcurrentModificationException when producing documentation #618
  • Made grantId a non-analyzed field to make searching easier #637

v2.2

10 Feb 21:59
b9e899f
Compare
Choose a tag to compare

General fixes

  • #634 - Fixed an error with a merge to grails3 that affected logging of indexing errors
  • #618 - Fixed a ConcurentModificationException that occurred when producing the activity form documentation.

Improvements to MERIT downloads

  • #632 - added new content from additions to the MERIT MERI plan to the downloads
  • #635 - ignore lookup table definitions during download rather than log an error
  • #631 - add the management unit to the standard set of MERIT download columns
  • #633 - add a download tab for the new data set summary data in MERIT
  • #629 - use the POI streaming workbook for MERIT downloads to substantially reduce memory consumption during downloads. (BioCollect cannot use this workbook type as it doesn't allow random cell access which the BioCollect downloads require)

v2.1

21 Jan 03:01
2ec6b00
Compare
Choose a tag to compare

v2.0.1

12 Jan 21:30
202d4cc
Compare
Choose a tag to compare
  • Fix for missing survey data in the BioCollect download #624 #625

v1.56

17 Dec 00:47
40fd440
Compare
Choose a tag to compare
  • Implements #614 - sites with nested features are now exported with each feature as an distinct entity in the shapefile.
  • #616 - Bulk user permission removal support
  • #620 - Added an internal order number field to the Project domain object
  • #622 - Don't index data sets as the embedded dates can cause issues
  • #619 - Modifications to GORM objects (dateTaken added to Document, the Score id changed from a long to a ObjectID) so that the reporting server can run the grails 3 version of ecodata (the GORM mongo mapping in the version used with grails 3 is fussier with types)
  • AtlasOfLivingAustralia/biocollect#1291 - Fix for creating works projects with funding sources
  • AtlasOfLivingAustralia/biocollect#1272 - support for rendering site, activity and record data using geoserver
  • AltasOfLivingAustralia/biocollect#1290 - Image upload API key changes
  • Lots of script and form updates (neither types are directly related to this release, e.g. fieldcapture#1850, fieldcapture#2013, fieldcapture#2014, fieldcapture#2110)
  • #621 - Don't return geoPoint to client or include in update. Server side only property.

v1.55

21 Aug 00:55
715b5f2
Compare
Choose a tag to compare

v1.54.2

23 Jul 04:26
Compare
Choose a tag to compare