Skip to content

Latest commit

 

History

History
169 lines (142 loc) · 17.3 KB

File metadata and controls

169 lines (142 loc) · 17.3 KB

Changelog

Full Changelog

Merged pull requests:

v1.20250410.410 (2025-04-10)

Full Changelog

Implemented enhancements:

  • Upgrade to using ruff for linting #451
  • Migrate to pydantic v2 #338
  • Generic triplestore interface & replace SFTP #283
  • Config option for setting base_url/root_url #177
  • An introspective metadata endpoint #113
  • Separate parse and download #55
  • General documentation and document configuration options #10

Fixed bugs:

  • Install safety in a separate environment in CI #525
  • OpenAPI is not retrievable #447
  • pre-commit config should be updated to state master instead of main #434
  • Docker compose failing in CI test workflows #370

Closed issues:

  • Fallback to FakeRedis if Redis is not available #412
  • Remove triplestore and sftp #397
  • Revert update of codecov-action from v4 to v3 #325
  • Add oteapi-dlite-plugin python package as a dependency #300
  • Remove sftp service from production compose file #120
  • Issue with TripleStoreConfig on latest oteapi image #112

Merged pull requests:

v1.20230324.302 (2023-03-24)

Full Changelog

Implemented enhancements:

  • Authentication pathway #178
  • Implement Function router #92
  • Support local paths for plugins in container-image #77
  • Specify local plugin versions to install #76
  • Implement way to provide list of plugin repositories #72
  • Allow custom path to oteapi-core in development Docker target #66
  • Data resource prioritization #56
  • Update to oteapi-core v0.1.0 #51
  • Handle new SessionUpdate response from strategy methods #47
  • Consider replacing dependabot with a custom workflow #38
  • Move over docker-compose.yml from oteapi-deploy #18
  • Use official release line for oteapi-core #17
  • Use pydantic models as Response Model #9
  • Implement dependabot #8

Fixed bugs:

  • Have correct version number in OpenAPI schema #234
  • Pylint fails with useless-option-value / R0022 #182
  • Implement sanity checks for updating the requirements.txt file #159
  • Clarify how to install local oteapi-core for plugin development #82
  • Custom pydantic types not used for .construct() method #67
  • CI automerge - GH GraphQL type update #58
  • Typo issue with CI workflow #50
  • Calls to parse method for parse strategies should be get #41
  • Update according to new oteapi-core plugins API #36
  • Out-of-scope CVE from NumPy makes safety cry #20
  • Update tests to new structure #3
  • Use the get() method throughout for strategies #42 (CasperWA)

Closed issues:

  • set-output is deprecated for GH Actions #233
  • deprecate run() method for transformation strategies #226
  • Development image does not start correctly #89
  • Add a triple store to the docker-compose for mapping strategy #75
  • Remove checkboxes from PR body for the "update requirements.txt" workflow #60
  • Clean up dockerfile #30
  • Update README with correct env vars #12
  • Maybe publish Docker image on GitHub Packages #11
  • Rename endpoint "datasource" to "dataresource" for consistency #5
  • Implement CI/CD test for the development target build of Dockerfile #4
  • Update requirements to new oteapi-core #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator