IATI.cloud Versions Save

IATI datastore powered by Apache Solr. Automatically Extracts and parses IATI XML files referenced in the IATI Registry. IATI is a global initiative to improve the transparency of development and humanitarian resources and their results for addressing poverty and crises.

v6.2.0

6 months ago

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

9 months ago

6.1.2 (2023-08-29)

Bug Fixes

  • security update of dependencies (9654fb0)

v6.1.1

9 months ago

6.1.1 (2023-08-29)

Bug Fixes

  • added csrf origins for production environments (365a4b4)

v6.1.0

9 months ago

6.1.0 (2023-08-28)

Features

  • added single core empty feature (c017ebf)

v6.0.1

1 year ago

6.0.1 (2023-05-23)

Bug Fixes

  • security update for used packages (0565634)

v6.0.1-develop.1

1 year ago

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

Bug Fixes

  • security update for used packages (0565634)

v6.0.0

1 year ago

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

Full Changelog: https://github.com/zimmerman-team/IATI.cloud/compare/v5.9.0...v6.0.0

v5.9.0

2 years ago

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

2 years ago

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

2 years ago

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)