Ali Amer

Results 13 issues of Ali Amer

When sending invalid JSON to **PATCH** `/links/{linkId}` and **POST** `/links/bulk`, we're getting an _"internal server error"_ instead of the more helpful _"bad request"_ error. However, **POST** `/links` gets it right...

**Problem:** The current API endpoint `https://api.dub.co/links` accepts fractional and negative numbers for the `page` query parameter, causing unexpected errors. ```json "error": { "code": "internal_server_error", "message": "An internal server error occurred....

### What this PR does Before this PR: - Unit tests directly created and modified VM and VMI resources by manipulating their fields. After this PR: - Unit tests have...

size/XS
release-note-none
dco-signoff: yes
area/instancetype

### What this PR does Before this PR: - Unit tests directly created and modified VM and VMI resources by manipulating their fields. After this PR: - Unit tests have...

size/L
sig/network
sig/storage
area/virtctl
release-note-none
kind/api-change
dco-signoff: yes
area/instancetype
sig/compute
sig/buildsystem
sig/scale
sig/observability

### What this PR does Before this PR: - Unit tests directly created and modified VM and VMI resources by manipulating their fields. After this PR: - Unit tests have...

size/L
release-note-none
dco-signoff: yes

### What this PR does Before this PR: - Unit tests directly created and modified VM and VMI resources by manipulating their fields. After this PR: - Unit tests have...

size/M
sig/storage
release-note-none
lgtm
approved
dco-signoff: yes

### What this PR does Before this PR: - Unit tests directly created and modified VM and VMI resources by manipulating their fields. After this PR: - Unit tests have...

size/M
do-not-merge/release-note-label-needed
dco-signoff: yes

## Describe your changes This PR introduces a new configuration option `DisableDefaultPolicy` that prevents the creation of the default all-to-all policy when new accounts are created. This is useful for...

#### Name of feature: Add --intermediate-file flag to separate leaf and intermediate certs #### Pain or issue this feature alleviates: #1360 Closes: #1360 #### Why is this important to the...

needs triage

## Describe your changes This PR introduces a new flag `--filter-by-connection-type` to the status command. It allows users to filter peers by connection type (`P2P` or `Relayed`) in both JSON...