-
Notifications
You must be signed in to change notification settings - Fork 696
Insight for jira module #970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insight for jira module #970
Conversation
* Add initial insight cloud capabilities * Update existing funcitons for cloud api Co-authored-by: Kyle burk <kyle.burk@archerirm.com>
* [Insight] Add Insight methods and update docs * update readme * resolve pep257 style checks * Fix linting issues
Codecov Report
@@ Coverage Diff @@
## master #970 +/- ##
==========================================
- Coverage 36.21% 36.14% -0.07%
==========================================
Files 35 35
Lines 6632 6689 +57
Branches 1030 1035 +5
==========================================
+ Hits 2402 2418 +16
- Misses 4123 4164 +41
Partials 107 107
Continue to review full report at Codecov.
|
@gonchik sorry for all the extra commits, it was the only good way i had to test the pipeline changes. (at least that i know of) |
* added simple wrapper * [Insight] Update to support Cloud (#954) * Add initial insight cloud capabilities * Update existing funcitons for cloud api Co-authored-by: Kyle burk <kyle.burk@archerirm.com> * [Insight] Add Insight methods and update docs * update readme * resolve pep257 style checks * Fix linting issues * [Insight] Adding More Methods (#965) * [Insight] Add Insight methods and update docs * update readme * resolve pep257 style checks * Fix linting issues * fix d213 * Attempt at fix for python 3.6 and 3.7 runner * reduce change and modify order of operations * focus on krb5 fix * focus on krb5 fix * target 3.7 * better targeting * fi * test * test wihtout reinstall * fix logic error * test with utils * fix compare * pipeline fix for python 3.6 & 3.7 * ugly but functional Co-authored-by: Gonchik Tsymzhitov <gonchik.tsymzhitov@gmail.com> Co-authored-by: Kyle burk <kyle.burk@archerirm.com>
PR to bring master up to date with #965