Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-29 Thread Antonio David Pérez Morales
Hi all I can review and help on this too. As talked with David, I was waiting to GSoC results to be announced (30 August) and then move the new Nuxeo connectors (repository and authority) to the project in SVN and adapt it to the Manifold way (ant, etc) Regards 2016-08-29 10:48 GMT+02:00 Rafa

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-29 Thread Rafa Haro
Hi David, Thanks a lot for your contribution. @Karl, I can review this too. Cheers, Rafa On Tue, Aug 23, 2016 at 9:22 PM Karl Wright wrote: > Hi David, > > Thank you so much for participating in GSoC with ManifoldCF this year. I > hope to look at pulling your code into

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-23 Thread Karl Wright
Hi David, Thank you so much for participating in GSoC with ManifoldCF this year. I hope to look at pulling your code into our repository soon. Thanks again! Karl On Tue, Aug 23, 2016 at 3:08 PM, David Arroyo wrote: > Hi, > > Today is the last day of Final

CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-23 Thread David Arroyo
Hi, Today is the last day of Final Evaluation and I have already submitted the project. I would thank my mentor Antonio David and ManifoldCf community, specially Karl, for the support. The project can be found in github [1] and you can read the documentation in the readme.md [2]. I hope the

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-08 Thread Karl Wright
Hi David, There are two possible approaches: (1) Use the "document component" identifier when you index, or (2) Have a means of representing document attachments in the connector's document identifier. The pertinent parts of IProcessActivity for components are as follows: >> /** Check if

CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-08 Thread David Arroyo
Hi. I am currently dealing with document’s attachments for the Nuxeo connector. When consuming documents’ information using the Nuxeo REST API, I can access to documents’ attachments, but I’m not sure how to manage them within the connector. If I index them as a separated documents, I would need

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-04 Thread David Arroyo
Hi Karl, Let me answer your questions but anyway, next week I will provide a document describing both connectors in detail. - what the document ID's are The documents ID’s are the original document UID which is a unique ID provided by Nuxeo. - what the access tokens are For each

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-03 Thread Karl Wright
Thanks, David. Since we'll be picking up the nuxeo connector and authority into the project, it would be great to have a high-level description of what you did here. Specifically: - what the document ID's are - what the access tokens are - what the document specification has in it - what the

CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-08-03 Thread David Arroyo
Hi, Last week, I finished developing the authority connector and I have been testing it directly with a ManifoldCF instance. The authority connector has been developed using Acls [1]. Each document stores users and groups which have read permissions. When a user searches, they can only see the

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-06-21 Thread David Arroyo
Hi Karl, Nuxeo API is easy to use, but the Nuxeo java client gives some features for more efficient management. Anyway, I will implement it with a httpclient and only if is necessary in the future I will use the java client. Regards, David. On 21 June 2016 at 13:21, Karl Wright

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-06-21 Thread Karl Wright
Hi David, If it is straightforward to use Nuxeo's REST API, I actually prefer that approach over the nuxeo java client. MCF already has a huge number of dependencies, and managing them is a challenge. Also, client code often introduces issues with thread blocking/interruptibility, since it's

CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-06-21 Thread David Arroyo
Hi, Last week I started to develop the repository connector. I have been taking a look to existent connectors for checking how they work, code structure and so on. For developing the repository connector, I have decided to implement the seeding incrementally, since although the API not support

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-06-10 Thread Antonio David Pérez Morales
Hi David Thanks for the information. It's very useful to keep the trace of your progress during the GSoC project. Apart from the information provided, I have to mention that we have had several meetings (Skype and F2F) in order to introduce David in the context of Manifold, architecture etc so

CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-06-10 Thread David Arroyo
Hi, Following the milestones, I have designed and documented the architecture that I will use for the project, which has been approved by my mentor in the last week meeting. This week I am focused on exploring the ManifoldCF connector, performing some tests with existing connectors. I am

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-05-09 Thread Karl Wright
Thank you for the update! Karl On Mon, May 9, 2016 at 4:55 AM, David Arroyo wrote: > Hi, > > This week my mentor and me have met for reviewing the first milestones. > > Furthermore, my mentor gave me some guidelines about ManifoldCF, for that > reason, I have

CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-05-09 Thread David Arroyo
Hi, This week my mentor and me have met for reviewing the first milestones. Furthermore, my mentor gave me some guidelines about ManifoldCF, for that reason, I have been taken a look to ManifoldCF and Nuxeo documentation, in order to spread the knowledge about these two technologies I had during

Re: CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-04-27 Thread Karl Wright
Welcome aboard, and good luck! Karl On Wed, Apr 27, 2016 at 7:18 AM, David Arroyo wrote: > Hi, > > I wish to thank Apache ManifoldCF’s community for accepting my proposal for > Google Summer of Code 2016, which consists of creating a Nuxeo Repository > Connector

CONNECTORS-1290 [GSOC 2016] Nuxeo repository and Authority connector for Apache ManifoldCF

2016-04-27 Thread David Arroyo
Hi, I wish to thank Apache ManifoldCF’s community for accepting my proposal for Google Summer of Code 2016, which consists of creating a Nuxeo Repository Connector [1]. A meeting has been scheduled with my mentor to review the milestones and deadlines proposed in order to split the work and

Re: Gsoc 2016

2016-03-20 Thread Rafa Haro
> > Antonio's proposal to create a Nuxeo connector seems very interesting. > I > > am > > > going to prepare and submit a proposal. > > > > > > Thanks, > > > regards. > > > > > > On 15 March 2016 at 13:32, Karl Wright <daddy.

Re: Gsoc 2016

2016-03-19 Thread Piergiorgio Lucidi
9:35 GMT+01:00 Karl Wright <daddy...@gmail.com>: > > > mentors-subscr...@community.apache.org > > > > Also, header should be something like this: > > > > GSoC 2016 mentor request for Ian Dunlop > > > > and contents: > > > > >&g

Re: Gsoc 2016

2016-03-19 Thread Karl Wright
ng > > > > Antonio's proposal to create a Nuxeo connector seems very interesting. I > am > > going to prepare and submit a proposal. > > > > Thanks, > > regards. > > > > On 15 March 2016 at 13:32, Karl Wright <daddy...@gmail.com> wrote: > >

Re: Gsoc 2016

2016-03-19 Thread Karl Wright
ail.com>: > > > mentors-subscr...@community.apache.org > > > > Also, header should be something like this: > > > > GSoC 2016 mentor request for Ian Dunlop > > > > and contents: > > > > >>>>>> > > Hello, > > &

Re: Gsoc 2016

2016-03-19 Thread Karl Wright
gt;: >> >> > mentors-subscr...@community.apache.org >> > >> > Also, header should be something like this: >> > >> > GSoC 2016 mentor request for Ian Dunlop >> > >> > and contents: >> > >> > >>>>>> >>

Re: Gsoc 2016

2016-03-19 Thread Antonio David Pérez Morales
t; Antonio's proposal to create a Nuxeo connector seems very interesting. I am > going to prepare and submit a proposal. > > Thanks, > regards. > > On 15 March 2016 at 13:32, Karl Wright <daddy...@gmail.com> wrote: > > > Hi Antonio, > > > > I think it is p

Re: Gsoc 2016

2016-03-18 Thread Karl Wright
mentors-subscr...@community.apache.org Also, header should be something like this: GSoC 2016 mentor request for Ian Dunlop and contents: >>>>>> Hello, Apache Taverna (Incubating) PMC, Please acknowledge my request to become a mentor for Google Summer of Code 2016 projects

Re: Gsoc 2016

2016-03-18 Thread Antonio David Pérez Morales
both mentors and Manifold PMC list. > >> > >> Regards > >> > >> 2016-03-17 9:35 GMT+01:00 Karl Wright <daddy...@gmail.com>: > >> > >> > mentors-subscr...@community.apache.org > >> > > >> > Also, header should be something

Re: Gsoc 2016

2016-03-18 Thread Antonio David Pérez Morales
Hi Subscribed and mail sent to both mentors and Manifold PMC list. Regards 2016-03-17 9:35 GMT+01:00 Karl Wright <daddy...@gmail.com>: > mentors-subscr...@community.apache.org > > Also, header should be something like this: > > GSoC 2016 mentor request for Ian Du

Re: Gsoc 2016

2016-03-15 Thread David Arroyo
onable to build a Nuxeo connector for a GSoC > 2016 project. You'll need to find out if David is interested, and sign up > to be a mentor, of course. There's also a mentor list you need to join -- > ment...@apache.org, I think. > > Thanks! > Karl > > > On Tue, Mar 15, 20

Re: Gsoc 2016

2016-03-15 Thread Rafa Haro
gt; > For the list ok, I will subscribe after signing up as mentor. > > Thanks Karl > > Regards > > 2016-03-15 13:32 GMT+01:00 Karl Wright <daddy...@gmail.com>: > > > Hi Antonio, > > > > I think it is perfectly reasonable to build a Nuxeo connector for

Re: Gsoc 2016

2016-03-15 Thread Antonio David Pérez Morales
Wright <daddy...@gmail.com>: > Hi Antonio, > > I think it is perfectly reasonable to build a Nuxeo connector for a GSoC > 2016 project. You'll need to find out if David is interested, and sign up > to be a mentor, of course. There's also a mentor list you need to join -- > men

Re: Gsoc 2016

2016-03-15 Thread Karl Wright
Hi Antonio, I think it is perfectly reasonable to build a Nuxeo connector for a GSoC 2016 project. You'll need to find out if David is interested, and sign up to be a mentor, of course. There's also a mentor list you need to join -- ment...@apache.org, I think. Thanks! Karl On Tue, Mar 15

Re: Gsoc 2016

2016-03-15 Thread Antonio David Pérez Morales
Hi The ideas proposed by Karl are very interesting and are needed to have a more stable version of ManifoldCF in terms of supported connectors. Regarding the idea of implement new connectors, I have been working lately with Nuxeo [1] and I would like to propose it as a potential new connector to

Re: Gsoc 2016

2016-03-15 Thread Karl Wright
Hi David, Thank you for considering ManifoldCF for your GSoC project. Most of our potential GSoC projects left over from 2015 involve connectors for proprietary repositories, unfortunately. These are: (1) Livelink connector (CONNECTORS-1117) -- need to reimplement using the newer REST API (2)

Gsoc 2016

2016-03-15 Thread David Arroyo
Hi, I am David Arroyo, undergraduate Software Engineer at University of Seville, Spain and I am graduate in a Superior Grade Formative Course on multi-platform application development. During last months, I have been following the mailing list and also reviewing some open issues (some of them

Re: [GSOC 2016] Projects and introductory tickets

2016-03-14 Thread Piergiorgio Lucidi
isure time activity. As I >> have >> ended up with my Civil Engineering degree there is plenty of time to >> programming. Hence I thought about GSoc 2016 this time. >> >> I would like to contribute to Manifold project. Are there any connectors >> (other than the LiveLink

Re: [GSOC 2016] Projects and introductory tickets

2016-03-14 Thread Piergiorgio Lucidi
degree there is plenty of time to > programming. Hence I thought about GSoc 2016 this time. > > I would like to contribute to Manifold project. Are there any connectors > (other than the LiveLink Connector) yet to be implemented? What are the > other possible projects for 2016? > &g

[GSOC 2016] Projects and introductory tickets

2016-03-01 Thread Bimalsha Piumi
have ended up with my Civil Engineering degree there is plenty of time to programming. Hence I thought about GSoc 2016 this time. I would like to contribute to Manifold project. Are there any connectors (other than the LiveLink Connector) yet to be implemented? What are the other possible projects