tag:github.com,2008:https://github.com/sliu008/cumulus-message-adapter-python/releasesTags from cumulus-message-adapter-python2020-07-14T14:40:16Ztag:github.com,2008:Repository/292673562/v1.2.12020-07-14T14:40:16Zv1.2.1: Merge pull request #34 from nasa/CUMULUS-2078-update-dependencies<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/34">nasa#34</a> from nasa/CUMULUS-2078-update-dependencies</p>
<p>Update package to allow install of cma 1.3.x series as an integrated dependency</p>Jkovariktag:github.com,2008:Repository/292673562/v1.2.02020-02-19T22:03:40Zv1.2.0: Merge pull request #33 from nasa/CUMULUS-1486<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/33">nasa#33</a> from nasa/CUMULUS-1486</p>
<p>Update client library to target cma < 1.3.0, update pypi targets to py3</p>Jkovariktag:github.com,2008:Repository/292673562/v.1.2.02020-02-19T22:03:40Zv.1.2.0: Merge pull request #33 from nasa/CUMULUS-1486<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/33">nasa#33</a> from nasa/CUMULUS-1486</p>
<p>Update client library to target cma < 1.3.0, update pypi targets to py3</p>Jkovariktag:github.com,2008:Repository/292673562/v1.1.12019-12-03T22:00:41Zv1.1.1: CUMULUS-1635 add CMA metadata to log messages (#32)<p>CUMULUS-1635 add CMA metadata to log messages (<a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/32">nasa#32</a>)</p>
<p>Add more CMA metadata to log messages</p>
<p>* Added Markdown Lint configuration file and fixed
<br />all markdown lint warnings in the markdown files.
<br />* Added `autopep8` to support IDE (VS Code) Python formatting,
<br />and added `localstack` since it is required for running tests.
<br />* Addressed a number of pylint warnings to improve pylint scores.
<br />* Replaced `assertTrue` with `assertEqual` where equality tests occur so
<br />that failing tests show both the actual and expected values rather than
<br />reporting the less informative message, "False is not true." Similarly,
<br />replaced `assertTrue` with `assertIn` or `assertNotIn` where substring
<br />tests occur to similarly improve error messages when those tests fail.
<br />* Add `asyncOperationId`, `granules` (list of `granuleId`s), `parentArn`,
<br />and `stackName` to all log messages.
<br />* Fixed bug where disabling the message adapter via setting the
<br />environment variable `CUMULUS_MESSAGE_ADAPTER_DISABLED` to `"true"` has
<br />no affect due to the following identity test (where
<br />`message_adapter_disabled` is set to the value of the env var):</p>
<p> if message_adapter_disabled is 'true':</p>
<p>While the unit test for disabling the message adapter passes, it does
<br />not accurately reflect the behavior of externally setting the env var,
<br />in which case `is` cannot be used to check for value equality. That is,
<br />the literal `true` above will not be the identical string read from the
<br />environment.</p>
<p>CUMULUS-1635</p>chuckwondotag:github.com,2008:Repository/292673562/v1.0.92019-09-23T19:51:16Zv1.0.9Jkovariktag:github.com,2008:Repository/292673562/0.1.02018-03-05T19:12:10Z0.1.0: Merge pull request #11 from cumulus-nasa/python3<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/11">nasa#11</a> from cumulus-nasa/python3</p>
<p>update print in logger for python3</p>matthewhanson