Skip to content

Tags: RallyTools/RallyRestToolkitForPython

Tags

1.7.0

Toggle 1.7.0's commit message
adding the dist and dists items for pyral-1,7,0 release

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
match klehman-rally/pyral master (#192)

* working on getting in and between query conditions working when there are other conditions

* fixed multi condition query where subset and / or range condition(s) are involved

* README and doco inclusion

* generated stuff for 1.5.2

* final generated elements for this 1.5.2 release

* incorp typo fix Revison to Revision in entity.py from Yevgen Lasman

* more work on quasi-hackathon project of release_start_items.py

* fixed getting current feature state values in the idenfityVariance... function

* first complete good run for inception, current an d variance.  extra print on variance items where Name or State/ScheduleState not set for troubleshooting purposes

* minor mods, restapi.py mod to not assume last element of _ref is on ObjectID int value

* minor adjustments to test_allowed_values.py, pyral/context.py and examples/periscope.py

* updated to 1.6.0

* adjusted test for query of PR to retrieve a more selective set

* updated string construction on a few modules to be mostly f-string

* updated test_pull_request_copied.py

* fixed WS_VER to have ending slash

* minor change in restapi.py to get rid of some commented out lines, update the README.rst changes section

* Added Objective, KeyResult, Risk and CapacityPlan* entities to entity.py. Fixed restapi.py Rally.getAllUsers method. search is no longer supported by the WSAPI.
systematic replacement of string formatting with use of f-string constructs.
Updated explicit support for Python 3.9, 3.10 and 3.11

* release candidate 1 for 1.6.0 release

* update README.rst to include mention of supporting 3.12

* fixed stray specific value for example

* small mod to README.rst

---------

Co-authored-by: kiplin.lehman@broadcom.com <kiplin.lehman@broadcom.com>

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
multi-condition query with subset/range clause(s) (#178)

* working on getting in and between query conditions working when there are other conditions

* fixed multi condition query where subset and / or range condition(s) are involved

* README and doco inclusion

* generated stuff for 1.5.2

* final generated elements for this 1.5.2 release

1.5.1

Toggle 1.5.1's commit message
Merge branch 'klehman-rally-master'

more rigamarole trying to pull klehman-rally/master into this repo's
master branch

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #133 from klehman-rally/master

add TestFolderStatus attribute for TestFolder, version is 1.4.1

v1.3.1

Toggle v1.3.1's commit message
Merge pull request #120 from klehman-rally/master

custom fields allowedValues retrieval, integration headers handling

v1.3.0

Toggle v1.3.0's commit message
Merge pull request #118 from klehman-rally/master

auto multithreading for queries returning large result sets

v1.2.4

Toggle v1.2.4's commit message
Merge pull request #116 from klehman-rally/master

added the 1.2.4 whl to the dists directory

v1.2.3

Toggle v1.2.3's commit message
Merge pull request #102 from klehman-rally/master

defect fixes - getAllowedValues for custom fields, allow pyral.Entity instance list for collection fields in payload for put/post operations

v1.2.2

Toggle v1.2.2's commit message
Merge pull request #98 from klehman-rally/master

accommodate fully qualified Project name to disambiguate duplicately named projects, fix minor bug not using MAX_PAGESIZE universally.