Ali Amer
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...
### 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...
### 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...
### 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...
### 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...
## 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...
## 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...