Murat Aslan
Murat Aslan
## What does this PR do? Removes the `maxWidth` CSS constraint on the Container component that was limiting the table width on large screens (>1440px). ## Motivation As reported in...
## What does this PR do? Adds a **Weight** column to the Servers section in HTTP and TCP service detail pages in the dashboard. ## Motivation As reported in #12192,...
## What does this PR do? When the ForwardAuth middleware fails to reach the authentication server, it returns a 500 error but logs at DEBUG level, making it difficult to...
## Summary This PR fixes version inconsistencies in DEVELOPMENT.md and adds troubleshooting guidance for common Conan build issues. ## Changes ### Version Updates - **Go**: Updated from `>= 1.21` to...
## Summary This PR addresses three enhancement issues: ### 1. Add debug logs for collection load path (#45864) Add debug logs at key checkpoints in the collection load process: -...
## Summary This PR fixes the docker-compose-apple-silicon.yml configuration to ensure etcd data is properly persisted and services are properly configured. ## Changes - Added `healthcheck` for etcd service to ensure...
## Summary This PR adds support for HNSW_SQ, HNSW_PQ, and HNSW_PRQ index types in the Go client to match the Python SDK functionality. ## Changes ### `client/index/common.go` - Added `HNSWSQ`,...
## Summary Fixes #27 Adds an optional HTTP server that redirects all HTTP requests to HTTPS with proper headers. ## Changes - Added `HTTP_REDIRECT_PORT` environment variable (default: 0 = disabled)...
## Summary Fixes #123 Adds a comprehensive `.env.example` file documenting all environment variables defined in `src/core/env.js`. ## Changes - Created `.env.example` with all configurable environment variables - Added comments explaining...
## Summary Add a new secret detection rule for the old default Symfony secret key `ThisTokenIsNotSoSecretChangeIt`. ## Details When projects were bootstrapped with older versions of Symfony (< 4.0), the...