Skip to content

Commit 4e56193

Browse files
committed
Merge pull request #30 from klehman-rally/master
temporary patch to address problem retrieving projects collection when user does not have visibility to all contained projects
2 parents d9f803a + 610b17c commit 4e56193

34 files changed

+389
-440
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ relevant packages.
5959
>> import requests
6060
>> import pyral
6161
>> pyral.__version__
62-
(1, 0, 0)
62+
(1, 0, 1)
6363

6464

6565

@@ -259,6 +259,9 @@ Prerequisites
259259
Versions
260260
--------
261261

262+
* 1.0.1 - Patch to address defect with Rally WSAPI v2.0 projects collection endpoint
263+
providing conflicting information.
264+
262265
* 1.0.0 -
263266
Default WSAPI version in config is v2.0. This version is not compatible
264267
with Rally WSAPI version 1.x.

VERSIONS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,11 @@
5252
Added UserIterationCapacity, Fixed the *CumulativeFlowData entity names.
5353
Added internal facility to accept Rally reference identifiers in a list form and convert them
5454
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.
55+
Added a details method for any WorkspaceDomain derived entity instance.
56+
57+
1.0.0 - May 2014
58+
Upped default WSAPI version to v2.0 and stated in docs that prior WSAPI versions (1.x) were no longer supported.
59+
60+
1.0.1 - June 2014
61+
Patch to address flaw in WSAPI v2.0 projects collection endpoint having a mismatch between TotalResultCount and
62+
actual information about projects.

build_dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import zipfile
1212

1313
PACKAGE_NAME = "pyral"
14-
VERSION = "1.0.0"
14+
VERSION = "1.0.1"
1515

1616
AUX_FILES = ['MANIFEST.in',
1717
'LICENSE',

dists/pyral-1.0.1.tar.gz

178 KB
Binary file not shown.

dists/pyral-1.0.1.zip

209 KB
Binary file not shown.
277 Bytes
Binary file not shown.

doc/build/doctrees/index.doctree

18 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.

doc/build/html/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 033a8deba4f14b1bc8d49e468e7fa241
4-
tags: fbb0d17656682115ca4d033fb2f83ba1
3+
config: 7f5c0220ef33b0dea345e5da52939890
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)