Skip to content

Adds kinds tags for Alteryx, Boomi, and SAP#33807

Merged
cmpadden merged 2 commits into
masterfrom
colton/resolve-33806
May 11, 2026
Merged

Adds kinds tags for Alteryx, Boomi, and SAP#33807
cmpadden merged 2 commits into
masterfrom
colton/resolve-33806

Conversation

@cmpadden
Copy link
Copy Markdown
Contributor

@cmpadden cmpadden commented May 8, 2026

Summary & Motivation

Closes #33806.

image

Test Plan

Changelog

  • Added kinds tags for Alteryx, Boomi, and SAP

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 8, 2026

Greptile Summary

This PR adds kinds tags (icons + type registrations) for three new integrations — Alteryx, Boomi, and SAP — following the existing pattern for adding tool icons in OpTags.tsx and the documentation partial _KindsTags.md.

  • Three SVG icon files are added to both the UI source (kindtag-images/) and the docs static assets directory, with corresponding imports, KnownTagType union members, and KNOWN_TAGS entries added alphabetically.
  • The documentation table in _KindsTags.md is updated to include all three new tags in their correct alphabetical positions.

Confidence Score: 5/5

Straightforward icon and type registration additions with no logic changes; safe to merge.

The change adds three SVG icons, three import statements, three union type members, three KNOWN_TAGS entries, and three documentation table rows — all following the established pattern exactly. The alphabetical ordering issue noted in a previous review thread has been addressed. No runtime logic is touched.

No files require special attention.

Important Files Changed

Filename Overview
js_modules/ui-core/src/graph/OpTags.tsx Adds imports, KnownTagType union entries (alphabetically ordered), and KNOWN_TAGS entries for alteryx, boomi, and sap; all follow existing patterns correctly.
docs/docs/partials/_KindsTags.md Adds alteryx, boomi, and sap rows in the correct alphabetical positions in the documentation table.
js_modules/ui-core/src/graph/kindtag-images/tool-alteryx-color.svg New SVG icon for Alteryx added to UI source.
js_modules/ui-core/src/graph/kindtag-images/tool-boomi-color.svg New SVG icon for Boomi added to UI source.
js_modules/ui-core/src/graph/kindtag-images/tool-sap-color.svg New SVG icon for SAP added to UI source.
docs/static/images/guides/build/assets/metadata-tags/kinds/icons/tool-alteryx-color.svg SVG icon for Alteryx added to the docs static assets directory for documentation rendering.
docs/static/images/guides/build/assets/metadata-tags/kinds/icons/tool-boomi-color.svg SVG icon for Boomi added to the docs static assets directory for documentation rendering.
docs/static/images/guides/build/assets/metadata-tags/kinds/icons/tool-sap-color.svg SVG icon for SAP added to the docs static assets directory for documentation rendering.

Reviews (5): Last reviewed commit: "fix ordering" | Re-trigger Greptile

Comment thread js_modules/ui-core/src/graph/OpTags.tsx
@cmpadden cmpadden requested review from hellendag and pdhoopr May 8, 2026 17:54
@cmpadden cmpadden force-pushed the colton/resolve-33806 branch from 6e31a5c to 02ebf35 Compare May 8, 2026 19:59
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

@cmpadden cmpadden force-pushed the colton/resolve-33806 branch from 02ebf35 to e0f27e8 Compare May 11, 2026 17:13
@cmpadden cmpadden force-pushed the colton/resolve-33806 branch from e0f27e8 to 9869919 Compare May 11, 2026 17:45
@cmpadden cmpadden added this pull request to the merge queue May 11, 2026
Merged via the queue into master with commit 6f498d0 May 11, 2026
8 checks passed
@cmpadden cmpadden deleted the colton/resolve-33806 branch May 11, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Custom Kind Icons for Irvine Company

2 participants