You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce functions for interacting with Prometheus API (#257)
* Introduce functions for executing PromQL instant and range queries towards the Monitor Promehteus endpoints.
* Add get_series endpoint
* Add get_labels endpoint
* Add get_label_values function.
* Add get_metadata function.
* In all functions expect both token and host to be passed as arguments.
* poetry lock
* Apply linting comments
SP-1854 Updated dependencies (#252)
* SP-1854 Updated dependencies
* Update pyproject.toml
Changed Python version to 3.8 for build system compatibility
* Updated poetry.lock to comply with the Python version 3.8
feat(scanning_alerts): implement add scanning alert object method (#244)
* feat(scanning_alerts): implement add scanning alert object method
* feat(scanning_alerts): fix blank line and the end of file
* feat(scanning_alerts): add client test for adding scanning alert
fix(team): get team will fetch only from selected product (#243)
* fix(team): get team will fetch only from selected product
* fix(team): add test for team fetching
[SP-748] Fix get_team method in sdccli python lib (#239)
* Use team endpoint to fetch team by name instead of in memory filtering
* Remove conditional memberships
* Fix linter