Age | Commit message (Expand) | Author | Files | Lines |
2024-07-03 | make retries => 0 consistent with retries => 1: no it::error on 404 | Urban Müller | 1 | -1/+9 |
2024-05-28 | Revert "Improve handling of nested tags in it_html::sanitize": getting "Excee... | Urban Müller | 1 | -12/+0 |
2024-05-27 | Fix it_url::get with maxlength and large response | Christian Schneider | 1 | -1/+1 |
2024-05-27 | Fix it_url::get with maxlength and large response | Christian Schneider | 1 | -0/+8 |
2024-05-27 | Improve handling of nested tags in it_html::sanitize | David Flatz | 1 | -0/+12 |
2024-05-08 | Switch default for it_url::get*() to not return body on status >= 400 | Christian Schneider | 1 | -0/+8 |
2024-05-07 | Add type for assoc with maxlength, make test for 404 stricter | Christian Schneider | 1 | -2/+11 |
2024-05-03 | test keys as well | Urban Müller | 1 | -4/+4 |
2024-05-02 | Do not generate it::error with test for sporadic failures | Christian Schneider | 1 | -1/+1 |
2024-05-02 | test it::filter and it::grep | Urban Müller | 1 | -0/+8 |
2024-05-02 | Rename empty_on_fail to body_on_fail for future switching of default, current... | Christian Schneider | 1 | -7/+7 |
2024-04-30 | Fix is_reachable fetching always twice if content longer than 1000 bytes, mak... | Christian Schneider | 1 | -1/+1 |
2024-04-29 | Version 2 of: Switch it_url::get('assoc' => true) to always return non-empty ... | Christian Schneider | 1 | -1/+1 |
2024-04-29 | Handle whitespace between attribute name and value also for img tags | David Flatz | 1 | -0/+18 |
2024-04-29 | Improve test for unquoted value since we only pass through absolute urls with... | David Flatz | 1 | -2/+2 |
2024-04-26 | Handle whitespace between attribute name and value; add some TODO tests to be... | David Flatz | 1 | -0/+18 |
2024-04-25 | Revert "Switch it_url::get('assoc' => true) to always return non-empty array ... | Christian Schneider | 1 | -1/+1 |
2024-04-24 | Switch it_url::get('assoc' => true) to always return non-empty array includin... | Christian Schneider | 1 | -1/+1 |
2024-04-23 | current test domain is somtimes gnat available | Urban Müller | 1 | -5/+5 |
2024-04-23 | Use single quotes to avoid confusion about $() expansion | Christian Schneider | 1 | -1/+1 |
2024-04-22 | Send notice to schneider@search.ch to check where chaning default to empty_on... | Christian Schneider | 1 | -3/+3 |
2024-04-22 | Add test to ensure and document that leading dashes are not allowed in non-op... | Christian Schneider | 1 | -0/+1 |
2024-04-18 | introduce empty_on_fail, get keepfailed to work | Urban Müller | 2 | -3/+28 |
2024-03-21 | allow unicode in local part of mail addresses | Urban Müller | 1 | -1/+1 |
2024-02-21 | it::getopt: do not eat up second -- | Nathan Gass | 1 | -0/+1 |
2024-02-09 | encode < to \u003C in jsenv to prevent false positives on XSS detection | Urban Müller | 1 | -1/+1 |
2023-11-20 | use random port to avoid races | Nathan Gass | 3 | -33/+34 |
2023-11-20 | better failed test output | Urban Müller | 1 | -3/+4 |
2023-11-17 | bigger tolerances; five second timeout sometimes failed to abort a six second... | Urban Müller | 1 | -3/+4 |
2023-10-30 | add test that redirect loop is not reachable | Nathan Gass | 1 | -2/+2 |
2023-10-30 | add test that maxlength aborts early | Nathan Gass | 1 | -0/+14 |
2023-10-30 | change it_url::is_reachable to static api consistent with it_url::get | Nathan Gass | 1 | -8/+3 |
2023-09-25 | escape dangerous strings inside javascript, including env = | Urban Müller | 1 | -0/+2 |
2023-08-28 | handle inline errors, e.g. new $undefined in mail3464 | Urban Müller | 1 | -3/+4 |
2023-08-22 | Add prefix to it_url::absolute() for OneDomain support, add tests for relativ... | Christian Schneider | 1 | -0/+15 |
2023-08-16 | run it_dbi tests for postgresql if it is running | Nathan Gass | 1 | -0/+2 |
2023-08-16 | use it_dbi_postgres everywhere for postgresql tests | Nathan Gass | 1 | -1/+1 |
2023-08-16 | recursive test script for it::error stackdumps | Urban Müller | 1 | -0/+51 |
2023-08-15 | Avoid //foo syntax as they are overloaded for search.ch | Christian Schneider | 1 | -2/+2 |
2023-08-03 | allow echoing and dry-running of it::exec/it::system commands | Urban Müller | 1 | -7/+9 |
2023-07-25 | ensure that chance=0 never creates an error | Urban Müller | 1 | -1/+1 |
2023-07-19 | Revert "test: trying to push with failing tests": test failed successfully | Urban Müller | 1 | -2/+0 |
2023-07-19 | test: trying to push with failing tests | Urban Müller | 1 | -0/+2 |
2023-07-19 | Adapt test to new behaviour of always removing {}, even without values | Christian Schneider | 1 | -2/+2 |
2023-07-19 | Make test work when called from runtests which changes cwd | Christian Schneider | 1 | -1/+1 |
2023-07-18 | more concise arg merging | Urban Müller | 1 | -5/+6 |
2023-07-18 | support varags in it::pipe like in it::exec | Urban Müller | 1 | -0/+1 |
2023-07-18 | test existing it_pipe frontend behaviour | Urban Müller | 1 | -0/+6 |
2023-06-22 | remove test for it::exec() with unquoted arg | Christian A. Weber | 1 | -1/+0 |
2023-03-09 | Change test to check with undefined variable | Christian Schneider | 1 | -1/+1 |