Tags: dukeofharen/httplaceholder
Tags
Feature/export requests (#337) * Added basic endpoint for exporting request * Implemented ExportRequestQueryHandler and added tests * Implemented RequestToCurlCommandService * Added integration unit test for export cURL endpoint * Added integration test * Updated client * Added request export to UI * Added HAR service stub * Fix in ExportRequestQueryHandler * Implemented RequestToHarService * Added HAR export to UI * Make it possible to download HAR from UI * Added unit tests * Added integration test * Updated changelog * Doc fix * Added new version to CHANGELOG * Docs fix --------- Co-authored-by: Duco <git@ducode.org>
Feature/several (#312) * Added MimeService * Added tests for MimeService * Updated unit test * Updated sample * Updated changelog * Updated integration tests * Show executed stub ID when hovering over a request * Updated changelog * Docs fix * Fixed redirects * Fixed unit and integration tests * Updated docs * Updated CHANGELOG * UI copy fix * Cut off the number of requests in UI based on the setting "oldRequestsQueueLength" * Added IDateTime method to get UTC now as UNIX timestamp * Prepend UNIX timestamp to request filenames * Added paging and built paging up to FileSystemStubSource * Added paging to InMemoryStubSource.cs * Added paging for RelationalDbStubSource MySQL * Small fix in stub sources * Implemented the correct queries for the Sqlite and MSSQL query stores * Fixed unit tests for now * Added unit tests for handlers * Added extra unit tests for FileSystemStubSource * Added tests for InMemoryStubSource * Added unit tests for RelationalDbStubSource * Added integration tests * Added Postman integration tests * Added paging to requests in REST call * Added "load more requests" button to Requests vue * Added setting for requests paging * Use new setting in requests page * Added "Load all requests" button * Updates in docs and changelog * Updated client with new headers * Updated unit tests * Updated CHANGELOG again * Small UI fixes * Small UI fix * Doc fix in build process --------- Co-authored-by: Duco <git@ducode.org>
Several backend / frontend fixes (#292) * Added unit tests for ReverseProxyResponseWriter * Close form helper popup when form helper mutation is selected directly after that * Added ByteUtilities facts * Fixes in ReverseProxyResponseWriter * Added stub validation on response headers * Small fix in StubModelValidator * Added configuration option for AllowGlobalFileSearch * Refactored FileResponseWriterFacts * Updated FileResponseWriter to throw exception when AllowGlobalFileSearch is off and strip away illegal characters from relative path * Added logging to FileResponseWriter * Updated exception * Added extra logging * Also take FileStorageLocation in account in StubRootPathResolver * Fixed bug in StubRootPathResolver * Set allowGlobalFileSearch to true in Dockerfile * Updated documentation * Updated CHANGELOG * Perform a "distinct" on StubRootPathResolver result * Fixed unit tests * Updated CHANGELOG Co-authored-by: Duco <git@ducode.org>
PreviousNext