Commit graph

100 commits

Author SHA1 Message Date
37f4d6b607
fix: truncate query from list view
they are shown below when verbose anyway
2024-10-20 15:32:43 +02:00
b6c7c88e5a
chore: bump version 2024-10-20 15:29:25 +02:00
5de9e7884e
feat: allow expecting result, for testing APIs 2024-10-20 15:28:53 +02:00
8fbf224506
feat: allow specifying path base, renamed url>path 2024-10-20 15:28:24 +02:00
7d56ea3565
feat: add --report switch to generate json outputs
for machine processing of results, maybe checking test coverage? also
huge refactor of printing part
2024-10-20 06:52:49 +02:00
b9271ad47d
feat: add --dry-run option, add -M for multithread 2024-10-20 06:11:19 +02:00
083e605255
fix: preserve discovery order 2024-10-20 05:56:38 +02:00
0af5adec5a
chore: bump version
this is the last one tonight i swear!!!
2024-10-20 05:25:50 +02:00
51da59486e
docs: updated readme.md 2024-10-20 05:19:35 +02:00
ffd37e49a1
feat: better print formatting 2024-10-20 05:14:08 +02:00
95453a1366
feat: friendlier errors 2024-10-20 05:14:05 +02:00
c09790ab28
feat: pw shows compact list, pw list shows verbose 2024-10-20 05:13:03 +02:00
a8ac211a41
fix: remove repeat, proper parallelism 2024-10-20 05:12:15 +02:00
c2159989b2
fix: client and env are optional 2024-10-20 05:10:39 +02:00
1ac3301779
feat: handle errors instead of bubbling everything
also fix by-value/by-reference stuff
2024-10-20 04:20:10 +02:00
37e6c48048
feat: allow including other collections 2024-10-20 04:19:03 +02:00
a44babb509
chore: update sample collection 2024-10-20 02:06:33 +02:00
43a284d4e9
chore: bump version 2024-10-20 02:04:39 +02:00
ec78325544
fix: change verbose flag from -V to -v 2024-10-20 02:04:19 +02:00
7887e0dfdb
fix: empty body shouldn't default to {} 2024-10-20 01:55:14 +02:00
a5cef7f269
feat: added --verbose to list view 2024-10-20 01:50:00 +02:00
b82a63eeb7
chore: refactor endpoint getters 2024-10-20 01:47:17 +02:00
6915a71802
feat: default to single thread runtime
but allow multi-thread-runtime with --multi-threaded flag
2024-10-20 01:33:45 +02:00
2695c850bb
feat: more client options 2024-10-20 01:33:20 +02:00
ce0d725c43
build: way smaller binaries 2024-10-20 01:32:17 +02:00
77fec19a22
chore: renames 2024-10-20 01:32:05 +02:00
26d996fbf9
chore: moved fn below 2024-10-20 00:53:49 +02:00
1fdd40a68e
build: regenerate cargo lock 2024-10-19 22:41:09 +02:00
ac9961a25d
docs: added badges on readme 2024-10-19 22:40:15 +02:00
2d8a77ab6b
chore: updated metadata 2024-10-19 22:40:06 +02:00
e17c721f9c
chore: licensed under GPLv3 2024-10-19 22:34:44 +02:00
ddadfe1253
ci: add test and build workflows 2024-10-19 22:30:14 +02:00
8cfa2688fd
docs: updated command output 2024-10-19 22:28:16 +02:00
cab02a79c5
fix: actually set Debug as extractor with --debug 2024-10-19 22:28:05 +02:00
2e520129a2
chore: moved StringOr into ext 2024-10-19 22:27:58 +02:00
b0b67fd1be
fix: actually make body default extractor 2024-10-19 22:27:36 +02:00
0713f323bb
docs: explained a LOT better 2024-10-19 22:22:12 +02:00
4fa22612f5
fix: regex extractor add newline and example 2024-10-19 22:05:29 +02:00
6fa7606226
fix: extract html responses 2024-10-19 22:02:18 +02:00
23abb7706e
feat: allow expecting status codes 2024-10-19 22:02:05 +02:00
147186f8dc
feat: allow specifying --debug to dbg all routes 2024-10-19 21:57:00 +02:00
68a73284c7
feat: add list action (as default) 2024-10-19 21:53:47 +02:00
58900630e1
chore: moved formatters into ext mod 2024-10-19 21:53:40 +02:00
6211a1630e
chore: swap JQL for JAQ: it's more similar to jq 2024-10-19 21:44:05 +02:00
81661bb136
feat: allow specifying fallback env vars in [env] 2024-10-19 20:45:31 +02:00
553a5fc68e
feat: bare string defaults to JQL extractor 2024-10-19 20:19:34 +02:00
cd99572fa2
feat: add JQL and Regex extractors 2024-10-19 20:18:34 +02:00
afc582b0a6
feat: handle query params 2024-10-19 19:27:18 +02:00
6fe5cefc4a
chore: refactor 2024-10-19 18:02:04 +02:00
ca569d2bde
feat: show number only when repeating 2024-10-19 05:33:14 +02:00