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/pytest-splunk-addon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.0-beta.9
Choose a base ref
...
head repository: splunk/pytest-splunk-addon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.0-beta.10
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 24, 2024

  1. feat: adding CLEAN_KEYS support (#869)

    Added support for CLEAN_KEYS in Transforms.conf.
    Added respective e2e test case for the same
    
    Impact on Addons:
    
    Now if Addons have have field names in transforms report which have
    non-alphanumeric chars then those chars would be first converted to _
    and then tests would be generated as by default in splunk CLEAN_KEYS is
    set to true, so splunk also does the same thing.
    
    Moreover if any report stanza has explicitly set CLEAN_KEYS=false then
    for those reports field conversion would not happen and tests would be
    generated as it is.
    harshilgajera-crest authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b2f6dc5 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.3.0-beta.10

    # [5.3.0-beta.10](v5.3.0-beta.9...v5.3.0-beta.10) (2024-07-24)
    
    ### Features
    
    * adding CLEAN_KEYS support ([#869](#869)) ([b2f6dc5](b2f6dc5))
    srv-rr-github-token committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    575c440 View commit details
    Browse the repository at this point in the history
Loading