You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+25-14Lines changed: 25 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Obtain the requests_ package and install it according to that package's directio
34
34
As of requests-2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
35
35
Use of requests-2.x or better is recommended for use with pyral.
36
36
The requests_ package can be found via the Python Package Index site (http://pypi/python.org/index).
37
-
The most recent release of pyral (1.1.0) has been tested using requests 2.3.0.
37
+
The most recent release of pyral (1.1.1) has been tested using requests 2.3.0.
38
38
39
39
40
40
Unpack the ``pyral`` distribution file (zip or tar.gz) and then install the pyral_ package.
@@ -60,7 +60,7 @@ relevant packages.
60
60
>> import requests
61
61
>> import pyral
62
62
>> pyral.__version__
63
-
(1, 1, 0)
63
+
(1, 1, 1)
64
64
65
65
66
66
@@ -263,22 +263,33 @@ Prerequisites
263
263
Versions
264
264
--------
265
265
266
+
1.1.1
267
+
- Modified entity.py to allow it to pass back PortfolioItem sub type instances.
268
+
- Modified rallyresp.py defect referencing non-existing req_type instance var by changing reference to request_type.
269
+
- Modified restapi.py to use user, dropped auth_user.
270
+
- Modified restapi.py to be more defensive when user has no associated UserProfile.
271
+
- Modified context.py to account for use of Cygwin in Pinger code.
272
+
- Modified restapi.py to handle encoding of attachment content to match Rally expectations.
273
+
- Modified restapi.py/entity.py to handle querying of SchedulableArtifact instances.
274
+
- Modified restapi.py to handle querying and hydrating of PortfolioItem instances more completely.
275
+
- Modified restapi.py/entity.py to provide rudimentary support for querying of RecycleBin entries.
276
+
- Modified restapi.py and added search_utils.py to provide a search method for pyral Rally instances.
277
+
- Modified rallyresp.py to better handle some boundary conditions when response body item counts differ from what is stated in the TotalResultCount.
278
+
- Modified context.py to account for scenario where user's default workspace has no projects.
279
+
- Modified restapi.py/getProject to return correct project.
280
+
266
281
1.1.0
267
-
Introduction of support to use Rally API Key and rallyWorkset (supercedes rallySettings).
268
-
Two relatively minor defects fixed dealing with internalizing environment
269
-
vars for initialization and in retrieving Rally entity attribute allowed values.
282
+
- Introduction of support to use Rally API Key and rallyWorkset (supercedes rallySettings).
283
+
- Two relatively minor defects fixed dealing with internalizing environment vars for initialization and in retrieving Rally entity attribute allowed values.
270
284
271
285
1.0.1
272
-
Patch to address defect with Rally WSAPI v2.0 projects collection endpoint
273
-
providing conflicting information.
286
+
- Patch to address defect with Rally WSAPI v2.0 projects collection endpoint providing conflicting information.
274
287
275
288
1.0.0
276
-
Default WSAPI version in config is v2.0. This version is not compatible
277
-
with Rally WSAPI version 1.x.
278
-
Adjusted the RallyUrlBuilder (via RallyQueryFormatter) to be more resilient
279
-
with respect to many more "special" characters (non-alphanumeric).
280
-
Retrieving the meta data uses the v2.0 schema endpoint.
281
-
No longer support a version keyword argument when obtaining a Rally instance.
289
+
- Default WSAPI version in config is v2.0. This version is not compatible with Rally WSAPI version 1.x.
290
+
- Adjusted the RallyUrlBuilder (via RallyQueryFormatter) to be more resilient with respect to many more "special" characters (non-alphanumeric).
291
+
- Retrieving the meta data uses the v2.0 schema endpoint.
292
+
- No longer support a version keyword argument when obtaining a Rally instance.
282
293
283
294
0.9.4
284
295
Adjusted Rally __init__ to accommodate using requests 0.x, 1.x, 2.x versions.
0 commit comments