forked from dixudx/rtcclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
206 lines (204 loc) · 6.29 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
CHANGES
=======
0.8.2
-----
* minor doc updates for 0.8.2 release
* add method to download attachment file
* Insure that before files will not be overridden
* upload and get attachments: implement issue #84
* fix errors in testcases due to code changes in #78
* new feature #78 add support for proxies
* Fix keyerror for directories changes
* Fix changes == None issue
* downgrade flake8 version due to flake8 no longer supports Python 2.6
* fix issue #74
* fix issue #73
* minor bugs fix on fetching changed files
* add doc for Change
* implement new feature - issue #72
* add pre-commit and fix style errors
* add pre-commit and fix code styles
* add RTCClient to __init__
* issue #70: raise exception for relogin
* close issue #70
* fix issue #70 client session expired
* fix issue #70 client session expired
* fix issue #70 part 1
* update ChangeLog for 0.5.0
* upload ChangeLog for 0.4.0
* ready for 0.5.0
* fix issue #68
* fix exception typo
* ready for 0.4.0
* add badge for travis ci
* fix bugs across different python versions
* remove error line
* fix bugs on python3.3
* fix travis ci
* add travis ci
* fix pep8 errors
* update rtcclient introduction
* remove parent workitem
* fix bug when adding child(ren) and add method to remove child(ren)
* add DELETE method in class Base
* update REAME
* add children workitems
* add parent workitem
* get changesets
* add testcases for get children/parent workitems
* get parent/children workitems
* add tests for get includedinbuilds
* add includedinbuild fixture
* Get IncludedInBuilds
* query workitems using query id
* update ChangeLog for 0.3.0
* update for 0.3.0
* apply filter for getting paged resources
* fix bugs of saved query and add more tests
* add exception handlers for saved query
* add tests for getting saved queries
* add doc for saved queries
* add methods to query workitems using saved query url
* add methods to get saved queries
* remove wrong log
* add method to add/remove subscribers
* fix object url for getting single workitem
* fix returned properties bug
* add tests for workitem states and enable unicode
* update tests for class projectarea to enable unicode
* update tests for client due to unicode enabled
* add method to get all States of Workitem
* add six to enable unicode string and fix returned_properties bug
* add keyword in setup.cfg and update ChangeLog
* add files/packages and build wheel in setup.cfg
* update badges
* update installation.rst
* add exception for authfailed
* split long tables
* fix malformat of docs
* update conf.py to enable autodoc in other directory
* add several examples to advanced query usage
* add an example for 'in' operator
* add advanced usage on querying
* update index.rst
* remove unused refs
* update doc for quick start
* add tests for roles
* update index and add quick start/advanced_usage
* add doc for workitem attributes
* add doc url in README and bdist wheel option
* update models doc
* add intro doc
* remove unused class ProjectAdmin
* add rst for installation
* update docstring in client.py
* update docs in client.py
* minor update docstring in workitem
* minor update docstring in workitem
* fix exception syntax for python 3.3
* minor update rtcclient ref
* update docstring in template
* update docstring in query
* update docstrings in workitem
* update docstrings in projectarea
* update rst files and add models.rst
* update docstring
* extract models to models.py
* update all rst files
* update rst files
* update docs
* init doc
* ready for release 0.1
* update README cfg
* remove redundancy and minor update
* fix bug: add Comment
* fix typos of README
* update README
* add tests for class templater and minor update
* add tests for class workitem
* fix add comment bug due to base class refactor
* update to enable getting workitem with valid str(int_value)
* add tests for query
* enable querying archived workitems
* add tests for class projectarea
* enhance parameter type checking for client
* add tests for checking workitem type
* fix jinja2.meta import error & add tests for listing fields
* add tests for workitems
* fix bug: getting none workitems
* enable getting archived workitems
* refactor getting variables
* add tests for filedagainsts
* add tests for foundins
* add tests for priority
* add tests for severity
* add tests for single plannedfor
* add tests for plannedfors
* fix getOwnedBy bug and add its test
* add tests for teamareas
* fix base class bug
* add more tests including exception for projectareas
* fix pep8 errors in test_client.py
* add tests for projectareas
* add test fixtures
* add serveral fixture xmls
* add fixtures for client
* add test for headers
* minor update tests
* update templates folder
* add tests for base class
* fix pep8 format
* add tox.ini and test-requirements.txt
* add archived param & enable returned_properties
* update query example to use returned_properties
* enable preferred properties for query results
* minor fix query bug
* add an example for query
* refactor query method
* fix typos
* remove redundance and update methods on Comment
* implement getting attribute value
* minor fix and api update
* add new class for projectarea and minor update
* add examples/templates
* implement creatWorkitem
* add several new classes in project_area
* update to enable creating workitem
* update class Templater to list needed attributes
* update Template to support render
* add template
* minor update on ItemType and ProjectAreaID
* fix query bug
* update ItemType
* finish getWorkitems
* fix add comment bug
* minor update
* add an example on how to add comment
* refactor base class and update
* minor update validate url
* minor change addComment return value
* minor fix status code
* add method to addComment
* fix getWorkitem and minor update FieldBase class
* add needed files for packaging
* update log level
* updates on api
* add admins
* minor update updateWorkitem
* add class scheme and add method to create workitem
* update description and base class
* refactor base and add state class
* add workitem actions
* add method for single role and member
* initialize method in workitem and update query
* add members and roles
* add method to handle project area
* update client apis
* add null methods for workitem
* add methods for project area
* add several rtc components modules
* refactor base class
* update base class and query
* add base class and client
* initial project
* Initial commit