Zelalem Mekonen
Zelalem Mekonen
### Version Information Server Version: 2.6.0-beta.1 CLI Version (for CLI related issue): 2.6.0-beta.1 ### Environment OSS ### What is the expected behaviour? Hasura should forward `set-cookie` header regardless of whether...
### Version Information Server Version: v2.3.1 CLI Version (for CLI related issue): v2.3.1 ### Environment OSS ### What is the expected behaviour? all remote relationships to the same schema should...
When declaring a custom type in hasura in a schema other than `public` and trying to use it on a column, it's not being listed as column type, we can...
## Description This PR comments metrics reports when a pull request is merged. List any dependencies that are required for this change (if applicable.) - https://github.com/nleeper/goment ## Related issue Closes...
## Description This PR allows assigning reviewers to a PR by adding a comment to it. Below is the format the command should take `/reviewpad assign-reviewers ` ### Example `/reviewpad...
**Describe the bug** Running `task check -f` or `go test ./...` seems to result in `panic: interface conversion: interface {} is *git.GitError, not string` error **Expected behavior** Tests should succeed...
## Description This PR introduces support for nested array types and function types in aladino. ## Related issue Closes #410 ## Type of change New feature (non-breaking change which adds...
## Description As we are updating the `DSL` we have forgotten to keep the linter up to date, we specifically need to have lint steps for - [ ] -...
## Describe the bug The creation of target entities for check suite events doesn't seem to be correct and seems to be creating invalid target entities, we need to investigate...
## Describe the bug Currently for the `FunctionValue` type the `Type()` method only has a placeholder implementation which is fine for now since it's not in use, we need to...