-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hubspot custom object request updates #15506
Conversation
WalkthroughThis pull request updates version numbers for multiple HubSpot action and source files, with several files incrementing their version to 1.0.0. Additionally, it revises the mapping for custom object identifiers by replacing the use of “name” with “fullyQualifiedName” in specific source files and within property definitions in the hubspot.app. Minor text corrections are also applied to descriptions. No changes have been made to the underlying logic or error handling. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
components/hubspot/actions/search-crm/search-crm.mjsOops! Something went wrong! :( ESLint: 8.57.1 Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (7)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
This issue seems to already exist in the current live component, when selecting a custom object. Should be fixed now nonetheless. |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
@vunguyenhung I looked into the API response, and out of the 17 properties of this object, only 1 is a "searchable property": I changed the prop to show the property label instead of only the value (in this case, label is "Pipedream TEXT" and value is |
Hi everyone, all test cases are passed! Ready for release! Test report |
/approve |
Adhering to the breaking change announced by HubSpot
Custom objects are now referenced by their
fullyQualifiedName
instead ofname
.Components affected by this change:
We also have 'New or Updated Custom Object' and 'New Custom Object Property Change', but those were not modified since they already use the custom object's ID instead of its name.
Summary by CodeRabbit