Skip to content

Releases: IBM/ELM-Python-Client

0.26.2

17 Jan 12:38
Compare
Choose a tag to compare

oslcquery now shows the query url using oslc_config.context parameter if you use the -V option - although it still uses the Configuration.Context header when making the query

0.26

16 Jan 12:25
Compare
Choose a tag to compare

ETM projects set to "enable baselines" are now treated as opt-out

fixed silly problem with validate finding the correct trs feed

11 Dec 17:40
Compare
Choose a tag to compare
0.25.0

fixed silly problems with finding the validate target feed

Added commandline example of validate and provided Validate API

11 Dec 17:05
Compare
Choose a tag to compare
0.24.0

Added note to README.MD about providing validate example

0.21.0

16 Aug 12:54
Compare
Choose a tag to compare

Tested with Python 3.11.4

Fixed represt

28 Jul 13:53
Compare
Choose a tag to compare
0.20.0

Bump version: 0.19.0 → 0.20.0

0.19.0

04 May 12:22
Compare
Choose a tag to compare

Added RM-only create_folder, replaced load_folders with find_folder, also an example to use/test the create_folder functionality
Added RM-only changeset create/delivery, with an example

Added example of creating a folder dn_simple_createfolderandartifact.py

06 Apr 15:38
Compare
Choose a tag to compare
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

15 Mar 08:36
Compare
Choose a tag to compare

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

06 Feb 09:36
Compare
Choose a tag to compare

Added examples/dn_simple_deleteartifact.py