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: StackStorm/st2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: StackStorm/st2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: packaging-nfpm-pkg_relationships
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 1 contributor

Commits on May 22, 2025

  1. Packaging: stub pkg relationship metadata

    Includes stuff copied from control and spec files, as well as
    some details extracted from recently built rpm/deb files.
    cognifloyd committed May 22, 2025
    Configuration menu
    Copy the full SHA
    2e8740e View commit details
    Browse the repository at this point in the history
  2. Packaging: Add auth+rbac backends to st2.pex

    Oops. The pex did not have our backends or their deps.
    cognifloyd committed May 22, 2025
    Configuration menu
    Copy the full SHA
    23e870f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73b3e97 View commit details
    Browse the repository at this point in the history
  4. pants generate-lockfiles --resolve=pants-plugins

    Lockfile diff: lockfiles/pants-plugins.lock [pants-plugins]
    
    ==                    Upgraded dependencies                     ==
    
      pyparsing                      3.2.1        -->   3.2.3
      typing-extensions              4.12.2       -->   4.13.2
    
    ==                      Added dependencies                      ==
    
      aiohappyeyeballs               2.6.1
      aiohttp                        3.11.16
      aiosignal                      1.3.2
      frozenlist                     1.6.0
      multidict                      6.4.3
      propcache                      0.3.1
      yarl                           1.20.0
    
    ==                     Removed dependencies                     ==
    
      certifi                        2025.1.31
      charset-normalizer             3.4.1
      requests                       2.32.3
      urllib3                        2.3.0
    cognifloyd committed May 22, 2025
    Configuration menu
    Copy the full SHA
    9554238 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    72a8560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b99a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85b04a1 View commit details
    Browse the repository at this point in the history
  4. packaging: add code to search for deb packages

    This will do what shilb-deps does on native-built debian
    packages. Since we are using pants+nfpm, we have to manage
    that ourselves.
    cognifloyd committed May 28, 2025
    Configuration menu
    Copy the full SHA
    f28ea06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cad4c6 View commit details
    Browse the repository at this point in the history
  6. fmt

    cognifloyd committed May 28, 2025
    Configuration menu
    Copy the full SHA
    025f82d View commit details
    Browse the repository at this point in the history
Loading