Commit Graph

247 Commits

Author SHA1 Message Date
Andrew Baldwin 58e46f22a9 Remove safe_name 2025-07-15 11:30:46 +02:00
Andrew Baldwin 1e01fe31ae Shrink report size 2025-07-14 19:49:07 +02:00
Lars Holmberg abce960c54 update changelog for 2.36.0 2025-04-24 20:22:01 +02:00
Lars Holmberg efc565b02e Update syntax to match what ruff recommends for Python 3.10 2025-04-08 14:16:18 +02:00
Lars Holmberg 5551f5db3c Add OpenAIUser and example. 2025-03-20 09:44:20 +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 2f192bd3d6 fix error in example 2025-01-31 09:36:16 +01:00
Шпак Андрей Сергеевич a8302fc4b5 Code quality: Fix unused imports and switch on related ruff check 2025-01-19 09:36:12 +03:00
Andrew Baldwin 8a9b5d9746 Add input type to login form 2024-11-19 12:55:20 +01:00
Andrew Baldwin 83fcdda19d Add option for extra options to be required 2024-11-12 15:33:56 +01:00
Andrew Baldwin d7d500ff54 Rename base-path to web-base-path 2024-11-04 17:27:22 +01:00
Andrew Baldwin 5006d47ea7 Update redirects for auth 2024-11-04 17:25:21 +01:00
Lars Holmberg 262dfd51e5 Add "testdata from csv" example. 2024-10-24 09:47:29 +02:00
Andrew Baldwin c35bf20d93 Update auth examples 2024-10-22 16:42:06 +02:00
Andrew Baldwin bb12e2b750 Make auth errors session dependent 2024-10-22 16:42:06 +02:00
Lars Holmberg b918971893 add comment 2024-10-20 20:53:04 +02:00
Lars Holmberg e9709b1756 Add response validation example. 2024-10-20 20:51:36 +02:00
Lars Holmberg 9477459cd8 add x-forwarded-for example 2024-10-09 14:39:02 +02:00
Andrew Baldwin 513a708101 Add csrf example 2024-10-02 15:12:08 +02:00
Andrew Baldwin 17ce31c4cf Auth submit should be a POST request 2024-09-27 10:57:05 +02:00
Lars Holmberg bf797b8255
Merge pull request #2903 from guel-codes/mongo-example
Add Mongodb test example
2024-09-17 09:09:13 +02:00
Miguel Johnson 15a77dfe52 add default conn_string and remove explicit patching 2024-09-16 22:51:11 -04:00
Miguel Johnson 3f8abe3eef let ruff fix formatting 2024-09-14 00:50:02 -04:00
Miguel Johnson cf7dcea9ed add mongodb test example 2024-09-14 00:13:58 -04:00
Joey Wilhelm a019463b56 fix: Fix the custom_messages example to work with LocalRunner 2024-09-11 09:54:46 -06:00
tdadela f8525b929f simplify Generator annotations - PEP 696 2024-09-03 23:54:43 +02:00
Miguel Johnson 4931df14b7 clean up locustfile 2024-08-24 09:01:44 -04:00
Miguel Johnson b43a0c7a7a change how the connection is opened 2024-08-20 21:58:26 -04:00
Miguel Johnson 83f70e4f4c moving locustfile to examples/postgres/ 2024-08-20 11:38:55 -04:00
Miguel Johnson 5d3b1ef4d5 Addressing PR comments 2024-08-20 09:22:02 -04:00
Miguel Johnson 516ba58bc1 split out postgres test files 2024-08-19 23:34:53 -04:00
Miguel Johnson 1fb3488692
Merge branch 'locustio:master' into postgres-test-example 2024-08-19 23:34:26 -04:00
Miguel Johnson cd04c15097 small format fix 2024-08-05 14:50:49 -04:00
Miguel Johnson 8e9663ffb0 fixing imports 2024-08-05 14:46:49 -04:00
Miguel Johnson b6737b7e8c fixing syntax errors for failed tests 2024-08-05 14:40:29 -04:00
Miguel Johnson 01674a1a40 fixing syntax errors for failed tests 2024-08-05 14:36:31 -04:00
Miguel Johnson 86aa6efd2b fixing syntax errors for failed tests 2024-08-05 14:33:25 -04:00
Miguel Johnson d919018f95 updating to psycopg3 2024-08-05 14:21:26 -04:00
Miguel Johnson 548eb603ca updating to psycopg3 2024-08-05 14:19:29 -04:00
Miguel Johnson 08ef825627 updating to psycopg3 2024-08-05 14:10:50 -04:00
Lars Holmberg 3186f60ba3 Add open/closed workload example. 2024-07-31 13:23:55 +02:00
Miguel Johnson cf958a6ef6 Adding a PostgreSQL load test example 2024-07-21 18:46:47 -04:00
Lars Holmberg 7152dc4c41 Add example of a bottlenecked server and use that test to make a new graph for the docs. 2024-07-17 22:10:05 +02:00
Andrew Baldwin 445319c413 Fix extend webui example 2024-07-09 14:20:38 -04:00
Mikael Göransson 8ef0d5d7c4 test_data_management.py: changed order in which events are presented in the list 2024-06-27 16:02:13 +02:00
Mikael Göransson 68408c7e17 update after review
added event examples in `test_data_management.py`.

splitted `heartbeat` event into `heartbeat_sent` and `heartbeat_received`, renamed `time` argument to `timestamp`.

corrected type of `Runner.current_cpu_usage` which is a `float`.

some additional formatting changed by `ruff format .`.
2024-06-27 15:05:30 +02:00
Nicolas Adrian a665132b23 add proxy_host and proxy_port for FastHttpUser 2024-06-10 11:24:45 +02:00
Lars Holmberg 448ee0e0f6 undo accidental change in last commit 2024-06-07 20:24:59 +02:00
Lars Holmberg f3e806870c changelog update 2024-06-07 20:22:17 +02:00
Lars Holmberg 00cda8ce0d Further simplify example 2024-05-25 19:15:39 +02:00