Alvido Faisal
Alvido Faisal
This commit introduces several improvements for ARM/M1 support: 1. **Default Container Architecture to Host:** `act` now attempts to detect the host's Docker OS/architecture (e.g., `linux/arm64`) and uses this as the...
This PR introduces a Kubernetes operator that enables declarative management of Eino applications on Kubernetes. The operator automates deployment, scaling, and lifecycle management of LLM orchestrations built with the Eino...
## Overview This PR introduces a comprehensive analytics system with OpenTelemetry instrumentation for enhanced observability and monitoring capabilities. ## Features Added ### Analytics API Endpoints - **User Analytics** (`/api/v1/analytics/user-summary`): -...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...
## What changed? Added a comprehensive payment retry sample application that demonstrates how to implement robust payment processing workflows using Temporal. The sample includes: - Payment workflow with configurable retry...
This PR introduces a framework for state replication within Dapr, along with an initial implementation for a Redis-to-Kafka state replicator. The main goals of this PR are: - To establish...
#### Name of feature: Enable `--cert-not-before` and `--cert-not-after` for X.509 certificate tokens #### Pain or issue this feature alleviates: Currently, the `step ca token` command only supports the `--cert-not-before` and...
feat: Add gRPC recording and demo capabilities Describe the changes that are made - Added Protocol Buffer message definitions for gRPC services and generated Go code - Implemented gRPC server...
This commit introduces gRPC streaming capabilities to BentoML using a new `v1alpha1` protocol version. Key changes include: - **gRPC Service Definition (`.proto`)**: - Added `src/bentoml/grpc/v1alpha1/bentoml_service_v1alpha1.proto` defining a `BentoService` with a...
## Optimize ScaledObject status updates to reduce API server load This PR introduces an optimization to prevent unnecessary ScaledObject status updates by implementing condition comparison logic. The change significantly reduces...