Releases: IBM/ELM-Python-Client
Releases · IBM/ELM-Python-Client
Added example of creating a folder dn_simple_createfolderandartifact.py
0.18.0 0.17.0: fixed issues with reqif_io QUERY_PASSWORD and selecting confi…
Fixed some bugs; added example of creating/removing a DN link
Extended the DN type system to retrieve link types; these are now included in the oslcquery --typesystemreport
Fixed issues in reqif_io: selecting a config didn't work, and there was a typo for QUERY_PASSWORD
Added example db_simple_modifylink.py - this adds/removes a DN link between core artifacts; this is what required extending the typesystem to retrieve linktypes, so the link type to be created could be found by name
Now with example of deleting dn artifacts
Added examples/dn_simple_deleteartifact.py
Added examples of creating and updating an artifact
0.14.0 Added examples dn_simple_createartifact.py and dn_simple_updateartifa…
Fixed problem with oslcquery checking for null/notnull
-n null checking wasn't detecting empty link columns/-v notnull checking wasn't detecting non-empty columns
Ran tests against 7.0.2SR1 only
Numerours little fixes
Fixed an issue with not selecting non-default configurations in oslcquery
oslcquery now works cleanly when archived components/configs are contributing to a GC
0.11.3 oslcquery: print version
011.1 - option --percontribution queries each individual contribution to a GC
0.11.1 option --percontribution now avoids contributions not in the specifie…
Added am support, bypassed component/configuration loading when not needed
0.10.0 Added support for am domain (in _ccm.py), now doesn't load all compon…