Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tsimp06/sysdig-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sysdiglabs/sysdig-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 27 files changed
  • 9 contributors

Commits on May 5, 2023

  1. [SP-748] Fix get_team method in sdccli python lib (sysdiglabs#239)

    * Use team endpoint to fetch team by name instead of in memory filtering
    
    * Remove conditional memberships
    
    * Fix linter
    luzeno authored May 5, 2023
    Configuration menu
    Copy the full SHA
    a213f9a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix(team): get team will fetch only from selected product (sysdiglabs…

    …#243)
    
    * fix(team): get team will fetch only from selected product
    * fix(team): add test for team fetching
    filiptubic authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b663d00 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. feat(scanning_alerts): implement add scanning alert object method (sy…

    …sdiglabs#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
    filiptubic authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7ceec62 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    69e0e52 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. SP-1854 Updated dependencies (sysdiglabs#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
    nenper authored May 14, 2024
    Configuration menu
    Copy the full SHA
    25706dd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. feat(access_key): Implement teamId in create_access_key and implement…

    … update_access_key (sysdiglabs#251)
    
    Signed-off-by: Daniele De Lorenzi <daniele.delorenzi@sysdig.com>
    Daniele De Lorenzi authored May 29, 2024
    Configuration menu
    Copy the full SHA
    8ca6764 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    aef4bba View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fix: declare sphinx-rtd-theme in docs extras (sysdiglabs#253)

    Currently sphinx-rtd-theme is incorrectly being included in the main
    group dependencies and hence pulls in itself and sphinx as a runtime dep
    for the client. Declaring it in the docs group ensures it is only
    installed if the `sdcclient[docs]` is installed.
    
    Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
    dnwe authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9d18376 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. chore(deps): bump actions/checkout from 3 to 4 (sysdiglabs#247)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    67ca483 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Introduce functions for interacting with Prometheus API (sysdiglabs#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
    nikola-milikic authored May 6, 2025
    Configuration menu
    Copy the full SHA
    6b7be9f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    3dd352e View commit details
    Browse the repository at this point in the history
Loading