[Asterisk-code-review] Change in repotools[master]: digium_jira: Refactor module to wrap the Atlassian JIRA REST...

Matt Jordan (Code Review) asteriskteam at digium.com
Mon Apr 13 17:46:05 CDT 2015


Hello Jared K. Smith,

I'd like you to reexamine a change.  Please visit

    https://gerrit.asterisk.org/69

to look at the new patch set (#3).

Change subject: digium_jira: Refactor module to wrap the Atlassian JIRA REST client
......................................................................

digium_jira: Refactor module to wrap the Atlassian JIRA REST client

Many of the our scripts that use the JIRA REST Python client first have
to obtain credentials from the .jira_login file, or else prompt for
them. The act of getting credentials and setting up the basic client is
done in a number of scripts.

Rather than reproduce that logic across many modules, this patch takes
the defunct digium_jira module and repurposes it to contain those
functions. Since Atlassian no longer supports its SOAP API and we no
longer use it in any of our modules, its reasonable to locate this
functionality in this module.

Change-Id: I69932dd472aef4290af97e809ce6b9ec9c25b39d
---
M digium_jira.py
1 file changed, 26 insertions(+), 148 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/69/69/3
-- 
To view, visit https://gerrit.asterisk.org/69
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I69932dd472aef4290af97e809ce6b9ec9c25b39d
Gerrit-PatchSet: 3
Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Jared K. Smith <jaredsmith at jaredsmith.net>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>



More information about the asterisk-code-review mailing list