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: locustio/locust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.42.2
Choose a base ref
...
head repository: locustio/locust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.42.3
Choose a head ref
  • 13 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 6, 2025

  1. bump locust-cloud

    cyberw committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    d1da1ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97a2140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7797108 View commit details
    Browse the repository at this point in the history
  4. Only raise an exception if file had no relevant content and did not h…

    …ave a .toml extension.
    cyberw committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    f5631cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3257 from locustio/fix-single-line-conf-files-inc…

    …orrectly-being-treated-as-toml
    
    Fix single line .conf files incorrectly being treated as toml
    cyberw authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    b4138a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49e07e3 View commit details
    Browse the repository at this point in the history
  7. Update uv, make sure changes in pyproject.toml break the cache even i…

    …f uv.lock is unchanged.
    cyberw committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    c1cde72 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3259 from locustio/check-uv.lock-during-build

    GH Actions: update uv version, ensure uv.lock doesn't contain anything not in pyproject.toml
    cyberw authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    7bff4e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    f84752c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. Merge pull request #3264 from jairhenrique/dependabot

    Creates dependabot file to keep gh actions updated
    cyberw authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    86d5938 View commit details
    Browse the repository at this point in the history
  2. Bump the all_dependencies group with 7 updates

    Bumps the all_dependencies group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/stale](https://github.com/actions/stale) | `3` | `10` |
    | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
    | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` |
    | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `5` | `7` |
    | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` |
    | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` |
    
    
    Updates `actions/stale` from 3 to 10
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v3...v10)
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    Updates `actions/setup-python` from 5 to 6
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    Updates `astral-sh/setup-uv` from 5 to 7
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v5...v7)
    
    Updates `actions/setup-node` from 4 to 6
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v6)
    
    Updates `actions/upload-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    Updates `actions/download-artifact` from 4 to 6
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: '10'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all_dependencies
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all_dependencies
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all_dependencies
    - dependency-name: astral-sh/setup-uv
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all_dependencies
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all_dependencies
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all_dependencies
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all_dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    78111b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3266 from locustio/dependabot/github_actions/all_…

    …dependencies-9bfb3fa5f7
    
    Bump the all_dependencies group with 7 updates
    cyberw authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    46388f1 View commit details
    Browse the repository at this point in the history
  4. Changelog 2.42.3

    cyberw committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    0f5a409 View commit details
    Browse the repository at this point in the history
Loading