forked from kinow/testlink-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges.xml
More file actions
148 lines (148 loc) · 6.81 KB
/
changes.xml
File metadata and controls
148 lines (148 loc) · 6.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Changes testlink-java-api</title>
<author email="brunodepaulak AT yahoo DOT com DOT br">Bruno P. Kinoshita</author>
</properties>
<body>
<release version="" date="" description="">
<action dev="kinow" type="fix" issue="90">
Issue #90: Replace httpclient
</action>
</release>
<release version="1.9.16-0" date="2017-03-19" description="1.9.16-0 release">
<action dev="mazimkhan" type="add">
Pull request 71: Introduced API for updating Build custom fields values
</action>
<action dev="kinow" type="fix">
Update project dependencies
</action>
<action dev="kinow" type="add" issue="75">
Replace sl4j by log4j
</action>
<action dev="kinow" type="add" issue="73">
Add Travis CI
</action>
<action dev="kinow" type="fix">
Added a checkstyle rule file, and fixed all checkstyle issues
</action>
<action dev="kinow" type="add">
Added more reports to the project web site
</action>
<action dev="kinow" type="fix" issue="72">
FATAL: Error verifying developer key: Failed to parse server's response: Content is not allowed in
prolog.
</action>
</release>
<release version="1.9.14-0" date="2016-04-10" description="1.9.14-0 release">
<action dev="feixiang8418" type="fix">
Pull request 34: add casting fix
</action>
<action dev="dida43" type="add">
Pull request 65: updated to set version on creating test case
</action>
<action dev="maiksaray" type="add">
Pull request 60: implemented support for testplan custom fields values
obtaining
</action>
<action dev="s2oBCN" type="add">
Pull request 43: Added getTestCaseKeywords
</action>
<action dev="eitzenbe" type="add">
Pull request 67: adding updatetestcase method
</action>
<action dev="davidrova" type="add">
Pull request 39: Retrieve the full test plan - testcase-platform.
</action>
</release>
<release version="1.9.13-0" date="2015-07-10" description="1.9.13-0 release">
<action dev="pozharko" type="add">
Pull request: implemented method : assignTestCaseExecutionTask
</action>
</release>
<release version="1.9.8-2" date="2013-12-03" description="1.9.8-2 release">
<action dev="kinow" type="fix">
Issue 27: getTestCaseCustomFieldExecutionValue method "protected
</action>
</release>
<release version="1.9.8-1" date="2013-11-30" description="1.9.8-1 release">
<action dev="tlasnier" type="add">
Pull request: implemented method : updateTestCaseCustomFieldDesignValue
</action>
</release>
<release version="1.9.8-0" date="2013-11-22" description="1.9.8-0 release">
<action dev="rsporny" type="add">
Pull request: add: getUserByLogin
</action>
<action dev="rsporny" type="update">
Pull request: fix: problem with running unit tests when path has special
characters
</action>
</release>
<release version="1.9.7-0" date="2013-08-30" description="1.9.7-0 release">
<action dev="razalhague" type="update">
Pull request: Handle test case names from different parameters
</action>
<action dev="kinow" type="update" issue="16">
Check the value of urgency that is being used in
TestCaseService
</action>
</release>
<release version="1.9.6-1" date="2013-04-06" description="1.9.6-1 release">
<action dev="kinow" type="update" issue="15">
Fixed parameter for filtering by execution type.
</action>
</release>
<release version="1.9.6-0" date="2013-04-04" description="1.9.6-0 release">
<action dev="kinow" type="update" issue="12">
Fixed ClassCastException due to change in TestLink code, in
method getTestProjectByName.
</action>
<action dev="kinow" type="add" issue="14">
Added new methods getProjectPlatforms,
removePlatformFromTestPlan
and addPlatformToTestPlan that were included in TestLink 1.9.6.
</action>
</release>
<release version="1.9.5-0" date="2013-04-04" description="1.9.6-0 release">
<action dev="kinow" type="update">
Maintenance release.
</action>
</release>
<release version="1.9.4-1" date="2013-04-03" description="1.9.4-1 release">
<action dev="kinow" type="update">
Renamed method addTestCaseSteps to createTestCaseSteps in the the TL API.
</action>
<action dev="kinow" type="remove">
Removed method updateTestCaseSteps that doesn't exist in the PHP XML-RPC
API.
</action>
<action dev="kinow" type="remove">
Removed method pushTestCaseSteps that doesn't exist in the PHP XML-RPC API.
</action>
<action dev="kinow" type="updated">
Reformatted parts of the code using Java code style.
</action>
<action dev="kinow" type="update">
Added new parameters to TestCase (platform:Platform and featureId:Integer).
</action>
<action dev="kinow" type="update" issue="5">
Added new parameters to TestCase (platform:Platform and
featureId:Integer).
</action>
<action dev="kinow" type="remove">
Removed bugs notes from javadoc headers (inherited from TL project, but
deprecated here now).
</action>
<action dev="kinow" type="add">
Added changes.xml to the project.
</action>
<action dev="kinow" type="add" issue="7">
Added new parameter executionTimeStamp to Execution.
</action>
<action dev="kinow" type="update" issue="9">
Fixed bug when selecting multiple suites by ID.
</action>
</release>
</body>
</document>