Yashvardhan Kukreja

Results 18 issues of Yashvardhan Kukreja

Look for the jinja templates with `data_source_type` as `InfluxDB` and refactor the queries in them to replace `"` with ` . Ref: https://github.com/grofers/legend/blob/master/legend/metrics_library/metrics/platform_ec2_metrics.j2

good first issue
tech debt

**Is your feature request related to a problem? Please describe.** Currently, the dashboard created just prints out the service description of the individual services but there isn't any section in...

feature

Signed-off-by: Yashvardhan Kukreja closes #37 - `make build` output ```sh ❯ make build CGO_ENABLED=0 go build -o dnstoys.bin -ldflags="-s -w -X 'main.buildString=v1.0.0-4-ge6f3 (build "\#"e6f346b 2022-09-20 01:09:17)'" ./cmd/dnstoys/*.go ``` - Running...

```sh $ dig coin @dns.toys ;; ANSWER SECTION: coin. 1 IN TXT "tossed = [heads]" ``` ```sh $ dig 2.coin @dns.toys ;; ANSWER SECTION: coin. 1 IN TXT "tossed =...

Resolves #3857 Example: ```go package main import ( "github.com/gin-gonic/gin" "github.com/gin-contrib/cors" ) func main() { g := gin.Default() g.OnRedirect(func(c *gin.Context) { c.Writer.Header.Set("X-Foo", "Bar") }) g.GET("/foo", func(c *gin.Context) { c.String(200, "Hello, World!"))...

## Description When the gin engine's tree is not aware of a path `/foo/` , instead of returning a 404, it responds plainly with a `307 Location: /foo` (or 301...

**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #2931 #2932 **Does this PR introduce a user-facing change?**:...

ok-to-test
approved
size/XXL
release-note
cncf-cla: yes
area/gwctl

**What type of PR is this?** **What this PR does / why we need it**: /kind feature This PR introduces the `gwctl get backends` subcommand in favor of the requirements...

kind/feature
ok-to-test
approved
release-note
cncf-cla: yes
size/XL
area/gwctl

**What would you like to be added**: Support for returning YAML outputs from `gwctl get` analogous to how `kubectl get .... -o yaml` works **Why this is needed**: Needed in...

kind/feature
area/gwctl

**What would you like to be added**: Support for returning JSON-ified outputs from `gwctl get` analogous to how `kubectl get .... -o json` works **Why this is needed**: Needed in...

kind/feature
area/gwctl