Skip to content

Releases: openforis/arena

v2.1.0

28 Feb 09:02
280b91a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.9...v2.1.0

v2.0.9

11 Feb 12:16
c4ab6b0
Compare
Choose a tag to compare
schema export: show min/max count expressions (#3726)

Co-authored-by: Stefano Ricci <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v2.0.8

24 Jan 12:15
4144a3c
Compare
Choose a tag to compare
Validations min/max count: allow zeros (backward compatibility) (#3714)

Co-authored-by: Stefano Ricci <[email protected]>

v2.0.7

20 Jan 11:28
857783b
Compare
Choose a tag to compare
Fixed CSV data export including ancestors with files (#3707)

Co-authored-by: Stefano Ricci <[email protected]>

v2.0.6

20 Jan 08:57
243a0ee
Compare
Choose a tag to compare
Validations: min/max count as expressions (#3706)

* added min count editor as expression

* handle max count

* code cleanup (expresions creation)

* code cleanup

* expression prop allow value type selection

* fixing node def validation

* min/max count: fixed validation in UI

* use latest arena-core

* code cleanup

* code cleanup

* fixed min/max count validation

* added min/max count qualifiers in translations

* hide tooltips on when panel right shows up

* use latest arena-core

---------

Co-authored-by: Stefano Ricci <[email protected]>

v2.0.5

09 Jan 22:55
342b1c4
Compare
Choose a tag to compare
Data editors: added option in survey editor to allow viewing not-owne…

v2.0.4

09 Jan 09:01
c186394
Compare
Choose a tag to compare
Fixed error exporting data including result variables (#3704)

* include sampling defs without siblings in rdb generation (e.g. weight)

* chain view: layout adjustments

* updated default value

* fixed tests

---------

Co-authored-by: Stefano Ricci <[email protected]>

v2.0.3

07 Jan 17:28
d3d7489
Compare
Choose a tag to compare
improved records check job (#3703)

Co-authored-by: Stefano Ricci <[email protected]>

v2.0.2

29 Dec 14:58
97f17a3
Compare
Choose a tag to compare
Fixed error merging records using survey with big category (#3702)

* use latest arena-core

* fixed error merging records with big category

* code cleanup

* updated arena-server

---------

Co-authored-by: Stefano Ricci <[email protected]>

v2.0.1

25 Dec 20:21
f731fc1
Compare
Choose a tag to compare
Delete users with expired invitation at application startup (#3699)

* use latest arena-core

* surveys: hide columns

* surveys: hide columns

* records: hide columns

* restore expired user cleanup scheduler

* code cleanup

* code cleanup; delete expired invitation users one by one

* use latest arena-server

* handle user delete errors

* added error message

* use latest arena-sever

---------

Co-authored-by: Stefano Ricci <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>