Gallardot

Results 15 issues of Gallardot

# Feature request ## Please describe your feature Many of the Dashboard's List pages have a View button that makes it easy to view detailed configuration information. I suggest adding...

good first issue
frontend

When I want to update the `podAnnotations`, get error. ``` helm upgrade -i apisix apisix/apisix \ --namespace apisix \ --set apisix.podAnnotations.a=123 Error: UPGRADE FAILED: cannot patch "apisix" with kind Deployment:...

bug

## Purpose of the pull request Add unit tests to improve code quality and robustness ## Brief change log ## Verify this pull request This pull request is code cleanup...

backend

I've noticed that the Debian Docker image for APISIX supports ARM, but the RedHat one does not.

good first issue

## Purpose of the pull request ref: https://github.com/apache/dolphinscheduler/issues/14683 ref: https://dev.mysql.com/doc/connector-j/en/connector-j-installing-maven.html You can link the Connector/J library to your project by adding the following dependency in your pom.xml file: ``` com.mysql...

Waiting for user feedback
improvement

## What problem does this PR solve? - close #4076 ## What's changed and how it works? ## Related changes - [ ] This change also requires further updates to...

component/operator
CI/CD

When you directly access https://dolphinscheduler.apache.org/en-us/use_case, you will find that the logo on the KAPA widget is not displayed correctly. This PR attempts to fix this issue.

### Search before asking - [x] I had searched in the [DSIP](https://github.com/apache/dolphinscheduler/issues/14102) and found no similar DSIP. ### Motivation From GSoC2025 https://issues.apache.org/jira/browse/GSOC-284 Apache DolphinScheduler is a distributed and extensible workflow...

DSIP
gsoc

## In what area(s)? /area runtime ## Describe the feature ### Problem Statement When using Dapr's pubsub functionality, as a message producer, after publishing a message, I would like the...

kind/enhancement