Skip to content

Releases: Zooz/predator

v1.5.0

24 Sep 11:27
Compare
Choose a tag to compare

Features

  • reports: add favorite reports support (a00f10a)
  • ui: support xml and forms content-type when creating tests (#368) (8057c1a)
  • ui: add assertions (cbd9e62)
  • ui: add step name to requests (5f055cd)
  • ui: add webhooks support (2104c41)
  • webhooks: add new webhooks API (9db2c66)
  • functional tests: support functional tests and assertions (#360) (c129d2a)

Bug Fixes

  • webhooks: reduce payload size by removing aggregated report from json webh… (#380) (bc77c4a)
  • config: allow unlimited text for config values (#394) (80703f7), closes #393
  • configuration: remove webhooks from configuration (#386) (28ce997)
  • db: drop Cassandra support (#361) (7ac4f59)
  • runner: use semver of runner as predator (#395) (670d0d6)
  • webhooks: order webhooks by updated_at desc (a14453a)
  • webhooks: verify put /v1/webhooks receives full body request #383 (#387) (e3b0fd2)
  • webhooks: when webhook id not exists while creating job return 400 #382 (#388) (bedc452)

v1.4.0

01 Aug 18:19
Compare
Choose a tag to compare

Features

  • reports: show benchmark results on test report graph when benchmark is set. (#346)
  • reports: api and ui for delete reports (#337) (8e68471)
  • compare-reports: add notes to ui compare reports (#314) (5303acd)
  • runner: support custom job template (ad191e9)
  • test-generator: set keep-alive as default (#299) (04eb8d1)
  • test-generator: support for upload csv files and use them as data for test. (#268)
  • test-generator: added sleep and extra http methods (#323) (6ac9a53)

Bug Fixes

  • docker: fixing docker debug logs to include stderr (#338) (8498a3d)
  • last_reports: notes render bug (#331) (5440e5a)
  • reports: fix avg rps when notes are updated (#328) (4dc8e9d)

v1.3.0

18 Apr 09:10
Compare
Choose a tag to compare

Features

  • benchmarks Create a benchmark for a specific test, allowing for easy comparisons between subsequent test runs. (#280)
  • reports Compare multiple tests runs in the UI (#290)
  • reports Edit/Add notes from the reports/last reports screen (#273)
  • metrics Added support for setting custom labels for prometheus (#278)
  • configuration All of the configuration is now available to view and edit through the UI (#274)
  • tests New create/edit test form UI (#271)
  • tests Dynamic DSL: DSL tests will be translated to predator tests dynamically (#283)

Bug Fixes

  • reports: Reports will now show average RPS during the entire test run instead of the last RPS result (#292) (fa61a39)
  • reports: fixing grafana link for tests in progress (#277) (9236774)
  • reports: Ordering reports by start time in GET: /v1/tests/{test_id}/reports API (#289)