From c41f5ee188913089a40fa985401336be8d277844 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:13:24 +0700 Subject: [PATCH 1/6] docs: bit misspell Features Templater section scenario-http-generator --- docs/eng/scenario-http-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eng/scenario-http-generator.md b/docs/eng/scenario-http-generator.md index a1d24b35e..4455ca5f6 100644 --- a/docs/eng/scenario-http-generator.md +++ b/docs/eng/scenario-http-generator.md @@ -195,7 +195,7 @@ scenarios: ### Templater -The `uri`, `headers`, `body` fields are templateized. +The `uri`, `headers`, `body` fields are templatized. The standard go template is used. From 8dfbdba5ef928eb3ed8d7528eceb4a2e4b53aa11 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:17:26 +0700 Subject: [PATCH 2/6] docs(README): current available path link Documentation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a517a288..a172a0ee9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Or use Pandora with [Yandex.Tank](https://yandextank.readthedocs.io/en/latest/co [Overload](https://overload.yandex.net). ### Documentation -[Documentation](documentation/eng/index.md) +[Documentation](docs/index.md) ### Old Documentation [ReadTheDocs](https://yandexpandora.readthedocs.io/) From 4de927291fc059a3d20ff7061863aed057c0c658 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:25:06 +0700 Subject: [PATCH 3/6] docs: bit misspell one comment httptrace dump http-generator --- docs/rus/http-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rus/http-generator.md b/docs/rus/http-generator.md index 31ccba8c0..80aedbd52 100644 --- a/docs/rus/http-generator.md +++ b/docs/rus/http-generator.md @@ -35,7 +35,7 @@ gun: uri-elements: 2 # URI elements used to autotagging. Default: 2 no-tag-only: true # When true, autotagged only ammo that has no tag before. Default: true httptrace: - dump: true # calculate responce bytes + dump: true # calculate response bytes trace: true # calculate different request stages: connect time, send time, latency, request bytes ``` From 248aebb62e20357c8ad43d87c1dad88519a3260a Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:27:19 +0700 Subject: [PATCH 4/6] =?UTF-8?q?docs:=20duplicate=20section=20=D0=90=D1=80?= =?UTF-8?q?=D1=85=D0=B8=D1=82=D0=B5=D0=BA=D1=82=D1=83=D1=80=D0=B0=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/rus/config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/rus/config.md b/docs/rus/config.md index 9e385e842..69364f17d 100644 --- a/docs/rus/config.md +++ b/docs/rus/config.md @@ -7,7 +7,6 @@ - [Basic configuration](#basic-configuration) - [Monitoring and Logging](#monitoring-and-logging) - [Variables from env and files](#variables-from-env-and-files) -- [Variables from env and files](#variables-from-env-and-files) ## Basic configuration From 01682baa5b7418595ffbe20032aa1f9a66923a09 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:28:59 +0700 Subject: [PATCH 5/6] docs: bit misspell similar comment httptrace eng http-generator --- docs/eng/http-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eng/http-generator.md b/docs/eng/http-generator.md index 43d3ad7b4..bd73b2a09 100644 --- a/docs/eng/http-generator.md +++ b/docs/eng/http-generator.md @@ -35,7 +35,7 @@ gun: uri-elements: 2 # URI elements used to autotagging. Default: 2 no-tag-only: true # When true, autotagged only ammo that has no tag before. Default: true httptrace: - dump: true # calculate responce bytes + dump: true # calculate response bytes trace: true # calculate different request stages: connect time, send time, latency, request bytes ``` From 18268bc695044162910df38259b87e6eccf0e4d3 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:30:18 +0700 Subject: [PATCH 6/6] docs: duplicate section eng config --- docs/eng/config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/eng/config.md b/docs/eng/config.md index 6855846c4..87f8e2e08 100644 --- a/docs/eng/config.md +++ b/docs/eng/config.md @@ -7,7 +7,6 @@ - [Basic configuration](#basic-configuration) - [Monitoring and Logging](#monitoring-and-logging) - [Variables from env and files](#variables-from-env-and-files) -- [Variables from env and files](#variables-from-env-and-files) ## Basic configuration