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: splunk/splunk-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/BJ/add-basic-static-typing
Choose a base ref
...
head repository: splunk/splunk-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 15 files changed
  • 2 contributors

Commits on Nov 5, 2025

  1. Support self.service in ModularInput's validate_input (#682)

    We get access to the credentials there so lets expose it to users.
    mateusz834 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    579fd0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f0af2d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Deflake test_published_author_fields (#684)

    Unfortunately sometimes it takes a while until the author
    field is avail, so we need to workaround that.
    mateusz834 authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    d8f02d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Bump actions/checkout (#686)

    Bumps [actions/checkout](https://github.com/actions/checkout) from ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 to 71cf2267d89c5cb81562390fa70a37fa40b1305e.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@ff7abcd...71cf226)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 71cf2267d89c5cb81562390fa70a37fa40b1305e
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    dcd3199 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact (#680)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2848b2cda0e5190984587ec6bb1f36730ca78d50 to 330a01c490aca151604b8cf639adc76d48f6c5d4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@2848b2c...330a01c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 330a01c490aca151604b8cf639adc76d48f6c5d4
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    b249a0f View commit details
    Browse the repository at this point in the history
  3. Support setting string body in the generic request method (#683)

    * Add cre_apps system tests
    
    * Support string body in the generic request method
    
    Updates #577
    mateusz834 authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    6d641a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Bump actions/setup-python from 6.0.0 to 6.1.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@e797f83...83679a8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    66210ff View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Merge pull request #689 from splunk/dependabot/github_actions/develop…

    …/actions/setup-python-6.1.0
    dependabot[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    ab2530b View commit details
    Browse the repository at this point in the history
Loading