Skip to content

Releases: IBM/ELM-Python-Client

Application passwords now working

16 Dec 18:03
Compare
Choose a tag to compare
0.28.0

added note about not following redirect on the OP GET to authenticate

0.27.1

03 Dec 13:30
Compare
Choose a tag to compare

Merged the change of PR #52 - allow ( or ) as first character of a NAME for oslcquery

0.27.0

03 Dec 12:17
Compare
Choose a tag to compare
Added examples dncompare, validate, trsreader (this is VERY UNFINISHED!) - see the code in the examples folder
Fixed oslcquery working from a specific config using -F
Fixed oslcquery when trying to select a scoped attribute like oslc:rm:uses{dcterms:identifier} wasn't working - note that DN doesn't appear to support retreiving primary text of all artifacts in a module using oslc:rm:uses{jazz_rm:primaryText} - text isn't returned
Some (unfinished!) internal preparation for demonstrator of the new in 7.1 type query capability https://jazz.net/wiki/bin/view/Main/DNGTypeAPI

Incorporated PR #69 from wulmer
merged PR #67 from wulmer

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