Rafał Augustyniak

Results 44 issues of Rafał Augustyniak

Replace the internal use of a primitive `[String: [String]]` with a safer to use `Headers`.

Description: Add documentation for stats and admin interface features. Risk Level: None Testing: N/A Docs Changes: N/A Release Notes: N/A

Signed-off-by: Rafal Augustyniak Description: The original thought behind this PR was for Envoy Mobile to be able to differentiate between "no network connectivity" and wi-fi connectivity cases. This is what...

In https://github.com/envoyproxy/envoy-mobile/pull/1695 we started using `--channel=3` option when downloading an Android emulator when running CI jobs. `--channel=3` means canary so we should probably find a way to stop using it...

As it is now, there are filters in the repo that are supposed to be used in tests only ([example](https://github.com/envoyproxy/envoy-mobile/blob/main/library/common/extensions/filters/http/test_accessor/filter.h)) but are compiled as any other production extensions. Add a...

**Description** I have an object of `google.protobuf.Timestamp` type that I return from my Go code and want to work with in from within frontend part of my package (that uses...

type: bug
area: frontend
status: needs-more-info

**Description** Currently, frontend fetches the list of all experiments from the backend and the pagination is implemented as part of the frontend itself. This may lead to performance issues once...

type: enhancement
area: frontend
area: backend

**Description** `experimentation` package currently uses 2 data tables internally: `experiment_run` and `experiment_config`. ``` experiment_config ( id BIGINT, details JSONB ) ``` ``` experiment_run ( id BIGINT, experiment_config_id BIGINT, execution_time TSTZRANGE,...

type: enhancement

**Description** As a an owner of a Clutch package I want be able to emit an analytic events every time a user of my package performs a given type of...

type: enhancement
area: frontend
area: backend

**Description** Provide a mechanism that allows a given package to require its users to enable route `X` if route `Y` is enabled. What I'm going to describe here is a...

type: enhancement
area: frontend