Skip to content

Conversation

@nipunayf
Copy link
Contributor

@nipunayf nipunayf requested a review from KavinduZoysa as a code owner May 28, 2025 13:37
@nipunayf nipunayf requested review from Copilot and removed request for KavinduZoysa May 28, 2025 13:37
@nipunayf nipunayf changed the title Index the Alfresco module for connector search [2201.12.x] Index the Alfresco module for connector search May 28, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates and reindexes connector configurations with changes spanning version bumps, icon URL updates, and label/module renaming. Key changes include:

  • Updating the medcom JSON types to version 1.0.1 with corresponding icon URL modifications.
  • Adding new entries in health and regex configurations and updating several function connector definitions.
  • Renaming and reordering connectors across default, database, and log configuration files, plus the addition of a new Alfresco connector.

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/types/medcom.json Updated medcom type version (1.0.0 -> 1.0.1) and icon URLs across multiple entries.
flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/types/health.json Added new health configuration items for ccda modules.
flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/functions/regex.json Introduced new ETL functions and updated the regex function configurations.
flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/functions/log.json Changed edifact module references from mDGRECA/mSANCRT to mIFTMIN/mTANSTA.
flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/functions/json_to_xml.json Updated icon and version numbers for the json-to-xml conversion function.
flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/connectors/default.json Renamed and reordered connectors (e.g., HTTP → UDP, Websocket → FTP, etc.) with updated module and version details.
flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/connectors/database.json Reconfigured database connectors by swapping labels and updating module mappings, including changes for Snowflake and Pinecone connectors.
flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/connectors/alfresco.json Added a new Alfresco connector configuration for indexing purposes.
Comments suppressed due to low confidence (7)

flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/types/health.json:38

  • New health connector configuration items have been added; consider adding corresponding tests to verify their behavior and integration.
"items": [

flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/functions/regex.json:269

  • New regex ETL functions have been introduced; please add tests to validate these functionalities to ensure reliable operation.
{

flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/connectors/default.json:179

  • The connector for Pinecone is now labeled 'Vector' and uses the 'pinecone.vector' module; verify that this aligns with the current API semantics and documentation.
"label": "Vector",

flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/connectors/default.json:200

  • The connector labeled 'Index' now utilizes the 'pinecone.index' module; ensure that this reordering is consistent with the intended design and that related documentation is updated.
"label": "Index",

flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/connectors/default.json:22

  • The connector label and details in this section have been changed from 'HTTP' to 'UDP'; please confirm that these updates accurately reflect the intended functionality and that all dependent configurations are updated accordingly.
"label": "UDP",

flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/functions/log.json:237

  • The edifact module has been renamed from 'mDGRECA' to 'mIFTMIN'; please verify that this change is properly reflected throughout related configurations and documentation.
"module": "edifact.d03a.logistics.mIFTMIN",

flow-model-generator/modules/flow-model-generator-ls-extension/src/test/resources/search/config/connectors/database.json:128

  • The Snowflake connector's object definition was altered from 'AdvancedClient' to 'Client'; ensure that any API usages and integrations referencing this connector are updated accordingly.
"object": "Client",

@nipunayf nipunayf merged commit 08b6a17 into ballerina-platform:2201.12.x May 28, 2025
2 of 3 checks passed
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.

3 participants