8000 Tags · linkml/linkml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: linkml/linkml

Tags

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2631 from linkml/update-pypi-action

update docker action to only push on release

v1.9.1-rc3

Toggle v1.9.1-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2631 from linkml/update-pypi-action

update docker action to only push on release

v1.9.1-rc2

Toggle v1.9.1-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2617 from linkml/update-pypi-action

Update pypi action, add test action for pypi dist deployment

v1.9.1-rc1

Toggle v1.9.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2605 from linkml/pr-2358

Pr 2358 - branch version of #2358 for ease of coordination

v1.9.0-rc1

Toggle v1.9.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2597 from linkml/fix_too_rigid_tests

fix test to be less rigid in formating issues to help push through li…

v1.8.7

Toggle v1.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2544 from linkml/update-lockfile

[poetry] Update Lockfile

v1.8.6

Toggle v1.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2486 from linkml/issue-1720-convert-test-prefixes…

…-to-pytests

Issue 1720 convert test prefixes to pytests

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(graphql): add support for enumerations (#2303)

* feat(graphql): add support for enumerations

Generation of GraphQL enumerations based on those enumerations defined
in the LinkML schema was missing.

LinkML supports enumeration names and permissible values in a format
that is not compabtible with GraphQL. This patch adds the needed
conversions to make them compabible. A dedicated class is added to
handle it in a generic way that can be reused in other parts of LinkML.

Automatic conversion can be disabled with the flag `--strict`.

Enumerations not using `permissible_values` but `reachable_from` to
specify the enumeration permissible values are not supported yet by the
generator. A warning is raised and the enumeration is ignored if this
happens.

Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>

* test(gen-graphql): add tests

Add tests for the generation of GraphQL schemas.

Adapt also existing tests afected by changes in gen-graphql.

Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>

---------

Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding uniqueness constraint tests. (#2338)

* Adding uniqueness constraint tests.

This also refines the relmodel transformer such that additional
uniqueness constraints are generated.

See https://github.com/orgs/linkml/discussions/2337

* format

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update java.rst - vs _ in output-directory option (#2274)

Usage: gen-java [OPTIONS] YAMLFILE
Try 'gen-java --help' for help.

Error: No such option: --output_directory Did you mean --output-directory?
0