Skip to content
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

Dynamic connection properties retrieval #7386

Merged

Conversation

squakez
Copy link
Contributor

@squakez squakez commented Dec 11, 2019

Goal of this PR is to expose a REST API that will be used by connection user interface to dynamically expose any connection property that can be retrieved dynamically by the connector.

During this first iteration I am leaving aside the resiliency of the meta http call from server: it will be provided during a following iteration (ENTESB-12498)

Originally required by #2828
Needed to enable product feature ENTESB-11952

* Adding a new method in the MetadataRetrieval interface to allow any Connector to expose a list of dynamic properties
* Fixing a few unit test that were not using getter accessor method

Closes ENTESB-12482
* Exposing a POST endpoint to retrieve dynamic properties on any connector
* Refactor connector-support-verifier
* Added unit test

Closes ENTESB-12481
* Exposing a POST endpoint to retrieve dynamic properties

Closes ENTESB-12480
@syndesisio-bot
Copy link

@squakez The bot could not transition the ticket automatically, please update this Jira ticket manually: https://issues.redhat.com/browse/ENTESB-12498

@squakez squakez added group/connector Supported camel connectors group/meta Service for connector meta-data and verification of connections group/server REST backend for managing integrations pr/review-requested Use this if you want to have a review. pure-bot will prevent merging if set and no review given labels Dec 11, 2019
@pure-bot
Copy link
Contributor

pure-bot bot commented Dec 12, 2019

Pull request approved by @Delawen - applying pr/approved label

@pure-bot pure-bot bot added the pr/approved Applied by pure-bot when a review is approved label Dec 12, 2019
@pure-bot pure-bot bot merged commit dfaa3c6 into syndesisio:master Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/connector Supported camel connectors group/meta Service for connector meta-data and verification of connections group/server REST backend for managing integrations pr/approved Applied by pure-bot when a review is approved pr/review-requested Use this if you want to have a review. pure-bot will prevent merging if set and no review given
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants