-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mapping startegy to fetch relevant parts of graph #16
Update mapping startegy to fetch relevant parts of graph #16
Commits on Aug 28, 2024
-
Revert 1 remove session (EMMC-ASBL#229)
* update strategies * fix pre-commit * create json parse strategy * update parse strategies * Updated dlite storage path * Fixed duplication of data model names. Improved readability of the code * Instanciate the Pydantic datamodel from a dict * Added error handling# * Set collection_id. Updated datamodel * Updated parse strategy * Update json strategy config * Update json strategy config * Added entity to config * camel case storagePath * rename storage path * Refactor initialize method * add quantity to generate * Revert "add quantity to generate" This reverts commit e000232. * remove unused session parameter * update otelib version * update requirements.txt * update oteapi-core * fix pylint errors * remove unnecessary session parameter * fix otelib version * fix tests * fix test_generate * fix syntax * fix test_generate collection * fix test_filter * fix test_generate_collection * update dataresource in test_convert * fix test_convert, and pylint * fix tests * test_parse_json * test_parse_json * fix test_parse * fix test_convert * fix pylint errors * replace resourceconfig with Parserconfig in parse strategies * fix parse strategy * - * revert * Allow for defining triplestore backend in the mapping strategy (EMMC-ASBL#225) * Allow for defining triplestore backend in the mapping strategy Co-authored-by: Thomas F. Hagelien <[email protected]> * - * remove unnecessary files * fix test_parse_json * - * fix import error * fix path issue * fix test_mapping * - * fix collection * update config in test_config * fix test_parse_excel * fix test_parse_excel * - * fix excel parser * - * fix test_image_config * remove unnecessary startegies * run pre-commit * fix pylint issues * fix pylint and docs * remove unused strategies and add doc strings * remove unused test entities and files * - * - * - * fix warning * Revert "Remove session" --------- Co-authored-by: Thomas F. Hagelien <[email protected]> Co-authored-by: Thomas Hagelien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7e2b2f - Browse repository at this point
Copy the full SHA b7e2b2fView commit details -
[Auto-generated] Update dependencies (EMMC-ASBL#231)
Update GH Actions: Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (EMMC-ASBL#224) Update dependencies: * Update pytest requirement from ~=8.0 to ~=8.1 (EMMC-ASBL#227) * Update mkdocstrings[python] requirement from ~=0.24.0 to ~=0.24.1 (EMMC-ASBL#226) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 865fbe6 - Browse repository at this point
Copy the full SHA 865fbe6View commit details -
Update pytest-cov requirement from ~=4.1 to ~=5.0 (EMMC-ASBL#232)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3da37f1 - Browse repository at this point
Copy the full SHA 3da37f1View commit details -
Update pre-commit requirement from ~=3.6 to ~=3.7 (EMMC-ASBL#233)
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c5037fd - Browse repository at this point
Copy the full SHA c5037fdView commit details -
Update mkdocstrings[python] requirement from ~=0.24.1 to ~=0.24.3 (EM…
…MC-ASBL#235) Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.1...0.24.3) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0aebeef - Browse repository at this point
Copy the full SHA 0aebeefView commit details -
Bump chuhlomin/render-template from 1.9 to 1.10 (EMMC-ASBL#238)
Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.9 to 1.10. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](chuhlomin/render-template@v1.9...v1.10) --- updated-dependencies: - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfa58f9 - Browse repository at this point
Copy the full SHA dfa58f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd07c1 - Browse repository at this point
Copy the full SHA fbd07c1View commit details -
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - https://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
Configuration menu - View commit details
-
Copy full SHA for 2762d9d - Browse repository at this point
Copy the full SHA 2762d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6783ed7 - Browse repository at this point
Copy the full SHA 6783ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3241a59 - Browse repository at this point
Copy the full SHA 3241a59View commit details -
[Auto-generated] Update dependencies (EMMC-ASBL#247)
Update dependencies: * Update mike requirement from ~=2.0 to ~=2.1 (EMMC-ASBL#244) * Update pytest requirement from ~=8.1 to ~=8.2 (EMMC-ASBL#245) * Update mkdocstrings[python] requirement from ~=0.24.3 to ~=0.25.1 (EMMC-ASBL#246) * Update mkdocs requirement from ~=1.5 to ~=1.6 (EMMC-ASBL#243) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 560ffc9 - Browse repository at this point
Copy the full SHA 560ffc9View commit details -
Update pylint requirement from ~=3.1 to ~=3.2 (EMMC-ASBL#248)
* Update pylint requirement from ~=3.1 to ~=3.2 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.1.0...v3.2.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Fix for pylint. Note that this is not tested originally. * Safety issue for jinja ignored --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c79d409 - Browse repository at this point
Copy the full SHA c79d409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff0cd7 - Browse repository at this point
Copy the full SHA 3ff0cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada60ca - Browse repository at this point
Copy the full SHA ada60caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b89f9 - Browse repository at this point
Copy the full SHA 03b89f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d7e794 - Browse repository at this point
Copy the full SHA 1d7e794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d01e2 - Browse repository at this point
Copy the full SHA 39d01e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e673989 - Browse repository at this point
Copy the full SHA e673989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd97e5 - Browse repository at this point
Copy the full SHA 3bd97e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582e719 - Browse repository at this point
Copy the full SHA 582e719View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd66b2e - Browse repository at this point
Copy the full SHA cd66b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1336e6c - Browse repository at this point
Copy the full SHA 1336e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for df9282a - Browse repository at this point
Copy the full SHA df9282aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9ba4a - Browse repository at this point
Copy the full SHA ae9ba4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd843b - Browse repository at this point
Copy the full SHA 9cd843bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e78d3 - Browse repository at this point
Copy the full SHA 65e78d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b3b9e - Browse repository at this point
Copy the full SHA 49b3b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c6772 - Browse repository at this point
Copy the full SHA 02c6772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77bb3c7 - Browse repository at this point
Copy the full SHA 77bb3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5ecd4 - Browse repository at this point
Copy the full SHA ca5ecd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b436367 - Browse repository at this point
Copy the full SHA b436367View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad685f7 - Browse repository at this point
Copy the full SHA ad685f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffeec8 - Browse repository at this point
Copy the full SHA dffeec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53230cb - Browse repository at this point
Copy the full SHA 53230cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e403efb - Browse repository at this point
Copy the full SHA e403efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d61d1 - Browse repository at this point
Copy the full SHA 24d61d1View commit details -
Consolidate docs build (EMMC-ASBL#257)
Update CI/CD workflows to match pre-commit hooks This is relevant only for building and testing the documentation. Update documentation according to specific setup.
Configuration menu - View commit details
-
Copy full SHA for c6cf018 - Browse repository at this point
Copy the full SHA c6cf018View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1cd1d4 - Browse repository at this point
Copy the full SHA e1cd1d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 814cd61 - Browse repository at this point
Copy the full SHA 814cd61View commit details