Skip to content
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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

da1910
Copy link
Contributor

@da1910 da1910 commented Jan 8, 2025

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

da1910 added 2 commits January 8, 2025 18:01
- Add new models to _models.py
- Add two new operations to the connection class
- Update __init__
- Bump version of serverapi-openapi to latest dev
@github-actions github-actions bot added enhancement New features or code improvements maintenance Package and maintenance related dependencies Related with project dependencies labels Jan 8, 2025

Performs an HTTP request against the Granta MI Server API.

.. versionadded:: 1.2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. versionadded:: 1.2
.. versionadded:: 1.4

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 9, 2025
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.59%. Comparing base (fd8e805) to head (5aaff6b).

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     
Flag Coverage Δ
integration ?
unittests 96.59% <100.00%> (+0.62%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies documentation Improvements or additions to documentation enhancement New features or code improvements maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Audit Logging
3 participants