[PR #169] [MERGED] 1.16.8 #703

Closed
opened 2025-10-31 15:19:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/169
Author: @mbecker20
Created: 11/1/2024
Status: Merged
Merged: 11/1/2024
Merged by: @mbecker20

Base: mainHead: 1.16.8


📝 Commits (2)

📊 Changes

7 files changed (+30 additions, -38 deletions)

View changed files

📝 bin/core/src/listener/resources.rs (+2 -17)
📝 bin/core/src/listener/router.rs (+19 -12)
📝 client/core/ts/src/types.ts (+1 -1)
📝 docsite/docs/webhooks.md (+1 -1)
📝 frontend/public/client/types.js (+1 -1)
📝 frontend/src/components/resources/action/config.tsx (+3 -3)
📝 frontend/src/components/resources/procedure/config.tsx (+3 -3)

📄 Description

  • Procedure Webhook:
    • Previously the docs for webhooks stated that using __ALL__ as the webhook branch will skip the branch check. This is incorrect, you should use __ANY__ instead
    • Also, the frontend will suggest to use __ALL__, this has also been fixed and will suggest the correct __ANY__ branch.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/169 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.16.8` --- ### 📝 Commits (2) - [`53d7aac`](https://github.com/moghtech/komodo/commit/53d7aac9f8fe6d851e09b8630c45bbe7a2b10afe) use this to extract from path - [`ac25fa2`](https://github.com/moghtech/komodo/commit/ac25fa20c1a4c935b9d159f69242c550e6d5e5be) Fix references to __ALL__ ### 📊 Changes **7 files changed** (+30 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `bin/core/src/listener/resources.rs` (+2 -17) 📝 `bin/core/src/listener/router.rs` (+19 -12) 📝 `client/core/ts/src/types.ts` (+1 -1) 📝 `docsite/docs/webhooks.md` (+1 -1) 📝 `frontend/public/client/types.js` (+1 -1) 📝 `frontend/src/components/resources/action/config.tsx` (+3 -3) 📝 `frontend/src/components/resources/procedure/config.tsx` (+3 -3) </details> ### 📄 Description - **Procedure Webhook**: - Previously the docs for webhooks stated that using `__ALL__` as the webhook branch will skip the branch check. This is incorrect, you should use `__ANY__` instead - Also, the frontend will suggest to use `__ALL__`, this has also been fixed and will suggest the correct `__ANY__` branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 15:19:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#703