-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathchanges.xml
More file actions
223 lines (223 loc) · 11 KB
/
changes.xml
File metadata and controls
223 lines (223 loc) · 11 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<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="1.9.?" date="2021-??-??" description="">
<action dev="kinow" type="update" due-to="dependabot">
Bump org.apache.commons:commons-configuration2 from 2.8.0 to 2.10.1 #151
</action>
<action dev="kinow" type="update" due-to="dependabot">
Bump jetty-server from 9.4.38.v20210224 to 9.4.41.v20210516 #141
</action>
<action dev="kinow" type="fix" due-to="leightjohnson93">
Add test case version for uploadTestCaseAttachment method
</action>
<action dev="kinow" type="update">
Bump commons-io from 2.6 to 2.7 #137.
</action>
<action dev="kinow" type="update">
Bump commons-configuration2 from 2.7 to 2.8.0 #145.
</action>
<action dev="kinow" type="update">
Bump jetty-server from 9.4.41.v20210516 to 10.0.10 #146.
</action>
</release>
<release version="1.9.20-1" date="2020-05-23" description="1.9.20-1 release">
<action dev="kinow" type="update">
Update code styles (Java 8 style, javadocs, typos, remove redundant code, etc)
</action>
<action dev="kinow" type="update" due-to="dependabot" issue="134">
Bump commons-configuration2 from 2.4 to 2.7
</action>
</release>
<release version="1.9.20-0" date="2020-01-30" description="1.9.20-0 release">
<action dev="kinow" due-to="DanProgs" issue="132">
add connection with a proxy
</action>
</release>
<release version="1.9.19-0" date="2019-04-23" description="1.9.19-0 release">
<action dev="kinow" due-to="kinow" type="fix" issue="81">
getLastExecutionResult function need some new parameters
</action>
<action dev="kinow" due-to="kinow" type="fix" issue="55">
Report test case execution duration
</action>
<action dev="kinow" due-to="kinow" type="fix" issue="92">
TestCase External ID
</action>
<action dev="kinow" due-to="kinow" type="fix" issue="112">
reportTCResult - test case steps results are ignored / not updated
</action>
<action dev="kinow" due-to="kinow" type="fix" issue="82">
Need a new function named getTestCaseBugs
</action>
</release>
<release version="1.9.17-1" date="2019-01-14" description="1.9.17-0 release">
<action dev="kinow" due-to="abouzy" type="fix" issue="85">
Update TestCase always return empty map
</action>
<action dev="kinow" due-to="spravallika" type="add" issue="97">
Pull Request #97: Testlink method to add keywords to testcase
</action>
<action dev="kinow" due-to="ranamansoor" type="add" issue="118">
Issue #91: Added build closed_on_date and release_date options into build.
</action>
<action dev="kinow" due-to="Dennis van der Wals" type="add" issue="86">
Pull Request #86: added API function to retrieve a testsuite's attachments
</action>
</release>
<release version="1.9.17-0" date="2018-12-29" description="1.9.17-0 release">
<action dev="kinow" type="update">
Updated dependencies, and ran through OWASP security plugin. CVE-2016-5002 does not affect
the API, as it requires a server running it in order to create a DoS attack. The server
in our case is PHP, and xmlrpc-common is used for client-side only.
</action>
<action dev="kinow" due-to="ranamansoor" type="fix" issue="113">
Issue #113: Added testplan parameter into getTestCaseCustomFieldExecutionValue
</action>
<action dev="kinow" due-to="ranamansoor" type="add" issue="91">
Issue #91: Added build is_active and is_open options.
</action>
<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="kinow" due-to="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="kinow" due-to="feixiang8418" type="fix">
Pull request 34: add casting fix
</action>
<action dev="kinow" due-to="dida43" type="add">
Pull request 65: updated to set version on creating test case
</action>
<action dev="kinow" due-to="maiksaray" type="add">
Pull request 60: implemented support for testplan custom fields values
obtaining
</action>
<action dev="kinow" due-to="s2oBCN" type="add">
Pull request 43: Added getTestCaseKeywords
</action>
<action dev="kinow" due-to="eitzenbe" type="add">
Pull request 67: adding updatetestcase method
</action>
<action dev="kinow" due-to="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="kinow" due-to="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="kinow" due-to="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="kinow" due-to="rsporny" type="add">
Pull request: add: getUserByLogin
</action>
<action dev="kinow" due-to="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="kinow" due-to="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>