summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_history.c
AgeCommit message (Collapse)Author
2020-04-22move libtalermerchanttesting and test cases to src/testing/Christian Grothoff
2020-04-10implement #5299Christian Grothoff
2020-04-06make API return exchange data systematically, fixes #4939Christian Grothoff
2019-12-24fix time parser, why was this ever writtenChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
Previously, instances were addressed in various ways depending on then request (GET parameter, some instance_id in the POST body). With this commit, users of the merchant backend don't see the instance, they just see another base URL.
2019-09-01wrap array in JSON objectFlorian Dold
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2018-12-19#5459Marcello Stanisci
2018-12-18/history: #5284.Marcello Stanisci
2018-12-18Fix last commit.Marcello Stanisci
2018-12-18/history testing API.Marcello Stanisci
Provide mean to request /history omitting the 'start' argument.
2018-12-18Fix /history tests.Marcello Stanisci
2018-12-13Changing /history semantics.Marcello Stanisci
Return results younger than 'start' by default (= with positive/ungiven 'delta').
2018-05-24Commenting "history" CMD.Marcello Stanisci
2018-05-23minor edit.Marcello Stanisci
2018-03-17malforming /history response body, and avoid extractingMarcello Stanisci
error codes from NULL responses.
2018-03-17Double twister instance plus first coverage effortMarcello Stanisci
The twisted tests now use two twister processes: one to proxy the exchange, the other to proxy the merchant. Additionally, it is now tested the reaction of /history lib to a unexpected HTTP response code returned by the merchant.
2018-02-21Implementing new style test instructions.Marcello Stanisci