Matt Burgess
3b91635398
NIFI-3194: Fixed error handling in PutElasticsearchHttp
...
Thise closes #1327
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-12-19 14:51:41 -05:00
Scott Aslan
aef17f9a8b
[NIFI-3170] remove action details if user does not have read perms, also update action details styles to match other dialogs. This closes #1322
2016-12-19 10:07:15 -05:00
Joe Gresock
34627f78b7
NIFI-190: Initial commit of Wait and Notify processors
...
This closes #1329 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-12-16 10:29:16 -05:00
Wesley-Lawrence
9a5986b0f6
NIFI-3175 Fix a bug in the ValidateCSV processor to handle empty CSV columns
...
This closes #1311 .
2016-12-15 22:43:15 +01:00
Mark Payne
ab2d07aa5a
NIFI-3186: Fixed NPE that was overlooked
...
This closes #1317 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-12-15 12:56:23 -05:00
Mark Payne
5776c4b1f9
NIFI-3173: When a template is created with multiple components in different groups all referencing the same controller service, ensure that controller service is added to the template at a high enough level that all components needing hte service can access it.
...
- Ensure that controller services are added to child process groups when creating snippet
- Addressed issue related to modifying higher-level process groups' controller services in snippet after having already visited the process group
This closes #1318
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-12-14 14:10:59 -05:00
Byunghwa Yun
0f462a7c49
NIFI-3029: QueryDatabaseTable supports max fragments property
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #1213
2016-12-14 10:51:27 -05:00
jpercivall
266bd80bde
NIFI-3192 Adding a check if the FlowFile is null to UpdateAttribute
...
This closes #1325
2016-12-13 11:30:24 -05:00
Scott Aslan
868795cdaa
[NIFI-3159] Add ellipsis to long PG name in access policies shell. This closes #1310
2016-12-13 09:41:31 -05:00
Scott Aslan
45e4514a40
[NIFI-3160] reload canvas when updating PG name of current PG. This closes #1315
2016-12-12 11:45:10 -05:00
Scott Aslan
2c84b44f54
[NIFI-3154] display ellipsis when text is sufficiently long in connection details and connection configuration dialogs. This closes #1305
2016-12-08 12:52:01 -05:00
Koji Kawamura
d15bd0c00c
NIFI-3165: Update RPG revision when RPGPort is updated. This closes #1308
2016-12-08 08:34:07 -05:00
Bryan Rosander
9ce0af22af
NIFI-3138 - Adding urls, transport, proxy settings to rpg portion of flow config xsd
...
This closes #1304 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2016-12-08 14:37:07 +09:00
Scott Aslan
6b82e25c74
[NIFI-3106] updating hover text for remove counter icon. This closes #1299
2016-12-07 16:42:19 -05:00
jpercivall
e36b37692c
NIFI-1582 added state to UpdateAttribute as well as updated a few parts that hadn't be touched in years (referenced the 'FlowFileMetadataEnhancer' processor'. Also added a 'NUMBER_VALIDATOR' to StandardValidators
...
NIFI-1582 removing the option to use cluster state
NIFI-1582 addressing Oleg's comments
NIFI-1582 No longer forcing numbers as the init value and adding getStateValue() to EL instead of using 'ATTRIBUTE_state'
NIFI-1582 Removing init state value
NIFI-1582 Adding documentation for the changes to Init State value
This closes #319
2016-12-06 16:52:02 -05:00
Bryan Rosander
97d2d30423
NIFI-3131 - Qualifying nifi-env in nifi bat scripts, removing popd from toolkit bat scripts
...
This closes #1293
Signed-off-by: Bryan Rosander <brosander@apache.org>
2016-12-05 23:03:41 -05:00
Bryan Rosander
d1f2492dec
NIFI-3132 - Using cygpath and quoting paths correctly in sh scripts when run in cygwin
...
This closes #1292
Signed-off-by: Bryan Rosander <brosander@apache.org>
2016-12-05 22:16:24 -05:00
Matt Gilman
2d6bba080f
NIFI-3133: - Ensuring that Remote Group Ports are always authorized according to their Remote Process Group.
...
NIFI-3133:
- Using getSourceAuthorizable() when accessing flow files and content.
NIFI-3133:
- Decouple local and remote connectable's to avoid ambiguity with self referencing RPGs.
NIFI-3133:
- Addressing comments from the PR.
NIFI-3133:
- Fixed check verifying source/destination when creating a connection.
NIFI-3133:
- Only showing the go to link when the source component is not a remote port.
NIFI-3133:
- Removing unnecessary checking of remote group port authorization since it's handled by the parent RPG.
NIFI-3133:
- Fixing issue showing the connection details dialog when the source component is a RPG.
NIFI-3133:
- Ensuring the local connectable was found.
This closes #1297
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-12-05 19:45:45 -05:00
Mark Payne
fc0d336f36
NIFI-3152: Ensure that we always close the IndexWriter when appropriate in SimpleIndexManager, even if an IOException is thrown when trying to commit the IndexWriter
...
This closes #1300 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-12-05 16:07:54 -05:00
jpercivall
7633fe35c1
NIFI-3149 Adding proper literal support for number operators ('-' and '+') to ANTLR parser and UI highlighting
...
This closes #1298
2016-12-05 13:34:54 -05:00
Byunghwa Yun
2b6d6c25d8
NIFI-2866 The Initial Max Value of QueryDatabaseTable won't be case-sensitive
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #1212
2016-12-05 12:50:43 -05:00
Mark Payne
8f8b8cdf46
NIFI-3071: Deprecated InputStreams & OutputStream sin org.apache.nifi.stream.io package in favor of using their Java counterparts
2016-12-05 09:29:19 -05:00
Matt Gilman
c5ef076786
NIFI-2325:
...
- Adding support for LDAPS.
This closes #1275 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-12-02 12:41:03 -08:00
Matt Burgess
316cae16d3
NIFI-3140: Restored optional type handling in FetchElasticsearchHttp
...
This closes #1288
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-12-02 14:10:52 -05:00
Koji Kawamura
7c5bd876bd
NIFI-3026: Support multiple remote target URLs
...
- Added urls in addition to the existing url, to support multiple target
URLs
- Backward compatibility is provided by returning the first url if
multipe urls are specified, but component accessing the url doesn't
support multiple urls
- UI is not fully updated yet. Following UI components are planned to be updated
by different commits
- Search component: only the first URL is searchable and shown
- Component status: RPG status shows only the first URL
- Component action history: only the first URL is searchable and shown
- Updated Search component to use URLs.
This closes #1208 .
2016-12-02 14:01:39 -05:00
Matt Gilman
d8d29811f5
NIFI-3135: - Authorizing restricted components on snippet usage.
...
- Updating REST API docs accordingly.
- Adding some integration tests to exercise the additional restricted component checks.
This closes #1287 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-12-02 12:55:23 -05:00
Matt Burgess
69b23adf1b
NIFI-3095: Add EL support to Elasticsearch 2.x (and HTTP) processors
...
This closes #1276
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-12-02 11:16:23 -05:00
Koji Kawamura
8da38acf31
NIFI-3141: Fixed TailFile ArrayIndexOutOfBounds.
...
- Added unit test cases to simulate NiFi version update which fails without this fix.
- Added state object migration code, add file.0. prefix to state keys,
and add length from stored position.
This closes #1289
2016-12-02 07:53:04 -05:00
Bryan Bende
0297352350
NIFI-2017 Fixing failing test PermissionBasedStatusMergerSpec.groovy introduced in previous commit
2016-12-01 14:02:05 -05:00
Mark Payne
02f02b245a
NIFI-2017: Fixed typo in nf-port.js that was referencing the wrong variable name to determine whether or not a port is transmitting
...
Fixed merging logic for root group status. Only consider a port transmitting when there is an active request, not when there is a 'queued' request
This closes #1279
2016-11-30 14:51:28 -05:00
Matt Gilman
1f40f298c0
NIFI-3130: - Loading the temporary instance from the correct type of component.
...
This closes #1285 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-11-30 14:13:43 -05:00
Mark Payne
fff0148a0e
NIFI-3129: When adding controller services to a snippet, ensure that we don't add the service multiple times, even when it's referenced by child process groups. This closes #1284
2016-11-30 13:07:51 -05:00
Matt Burgess
ba513447d7
NIFI-3076: Fixed handling of 'medium' unsigned integers in JdbcCommon
...
This closes #1254 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-11-30 13:05:38 -05:00
Matt Gilman
bc223fa197
NIFI-3117: - Checking referenced services when performing an action with a snippet that requires it.
...
- Updating the SnippetManager to automatically expire unused snippets.
- Making the checking of referenced services consistent across component removal.
- Adding checking of referenced services for all nested components in a snippet.
- Updating the REST API docs to clarify when a referenced service is authorized.
- Conditionally authorizing transitive service references.
This closes #1277 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-11-30 12:50:25 -05:00
jpercivall
e3c7611347
NIFI-3112 Revert "NIFI-2199 - allows nifi.sh restart through ssh"
...
This reverts commit 88d125137e
.
This closes #1282 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-11-29 17:32:47 -08:00
Mark Payne
9d6ca6e1e6
NIFI-2975: Only start expiring FlowFiles after FlowFile Repository has been restored
...
This closes #1274 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-11-29 09:54:15 -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
Joey Frazee
617b62ac7a
NIFI-3104 This closes #1273 . Removed tests derived from HAPI test data
2016-11-25 19:39:36 -05:00
Koji Kawamura
f4f60c3610
NIFI-3103: This closes #1272 . Exclude localhost.cert from RAT check.
2016-11-25 19:33:48 -05:00
Andy LoPresto
2c3714536f
NIFI-3024 Added key migration for sensitive processor properties contained in flow.xml.gz. (nifi.sensitive.props.key)
...
This closes #1261 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-11-23 13:26:18 -08:00
Mark Payne
7ff14f7191
NIFI-3091: Ensure that we set the appropriate size on FlowFiles when modifying them
...
This closes #1267
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-11-23 12:07:44 -05:00
Mark Payne
91ff810dba
NIFI-3088: Ensure that on recovery of FlowFile Repository, if we find a FlowFile that maps to an unknown queue that we log a warning that the queue is missing and drop the FlowFile, rather than throwing an NPE
...
This closes #1266
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-11-23 11:27:14 -05:00
joewitt
22143e386d
NIFI-2991 This closes #1265 . was allowed to restore twitter4j json.org usage until April. Resolution for that will be in NIFI-3089
2016-11-23 10:21:41 -05:00
Matt Burgess
7fc7494b21
NIFI-3087: This closes #1263 . Added unit tests to PutElasticsearch(Http) to illustrate issue
2016-11-23 08:22:34 -05:00
Matt Burgess
d3dbac50a8
NIFI-3087: Fixed issue with partial failure responses in PutElasticsearch(Http)
2016-11-23 08:11:49 -05:00
Jeff Storck
066accc274
NIFI-3086 Updated TailFile.java to deal with windows paths that were breaking the regex parsing Fixed documentation misspelling in TailFile.java Fixed assertions in several tests in TestTailFile that were dependent on the received order of flowfiles, this was differing between Windows and MacOS/Linux
...
This closes #1264
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-11-23 00:01:12 -05:00
Joseph Percivall
50667ed222
NIFI-3084 Fixing TestPersistentProvenanceRepository and closing a stream leak in RecordReaders.
...
This closes #1260 .
2016-11-22 17:31:47 -05:00
Oleg Zhurakousky
913ae91614
Added posix guard to ignore tests on windows
...
This closes #1259
Signed-off-by: jpercivall <JPercivall@apache.org>
2016-11-22 17:11:25 -05:00
Bryan Bende
78fed3ed56
NIFI-3068 Adding @RequiresInstanceClassLoading to PutHDFS to ensure the security configuration of the Hadoop client is fully isolated between instances of PutHDFS
2016-11-22 16:41:44 -05:00