Skip to content

Releases: KnowledgeCaptureAndDiscovery/DISK-API

Release 3.0.3

04 Apr 17:35
Compare
Choose a tag to compare

Update to definitions of DISK ontology 1.3.1

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

12 Feb 16:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

Release 3.0.1

05 Apr 15:09
Compare
Choose a tag to compare
  • fix: frontend uri (ad9f6b3)
  • Update pom.xml (3fc7eb2)
  • Fixing workflow execution (0a2b1b2)
  • expand and run (2366cf8)
  • Fixing multiple parameters (cd8420b)
  • SQO changes (f8e6b86)
  • Fix: no login on download (4f23cf8)
  • Changes for sqo 1.3 (7e0321b)
  • Update README.md (2749214)
  • Download files as bytes (f56e394)
  • fix parameter type bug (4a13b6b)
  • upload as bytes (cf763c6)
  • debug k8s (c2d5e82)
  • Choose subtypes (97c4915)
  • Check binding values (74ce8c1)
  • Update build-update.yml (2f2f4a3)
  • Show errors on config type (3954096)
  • GraphDB adapter part 2 (7f31c8d)
  • refactoring constants (c33da30)
  • GraphDB adapter part 1 (8c18853)
  • Update KeycloakAuthenticationFilter.java (d328a4c)
  • add: confidence type (#81) (db7e07d)
  • fix: allow run workflow with the same values (#82) (f2b8d93)
  • Print info (a734f27)
  • fix: test (#79) (2ea7935)
  • add question to loi preview (c5b89c6)
  • fix: add dev deploy (0794157)
  • versions for method adapters (8ed2619)
  • Fix: handle authentication using jwt validation (#75) (5e3edd5)
  • add: debug (9be669f)
  • Description for workflow bindings and tlois (2432697)
  • Check null adapters (4aa0bd5)
  • Set file location. Fix #59 (019c86b)
  • fix: error handling (5cc39ef)
  • fix: send 400 badrequest if the query doesnt parse (cfc75c7)
  • add: get data sha using etag (8a98b10)
  • upload files with datatype (cb7e58b)
  • Using API. Fix #23 (bd0a1b4)
  • Error handling on Run Workflows (107e36f)
  • Update issue templates (989aa09)
  • Fix prefix resolution (a30c26d)
  • Fix tloi delete. Remove tloi out/in, store files in run (dcf1b06)
  • Disk hypothesis vocabulary is now mandatory (2c3754b)
  • Add title to vocabularies, remove empty try-catch (eddddd4)
  • fix: improve error msg data adapter (b63eb65)
  • fix: throw data adapter exception (#52) (a4abf9d)
  • fix: if the loi doesn't match, send 404 (#50) (c506312)
  • fix: not run if the configuration is wrong (#48) (2381ba2)
  • fix: add exception sparql query (#46) (8e3cc6f)
  • fix: linter again (264f9b7)
  • Merge branch 'main' of github.com:KnowledgeCaptureAndDiscovery/DISK-WEB (b730ab5)
  • Allow tloi creation (348855c)
  • add linter (#45) (4a14ece)
  • Namespace-prefix resolution for results (9c6294f)
  • Merge branch 'main' of github.com:KnowledgeCaptureAndDiscovery/DISK-WEB (c58f225)
  • Fix description of vocabularies (99dab5b)
  • fix: ci - image name is the same (7039e90)
  • fix: ci - update images (c7fd1f3)
  • Workflow and meta-workflow fixing (3af64a9)
  • Changed getData API function (987bcf8)
  • Added description to configuration items (1be78fa)
  • TLOI fix (cd3ccdc)
  • Ontology updated (791c9ec)
  • Merge branch 'main' of github.com:KnowledgeCaptureAndDiscovery/DISK-WEB (6bf99d4)
  • Fixed wings adapter (17ab89d)
  • Update README.md (5e927b3)
  • Update README.md (7cce8cd)
  • Update README.md (b47d422)
  • fix: ci (7855cc6)
  • Merge branch 'main' of github.com:KnowledgeCaptureAndDiscovery/DISK-WEB (01a11a8)
  • Removing assertion code (561e2af)
  • Updating workflow definition (39b99ce)
  • fix: upgrade jersey (#38) (7b53f5e)
  • fix: typo in the ci workflow (9c7b597)
  • Remove old github actions (e55405f)
  • GitHub actions updates kubernetes cluster (#37) (62a576a)
  • remove old ci (adbc646)
  • fix: critical security issues (#35) (3600f21)
  • fix: add ci (#36) (e80f1f4)
  • Merge branch 'main' of github.com:KnowledgeCaptureAndDiscovery/DISK-WEB (291334c)
  • Check configuration file on start up (b9b710f)
  • Merge branch 'main' of github.com:KnowledgeCaptureAndDiscovery/DISK-WEB (cd8b290)
  • fix: update docker image (427f43e)
  • feat: security scanner (#30) (ae10252)
  • fix: improve readme (f4a2156)
  • Merge branch 'main' of github.com:KnowledgeCaptureAndDiscovery/DISK-WEB (f0726e0)
  • fix: update docker (6641695)
  • Add ci (#29) (2a8a1d8)
  • fix: getWorkflows return 500 (#17) (19fe67a)
  • feat: restart docker on failure (3c9068d)
  • feat: update disk docker image (76aa76e)
  • fix: update wings image (c9ce0d9)

Version 3.0.0

05 Apr 14:59
Compare
Choose a tag to compare

Welcome to the May 2022 release of DISK. There are many updates in this version that we hope you'll like, some of the key highlights include:

  • New UI using React - Migrate our user interface to ReactJS.
  • Support RDF data source: Support RDF data sources to obtain data and metadata.
  • Support WINGS workflow: Get workflows from WINGS and run them.
  • Documentation: How to deploy DISK using Docker Containers.

New UI using React

Migrating to React allows us to ship features faster and makes an app easier to maintain.

Support RDF data repositories

DISK can obtain data from different data repositories, as long a data adapter is written to support it.

DISK now supports RDF data repositories.

Support WINGS workflows

DISK can execute workflows on different systems as long as a method adapter is available. DISK now supports WINGS as a workflow system.

Support for external ontologies

DISK can be configured for several external ontologies and multiple SQO sources. Check an example configuration file�

Documentation

How to deploy DISK using Docker Containers

There is a new How to deploy DISK using Docker Containers topic describing the deployment process of DISK using Docker Containers.

Next release

Documentation

  • How to configure DISK using an existing ontology and RDF data repository?
  • How to create a workflow on WINGS and make it available for the DISK hypothesis?

Release 2.5.2

24 Feb 19:59
Compare
Choose a tag to compare
Release 2.5.2

Release 2.5.1

24 Feb 19:52
Compare
Choose a tag to compare
Release 2.5.1