Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump locust from 2.1.0 to 2.2.2 in /perf-tests #1964

Merged
merged 1 commit into from Sep 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2021

Bumps locust from 2.1.0 to 2.2.2.

Release notes

Sourced from locust's releases.

2.2.2

  • Fix version in Docker builds
  • Automated change log generation is broken. Will fix this later, but until then you can look here: locustio/locust@2.2.1...2.2.2

2.2.1

PR #1871 Disable setting custom parameters of None or boolean type in web UI. Fixes #1870

2.2.0

  • Display locustfile and tasks ratio information on index.html
  • Add --autostart and --autoquit parameters (locustio/locust#1864)
  • Add constant_throughput wait time (the inverse of constant_pacing)
  • Alternative way to rename requests (particularly useful when using an SDK that wraps requests) (locustio/locust#1858)
  • Add --equal-weights flag (locustio/locust#1842)
  • HttpUser: Unpack known exceptions
  • Various charting fixes
  • Add FastHttpUser directly under locust package
  • Auto-generate Locust's version number using setuptools_scm and git tags
  • Show custom arguments in web ui and forward them to worker (locustio/locust#1841)
Changelog

Sourced from locust's changelog.

2.2.2 (2021-09-15)

Full Changelog

Closed issues:

  • Ability to explicitly set which arguments will be exposed/visible in the web ui #1876

2.2.1 (2021-09-02)

Full Changelog

Fixed bugs:

  • Importing any locust plugin breaks the UI and distributed load generation. #1870

Merged pull requests:

  • Disable setting custom parameters of None or boolean type in web UI. Fixes #1870 #1871 (cyberw)

2.2.0 (2021-09-01)

Full Changelog

Fixed bugs:

  • time display in live charts switches to the local time upon refresh #1835
  • Part of response times chart lines are missing #1702

Closed issues:

  • Response times get graphed as zero before first request is made #1852
  • Add flag to run with uniform weights #1838
  • Starting load test from the cli but monitoring from the web UI #831

Merged pull requests:

  • #1832 Displaying locustfile and tasks ratio information on index.html #1868 (tyge68)
  • Add --autostart and --autoquit parameters, fixes #831 #1864 (cyberw)
  • Add constant_throughput wait time (the inverse of constant_pacing) #1863 (cyberw)
  • Improve some of the doc issues that were missed from the previous PR #1861 (Serhiy1)
  • Handle user classes with weight = 0 #1860 (mboutet)
  • fix(examples): fix multiple_hosts.py example #1859 (obradovichv)
  • Alternative grouping #1858 (Serhiy1)
  • HttpUser: Unpack known exceptions #1855 (cyberw)
  • fix(charts): prevent displaying stats before requests are made #1853 (obradovichv)
  • Use UTC time for server stats history, localize times on the client #1851 (obradovichv)
  • FastHttpUser: Add it directly under locust package, make the documentation less scary. #1849 (cyberw)
  • Adjust github actions #1848 (cyberw)
  • Auto-generate version number using setuptools_scm and git tags #1847 (cyberw)

... (truncated)

Commits
  • 2523a84 Ignoring docs from docker build context made git think there were local chang...
  • b6e5615 print git status when building docker file (I'm still debugging the versionin...
  • f209654 Print git describe when inside docker build step
  • dbe313d Github docker build: Better debug for git state (all builds)
  • 66b7c77 Github docker build: Better debug for git state
  • bb77344 Print setuptools scm debug info to figure out why versions are incorrectly se...
  • 3ab07fc check what files are modified (triggering appending of .dev0 to version numbers)
  • 29fc2dd Hard code version for docker release builds to use git tag (instead of lettin...
  • 4a5557a Update changelog for 2.2.2
  • e1db6fc Docker: Use path context for release builds as well. Remove debug stuff from ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 15, 2021
@dependabot dependabot bot requested review from vepatel, a team, ciarams87 and soneillf5 and removed request for a team September 15, 2021 17:05
@lucacome
Copy link
Member

@vepatel can we just merge it even if we're not running perf-tests right now?

@lucacome
Copy link
Member

@dependabot rebase

Bumps [locust](https://github.com/locustio/locust) from 2.1.0 to 2.2.2.
- [Release notes](https://github.com/locustio/locust/releases)
- [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md)
- [Commits](locustio/locust@2.1.0...2.2.2)

---
updated-dependencies:
- dependency-name: locust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/perf-tests/locust-2.2.2 branch from b34bc73 to d2f0d07 Compare September 16, 2021 14:22
@lucacome lucacome enabled auto-merge (squash) September 16, 2021 14:23
@lucacome lucacome merged commit a88404f into master Sep 16, 2021
@lucacome lucacome deleted the dependabot/pip/perf-tests/locust-2.2.2 branch September 16, 2021 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants