Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
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: sysdiglabs/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: ac427/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.
  • 7 commits
  • 35 files changed
  • 4 contributors

Commits on Oct 22, 2020

  1. fix!: get_user_falco_rules now returns the text and is updated with t…

    …he new API endpoint (#151)
    
    * fix: Custom rules are now correctly set and retrieved as string
    
    * style: Change imports with concrete types
    
    * fix: Update get_secure_user_falco_rules example to match the changes
    
    * fix: Remove old outdated test
    tembleking authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    2b4ff08 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. ci: Enhance release procedure (#152)

    - Change pipenv with Poetry for better dependency resolution and
      publication.
    - Modify CI workflows with Matrix strategy to test it in Python 3.6, 3.7
      and 3.8.
    - Modify CD workflow to add git-chglog for better release message
      generation.
    
    * ci: Enhance release procedure
    * fix: Make the scope work with tatsu 4.4.0
    * ci: Break tests into scheduled for master and fail-fast for PRs
    * ci: Break tests into integration and integration-agent kind
    * release: Remove unrequired pipenv and setuptools files
    tembleking authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    1040694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec76b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbf1b96 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    0653da1 View commit details
    Browse the repository at this point in the history
  2. fix: Use Slack notification name field instead of channel in Slack (#148

    )
    
    Co-authored-by: Iris <iga@novatec-gmbh.de>
    iris-garcia and Iris authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    e22f3b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. docs: Update README with installtion instructions (#157)

    * docs: Update README with installtion instructions
    * fix: Correct scope operand for dashboards
    tembleking authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a623869 View commit details
    Browse the repository at this point in the history
Loading