Skip to content

Commit 7d8d8f1

Browse files
committed
resolved conflicts in merging to master
2 parents 1ee39d1 + 3b7d0b4 commit 7d8d8f1

17 files changed

+1028
-0
lines changed

VERSIONS

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
0.8.7 - Dec 23, 2011
2+
First public release (alpha)
3+
4+
0.8.8 - Jan 2012
5+
introduced warn=boolean to Rally instantiation
6+
removed inflate=boolean in Rally instantiation
7+
8+
0.8.9 - Jan 2012
9+
putative fix for proxy support
10+
11+
0.8.10 - Feb 2012
12+
better fix for proxy support
13+
14+
0.8.11 - Mar 24, 2012
15+
better support for default workspace/project when user profile doesn't specify
16+
a default
17+
fixed assignment of ref value in _createShellArtifact (_ref no longer has the .js on end...)
18+
19+
0.8.12 - Mar 26, 2012
20+
fixed fatal premature exercise of iterator on response in context check, defer to _getDefaults
21+
22+
0.9.1 - July 9, 2012
23+
Upped default WSAPI version in config.py to 1.30
24+
All entities that are subclasses of WorkspaceDomainObject now have a details method
25+
that show the attribute values in an easy to read multiline format.
26+
Dropped attempted discrimination of server value to determine if it is a name or an IPv4 address No longer look for http_proxy in environment, only https_proxy.
27+
Introduced convenience methods dealing with attachments
28+
29+
0.9.2 - October 1, 2012
30+
Fixed getProject method to take an optional name parm.
31+
Added HTTP header item in config.py to set Content-Type to 'application/json'
32+
Added keyword arg to restapi.Rally __init__ method to
33+
allow specifying a verify_ssl_cert=True/False value to requests.session creation,
34+
This results is passing on the the requests.session call a verify flag that it
35+
uses to determine whether or not checking the SSL certificate is desired.
36+
Modified the details method in entity.py to be more resilient by bypassing
37+
attributes that an item might have but doesn't have as a query fetch spec
38+
didn't include all potential attributes.
39+
Fixed addAttachment to specify Attachment size as size of original attachment file
40+
rather than the size of the base64 encoding result.
41+
42+
0.9.3 - October 7, 2012
43+
Fixed Pinger class to use correct ping options on Linux and Windows platforms.
44+
Updated exception catching and raising to use Python 2.6/2.7 compliant syntax.
45+
46+
0.9.4 - October 2013
47+
Upped default WSAPI version to 1.43.
48+
Tested against requests 2.0.0 which now support https via proxy.
49+
Updated pyral.restapi.Rally to accommodate requests versions 0.x, 1.x and 2.x.
50+
Fixed construction of multi-condition queries and broke out query construction into a separate code file.
51+
Support for Rally dyna-types (PortfolioItem/<subtype> where subtype is one of Theme, Initiative or Feature.
52+
Added UserIterationCapacity, Fixed the *CumulativeFlowData entity names.
53+
Added internal facility to accept Rally reference identifiers in a list form and convert them
54+
to a list of dicts with each dict containing a key-value pair for '_ref' and associated value.
55+
Added a details method for any WorkspaceDomain derived entity instance.

dists/pyral-0.9.2.tar.gz

131 KB
Binary file not shown.

dists/pyral-0.9.2.zip

161 KB
Binary file not shown.

dists/pyral-0.9.3.tar.gz

131 KB
Binary file not shown.

dists/pyral-0.9.3.zip

154 KB
Binary file not shown.

dists/pyral-0.9.4.tar.gz

149 KB
Binary file not shown.

dists/pyral-0.9.4.zip

179 KB
Binary file not shown.
673 Bytes
Loading
3.42 KB
Loading
3.49 KB
Loading

0 commit comments

Comments
 (0)