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
Begin deprecation sequence for pinging the Rally server before the connection attempt,
275
+
initially with this version, allow option on instantiation to bypass ping.
276
+
Added ability to rankAbove, rankBelow, rankToTop, rankToBottom for an Artifact.
277
+
Fixed defect where user has no default workspace or project.
278
+
279
+
addAttachment now correctly handles binary file, attachment size limit increased to 50MB to match Agile Central limit.
280
+
Exception generated when running getAllUsers when credentials are for non Subscription/Workspace Administrator has been fixed.
281
+
Added ability to work with a single Workspace, which has beneficial performance effect for Subscriptions with a large number of Workspaces.
282
+
Modified internal attribute handling to limit calls to get attribute's allowed values to qualifying attribute types.
283
+
Added examples/updtag.py script.
284
+
285
+
266
286
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.
287
+
Modified entity.py to allow it to pass back PortfolioItem sub type instances.
288
+
Modified rallyresp.py defect referencing non-existing req_type instance var by changing
289
+
reference to request_type.
290
+
Modified restapi.py to use user, dropped auth_user.
291
+
Modified restapi.py to be more defensive when user has no associated UserProfile.
292
+
Modified context.py to account for use of Cygwin in Pinger code.
293
+
Modified restapi.py to handle encoding of attachment content to match Rally expectations.
294
+
Modified restapi.py/entity.py to handle querying of SchedulableArtifact instances.
295
+
Modified restapi.py to handle querying and hydrating of PortfolioItem instances more completely.
296
+
Modified restapi.py/entity.py to provide rudimentary support for querying of RecycleBin entries.
297
+
Modified restapi.py and added search_utils.py to provide a search method for pyral Rally instances.
298
+
Modified rallyresp.py to better handle some boundary conditions when response body item counts
299
+
differ from what is stated in the TotalResultCount.
300
+
Modified context.py to account for scenario where user's default workspace has no projects.
301
+
Modified restapi.py/getProject to return correct project.
280
302
281
303
1.1.0
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.
304
+
Introduction of support to use Rally API Key and rallyWorkset (supercedes rallySettings).
305
+
Two relatively minor defects fixed dealing with internalizing environment
306
+
vars for initialization and in retrieving Rally entity attribute allowed values.
284
307
285
308
1.0.1
286
-
- Patch to address defect with Rally WSAPI v2.0 projects collection endpoint providing conflicting information.
309
+
Patch to address defect with Rally WSAPI v2.0 projects collection endpoint
310
+
providing conflicting information.
287
311
288
312
1.0.0
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.
313
+
Default WSAPI version in config is v2.0. This version is not compatible
314
+
with Rally WSAPI version 1.x.
315
+
Adjusted the RallyUrlBuilder (via RallyQueryFormatter) to be more resilient
316
+
with respect to many more "special" characters (non-alphanumeric).
317
+
Retrieving the meta data uses the v2.0 schema endpoint.
318
+
No longer support a version keyword argument when obtaining a Rally instance.
293
319
294
320
0.9.4
295
321
Adjusted Rally __init__ to accommodate using requests 0.x, 1.x, 2.x versions.
@@ -355,15 +381,14 @@ Versions
355
381
356
382
TODO
357
383
----
358
-
* Rework the distribution to be pip installable
384
+
* Investigate permanent location for web-access to rendered documentation
359
385
* Dynamically construct the Rally schema hierarchy economically.
0 commit comments