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: dnwe/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.
  • 5 commits
  • 22 files changed
  • 4 contributors

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