fix: Fix integration names for proper App UI display#198
Open
sumitramanga wants to merge 3 commits intomasterfrom
Open
fix: Fix integration names for proper App UI display#198sumitramanga wants to merge 3 commits intomasterfrom
sumitramanga wants to merge 3 commits intomasterfrom
Conversation
Contributor
Author
|
Note that this has been fixed in the DB |
🔍 Integration Validation ResultsCommit: Changed directories:
|
…tions (#199) * fix: lint, formatting, and security warnings across validated integrations - Run ruff format on canva, coda, companies-register, fathom, jira - Run ruff check --fix to remove unused imports and fix f-strings - Remove unused response assignments in canva (F841) - Add nosec B105 to test placeholder credentials (canva, coda, companies-register) - Add missing __init__.py for coda - Pin SDK version in requirements.txt for canva and coda * ci: add workflow_dispatch trigger to validation workflow * fix: reformat with CI ruff config (line-length=120, target py313) The previous format pass used local ruff defaults (line-length=88). CI uses the tooling repo's ruff.toml with line-length=120. Also fix 3 E501 long lines in companies-register tests. * docs: update coda README entry to satisfy new-file check The added coda/__init__.py triggers the README checker which requires README.md to be modified when new files are added to an integration.
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.
Description 📝
Type of change
Updates
👉 Updated AWS integration name from "aws" to "AWS - Security" for better clarity
👉 Standardized integration names to proper case (Canva, Coda, Ghost, Jira, Fathom)
👉 Fixed Companies Register and Fathom integration names to be more user-friendly
Screenshots 📷
{Image here of before and after - if applicable}
Test plan 🧪
Provide guidance for how to QA your proposed changes. This is not only for a test but also useful for a reviewer.
Author(s) to check 👓