Matt Gilman
bb6c5d9d4e
NIFI-2777:
...
NIFI-2856:
- Only performing response merging when the node is the cluster cooridinator even if there is a single response.
- Fixing PropertyDescriptor merging to ensure the 'choosen' descriptor is included in map of all responses.
This closes #1095 .
2016-10-06 16:19:19 -04:00
Mark Payne
9304df4de0
NIFI-2865: Fixed bug in StreamDemarcator that is exposed when the final bit of data in a stream is smaller than the previous and the previous demarcation ended on a buffer length boundary
...
This closes #1110 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-06 15:51:37 -04:00
Mark Payne
b9cb6b1b47
NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow batching of FlowFiles within a single publish and to let messages timeout if not acknowledged
...
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-06 15:51:16 -04:00
Bryan Bende
a4ed622152
Revert "NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow batching of FlowFiles within a single publish and to let messages timeout if not acknowledged"
...
This reverts commit 92cca96d49
.
2016-10-06 15:19:00 -04:00
Andrew Lim
53f7a21663
NIFI-2691 Replaced references to kerberos/spegno principle with principal in nifi.properties and admin guide
...
This closes : #1105
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
2016-10-07 01:22:49 +11:00
Mark Payne
92cca96d49
NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow batching of FlowFiles within a single publish and to let messages timeout if not acknowledged
...
This closes #1097 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-06 10:05:51 -04:00
Scott Aslan
8bd85e2085
[NIFI-1792] Clear the selected rule id when deleting the last rule in the list. Add scrollable styles when appropriate. Close popups when appropriate. This PR also adjusts the position of the table cell nfel and long text editors. This closes #1099 .
2016-10-06 09:51:05 -04:00
Matt Gilman
3c673972e0
NIFI-2816:
...
- Fixing compilation error resulting from the initial NIFI-2816 commit.
2016-10-06 09:29:59 -04:00
Pierre Villard
3c8545a902
NIFI-1912 - PutEmail fixed format when attachment
...
Correction as suggested by users in JIRA.
+ adding a unit test to check attachments.
This closes : #1081
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
2016-10-06 21:34:56 +11:00
Joe N
6f1af31ff2
NIFI-2852 base64 expression language functions
...
Signed-off-by: jpercivall <joepercivall@yahoo.com>
2016-10-05 17:33:07 -04:00
Scott Aslan
6ad633d174
[NIFI-2838] update width of rule name and save message. This closes #1089
2016-10-05 16:40:06 -04:00
mans2singh
da33e2859c
NIFI-2398 - GetIgnite processor
...
This closes #721 .
2016-10-05 22:31:01 +02:00
Scott Aslan
e46fea920a
[NIFI-1794] Update .dialog-content to wrap text. This closes #1094
2016-10-05 16:15:11 -04:00
Scott Aslan
c764f83506
[NIFI-1904] If open, close hamburger menu on window resize. This closes #1106
2016-10-05 14:23:13 -04:00
Andre F de Miranda
3b408f5601
NIFI-2816 - Clean typos across the code - Part 2. This closes #1085
2016-10-05 13:07:57 -04:00
Matt Burgess
f157076378
NIFI-2828: Fix Hive NAR dependencies
...
NIFI-2828: Added dependency on hadoop-client to Hive NAR
This closes #1075 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-05 11:37:05 -04:00
Aldrin Piri
9a7c36dc13
NIFI-1615 Removing Apache License header and adding exclusion for Pull Request template for RAT check as we cannot provide comments without cluttering PR dialog.
...
This closes #1103 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2016-10-05 11:14:24 -04:00
Andre F de Miranda
7fd293f339
NIFI-1615 - Add GitHbub pull request template to address some of the reocurring PR mistakes
...
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2016-10-05 10:52:16 -04:00
Pierre Villard
75d0c74d27
NIFI-1840 Added compression type property in Kite processors
...
This closes #409
2016-10-06 00:20:52 +11:00
Byunghwa Yun
2c907c63af
NIFI-2858:
...
- getSystemLoadAverage of OperatingSystemMXBean sometimes returns a negative value.
- ProcessorLoadAverage sets -1.0. It added a defensive logic.
- When load average is zero(load average: 0.00, 0.02, 0.04), systemLoad is zero.
- This closes #1091
2016-10-05 08:59:26 -04:00
Scott Aslan
44cc7e0072
[NIFI-2864] Update when shell empties content. This closes #1096
2016-10-05 08:14:15 -04:00
Lee Laim
4dbdfea5dc
minor typo in expression-language-guide.doc
...
delimiter in example was asciidoc syntax
This closes #1098 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-10-04 17:27:44 -07:00
Koji Kawamura
17a36c6fd5
NIFI-2825: Fix S2S getPeers flow file count
...
- Added ClusterWorkload message to retrieve workload information from a
cluster coordinator
- Use cluster workload to return queued flow file count to site-to-site
client so that it can calculate distribution of data transfer
This closes #1084 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-03 13:28:01 -04:00
Joe N
34e5a5321a
NIFI-2826 Adding enqueue time to GetAzureEventHub processor
...
Signed-off-by: jpercivall <joepercivall@yahoo.com>
2016-10-03 10:41:33 -04:00
Andre F de Miranda
bec7dbbad6
NIFI-2709 - Refactor ConsumeIMAP and ConsumePOP3 to generate RFC2822
...
compliant flowfiles
NIFI-2709 - refactor ConsumePOP/ConsumeIMAP jUnit
tests now use the greenmail mock email server
This closes : #1083
2016-10-04 01:35:34 +11:00
Andre F de Miranda
25b7dfa9b1
NIFI-1971 - Introduce QueryWhois processor with batching (i.e. netcat protocol) support
...
This closes #858 .
2016-10-01 18:38:58 +02:00
Andre F de Miranda
2054888fb1
NIFI-2756 - Add displayName to maven archetypes and remove unused import
...
- Code generated generated by the NiFi archetypes should pass contrib-check by default
This closes #1004 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-09-30 14:23:50 -04:00
Andre F de Miranda
cc5e827aa1
Dummy commit closing stalled PR requests
...
Closes : #335 - superseded by #366
Closes : #849 - superseded by #875
Closes : #769 - malformed PR
Closes : #595 - malformed PR
Closes : #1054
2016-10-01 01:04:21 +10:00
Pierre Villard
d6867283b5
NIFI-2832 State management should be part of the documentation/usage. This closes #1074
2016-09-30 09:59:35 -04:00
Bryan Rosander
4e13fef724
NIFI-2783 - Site-to-site command line client - s2s.sh shell script warnings -> stderr, usage improvement with examples - Increasing heap settings for s2s cli
...
This closes #1056 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-09-30 09:12:16 -04:00
Scott Aslan
e230e50f9d
[NIFI-1851] correctly display number of total process groups upon refresh. This closes #1079
2016-09-29 13:25:19 -04:00
Scott Aslan
1a24f5f34c
[NIFI-2831] update auto terminate messages. This closes #1077
2016-09-29 13:09:29 -04:00
Scott Aslan
12e3315ae9
[NIFI-2833] Increase font size and line height for small dialogs. This closes #1078
2016-09-29 11:57:04 -04:00
Matt Gilman
833ec4409c
NIFI-2758: - Updating move verification to account for Controller Service moving out of scope.
...
This closes #1064
Signed-off-by: jpercivall <joepercivall@yahoo.com>
2016-09-28 15:01:38 -04:00
d810146
cfc738ec19
NIFI-2763: S3 processors do not work with older S3-compatible object stores
...
This closes #1076 .
Signed-off-by: James Wing <jvwing@gmail.com>
2016-09-28 10:32:11 -07:00
Bryan Bende
d4948a3778
NIFI-1768 Adding TLS/SSL support to Solr processors NIFI-1980 Added a default value for PutSolrContentStream commitWithIn NIFI-2568 Added Kerberos support to Solr processors
...
Upgrading SolrJ to 6.2.
Signed-off-by: Yolanda M. Davis <ymdavis@apache.org>
This closes #1005
2016-09-28 13:14:57 -04:00
Scott Aslan
c4826cac54
[NIFI-1757] remove iframe from shell dialog to prevent reoccurring requests, update fill color and label config dialog content margins to fit into their respective dialogs. This closes #1069
2016-09-27 15:38:10 -04:00
Scott Aslan
d674cdfc79
[NIFI-2775] update Provenance table GoTo button visibility in FF. This closes #1040
2016-09-27 15:08:11 -04:00
Yolanda M. Davis
de717da73f
Merge remote-tracking branch 'origin/master'
2016-09-27 12:01:46 -04:00
Matt Gilman
dd9ecc2907
NIFI-2824: - Updating replication logic to account for the potential replication target and then invoking the corresponding action.
...
Signed-off-by: Yolanda M. Davis <ymdavis@apache.org>
This closes #1068
2016-09-27 11:44:21 -04:00
Andrew Lim
3ac3b8dc91
NIFI-2639 Update NiFi In Depth Doc: made text edits and replaced screenshots with new UI
...
This closes #1067
Signed-off-by: jpercivall <joepercivall@yahoo.com>
2016-09-27 11:41:48 -04:00
James Wing
508b218b59
NIFI-2795 Sys Diagnostics in Cluster UI
...
- Cleaning up tab resize loop
- Pre-authorizing sys diagnostics api calls
- Addressing issues filtering the tables in the cluster table.
- Addressing issues sorting the tables in the cluster page.
2016-09-27 10:58:01 -04:00
Byunghwa Yun
28acb07433
NIFI-2811 JdbcCommon doesn't convert bigint(20) column.
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #1053
2016-09-27 10:18:48 -04:00
Yolanda M. Davis
30f008d676
NIFI-2822 - pass the JWT Authorization token i. This closes #1065
2016-09-26 15:16:32 -04:00
Byunghwa Yun
8868235993
NIFI-2803 The pagination of GenerateTableFetch has a sort bug.
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
NIFI-2803: Updated unit tests for GenerateTableFetch
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #1052
2016-09-26 12:05:16 -04:00
Andre F de Miranda
446cd44702
NIFI-2816 - Clean typos across the code
...
This closes #1057 .
2016-09-26 17:47:31 +02:00
Matt Gilman
1b88552b46
NIFI-2796:
...
- Fixing incorrect documentation for the cluster summary endpoint.
This closes #1063 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2016-09-26 11:43:33 -04:00
Andre F de Miranda
be85d9ddff
NIFI-2814 - Add ASF header to AppVeyor settings file and adjust apache-rat accordingly
...
This closes #1058 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2016-09-26 11:30:44 -04:00
Pierre Villard
44d4b882bf
NIFI-2071 - Support repeating capture groups in ExtractText
...
This closes #1050 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2016-09-26 17:22:21 +09:00
Edgardo
56f7cd085f
[NIFI-2813] Fix for invalid M2_HOME directory
...
This closes #1049
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
2016-09-24 14:30:40 +10:00