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/addonfactory-solutions-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.2
Choose a base ref
...
head repository: splunk/addonfactory-solutions-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.0-beta.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 26, 2024

  1. chore: merge main into develop (#375)

    merge main into develop
    
    ---------
    
    Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com>
    sgoral-splunk and srv-rr-github-token authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ce20b6c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. feat: add log_level attribute (#382)

    This PR adds a new event field to logs (log_level).
    
    Example log before this change:
    
    ```
    2024-07-15 10:01:22,969 ERROR pid=49789 tid=MainThread file=helper_one.py:stream_events:19 | Test log
    ```
    
    Example log after this change:
    
    ```
    2024-07-15 10:01:22,969 log_level=ERROR pid=49789 tid=MainThread file=helper_one.py:stream_events:19 | Test log
    ```
    kkedziak-splunk authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e126f1a View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.1.0-beta.3

    # [5.1.0-beta.3](v5.1.0-beta.2...v5.1.0-beta.3) (2024-07-23)
    
    ### Features
    
    * add log_level attribute ([#382](#382)) ([e126f1a](e126f1a))
    srv-rr-github-token committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    90bb447 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: add support of custom source in license usage (#383)

    **Issue number:
    [ADDON-72793](https://splunk.atlassian.net/browse/ADDON-72793)**
    
    ## Summary
    
    Added support for custom source in license usage
    
    ### Changes
    function `events_ingested` has new optional parameter
    `license_usage_source`. If provided this value will be save as
    `modular_input_name`.
    
    ## Checklist
    
    * [x] I have performed a self-review of this change
    * [x] Changes have been tested
    * [x] Changes are documented
    * [x] PR title follows [conventional commit
    semantics](https://www.conventionalcommits.org/en/v1.0.0/)
    sgoral-splunk authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cb5f314 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.1.0-beta.4

    # [5.1.0-beta.4](v5.1.0-beta.3...v5.1.0-beta.4) (2024-08-09)
    
    ### Bug Fixes
    
    * add support of custom source in license usage ([#383](#383)) ([cb5f314](cb5f314))
    srv-rr-github-token committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5e2269d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    732fa34 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.2.0-beta.1

    # [5.2.0-beta.1](v5.1.2...v5.2.0-beta.1) (2024-08-13)
    
    ### Bug Fixes
    
    * add support of custom source in license usage ([#383](#383)) ([cb5f314](cb5f314))
    
    ### Features
    
    * add log_level attribute ([#382](#382)) ([e126f1a](e126f1a))
    srv-rr-github-token committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f02c2a3 View commit details
    Browse the repository at this point in the history
Loading