[jira] [Assigned] (SLING-7172) Change SlingQuery Pipe API

2017-11-11 Thread Nicolas Peltier (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-7172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Peltier reassigned SLING-7172:
--

Assignee: Nicolas Peltier

> Change SlingQuery Pipe API
> --
>
> Key: SLING-7172
> URL: https://issues.apache.org/jira/browse/SLING-7172
> Project: Sling
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: pipes 1.1.0
>Reporter: Nicolas Peltier
>Assignee: Nicolas Peltier
> Fix For: pipes 2.0.0
>
>
> currently SlingQuery Pipe expression is used for retrieving resources using 
> getChildren. This should be calling "find" which is more natural for 
> developers.
> getChildren should still be optional (flag isDeep=false)? 
> we should update to 4.0 version



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (SLING-7206) add outputs to pipebuilder api

2017-11-11 Thread Nicolas Peltier (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Peltier updated SLING-7206:
---
Description: 
we should allow quick configuration of the output writer through the pipe 
builder like
{{newPipe(resolver).echo("/content").$("...").outputs("title","jcr:title","desc","jcr:description").run()}}

  was:
we should allow quick configuration of the output writer through the pipe 
builder like
{{newPipe(resolver).echo("/content").$("...").outputs("jcr:title","jcr:description").run()}}


> add outputs to pipebuilder api
> --
>
> Key: SLING-7206
> URL: https://issues.apache.org/jira/browse/SLING-7206
> Project: Sling
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: pipes 1.1.0
>Reporter: Nicolas Peltier
>Assignee: Nicolas Peltier
> Fix For: pipes 2.0.0
>
>
> we should allow quick configuration of the output writer through the pipe 
> builder like
> {{newPipe(resolver).echo("/content").$("...").outputs("title","jcr:title","desc","jcr:description").run()}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (SLING-7206) add outputs to pipebuilder api

2017-11-11 Thread Nicolas Peltier (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Peltier reassigned SLING-7206:
--

Assignee: Nicolas Peltier

> add outputs to pipebuilder api
> --
>
> Key: SLING-7206
> URL: https://issues.apache.org/jira/browse/SLING-7206
> Project: Sling
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: pipes 1.1.0
>Reporter: Nicolas Peltier
>Assignee: Nicolas Peltier
> Fix For: pipes 2.0.0
>
>
> we should allow quick configuration of the output writer through the pipe 
> builder like
> {{newPipe(resolver).echo("/content").$("...").outputs("jcr:title","jcr:description").run()}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)