Skip to content

Releases: zimmerman-team/IATI.cloud

v6.2.0

28 Nov 15:02
fca4628
Compare
Choose a tag to compare

6.2.0 (2023-11-28)

Features

  • added coverage script (03ce3f5)
  • added pytest coverage (c818793)
  • added recent coverage report (49d4df7)
  • added remaining tests for main direct indexing file (5ca9a90)
  • added test for json_dumps (151b958)
  • added test for policy marker combined (39fe0f7)
  • added tests and safety for processing util (00b68e7)
  • added tests for activity subtypes (0cf868a)
  • added tests for and updated dataset cleaning (d431b45)
  • added tests for codelists model (1df7ba6)
  • added tests for currencies model (7c82e8c)
  • added tests for currency aggregation (454a5a3)
  • added tests for currency conversion (a926623)
  • added tests for custom codelist fields (6c3678d)
  • added tests for custom fields main (31900d2)
  • added tests for dataset metadata (e15b374)
  • added tests for dataset metadata (931b0e5)
  • added tests for date_quarters (8f529d1)
  • added tests for document category combined (eb42aeb)
  • added tests for extract activity dates (ac9461c)
  • added tests for hierarchy (45906f2)
  • added tests for many-to-many relations (0d1f278)
  • added tests for metadata cleaning (db743f3)
  • added tests for metadata publisher (1d82dd2)
  • added tests for metadata util (030d64e)
  • added tests for organisation custom fields (4382057)
  • added tests for processing datasets (1eb83d1)
  • added tests for raising h2 budget data (c229b1c)
  • added tests for tasks.py (cee1bad)
  • added tests for title narrative (397fbf5)
  • added tests framework with pytest (1c2034a)
  • test clear_indices and clear_cores_with_name (2e78362)
  • update test_util to 100% (fd94872)
  • updated license to MIT (3d7e2dc)

v6.1.2

29 Aug 13:13
Compare
Choose a tag to compare

6.1.2 (2023-08-29)

Bug Fixes

  • security update of dependencies (9654fb0)

v6.1.1

29 Aug 13:03
Compare
Choose a tag to compare

6.1.1 (2023-08-29)

Bug Fixes

  • added csrf origins for production environments (365a4b4)

v6.1.0

28 Aug 10:15
Compare
Choose a tag to compare

6.1.0 (2023-08-28)

Features

  • added single core empty feature (c017ebf)

v6.0.1

23 May 16:04
e685725
Compare
Choose a tag to compare

6.0.1 (2023-05-23)

Bug Fixes

  • security update for used packages (0565634)

v6.0.1-develop.1

23 May 15:56
Compare
Choose a tag to compare
v6.0.1-develop.1 Pre-release
Pre-release

6.0.1-develop.1 (2023-05-23)

Bug Fixes

  • security update for used packages (0565634)

v6.0.0

23 May 13:45
848e0cd
Compare
Choose a tag to compare

What's Changed

This release marks the end of the 'hybrid' IATI.cloud. The IATI.cloud now runs on Docker with a Solr API.
The documentation in the repository has been updated to reflect the changes and can be checked for both running and usage.

Generated release notes

  • fix: update readme and requirements with working instructions by @sylvanr in #2644
  • fix: enable retrieving default currency when transaction currency is not specified by @sylvanr in #2662
  • Feat/activity children aggregation by @sylvanr in #2648
  • Feat/additional fields mfa aida by @sylvanr in #2668
  • refactor: duplication in tasks.py by @sylvanr in #2670
  • Release by @sylvanr in #2669
  • feat: add three days grace period to dropping old datasets by @sylvanr in #2672
  • feat: add option for soft interrupt parsing to prevent loss of data by @sylvanr in #2674
  • add common start and end dates to solr indexing (requires reindex) by @sylvanr in #2673
  • fix: update release branch to main by @sylvanr in #2677
  • Updated release including semantic release update by @sylvanr in #2678
  • fix: index parent when a related activity is updated by @sylvanr in #2679
  • fixes for circleCI and related activity updates by @sylvanr in #2680
  • Feat/fcdo2684 fcdo feature requests and fixes by @sylvanr in #2688
  • fix: single value title narrative to be displayed as single value by solr by @sylvanr in #2683
  • Develop by @sylvanr in #2790
  • IC-35: Fcdo direct indexing additional features by @sylvanr in #2806
  • IC-15: Direct indexing on Solr Only by @sylvanr in #2744
  • IC-36: feat/dependency update to python 3.11, restructure and removal of old OIPA setup, added documentation by @sylvanr in #2807
  • Update README.MD by @siemvaessen in #2811
  • chore: reintroduce semantic versioning through github actions by @sylvanr in #2813
  • Develop to Main release for IATI.cloud publishing direct-indexing by @sylvanr in #2812

Full Changelog: v5.9.0...v6.0.0

v5.9.0

16 Jul 08:32
a3ad32e
Compare
Choose a tag to compare

5.9.0 (2021-07-16)

Bug Fixes

  • disable postman url conversion to old datastore url (6623f48)

Features

  • add force and check_validation parameters to incremental parse (39673b9)
  • added all activity dates to transaction core (430c8ca)
  • added sector_percentage, reporting_org_type_name and participating_org_ values to transaction (384427f)

v5.8.0

28 Jun 09:21
1e14edd
Compare
Choose a tag to compare

5.8.0 (2021-06-28)

Bug Fixes

  • disable deploy to staging CI job as staging is off (6494740)
  • no longer raise_for_status to avoid validator 502 breaks (5f52954)

Features

  • allow admin to select in which step to start the process (5c2a867)

v5.7.0

07 Jun 08:36
ab255e9
Compare
Choose a tag to compare

5.7.0 (2021-06-07)

Bug Fixes

  • document the grace effect and update to apply to all async tasks (f9ca181)
  • remove testing breaks for step 1 (57af1e2)
  • rename DatasetDownloadsFinished to AsyncTasksFinished because it is reused for other purposes (e9897c6)
  • update source parsing in the automatic parsing procedure (b6852bd)

Features

  • automatic incremental parsing step four (2199a90)
  • automatic incremental parsing step one - import dataset (with testing breaks) (314831c)
  • automatic incremental parsing steps 2 and 3 (9a56ba7)