13 Commits

Author SHA256 Message Date
67a1daafcd Accepting request 1297345 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1297345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hurl?expand=0&rev=6
2025-08-04 13:25:03 +00:00
f8b77af63d update to 7.0.0
OBS-URL: https://build.opensuse.org/package/show/network:utilities/hurl?expand=0&rev=12
2025-08-04 04:41:35 +00:00
5598ea6d34 Accepting request 1264655 from network:utilities
- Update to version 6.1.1:
  * Create 6.1.1 release
  * Create 6.1.1 release
  * Create 6.1.1 release
  * Ignore live test
  * Fix error message
  * Update CHANGELOG
  * Support any value for contains predicate
  * Fix jsonpath array filter with missing attribute in array element
  * Do not include CR in filename
  * Fix hurlfmt spacing
  * Update hurl version to 6.1.1
  * Update toDate filter grammar
  * Publish npm package 6.1.0
  * Reorg assert doc
  * Clarify generic and deb packages installation
  * Add CRLF tests (non-blocking)
  * Update Test SSL keys/certificates
  * Fix RELEASING.md
  * Update hurl version to 6.2.0-SNAPSHOT

- Update to 6.1.1:
  * Fix hurlfmt spacing #3839
  * Fix filename parsing #3848
  * Fix jsonpath array wildcard with missing attribute #3859 #3869
  * Fix predicate contains with none input #3868

OBS-URL: https://build.opensuse.org/request/show/1264655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hurl?expand=0&rev=5
2025-03-27 21:34:42 +00:00
d7d53325ba - Update to version 6.1.1:
* Create 6.1.1 release
  * Create 6.1.1 release
  * Create 6.1.1 release
  * Ignore live test
  * Fix error message
  * Update CHANGELOG
  * Support any value for contains predicate
  * Fix jsonpath array filter with missing attribute in array element
  * Do not include CR in filename
  * Fix hurlfmt spacing
  * Update hurl version to 6.1.1
  * Update toDate filter grammar
  * Publish npm package 6.1.0
  * Reorg assert doc
  * Clarify generic and deb packages installation
  * Add CRLF tests (non-blocking)
  * Update Test SSL keys/certificates
  * Fix RELEASING.md
  * Update hurl version to 6.2.0-SNAPSHOT

- Update to 6.1.1:
  * Fix hurlfmt spacing #3839
  * Fix filename parsing #3848
  * Fix jsonpath array wildcard with missing attribute #3859 #3869
  * Fix predicate contains with none input #3868

OBS-URL: https://build.opensuse.org/package/show/network:utilities/hurl?expand=0&rev=10
2025-03-27 17:58:44 +00:00
20e9410b54 Accepting request 1252646 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1252646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hurl?expand=0&rev=4
2025-03-13 14:07:27 +00:00
d3c5ba5062 update to 6.1.0
OBS-URL: https://build.opensuse.org/package/show/network:utilities/hurl?expand=0&rev=8
2025-03-13 06:44:32 +00:00
08a8165e35 Accepting request 1228647 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1228647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hurl?expand=0&rev=3
2024-12-06 13:26:55 +00:00
d2c18fcf7e update to 6.0.0
OBS-URL: https://build.opensuse.org/package/show/network:utilities/hurl?expand=0&rev=6
2024-12-06 03:16:32 +00:00
93f72a333e Accepting request 1198230 from network:utilities
- Update to 5.0.1:
  * Fix regression in --output when output file doesn't exist #3195

- Update to 5.0.0:
  Breaking Changes:
  * Encode oneline string only with one backtick #3113
  Enhancements:
  * Create intermediary directories if necessary when producing TAP report #2860
  * Expose request comments in --out json (hurlfmt) #2850
  * Create intermediary directories if necessary when producing JUnit report #2842
  * Add global requests count in test summary #2832
  * Replace output warnings by errors #2815
  * Fix inconsistent case for fields queryString and httpVersion in --json #2804
  * Run tests in parallel #2753
  * Add support for importing curl url option in hurlfmt #2750
  * Add JSON report #2738
  * Add repeat option to repeat a sequence of Hurl file #2680
  * Add repeat option per request #2680
  * Add optional duration unit #2653
  * Apply delay only once per entry, no matter how many retry #1973
  * Add toFloat filter #1732
  * Accept directory as Hurl arguments for processing file #1446
  Bugs Fixed:
  * Get SSL certificates info on reused connections, from a cache #3031
  * Fix max-redirs: -1 in [Options] section #3023
  * Fix error displayed in double with bad option #2920
  * Fix hurlfmt exit code with lint error #2919
  * Truncate file then append it when dumping response with --output. #2886
  * Fix crash with --json option when capturing 'HttpOnly' and 'Secure' cookie attribute #2871
  * Fix crash when capturing 'Expires' cookie attribute #2870

OBS-URL: https://build.opensuse.org/request/show/1198230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hurl?expand=0&rev=2
2024-09-03 11:38:10 +00:00
3903a40221 - Update to 5.0.1:
* Fix regression in --output when output file doesn't exist #3195

- Update to 5.0.0:
  Breaking Changes:
  * Encode oneline string only with one backtick #3113
  Enhancements:
  * Create intermediary directories if necessary when producing TAP report #2860
  * Expose request comments in --out json (hurlfmt) #2850
  * Create intermediary directories if necessary when producing JUnit report #2842
  * Add global requests count in test summary #2832
  * Replace output warnings by errors #2815
  * Fix inconsistent case for fields queryString and httpVersion in --json #2804
  * Run tests in parallel #2753
  * Add support for importing curl url option in hurlfmt #2750
  * Add JSON report #2738
  * Add repeat option to repeat a sequence of Hurl file #2680
  * Add repeat option per request #2680
  * Add optional duration unit #2653
  * Apply delay only once per entry, no matter how many retry #1973
  * Add toFloat filter #1732
  * Accept directory as Hurl arguments for processing file #1446
  Bugs Fixed:
  * Get SSL certificates info on reused connections, from a cache #3031
  * Fix max-redirs: -1 in [Options] section #3023
  * Fix error displayed in double with bad option #2920
  * Fix hurlfmt exit code with lint error #2919
  * Truncate file then append it when dumping response with --output. #2886
  * Fix crash with --json option when capturing 'HttpOnly' and 'Secure' cookie attribute #2871
  * Fix crash when capturing 'Expires' cookie attribute #2870

OBS-URL: https://build.opensuse.org/package/show/network:utilities/hurl?expand=0&rev=4
2024-09-02 06:07:03 +00:00
b9fe06ee0d - Update to 4.3.0:
Enhancements:
  * Support --user option per request #2585
  * Add isNumber predicate #2538
  * Create intermediate directory when using --report-html #2531
  * Use '-' to read Hurl file from standard input #2523
  * Add --from-entry option to execute a file from a given entry #2500
  * Add isIsoDate predicate (take a string, checks YYYY-MM-DDTHH:mm:sssZ) #2427
  * Add completion files in Linux/MacOS packages #2401
  * Fix tarball layout to Linux filesystem #2401
  * Add --max-filesize option to limit HTTP response #2353
  * Display source request when there are asserts/runtime errors #2351
  * Using explicit stdout output #2312
  * Prevent raw binary response to be displayed on standard output #2306
  * Add --netrc, --netrc-file and --netrc-optional options #2094
  * Generate bash completion for hurl/hurlfmt #1864
  * Generate powershell completion for hurl/hurlfmt #1864
  * Generate fish completion for hurl/hurlfmt #1864
  * Generate zsh completion for hurl/hurlfmt #1864
  * Add experimental --parallel / --jobs options #88 #87
  Bugs Fixed:
  * Export begin_call, end_call timings fields to RFC3339 (microseconds) #2699
  * Fix standalone css for regex #2693
  * Fix charset parsing logic of Content-Type header #2540
  * Fix filename templatization bug under certain conditions #2533
  * Fix empty glob not always returning an error #2517
  * Fix hurlfmt query certificate for hurl output format #2511
  * Fix --test progress bar not displayed when verbose is used #2506
  * Per request output takes file-root into account for path resolving #2445
  * Fix silent error when verbose option use unset variable #2444

OBS-URL: https://build.opensuse.org/package/show/network:utilities/hurl?expand=0&rev=3
2024-04-23 19:23:05 +00:00
cf329ad88a Accepting request 1138786 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1138786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hurl?expand=0&rev=1
2024-01-15 21:20:31 +00:00
0f7687e896 Accepting request 1138476 from home:jubalh
pleaes add me as maintainer

OBS-URL: https://build.opensuse.org/request/show/1138476
OBS-URL: https://build.opensuse.org/package/show/network:utilities/hurl?expand=0&rev=1
2024-01-15 07:42:49 +00:00