Added support for EWM analysis#29
Merged
Merged
Conversation
Added method to produce a DataFrame of information from IBM Engineering Workflow Manager for analysis. GitHub org - ProjectArea, repo - Component, coommit - ChangeSet.
Collaborator
Author
|
I did not add a test case as there may not be access to an EWM server. I also didn't add any dml CLI extension as the current commands are tightly coupled with create_org_df. A possible approach would be to re-implement the dml commands to use a more generic mkdata.create_df() method that wraps either create_org_df, or create_projectarea_df. |
Owner
|
Feel free to add ideas. I don't have a ton of time to do much more on this project for now, but happy to have your input. |
Collaborator
Author
|
@noahgift, can you give me permission to contribute directly. I'll fix the readme. |
Owner
|
done!
…On Tue, Jun 23, 2020 at 10:07 AM Jim Amsden ***@***.***> wrote:
@noahgift <https://github.com/noahgift>, can you give me permission to
contribute directly. I'll fix the readme.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAOLKFSYIDM562BHZ5FRQDRYCZIJANCNFSM4OE5LKPA>
.
--
Thanks,
Noah Gift
https://noahgift.com
Buy Cloud Computing for Data <http://leanpub.com/cloud4data/c/J7Vth1Tnc8y4>
Buy Testing in Python <http://leanpub.com/testinginpython/c/XzQyPULBHzj2>
Buy Pragmatic AI Book
<https://www.amazon.com/Pragmatic-AI-Introduction-Cloud-Based-Analytics/dp/0134863860>
Buy Python for DevOps
<https://www.amazon.com/Python-DevOps-Ruthlessly-Effective-Automation/dp/149205769X>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added method to produce a DataFrame of information from IBM Engineering Workflow Manager for analysis. GitHub org - ProjectArea, repo - Component, coommit - ChangeSet.