rtcclient

RTCClient for Rational Team Concert

APACHE-2.0 License

Downloads
1.8K
Stars
37
Committers
7

Bot releases are visible (Hide)

rtcclient - 0.9.0 Latest Release

Published by github-actions[bot] over 1 year ago

Many special thanks to @gpongelli for helping solve the big headache of the incompatible authentication skew. By introducing new param old_rtc_authentication, we get a converged way to handle the diverged authentication methods existed in releases <=0.6.0 and >=0.7.0, <0.9.0.

Welcome new contributor @ojima-ryou.

Thanks all contributors.

What's Changed

New Contributors

Full Changelog: https://github.com/dixudx/rtcclient/compare/0.8.2...0.9.0

rtcclient - v0.8.2

Published by dixudx about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dixudx/rtcclient/compare/0.8.1...0.8.2

rtcclient - v0.8.1

Published by dixudx over 2 years ago

What's Changed

Full Changelog: https://github.com/dixudx/rtcclient/compare/0.8.0...0.8.1

rtcclient - v0.8.0

Published by dixudx over 2 years ago

🚀🚀🚀

What's Changed

New Contributors

Full Changelog: https://github.com/dixudx/rtcclient/compare/0.7.0...0.8.0

rtcclient - v0.7.0

Published by dixudx over 3 years ago

🚀🚀🚀

ChangeLog:

  • update docs for tag 0.7.0
  • test against more python versions in tox and travis
  • fix test error
  • fix pep8 error
  • 🚨 (Maybe Incompatible) Added auth tuple to the get request. Work with 6.0.6.1
  • update tox command in README
  • remove travis check for python 2.6
  • upgrade tox and travis python version to 3.5
  • fix #115: OrderedDict mutated during iteration
  • test against py34 instead of py33
  • Pep8 is dead, long live pycodestyle
  • fix unicode error when removing empty elements
  • fix #96: escape xml post data
  • fix bug on empty children ids: #95
  • fix issue #92: Authentication not working for bad login in 6.0.3
  • fix issue #90: item type identifier
  • fix RuntimeError: OrderedDict mutated during iteration on Python 3
  • fix issue #88: workitem creation bug
  • add slack badge
  • fix issue #86: keyword capitalize error
  • remove broken PyPI downloads badge and add saythanks badge
rtcclient - v0.6.0

Published by dixudx over 7 years ago

  • Fix issue #70, #73, #74;
  • new features:
    • supporting http-proxy #78;
    • fetch Changes in a ChangeSet #72;
    • get/uploading attachments #84;
rtcclient - v0.5.0

Published by dixudx almost 9 years ago

ChangeLog:

  • fix issue #68;
  • fix several typos;
rtcclient - v0.4.0

Published by dixudx almost 9 years ago

ChangeLog:

  • add travis ci;
  • fix bugs across several python version;
  • fix pep8 errors;
  • add methods to query workitems directly using your saved queries;
  • add methods to get/add/remove parent/children workitems;
  • add methods to get IncludedInBuilds;
rtcclient - v0.3.0

Published by dixudx about 9 years ago

ChangeLog:

  • several bug fixs
  • add methods to get/run saved queries
  • add methods to query workitems using saved query url
  • add methods to add/remove subscribers
  • apply filter on getting paged resources with great performance improvement
rtcclient - v0.2.0

Published by dixudx about 9 years ago

ChangeLog:

  • add docs
  • fix exception syntax for python 3.3
  • extract models to models.py
rtcclient - v0.1.dev95

Published by dixudx about 9 years ago

This library can help you:

  • Interacts with an RTC server to retrieve objects which contain the detailed information/configuration, including Project Areas, Team Areas, Workitems, etc
  • Creates all kinds of Workitems through self-customized templates or Copies from some existing Workitems
  • Add comments to the retrieved Workitems
  • Query Workitems using specified filtered rules
  • Logs all the activities and messages during your operation
Package Rankings
Top 9.16% on Pypi.org
Related Projects