abdallah

Results 75 issues of abdallah

Currently, when having multiple deno projects in the same repository and all deployed in Deno Deploy they all get a deployment trigger when I commit to one of the folders....

I'm using a gateway and need my requests to be cached by the gateway, but oak is adding a `vary` header to the response (most probably added by the http...

When having two different response codes (200 and a 400 for example) return different type of Content-Type, the generated test will assign to both the latest defined Content-Type **To Reproduce:**...

bug

**Is your feature request related to a problem? Please describe.** Currently, I want to test out that my cypress tests are executed correctly inside testkube before I push it to...

feature-request 🚀

![image](https://user-images.githubusercontent.com/27779735/169502782-72ca463f-6a61-404b-bae3-881aea12c869.png) Clicking results in ![image](https://user-images.githubusercontent.com/27779735/169502676-284c0e1f-2e53-4840-ba80-de88797c0fbe.png)

bug

Could we have an extension that if /path doesn't exist, it returns a custom error message where users could for example add the link to the docs, etc? For example,...

kind/feature

How to debug: Run ```sh helm install customName kubeshop/kusk-gateway \ --set-string fullnameOverride=customName --wait --create-namespace \ --namespace kusk-system --set-string analytics.enabled=false ``` or `kusk install --name custom` Result is: ```sh kubectl get...

bug

Running `kubectl delete ns -n kusk-system` gets stuck every single time. After some debugging, this came out: ``` kubectl describe ns kusk-system Name: kusk-system Labels: kubernetes.io/metadata.name=kusk-system name=kusk-system Annotations: Status: Terminating...

bug

As a user I want to see the HTTP OPTIONS that the API has

kind/feature

When enabling CORS extension, Kusk does not send the appropriate headers. For example, the following CORS setting ``` cors: origins: - "*" methods: - GET - POST ``` Should include...

kind/bug