-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Support for List Operation Audit Logging #358
base: main
Are you sure you want to change the base?
Conversation
- Add new models to _models.py - Add two new operations to the connection class - Update __init__ - Bump version of serverapi-openapi to latest dev
|
||
Performs an HTTP request against the Granta MI Server API. | ||
|
||
.. versionadded:: 1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. versionadded:: 1.2 | |
.. versionadded:: 1.4 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #358 +/- ##
==========================================
- Coverage 99.39% 96.59% -2.80%
==========================================
Files 4 4
Lines 497 588 +91
==========================================
+ Hits 494 568 +74
- Misses 3 20 +17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closes #366
Add support for fetching log events, optionally filtering by a specific list or by specific operations. This requires updating tthe version of ansys-grantami-serverapi-openapi and will require MI 25R2.
Still in progress