fix: add missing plugin descriptions for script command triggers for issue #16072#366
Merged
fdelbrayelle merged 1 commit intoMay 26, 2026
Conversation
Member
|
Hi, thanks @bhavyarajwanshi 👋 I'll let @aj-emerich approve and merge this one 🙏 |
aj-emerich
approved these changes
May 26, 2026
Contributor
Author
|
It looks like the check / main workflow failed because the internal PR-commenting script hit a 403 error (Resource not accessible by integration). The actual plugin test suite passed successfully with all greens. Could a maintainer take a look or trigger a re-run if needed? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are being made and why?
This PR fixes missing description text blocks on the frontend UI card components for multiple script-based command triggers.
The class-level @Schema annotations for Go, Node.js, Ruby, and Shell CommandsTrigger implementations were missing the description attribute property. This left their respective cards blank on the Tenant ➔ Triggers ➔ Add view. Adding these fields ensures UI component parity and populates the missing text blocks generated by Kestra's documentation engine.
Closes kestra-io/kestra#16072
How the changes have been QAed?
All four modified plugin modules were validated locally using the Java compiler. The annotations strictly conform to Kestra's core validation layer mapping and use correct properties without introducing regressions or compilation warnings.
Bash
./gradlew compileJava
Result: BUILD SUCCESSFUL across all subprojects.
Contributor Checklist ✅