Aldrin Piri
ead3969ab7
NIFI-5006 Updating NOTICEs to 2018
...
This closes #2779 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2018-06-10 13:09:13 -07:00
zenfenan
794a642310
NIFI-5284: Added JSON_TYPE support to RunMongoAggregation
...
This closes #2776
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-06-10 06:45:21 -04:00
zenfenan
cf3c666683
NIFI-5286: Updated FasterXML Jackson libraries to 2.9.5
...
This closes #2775
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-06-09 14:19:45 -04:00
Mike Thomsen
d2fd7e5e7d
NIFI-5271 Moved JSON_VALIDATOR to its own maven module.
...
This closes #2765
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-06-07 20:38:25 +05:30
zenfenan
504152eaa1
NIFI-5261: Added JSON_VALIDATOR to StandardValidators
...
This closes #2758
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-06-05 18:24:47 -04:00
Mike Thomsen
f5108ea839
NIFI-5197 Fixed a bunch of EL scope bugs.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2712
2018-05-17 09:57:35 -04:00
Mike Thomsen
ea41b41ede
NIFI-5145 Made MockPropertyValue.evaluateExpressionLanguage(FlowFile able to accommodate null flowfiles the way live NiFi does.
...
NIFI-5145 Fixed a mistake with evaluateAttributeExpressions found in a code review.
NIFI-5145 Removed a property descriptor from GetHBase that was a duplication of the one in VisibilityFetchSupport.
NIFI-5145 Added comments in the code that were requested in the review.
NIFI-5145 Fixed check style issue.
NIFI-5145 Fixed a few improperly scoped items in ListFileTransfer that impacted the FTP processor(s).
NIFI-5145 Changed which override gets called based on code review feedback.
NIFI-5145: Reverted changes to ListFileTransfer re ExpressionLanguageScope
NIFI-5145: Removed TODO from MockPropertyValue javadoc
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2672
2018-05-16 13:50:27 -04:00
joewitt
59f625d3c2
Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process
2018-04-06 16:48:08 -07:00
Mike Thomsen
63d4bba5a4
NIFI-5047 Fixed a bug in PutMongo that prevented it from working if the mode is insert and the query/query key are not set.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2609 .
2018-04-06 21:36:30 +02:00
Pierre Villard
4c787799ff
NIFI-4149 - Indicate if EL is evaluated against FFs or not
...
- take into account input requirement for documentation rendering
- Renamed variable registry scope and added comments
- Doc + change in mock framework to check scope + update of components + UI
2018-04-06 12:40:54 -04:00
joewitt
d511fe3e4b
NIFI-4995-RC3 prepare for next development iteration
2018-04-03 08:28:34 -07:00
joewitt
f8466cb16d
NIFI-4995-RC3 prepare release nifi-1.6.0-RC3
2018-04-03 08:28:15 -07:00
Bryan Bende
b7e1f48133
NIFI-5035 Moving MongoDB services out of standard services
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2599
2018-04-02 12:18:27 -04:00
Mike Thomsen
66590b78f5
NIFI-4989 Made PutMongo able to use nested lookup keys, a query param and multiple lookup keys.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2560 .
2018-03-23 14:46:50 +01:00
joewitt
c71409fb5d
NIFI-4936 trying to quiet down the mvn output a bit so we dont exceed the travis-ci 4MB max
...
NIFI-4936 updated dependency handling pushing down delcarations where they belong
This closes #2512
2018-03-09 16:34:53 -05:00
Mike Thomsen
dae2b73d94
NIFI-4929 Converted the majority of MongoDB unit tests to integration tests so they can be reliably run with 'mvn -Pintegration-tests integration-test'
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2508 .
2018-03-08 19:23:44 +01:00
Jeff Storck
e916594b69
NIFI-4872 Added annotation for specifying scenarios in which components can cause high usage of system resources.
...
- Initial set of components marked with the HighResourceUsageScenario annotation.
- Added customized descriptions to SystemResourceConsideration annotations for MergeContent, SplitContent, SplitJson, SplitText, and SplitXml.
This closes #2475 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-03-05 15:32:23 -05:00
Mike Thomsen
3d9c470be3
NIFI-4827 Added support for reading queries from the flowfile body to GetMongo.
...
NIFI-4827 Added changes from code review.
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2443
2018-02-26 14:19:35 -05:00
Mike Thomsen
54b1659704
NIFI-4429 Added GetMongoAggregation to support running Mongo aggregations.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2180
2018-02-21 08:58:38 -05:00
Matthew Burgess
25e0bbb68d
NIFI-4853 - Fixed PutMongoRecord handling of nested records
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2457 .
2018-02-09 15:32:38 +01:00
Mike Thomsen
6e7dfb9935
NIFI-4823 Made pretty printing configurable in GetMongo.
...
This closes #2441
Signed-off-by: Jeremy Dyer <jeremydyer@apache.org>
2018-01-31 11:34:31 -05:00
Mike Thomsen
ca54186b60
NIFI-4759 - Fixed a bug that left a hard-coded reference to _id in as the update key for MongoDB upserts.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2401 .
2018-01-17 21:48:31 +01:00
joewitt
41ce788812
NIFI-4751 changed to next minor release version snapshot
2018-01-12 15:15:32 -05:00
joewitt
36405e888c
NIFI-4751-RC1 prepare for next development iteration
2018-01-08 23:39:49 -07:00
joewitt
46d30c7e92
NIFI-4751-RC1 prepare release nifi-1.5.0-RC1
2018-01-08 23:39:32 -07:00
Mike Thomsen
15eeb22116
NIFI-4479 Added DeleteMongo processor.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2295
2017-12-14 20:18:20 -05:00
Mike Thomsen
59d3c64195
NIFI-4636 Updated GetMongo to support expression language on limit, results per flowfile and batch fields.
...
NIFI-4636: Added unit tests
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2289
2017-12-11 12:49:42 -05:00
Mike Thomsen
fe3f288944
NIFI-4588 Added the ability to use update operators like $push and $set to PutMongo.
...
Removed commented out code
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2259
2017-11-13 11:44:22 -05:00
Andrew Lim
ba8f17bac0
NIFI-4488 Corrected misspelling in PutMongoRecord description
...
This closes #2211
Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2017-10-16 12:04:16 -04:00
Matt Gilman
6baea8ccff
NIFI-4444:
...
- Upgrading to Jersey 2.x.
- Updating NOTICE files where necessary.
- Fixing checkstyle issues.
This closes #2206 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2017-10-12 10:27:02 -07:00
Jeff Storck
a57911d3db
NIFI-4412-RC2 prepare for next development iteration
2017-09-28 13:45:36 -04:00
Jeff Storck
e6508ba7d3
NIFI-4412-RC2 prepare release nifi-1.4.0-RC2
2017-09-28 13:45:21 -04:00
Mike Thomsen
527ce0b4ef
NIFI-4269 Added the ability to serialize Mongo documents to a clean JSON view instead of just extended JSON.
...
NIFI-4269 incorporated changes from the code review.
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2063
2017-09-06 15:56:12 -04:00
Mike Thomsen
67819e5019
NIFI-4124 Added org.apache.nifi.mongo.PutMongoRecord.
...
Added changes based on code review. Changed:
* Put record reader instantiation inside of try-with.
* Put a batch size for the insert List.
* Ensured that session.transfer() to the success relationship will always happen.
Removed an unused import to fix the style check.
This closes #1945 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2017-08-07 22:10:27 -07:00
Pierre Villard
8b54c2604c
NIFI-4082 - Added EL on GetMongo properties
...
NIFI-4082 - Added EL on DB, URI and Collection
NIFI-4082 - Added UT for EL evaluation (URI, DB, Collection) and fixed ex. message for document validator.
This closes #1969
2017-08-07 13:40:27 -04:00
Tony Kurc
2dc45a4dd7
NIFI-4154 Fixing line endings in .java,.html files
...
Signed-off-by: James Wing <jvwing@gmail.com>
This closes #1982 .
2017-07-09 12:13:15 -07:00
Mike Thomsen
5172797448
NIFI-4122 Added the ability to combine multiple Mongo result documents into a single output JSON array.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #1948 .
2017-06-29 12:43:52 +02:00
Matt Gilman
cc741d2be6
NIFI-3997:
...
- Bumping to next minor version.
2017-06-08 15:22:51 -04:00
Matt Gilman
6ee12e9b47
NIFI-3997-RC1prepare for next development iteration
2017-06-05 11:07:43 -04:00
Matt Gilman
ddb73612bd
NIFI-3997-RC1prepare release nifi-1.3.0-RC1
2017-06-05 11:07:28 -04:00
Bryan Bende
3af53419af
NIFI-3770-RC2 prepare for next development iteration
2017-05-05 20:50:28 -04:00
Bryan Bende
3a605af8e0
NIFI-3770-RC2 prepare release nifi-1.2.0-RC2
2017-05-05 20:50:14 -04:00
Pierre Villard
a8b8f1530b
NIFI-2914 Fixed message error in AbstractMongoProcessor
...
This closes : #1380
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
2017-02-19 21:25:08 +11:00
Aldrin Piri
76fcf5def1
NIFI-3385 - This closes #1440 . Updating copyright statements to reflect the new year.
2017-02-16 00:10:02 -05:00
joewitt
92f17a995b
NIFI-3100-rc2 prepare for next development iteration
2016-11-25 23:49:27 -05:00
joewitt
5536f690a8
NIFI-3100-rc2 prepare release nifi-1.1.0-RC2
2016-11-25 23:49:13 -05:00
joewitt
fb9cbccc38
NIFI-2954 This closes #1244 . Moved StandardPropertyValidator to nifi-utils, documented scope/purpose of a few util libs, removed deps from nifi-utils.
2016-11-21 16:30:42 -05:00
Joseph Percivall
1fe18a1567
NIFI-2676-rc1 prepare for next development iteration
2016-08-26 11:40:58 -04:00
Joseph Percivall
74d5224783
NIFI-2676-rc1 prepare release nifi-1.0.0-RC1
2016-08-26 11:40:44 -04:00
Bryan Rosander
2dc094765d
NIFI-2516 - Extract version info into parent pom, upgrade to commons-io 2.5
...
NIFI-2516 - Removing slf4j-api, version from slf4j-log4j12
This closes #809 .
2016-08-09 22:43:29 +02:00