[GitHub] nifi issue #2937: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-08 Thread zenfenan
Github user zenfenan commented on the issue:

https://github.com/apache/nifi/pull/2937
  
+1 Thanks @jtstorck. Merged to the master. Thanks @ottobackwards for 
reviewing.


---


[GitHub] nifi issue #2937: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-08 Thread ottobackwards
Github user ottobackwards commented on the issue:

https://github.com/apache/nifi/pull/2937
  
Built with  -Pcontrib-check, verified the documentation, +1 from me, nice 
work


---


[GitHub] nifi issue #2937: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-07 Thread jtstorck
Github user jtstorck commented on the issue:

https://github.com/apache/nifi/pull/2937
  
@ottobackwards @zenfenan I added additional details to give some examples 
on how to use the filters.  Please let me know if you think more detail is 
needed.  I appreciate the review!


---


[GitHub] nifi issue #2937: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-07 Thread jtstorck
Github user jtstorck commented on the issue:

https://github.com/apache/nifi/pull/2937
  
@ottobackwards @zenfenan I'll break out my rusty HTML skills and try to 
write up some extra documentation with examples/usecases.  Hopefully in an hour 
or two I'll have an update for the PR.  Thanks for the reviews!


---


[GitHub] nifi issue #2937: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-07 Thread ottobackwards
Github user ottobackwards commented on the issue:

https://github.com/apache/nifi/pull/2937
  
@jtstorck I think that examples would help the user get the right one the 
first time.  Not a deal breaker though.


---


[GitHub] nifi issue #2937: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-06 Thread jtstorck
Github user jtstorck commented on the issue:

https://github.com/apache/nifi/pull/2937
  
@ottobackwards Regarding documentation for the filter modes, descriptions 
have been created for the allowable values.  Do these descriptions not seem 
adequate for the functionality of each mode?


---


[GitHub] nifi issue #2937: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-06 Thread ottobackwards
Github user ottobackwards commented on the issue:

https://github.com/apache/nifi/pull/2937
  
@jtstorck will review.
First quick thing is to ask if you have considered adding an 
additionDetails talking about why you would choose one strategy over another, 
maybe with simple examples?


---


[GitHub] nifi issue #2937: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-06 Thread jtstorck
Github user jtstorck commented on the issue:

https://github.com/apache/nifi/pull/2937
  
[PR 2930](https://github.com/apache/nifi/pull/2930) was closed due to the 
branch in my fork being removed before adding the new filter-mode-based 
changes.  @bbende @ottobackwards, this PR implements the use cases discussed in 
the previous PR:
- filename only
- filename and directory name
- full path


---