Commit Graph

34 Commits

Author SHA1 Message Date
f41560cd3e Add configuration for whether to resolve failed conditions or not 2021-09-14 19:34:46 -04:00
8997eeef05 Fix #123: Deduplicate result errors 2021-06-05 18:50:24 -04:00
50f530a05c Fix #107: Correctly parse placeholder when [BODY] is an array 2021-05-09 13:28:22 -04:00
4e5a86031f Add comment for future breaking change 2021-03-27 21:22:34 -04:00
c9acc83141 Extract magic number into a constant 2021-03-14 16:52:59 -04:00
8c4c360472 Minor update 2021-03-14 13:36:54 -04:00
2c8714f1fa Truncate long string when using pattern function (#100)
- Omits verbose responses when using pattern match
- Change contains to match prefix and suffix, add 2nd test
2021-03-14 13:05:16 -04:00
8ec256edbf Implement has() function to determine if an element at a JSONPath exists 2021-03-10 21:49:13 -05:00
541e0264ab Don't export, persist or retain result body after evaluation 2021-03-08 21:30:11 -05:00
271c3dc91d Performance improvements 2021-01-14 22:49:48 -05:00
819093cb7e Implement any function and prettify displayed condition on failure 2021-01-14 20:08:27 -05:00
f1c0bbe73c Minor update 2021-01-04 18:00:36 -05:00
8789a4ad55 Review changes 2020-11-19 09:31:30 +01:00
cef94299e5 Merge branch 'master' into add-dns-feature
# Conflicts:
#	core/condition.go
2020-11-18 18:53:00 +01:00
7f21fdee68 Change test structure into tabledriven
Review change
Update README.md
2020-11-18 18:51:22 +01:00
7e35a6ebbd Rename PlaceHolder to Placeholder 2020-11-17 19:34:22 -05:00
bc914e12b0 Add health check for DNS 2020-11-18 00:55:31 +01:00
e79c849e6d Revert "Add day format support for duration comparison"
This reverts commit 21509428
2020-11-17 12:16:40 -05:00
2150942876 Add day format support for duration comparison 2020-11-16 18:16:11 +01:00
573b5f89e1 Improve test coverage 2020-11-16 10:10:02 -05:00
121369d9c0 Add basic duration comparison 2020-11-16 09:32:37 +01:00
7d97e83875 Add support for comparing duration before certificate expiration 2020-11-15 18:33:09 +01:00
d50721c8f0 Compare numeric values as int64 2020-11-15 16:50:05 +01:00
babc7f9f07 Fix issue with displayed condition when condition uses len() 2020-10-29 17:18:43 -04:00
72e6d1cda9 Fix typo 2020-10-23 16:35:16 -04:00
4655e74c2a Minor improvements 2020-10-23 16:31:49 -04:00
77ad91a297 Fix Golint 2020-10-23 16:29:20 -04:00
58b9b17944 Trim down size of condition to display on invalid path 2020-10-15 22:44:34 -04:00
a66cfc094a Ignore "unexpected end of JSON input" errors 2020-10-15 22:43:24 -04:00
3d7dbf4bba Improve documentation 2020-10-06 19:07:47 -04:00
230c8821ec Merge util.go into condition.go 2020-10-04 20:00:24 -04:00
8101646ba5 Work on #16: Support patterns 2020-10-01 19:57:11 -04:00
da92907873 Add support for getting the length of the string or the slice of a json path 2020-08-12 21:42:13 -04:00
fe3e60dbd4 Add support for headers, method, body and json path with arrays 2020-04-14 19:20:00 -04:00