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

add support for salesforce connector #1682

Open
anthonyettinger opened this issue Dec 11, 2015 · 0 comments
Open

add support for salesforce connector #1682

anthonyettinger opened this issue Dec 11, 2015 · 0 comments
Assignees

Comments

@anthonyettinger
Copy link
Contributor

Anthony, Please create the story and add it to planning.
and thank you!

  • chanda

    ----- Original message -----
    From: Anthony Ettinger/Burlingame/IBM@IBMUS
    To: Chanda Dharap/Burlingame/IBM@IBMUS
    Cc: [email protected], Andrew J Hoyt/Poughkeepsie/IBM@IBMUS, [email protected], [email protected], [email protected], [email protected], Raymond Feng/Burlingame/IBM@IBMUS, [email protected], [email protected]
    Subject: Re: How to enable new connectors in loopback arc
    Date: Thu, Dec 10, 2015 3:47 PM

    Chanda, sounds like we should put a task in the next sprint to address this

    Anthony Ettinger
    Sr. UI Engineer
    StrongLoop an IBM company

    Inactive hide details for Chanda Dharap---12/10/2015 03:34:32 PM---Hey, Is there any progress on this? - chandaChanda Dharap---12/10/2015 03:34:32 PM---Hey, Is there any progress on this? - chanda

    From: Chanda Dharap/Burlingame/IBM@IBMUS
    To: [email protected]
    Cc: Andrew J Hoyt/Poughkeepsie/IBM@IBMUS, [email protected], [email protected], [email protected], [email protected], Raymond Feng/Burlingame/IBM@IBMUS, [email protected], [email protected]
    Date: 12/10/2015 03:34 PM
    Subject: Re: How to enable new connectors in loopback arc

    Hey, Is there any progress on this?

    • chanda

    ----- Original message -----
    From: "Aditya M Burli" [email protected]
    To: Raymond Feng/Burlingame/IBM@IBMUS, [email protected]
    Cc: Andrew J Hoyt/Poughkeepsie/IBM@IBMUS, Anthony Ettinger [email protected], Chanda Dharap [email protected], Chandrika Gole [email protected], Joseph Tary [email protected], "Subramanian Krishnan" [email protected]
    Subject: Re: How to enable new connectors in loopback arc
    Date: Fri, Nov 20, 2015 9:24 AM

    Hello Raymond,

    Just checking if you have had a chance to take a look at this note and recommend a possible alternative/solution to the issue reported below.

    Best Regards,
    Adi.

    Aditya B M
    Bluemix Cloud Services - Development Manager
    Phone : +91 98800 28086 (Mobile) | email: [email protected]

    From: Nagarjuna Surabathina1/India/IBM
    To: Raymond Feng [email protected]
    Cc: Aditya M Burli/India/IBM@IBMIN, Andrew J Hoyt [email protected], Anthony Ettinger [email protected], Chanda Dharap [email protected], Chandrika Gole [email protected], Joseph Tary [email protected], Subramanian Krishnan/India/IBM@IBMIN
    Date: 11/03/2015 12:35 PM
    Subject: Re: How to enable new connectors in loopback arc

    Hi Raymond,

    As I mentioned in earlier response, I made the change in that file too and was able to see the connector icons in arc.

    I was referring to datasource properties in datasource panel

    These properties are hard-coded in strong-arc/client/www/scripts/modules/datasource/datasource.react.js(This file is not listed in your response. I figured out this file by doing some investigation).

    Ideally we need to show datasource panel properties based on connector type. For example, If I select salesforce connector as connector type then it should show loginUrl, username, password, clientId and clientSecret instead of hardcoded attributes(Database,username and password ).

    Please let know how do we get this integration done.

    Thanks & Regards,

    Nagarjuna S
    Software Engineer, ISL
    IBM India Private Limited
    Bangalore

    From: Raymond Feng [email protected]
    To: Nagarjuna Surabathina1/India/IBM@IBMIN
    Cc: Aditya M Burli/India/IBM@IBMIN, Andrew J Hoyt [email protected], Chandrika Gole [email protected], Subramanian Krishnan/India/IBM@IBMIN, Joseph Tary [email protected], Anthony Ettinger [email protected], Chanda Dharap [email protected]
    Date: 11/03/2015 06:21 AM
    Subject: Re: How to enable new connectors in loopback arc

    That was listed in my response.

    1. strong-arc/client/www/scripts/modules/ia/ia.react.js (The list of icons)

    I found that the icons are hard-coded. Nagarjuna, can you just add yours there too?

    Thanks,

    Raymond Feng
    Co-Founder and Architect @ StrongLoop, Inc. (An IBM Company)

    StrongLoopmakes it easy to develop APIs in Node, plus get DevOps capabilities like monitoring, debugging and clustering.

    On Nov 2, 2015, at 7:26 AM, Chanda Dharap [email protected] wrote:

    Adding Joe and Anthony, they are the Arc Dev team.

    • chanda

    On Monday, November 2, 2015, Nagarjuna Surabathina1 [email protected] wrote:
    Hi Raymond,

    As you suggested, I have made the changes in all four files. Now, I am able to see the connector names and icons in strongloop arc.

    We have defined the datasource settings(endpoint information - clientId and clientSecrent in salesforce) in available-connectors.json. However, those settings are not getting displayed in arc datasource panel. Its looking like datasource panel fields are hardcoded in strong-arc/client/www/scripts/modules/datasource/datasource.react.js file. Ideally we need to show datasource panel properties based on connector type. For example, If I select salesforce connector as connector type then it should show loginUrl, username, password, clientId and clientSecret instead of hardcoded attributes(Database,username and password).

    Did I miss any step for displaying the datasource properties(from available-connectors.json file) in arc based on connector type?

    Thanks & Regards,

    Nagarjuna S
    Software Engineer, ISL
    IBM India Private Limited
    Bangalore

    <graycol.gif>Raymond Feng ---10/28/2015 09:28:06 PM---It turns out that there are 4 places that require changes: 1. strong-arc/client/www/scripts/modules/

    From: Raymond Feng [email protected]
    To: Nagarjuna Surabathina1/India/IBM@IBMIN
    Cc: Aditya M Burli/India/IBM@IBMIN, Andrew J Hoyt [email protected], Chanda Dharap [email protected], Chandrika Gole [email protected], Subramanian Krishnan/India/IBM@IBMIN
    Date: 10/28/2015 09:28 PM
    Subject: Re: How to enable new connectors in loopback arc

    It turns out that there are 4 places that require changes:

    1. strong-arc/client/www/scripts/modules/datasource/datasource.services.js (The client side list)
    2. strong-arc/client/www/scripts/modules/ia/ia.react.js (The list of icons)
    3. loopback-workspace/available-connectors.json (The server side list)
    4. loopback-workspace/common/models/data-source-definition.js (The default schema)

    Thanks,

    Raymond Feng
    Co-Founder and Architect @ StrongLoop, Inc. (An IBM Company)

    StrongLoopmakes it easy to develop APIs in Node, plus get DevOps capabilities like monitoring, debugging and clustering.
    On Oct 28, 2015, at 12:28 AM, Nagarjuna Surabathina1 [email protected] wrote:

    Hi Raymond,

    I found two copies of loopback-workspace component('strongloop\node_modules' and 'strongloop\node_modules\strong-arc\node_modules') in my strongloop installation directory. I have updated the db2 connector entry in both the places. Still its not showing in the arc(I have restarted the arc). Please find available-connectors.json for your reference
    (See attached file: available-connectors.json)

    Further, I found saphana connector entry already exists in available-connectors.json. But I am not able to see saphana connector in arc.

    If you feel that it would be better if we have a call for discussing in-detail, please let me know your convenient time for call.

    Thanks & Regards,

    Nagarjuna S
    Software Engineer, ISL
    IBM India Private Limited
    Bangalore

    <graycol.gif>Raymond Feng ---10/27/2015 09:33:15 PM---Aditya, A patch to https://github.com/strongloop/loopback-workspace/blob/master/available-connectors

    From: Raymond Feng [email protected]
    To: Aditya M Burli/India/IBM@IBMIN
    Cc: Nagarjuna Surabathina1/India/IBM@IBMIN, Andrew J Hoyt [email protected], Chandrika Gole [email protected], Chanda Dharap [email protected]
    Date: 10/27/2015 09:33 PM
    Subject: Re: How to enable new connectors in loopback arc

    Aditya,

    A patch to https://github.com/strongloop/loopback-workspace/blob/master/available-connectors.jsonshould be good enough.

    Thanks,

    Raymond Feng
    Co-Founder and Architect @ StrongLoop, Inc. (An IBM Company)

    StrongLoopmakes it easy to develop APIs in Node, plus get DevOps capabilities like monitoring, debugging and clustering.
    On Oct 27, 2015, at 6:45 AM, Chanda Dharap [email protected] wrote:

    Hi Aditya,

    Yes I double checked and this is possible, go ahead coordinate with Raymond.

    Raymond it would be good for Aditya's team to do this and I'd like this to go through proper QA once discoverable via Arc.

    Can you help plan it in a Sprint (Iteration)

    • chanda

    On Tuesday, October 27, 2015, Aditya M Burli [email protected] wrote:
    Hello StrongLoop Team,

    We are still awaiting your answer on this question. We are looking at developing a few of our loopback connectors as open source and they should be integrated within Arc too for discovery enablement. That is the urgency of this request.

    Thank You!

    Best Regards,
    Adi.

    Aditya B M
    Manager - Cloud Integration, Cast Iron & Adapters - Development & L3 Service
    Phone : +91 80 41927564 (Direct) Extn : 7564 | email: [email protected]

    From: AskStrongLoop/Atlanta/IBM
    To: [email protected]
    Cc: Nagarjuna Surabathina1/India/IBM@IBMIN, Aditya M Burli/India/IBM@IBMIN
    Date: 10/22/2015 03:17 AM
    Subject: Fw: How to enable new connectors in loopback arc
    Sent by: Rich Hornor

    Hi StrongLoop team,

    Please assist Nagarjuna and Aditya with enabling the discovery feature in Arc to recognize these new connectors.

    Thanks,
    AskStrongLoop - Rich

    StrongLoop Sellers Resources

    ----- Forwarded by Rich Hornor/Waltham/IBM on 10/21/2015 05:44 PM -----

    From: Nagarjuna Surabathina1/India/IBM@IBMIN
    To: AskStrongLoop/Atlanta/IBM@IBMUS
    Cc: Aditya M Burli/India/IBM@IBMIN
    Date: 10/21/2015 03:04 AM
    Subject: Re: How to enable new connectors in loopback arc

    Hi,

    Support ticket is updated like below:

    Hello,
    Please direct this inquiry to [email protected] they are handling all company integrations.
    Joe Simonsen

    Support ticket information:

    We have developed new connectors for DB2,Salesforce and ibmcloudant. We are in the process of delivering these new connectors as open source ASAP. As strongloop is IBM company, we need to enable these connectors also in strongloop arc for supporting the discovery features.

    Can you please let us know on how to enable the new developed connectors in arc? If you feel that it would be better if we have a call for discussing in-detail, please let me know your convenient time for call.

    Thanks & Regards,

    Nagarjuna S
    Software Engineer, ISL
    IBM India Private Limited
    Bangalore

    From: AskStrongLoop/Atlanta/IBM@IBMUS
    To: Nagarjuna Surabathina1/India/IBM@IBMIN
    Date: 10/20/2015 11:57 PM
    Subject: Re: How to enable new connectors in loopback arc
    Sent by: Rich Hornor@IBMUS

    Hi Nagarjuna,

    I can't open that link as an IBMer. If you don't receive a response directly from Strongloop in the timeframe needed, let me know and I can escalate for you. Thank you.

    Thanks,
    AskStrongLoop - Rich

    StrongLoop Sellers Resources

    From: Nagarjuna Surabathina1/India/IBM@IBMIN
    To: AskStrongLoop/Atlanta/IBM@IBMUS
    Cc: Aditya M Burli/India/IBM@IBMIN
    Date: 10/19/2015 12:32 PM
    Subject: How to enable new connectors in loopback arc

    Hi,

    We are from Andy Hoyt's development team and are in need of a quick answer on this query.

    We have raised the support ticket in strongloop support site for "enabling the new connectors in slc arc". Here is the link for support ticket
    https://support.strongloop.com/hc/en-us/requests/1176

    Please let us know your inputs/comments ASAP.

    Thanks & Regards,

    Nagarjuna S
    Software Engineer, ISL
    IBM India Private Limited
    Bangalore

    Chanda Dharap
    Director, Engineering
    @strongloop Inc
    (510) 304-3924
    [email protected]

    StrongLoopmakes it easy to develop APIs in Node, plus get DevOps capabilities like monitoring, debugging and clustering.

    <available-connectors.json>

    Chanda Dharap
    Director, Engineering
    @strongloop Inc
    (510) 304-3924
    [email protected]

    StrongLoopmakes it easy to develop APIs in Node, plus get DevOps capabilities like monitoring, debugging and clustering.

Anthony Ettinger - Re: How to enable new connectors in loopback arc

<REPLICA 87257ED1:0059D29B>


CN=NALLN259/OU=40/OU=LLN/O=IBM
Database 'Anthony Ettinger', View 'Inbox', Document 'Re: How to enable new connectors in loopback arc'

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

No branches or pull requests

2 participants