Lars Holmberg
539a34e915
Dont crash if parameters are passed to failure() when someone forgot catch_response=True
2025-03-28 16:18:07 +01:00
Lars Holmberg
c74f780a18
Merge pull request #3083 from andrewbaldwin44/feature/mobile-friendly
...
Make the Locust UI Responsive
2025-03-25 11:12:34 +01:00
Andrew Baldwin
aea2d8febf
Style tweaks
2025-03-25 11:00:40 +01:00
Andrew Baldwin
458887d3a9
Make the locust UI responsive
2025-03-24 17:27:58 +01:00
Lars Holmberg
73d60fafb4
Improve auth fail error response and logging.
2025-03-20 13:26:56 +01:00
Lars Holmberg
29204c7750
Merge pull request #3081 from locustio/add-openai-User-and-example
...
Add OpenAI User and example
2025-03-20 10:37:31 +01:00
Lars Holmberg
8ae54dfcef
update error message
2025-03-20 10:24:00 +01:00
Lars Holmberg
478b8a3ced
OpenAIUser: fail early if OPENAI_API_KEY is not set
2025-03-20 10:20:12 +01:00
Lars Holmberg
53f053a36b
Add OpenAIUser to docs.
2025-03-20 09:51:11 +01:00
Lars Holmberg
5551f5db3c
Add OpenAIUser and example.
2025-03-20 09:44:20 +01:00
Lars Holmberg
f600fdddef
vscode settings: update some more ignores
2025-03-20 09:07:31 +01:00
Lars Holmberg
bfa7d70468
update vscode ignore
2025-03-20 09:06:03 +01:00
Lars Holmberg
3b8dc3399c
update link to otel
2025-03-17 11:51:32 +01:00
Lars Holmberg
312b888215
update autogenerated changelog
2025-03-15 10:15:21 +01:00
Lars Holmberg
670fd5b9ed
changelog
2025-03-14 23:22:14 +01:00
Lars Holmberg
b8f63f731e
Merge pull request #3080 from locustio/dependabot/npm_and_yarn/locust/webui/babel/runtime-7.26.10
...
Bump @babel/runtime from 7.22.15 to 7.26.10 in /locust/webui
2025-03-14 23:16:42 +01:00
dependabot[bot]
f67d82ea6b
Bump @babel/runtime from 7.22.15 to 7.26.10 in /locust/webui
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.22.15 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-14 22:08:58 +00:00
Lars Holmberg
3afba18a1f
Merge pull request #3079 from locustio/update-ruff
...
Update ruff to 0.10.0
2025-03-14 21:10:01 +01:00
Lars Holmberg
78a92a0708
hide formatting updates from git blame
2025-03-14 21:01:08 +01:00
Lars Holmberg
496c5bd403
update one more file with ruff 0.10.0 format
2025-03-14 20:53:59 +01:00
Lars Holmberg
18357fb6dd
ruff lint options: allow percent format (for now), allow unused "resp" variable.
2025-03-14 20:49:11 +01:00
Lars Holmberg
92268e16d5
ruff format with 0.10.0
2025-03-14 20:12:43 +01:00
Lars Holmberg
0baf893405
Update ruff to 0.10.0
2025-03-14 20:09:12 +01:00
Lars Holmberg
1a510d7a5b
Merge pull request #3078 from locustio/optimize-tests
...
Optimize tests
2025-03-14 19:55:00 +01:00
Lars Holmberg
b8512060c6
Merge pull request #3074 from andrewbaldwin44/task/bump-vite
...
Webui: Bump Vite Version for Dependabot
2025-03-10 09:11:05 +01:00
Andrew Baldwin
04883e3d94
Bump vite version
2025-03-10 08:45:37 +01:00
Lars Holmberg
33055e775a
Help linter a bit with tests, avoid warnings about "Analysis of function ... is skipped because it is unannotated"
2025-03-09 17:33:21 +01:00
Lars Holmberg
a36b15713e
Remove obviously meaningless sleeps
2025-03-09 17:25:54 +01:00
Lars Holmberg
fbf0a4243b
Merge pull request #3073 from locustio/update-uv-and-optimize-docker-start-time
...
Update uv and optimize docker start time
2025-03-09 14:54:42 +01:00
Lars Holmberg
bff16032af
clean up gh action
2025-03-09 14:46:50 +01:00
Lars Holmberg
781039cc09
Bump uv to 0.6.5, regenerate lock file.
2025-03-09 14:46:40 +01:00
Lars Holmberg
73e5b94eea
Do a first run inside Dockerfile to create .pyc files
2025-03-09 14:41:13 +01:00
Lars Holmberg
4c24bac302
changelog
2025-03-08 20:19:29 +01:00
Lars Holmberg
4cb6aa789e
Merge pull request #3072 from locustio/fix-html-file-naming
...
Fix html file naming crash, simplify code
2025-03-08 20:16:08 +01:00
Lars Holmberg
2745c3bca0
Fix html file crash, simplify code. Fixes #3071
2025-03-08 20:07:51 +01:00
Lars Holmberg
2b408db2ee
Update changelog
2025-02-24 14:49:43 +01:00
Lars Holmberg
c5af270d02
Merge pull request #3059 from n0h0/fix-python-requests-link
...
docs: update python-requests documentation links
2025-02-22 09:19:21 +01:00
Lars Holmberg
d01765df7d
Merge pull request #3058 from n0h0/fix-venv-bin-activate
...
dos: correct venv activation path in docs
2025-02-22 09:17:53 +01:00
n0h0
6335881446
docs: update python-requests documentation links
...
Replace outdated python-requests URLs (python-requests.org) with current documentation URL (requests.readthedocs.io) in various documentation files and source code.
2025-02-22 15:31:13 +09:00
n0h0
018cbb5a61
dos: correct venv activation path in docs
...
Fix incorrect path in virtual environment activation command (.venv/bin.activate -> .venv/bin/activate)
2025-02-22 15:06:42 +09:00
Lars Holmberg
d6812b203e
Update changelog (going to bump minor revision in next release)
2025-02-21 21:16:09 +01:00
Lars Holmberg
77831cd1b4
Merge pull request #3057 from locustio/Use-enter-to-automatically-open-web-ui-in-default-browser
...
Use enter to automatically open web UI in default browser
2025-02-21 21:09:14 +01:00
Lars Holmberg
a8c7b90b34
Use enter to open webui: Support mac/unix style newlines & fix test case.
2025-02-21 20:59:03 +01:00
Lars Holmberg
59843046f1
Use enter to open UI in default browser
2025-02-21 20:41:17 +01:00
Lars Holmberg
c6eaf2579e
Update changelog in preparation of 2.32.11
2025-02-21 19:12:02 +01:00
Lars Holmberg
3bb8ff02aa
Merge pull request #3056 from locustio/update-vite
...
Update vite to 6.0.11
2025-02-21 13:04:54 +01:00
Lars Holmberg
7e8818914d
Update vite to 6.0.11
2025-02-21 12:52:41 +01:00
Lars Holmberg
e49b8fbc1c
Merge pull request #3049 from ktchani/master
...
Enable HTML Report Filename Parsing
2025-02-21 09:32:19 +01:00
Lars Holmberg
97529ef24b
Merge pull request #3052 from locustio/improve-error-message-for-missing-/swarm-payload
...
Improve error message on missing user_count or spawn_rate in swarm payload
2025-02-21 08:35:15 +01:00
Lars Holmberg
b3493c0641
Merge pull request #3048 from kamilbednarz/accept-other-compressions
...
FastHttpUser: Accept brotli and zstd compression encoding
2025-02-21 08:34:59 +01:00