forked from jesper-raemaekers/python-polarion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
314 lines (254 loc) · 11.2 KB
/
changelog
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
Changelog
=========
V1.0.0
------
- Update polarion_client.rst. [LionnelC]
- #77 Add token login. [LionnelC]
- Add exception handling to project.getUsers() [Axel Seibert]
keep getUsers from failing just because one user entry has the flag unresolvable set to True.
- Fetch Workitem in baseline by uri. [the-working-rene]
fixes #74
- Added proxy documentation #67. [jesper.raemaekers]
- Proxy support #67. [jesper.raemaekers]
V0.4.1 (2022-04-28)
-------------------
Fix
~~~
- `mock` and `patch` packages taken from `unittest` [schperplata]
Other
~~~~~
- Preparations for release 0.4.1. [jesper.raemaekers]
- Preparations for release 0.4.1. [jesper.raemaekers]
- Attempt to pass cookies to other services #61. [jesper.raemaekers]
V0.4.0 (2022-04-16)
-------------------
- Preparations for release 0.4.0. [jesper.raemaekers]
- Added test and documentation for HTML parser. [jesper.raemaekers]
- HTML parser can now parse the tables. #54. [jesper.raemaekers]
- Added HTML parser to get links from HTML code. #54.
[jesper.raemaekers]
- Added function to strip HTML tags from text #54. [Jesper Raemaekers]
- Adding the getParent and getChildren method. #58. [jesper.raemaekers]
- Added option to query plans and plans can now find their
parent/children. #58. [jesper.raemaekers]
- When loading a work item it is now checked if there are test steps
available before requesting them from the server #57.
[jesper.raemaekers]
- Created test and documentation for adding required fields upon
workitem creation. [Jesper Raemaekers]
- Always add supplied new work item field #56. [Jesper Raemaekers]
- Workitems can now be created with required fields (other than id and
author) #56. [jesper.raemaekers]
- Added missing documention on the creation of workitems. #56.
[jesper.raemaekers]
- Update the documentation and readme to include some information hidden
in closed issues. [jesper.raemaekers]
V0.3.2 (2022-02-12)
-------------------
- Preparations for release 0.3.2. [jesper.raemaekers]
- Fixed missing _id property when creating workitem from plan #51.
[jesper.raemaekers]
- Changed parameter value for consistency. [anjalizope]
To be consistent, changed fieldList parameter to be default None
- Add functions to search in baseline. [anjalizope]
Added two functions to allow for searching for work items in a specific baseline:
- searchWorkitemInBaseline
- searchWorkitemFullItemInBaseline
V0.3.1 (2022-02-09)
-------------------
- Preparations for release 0.3.1. [jesper.raemaekers]
- Added support for added testcases to (non-template) test run. #48.
[jesper.raemaekers]
V0.3.0 (2022-02-03)
-------------------
- Preparations for release 0.3.0. [jesper.raemaekers]
- Added option to specific repository location #46. [jesper.raemaekers]
- Removed known issue of not being able to access live docs. [Florian
Fetz]
- Added comment feature for testrun.py Fixed and added tests. [Florian
Fetz]
- Documents now also support custom fields Moved common functions of
documents and work items to common base classes. [Florian Fetz]
- Fixed unit test for getDocumentSpaces() [Florian Fetz]
- Fixed tested document title. [Florian Fetz]
- Added getParent() function. [Florian Fetz]
- Fixed a merge error. [Florian Fetz]
- Feat: Add function to delete work item. [Benjamin Lelevier]
- Fixes Issue #34: Added a parameter to the Polarion object constructor
that allows bypassing TLS certificate verification. [Florian Fetz]
- Added document comment functions. [jesper.raemaekers]
- Delete method is now in document.py. [Florian Fetz]
- Finished first go of document functionality Created documentation
Finished tests. [Florian Fetz]
- Added function to create headings in documents First working tests of
document functionality. [Florian Fetz]
- First documentation steps Consistent naming of work item in interface.
[Florian Fetz]
- Cleanups: Several pep8 fixes, removed unused imports and packages in
requirements.txt. [Florian Fetz]
- Added first unit test. [Florian Fetz]
- Refactored create document functions Added functions to reuse and
update documents Some leftovers for renaming module -> document.
[Florian Fetz]
- Renamed module to document. [Florian Fetz]
- Added function to create a document and to add a work item to a
document. [Florian Fetz]
- Initial support for document access. [jesper.raemaekers]
V0.2.1 (2021-09-30)
-------------------
- Preparations for release 0.2.1. [jesper.raemaekers]
- Updated readme. [jesper.raemaekers]
- Added method for getting workitems in plan. [jesper.raemaekers]
V0.2.0 (2021-09-24)
-------------------
- Preparations for release 0.2.0. [jesper.raemaekers]
- Corrections to unittest for plans. [jesper.raemaekers]
- Created basic docs for Plans. [jesper.raemaekers]
- Added basic support for Plans. [jesper.raemaekers]
- Removed commented code #27. [jesper.raemaekers]
- Fix setresolution bug #27. [jesper.raemaekers]
- Completed approvvee methods as discussed in #24. [jesper.raemaekers]
- Small modifications. [Axel Seibert]
workitem:
- addApprovee
- removeApprovee
project:
- searchWorkitem
polarion:
- tried the exit handler
V0.1.15 (2021-08-14)
--------------------
- Update changelog and ready for release 0.1.15. [jesper.raemaekers]
- Prevent crash when using Polarion without addComment enabled #22.
[jesper.raemaekers]
- Handle case where addComment is not in WSDL interface. #22.
[jesper.raemaekers]
V0.1.14 (2021-07-10)
--------------------
- Preparation for release 0.1.14. [jesper.raemaekers]
- Fixed bug reported in #17. [jesper.raemaekers]
- Fixed test steps not loading bug from #17. [jesper.raemaekers]
V0.1.13 (2021-06-27)
--------------------
- Added custom field setter and remove link method. [jesper.raemaekers]
- Updated urllib3. [jesper.raemaekers]
- Added extra method to get possible custom keys. [jesper.raemaekers]
- Added session valid check and login if needed #17. [jesper.raemaekers]
- Added option for linking workitems #17. [jesper.raemaekers]
V0.1.12 (2021-05-30)
--------------------
- Added ms to test run name name to avoid two identical ones.
[jesper.raemaekers]
- Corrected typo reported in #15 and created test for it.
[jesper.raemaekers]
V0.1.11 (2021-03-29)
--------------------
- Added gitchangelog config file. [Jesper Raemaekers]
- License changed to MIT. [Jesper Raemaekers]
- Added unit-test for test run helpers. [jesper.raemaekers]
- Corrected check on record id in test run. [jesper.raemaekers]
- Update test record doc. [Jesper Raemaekers]
- Adding method for checking for specific test case id. [Jesper
Raemaekers]
V0.1.10_20210325.4 (2021-03-25)
-------------------------------
- Bump lxml from 4.6.2 to 4.6.3 in /docs. [dependabot[bot]]
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3)
- Bump lxml from 4.6.2 to 4.6.3. [dependabot[bot]]
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3)
V0.1.9_20210325.1 (2021-03-25)
------------------------------
- Added user test and none check to attachment. [jesper.raemaekers]
- Added check on resolvability test run. [jesper.raemaekers]
V0.1.8_20210321.1 (2021-03-21)
------------------------------
- Update docs with attachment info. [jesper.raemaekers]
- Added check for executing user. [jesper.raemaekers]
- Added ignored property to testrun save. [jesper.raemaekers]
- Added test step attachment support. [jesper.raemaekers]
- Adding attachment support for test record. [jesper.raemaekers]
- Adding attachment support to testrun. [jesper.raemaekers]
- Adding attachment methods to workitem. [jesper.raemaekers]
V0.1.7_20210318.1 (2021-03-18)
------------------------------
- Added user getter to record. [jesper.raemaekers]
- Added uri factory for workitem, testrun and user. [jesper.raemaekers]
V0.1.6_20210317.1 (2021-03-17)
------------------------------
- Added getter for test case name. [jesper.raemaekers]
- Added user compare and updated workitem tests. [jesper.raemaekers]
- Removed dead code and check for empty query. [jesper.raemaekers]
- Added discover tot requirements to run all unittests on devops.
[jesper.raemaekers]
- Chapter cleanup. [Jesper Raemaekers]
- Created seperate page for test records. [Jesper Raemaekers]
- Added table to testrun doc. [Jesper Raemaekers]
- Formatted list in readme. [Jesper Raemaekers]
- Added list of workitem attributes. [Jesper Raemaekers]
V0.1.5_20210311.14 (2021-03-11)
-------------------------------
- Updated compare function to handle array types. [jesper.raemaekers]
V0.1.4_20210311.12 (2021-03-11)
-------------------------------
- Workitem now reloads after change. [jesper.raemaekers]
- Badges on one line. [jesper.raemaekers]
- Add new build links to readme. [jesper.raemaekers]
- Added twine. [jesper.raemaekers]
- Added build to requirements. [jesper.raemaekers]
- Added coverage to requirements. [jesper.raemaekers]
- Added xml reporting. [jesper.raemaekers]
- Delete azure-pipelines.yml. [jesper-raemaekers]
- Set up CI with Azure Pipelines. [jesper-raemaekers]
[skip ci]
- Adding requirements. [jesper.raemaekers]
- Use fresh workitem for test. [jesper.raemaekers]
- Unit test now fails due to workitem not reloading with fresh polarion
data. [jesper.raemaekers]
- Added workitem compare. [jesper.raemaekers]
- Project test and workitem test file added. [jesper.raemaekers]
- Added project creation test. [jesper.raemaekers]
- First unittests. [jesper.raemaekers]
- Applied new way of setting via types. [jesper.raemaekers]
- Added types to polarion and record step result setting.
[jesper.raemaekers]
- Adding author gette. [jesper.raemaekers]
- Update doc link in readme. [jesper.raemaekers]
- Updated comment. [jesper.raemaekers]
- Added a static services list #1. [jesper.raemaekers]
V0.1.2 (2021-03-03)
-------------------
- Added assignee handling. [jesper.raemaekers]
- Getting users from project. [jesper.raemaekers]
- Resolution setting. [jesper.raemaekers]
- Add searching for workitems. [jesper.raemaekers]
V0.1.1 (2021-03-02)
-------------------
- Updating readme to point to documentation. [jesper.raemaekers]
- Basic documentation for the other classes. [jesper.raemaekers]
- Workitem comments. [jesper.raemaekers]
- Updated requirements.txt. [jesper.raemaekers]
- Adding the requirements.txt for readthedocs. [jesper.raemaekers]
- Doc updates. [jesper.raemaekers]
- Fixed styling. [jesper.raemaekers]
- Added documentation start. [jesper.raemaekers]
V0.1.0 (2021-02-28)
-------------------
- Removed vscode file. [jesper.raemaekers]
- Update readme. [jesper.raemaekers]
- Little cleanup. [jesper.raemaekers]
- Adding status setter. [jesper.raemaekers]
- Added comments and hyperlinks to workitem. [jesper.raemaekers]
- New method of getting values for workitem. [jesper.raemaekers]
- Testing with attributes. [jesper.raemaekers]
- Trying to build for pypi. [jesper.raemaekers]
- Pypi testing. [jesper.raemaekers]
- Renamed folder. [jesper.raemaekers]
- Added test run related classes. [Jesper Raemaekers]
- Test setup for creating structures. [Jesper Raemaekers]
- Initial commit. [jesper-raemaekers]