Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Remove locust #960

Merged
merged 3 commits into from
Oct 5, 2022
Merged

Remove locust #960

merged 3 commits into from
Oct 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2022

Bumps locust from 2.11.1 to 2.12.1.

Release notes

Sourced from locust's releases.

2.12.1

What's Changed

Full Changelog: locustio/locust@2.12.0...2.12.1

2.12.0

What's Changed

New Contributors

Full Changelog: locustio/locust@2.11.1...2.12.0

Changelog

Sourced from locust's changelog.

2.12.1 (2022-09-21)

Full Changelog

Fixed bugs:

  • Editing a running test in the Web UI with class-picker restarts user count back at 0 #2204

Closed issues:

  • Add logger when worker is waiting for master to connect #2199
  • Python 3.10 available for the latest docker hub hosted image #2196

Merged pull requests:

2.12.0 (2022-09-07)

Full Changelog

Fixed bugs:

  • WebUI Edit running load test not carried user_classes when enabled --class-picker #2170

Merged pull requests:

  • Log warning if tag filtering gets rid of all tasks #2186 (cyberw)
  • GitHub Workflows security hardening #2184 (sashashura)
  • ft: LoadTestShapes with custom user classes #2181 (samuelspagl)
  • Bump FastHttpUser/geventhttpclient dependency to 2.0.2 #2180 (cyberw)
  • Allow more recent versions of pyzmq (it was only 23.0.0 that was broken) #2179 (cyberw)
  • Bump default concurrency for fast http user to 10 #2177 (cyberw)
  • Web UI style fixes: about dialog cannot be opened in the startup page #2173 (alterhu2020)
Commits
  • e2bf578 Update changelog for 2.12.1
  • 185fd18 Merge pull request #2212 from SamPosh/doc-update
  • 8e981a3 spell correction
  • 9d1c677 black added as link
  • 7d63c06 updated as link
  • 442fb11 black format info is added
  • 8c0f255 Merge pull request #2210 from mikenester/bug-fix--class-picker-resets-user-co...
  • a02fd92 Removing the _update_user_dispatcher method from web.py as it isn't necessary...
  • 5c65cb3 consistently use [] instead of sometimes using list()
  • 76b3450 Merge pull request #2193 from SamPosh/stats_summary_refactor
  • 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 requested a review from a team as a code owner September 29, 2022 02:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file 🐍 tech: python Requires familiarity with Python 💻 aspect: code Concerns the software code in the repository 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users labels Sep 29, 2022
@sarayourfriend
Copy link
Contributor

I wonder if we can remove Locust from the dependencies now that our load testing stuff lives in the WordPress/openverse repository instead (and we're using arguably more appropriate tools there than locust too)?

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/api/locust-2.12.1 branch from 5fe58da to 456818a Compare October 4, 2022 17:57
@AetherUnbound
Copy link
Contributor

I think we probably could as well!

@sarayourfriend sarayourfriend changed the title Bump locust from 2.11.1 to 2.12.1 in /api Remove locust Oct 5, 2022
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

API Developer Docs Preview: Ready

https://wordpress.github.io/openverse-api/_preview/960

Please note that GitHub pages takes a little time to deploy newly pushed code, if the links above don't work or you see old versions, wait 5 minutes and try again.

You can check the GitHub pages deployment action list to see the current status of the deployments.

@sarayourfriend sarayourfriend merged commit 0aaf79e into main Oct 5, 2022
@sarayourfriend sarayourfriend deleted the dependabot/pip/api/locust-2.12.1 branch October 5, 2022 04:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🐍 tech: python Requires familiarity with Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants