Matt Gilman
9e5892780a
NIFI-12167:
...
- Renaming Usage to View Documentation.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7904 .
2023-10-20 11:34:29 +02:00
exceptionfactory
15c3bdeac1
NIFI-12252 Removed Legacy FileAuthorizer
...
- Removed Legacy Authorized Users File property from FileUserGroupProvider
- Removed unused methods from FileAccessPolicyProvider and FileUserGroupProvider
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7910 .
2023-10-20 10:31:48 +02:00
Matt Gilman
98eef74dd8
NIFI-12250: ( #7908 )
...
- Fixing issue where the registry configuration dialog was being initialized twice.
2023-10-19 15:53:07 -04:00
Mark Payne
015b721800
NIFI-7643 Removed absolute.path attribute from UnpackContent
...
- Do not include the absolute.path attribute from Zip/Tar files in UnpackContent; some code cleanup
This closes #7902
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-19 13:51:27 -05:00
Mark Payne
8bfb6be5ba
NIFI-4172: Renamed ClusteSummaryEntity to ClusterSummaryEntity
...
This closes #7900
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-19 13:46:18 -05:00
Matt Gilman
97dfe2d812
NIFI-11909 Cleared Password field after login
...
- Clearing the password in the login form when login fails or unable to verify access once authentication succeeds.
This closes #11909
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-19 13:40:27 -05:00
Matt Gilman
f2822a6bfb
NIFI-12247: ( #7905 )
...
- Reverting to the initial value if there is no selected parameter in the combo editor.
2023-10-19 14:25:06 -04:00
Matt Gilman
dc76d3896d
NIFI-12248: ( #7906 )
...
- Fixing arrow alignment in combo editor.
2023-10-19 13:56:55 -04:00
Chris Sampson
aac71c5aa1
NIFI-8135 allow CHOICE data types in conversion of Records to Java Maps
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7746
2023-10-19 13:13:58 -04:00
András Kovács
d4014c71ee
NIFI-12099 Repurpose Template icon in top left bar ( #7811 )
...
This closes #7811
2023-10-19 12:16:34 -04:00
Pierre Villard
814e94b2ac
NIFI-12244 - UpdateRecord invalid because of migrateProperties ( #7898 )
2023-10-19 09:34:55 -04:00
Gabor Gyimesi
91e4b453b4
NIFI-12238 Fix SplitText endline trimming with max fragment size ( #7892 )
2023-10-18 12:40:52 -04:00
exceptionfactory
574c2b2168
NIFI-12234 Upgraded SSHJ from 0.35.0 to 0.37.0
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7886
2023-10-17 02:10:51 -04:00
Shane Ardell
e2bbcac8e1
This closes #7810
...
NIFI-12088: recalculate hidden property fields when new service is created
Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2023-10-16 16:52:45 -04:00
exceptionfactory
20283fd7ec
NIFI-12235 Upgraded Solr from 9.3.0 to 9.4.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7887 .
2023-10-16 19:42:13 +02:00
Mark Payne
cbdf32ab79
NIFI-12205: Moved loading of Python dependencies into background thread when processor created instead of during startup. Some code cleanup.
...
This closes #7863
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-14 15:05:17 -05:00
exceptionfactory
61c856a54c
NIFI-12122 Corrected test for Parameter Context updating
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-13 22:55:53 -05:00
Zackeus Bengtsson
0a47157640
NIFI-12122 Fixed persistence of Parameter Context descriptions
...
Fixed bug where parameter context descriptions were not loaded on NiFi startup and overwritten as empty
This closes : #7787
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-13 18:30:50 -05:00
Mark Payne
3ae0eedee6
NIFI-12124: This closes #7791 . Added a new RenameRecordField processor. In testing, also noticed that the Descendant Wildcard operator (//*) and Descendant Field Path Operator (//name, for instance) did not properly account for array of records or map elements, so addressed those concerns.
...
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-13 14:02:55 -07:00
Mark Payne
f4ae292a45
NIFI-12221: This closes #7876 . Be more lenient about which Disconnection Codes we allow a node to be reconnected to a cluster vs. when we notify the node to disconnect again. Also updated the timeout for OffloadIT because it occasionally times ou out while running properly.
...
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-13 13:59:05 -07:00
Mark Payne
0eabbcdf19
NIFI-12228: This closes #7881 . Fixed issue with FlowFile Concucrrency that can occasionally bring in more data than it should.
...
Code cleanup, fixing logback to avoid INFO-level stack trace from xodus
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-13 13:36:09 -07:00
Bryan Bende
96eb1d825a
NIFI-12222 Protect against missing parameter context when syncing a PG in component synchronizer ( #7877 )
2023-10-13 13:51:47 -04:00
exceptionfactory
22ad7d542d
NIFI-12206 Refactor Flow History using JetBrains Xodus ( #7870 )
...
* NIFI-12206 Refactored Flow History using JetBrains Xodus
- Replaced H2 Database Engine with JetBrains Xodus for persistent storage of FlowConfigurationHistory
- Added EntityStoreAuditService implementation using Xodus PersistentEntityStore
- Removed nifi.h2.url.append from properties
2023-10-12 14:50:25 -04:00
Mark Payne
abfc49e212
NIFI-12139: Implemented migrateProperties, migrateRelationships for processors, as well as migrateProperties for ReportingTasks and Controller Services. Added system tests to verify behavior.
...
- Ensure that after restoring nars in the lib/ directory we restart NiFi so that they take effect. This is important if this test is not the last one to run
This closes #7837
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-12 11:40:18 -05:00
exceptionfactory
a849ca044c
NIFI-12218 Removed SensitiveValueEncoder and SecureHasher
...
- SensitiveValueEncoder and SecureHasher are no longer required following the removal of support for flow.xml.gz
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7873 .
2023-10-12 17:39:43 +02:00
levilentz
1a0f509ffc
NIFI-12211: This closes #7868 . add Validator.VALID to username/password on TinkerpopClientService
...
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-11 17:38:02 -07:00
Chris Sampson
584b3fc165
NIFI-12214 This closes #7869 . ConsumeElasticsearch Query Builder properties do not dependOn the Query Definition Style
...
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-11 17:37:40 -07:00
Mike Moser
f2927525f3
NIFI-12213 This closes #7871 . add nifi-utils dependency to NARs that do not use nifi-standard-services-api-nar as a parent
...
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-11 17:37:19 -07:00
Joe Gresock
9627c4c0e8
NIFI-12174 Upgraded AWS PutLambda Processor to SDK 2
...
This closes #7851
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-11 16:41:39 -05:00
Bence Simon
3f13604c36
NIFI-11772 Removed flow.xml.gz support
...
- Created NIFI-12203 to evaluate issues with flow comparison surfaced in JoinClusterWithDifferentFlow
This closes #7661
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-11 13:53:01 -05:00
Mark Payne
0fd4ec50ad
NIFI-12144: Eliminated deprecation warnings by moving to newer Amazon SDK APIs. Eliminated several abstract classes that provided no value. Code cleanup. Refactored many of the integration tests to make use of Test Containers. Removed some tests that were incorrect
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #7854 .
2023-10-10 20:32:49 -04:00
Mark Payne
ce2a156b9c
NIFI-12140: Updated dependency to include nifi-property-utils in nifi-redis-utils module as a result of merging NIFI-12185
2023-10-10 16:08:26 -04:00
timeabarna
d2aec89738
NIFI-12166 Add repo usage to the monitoring endpoint ( #7836 )
...
* NIFI-12166 Add repo usage to the monitoring endpoint
2023-10-10 14:55:33 -04:00
Bryan Bende
5a42d7245b
NIFI-12140 Add optional properties to RedisConnectionPoolService for Username and Sentinel Username ( #7862 )
2023-10-10 14:39:41 -04:00
exceptionfactory
98cebc6687
NIFI-12185 Added nifi-bom Bill of Materials ( #7852 )
...
- Imported nifi-bom to nifi-commons and nifi-nar-bundles parent modules
- Removed explicit version and scope properties for dependencies declared in nifi-bom
2023-10-10 13:55:22 -04:00
Chris Sampson
c091347795
NIFI-11985: Add ConsumeElasticsearch processor
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #7671 .
2023-10-10 06:00:52 -04:00
Nandor Soma Abonyi
87b8f230d2
NIFI-11940 Added SSLContextService to GetSplunk
...
- Included ClassLoader isolation to work around Splunk Service static configuration limitations
This closes #7668
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-09 15:59:27 -05:00
mkalavala
2b41b07489
NIFI-6240 Added Proxy Support for WebSocket Transport in Azure EventHubs
...
This closes #7740
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-09 11:19:24 -05:00
dan-s1
66b68140e2
NIFI-12116 Documented lack of NDJSON support in ValidateJson
...
This closes #7782
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-09 11:12:02 -05:00
Chris Sampson
099ceec7ed
NIFI-12153 Added Allow Comments and Max String Length to JSON Readers
...
This closes #7823
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-09 10:43:08 -05:00
Bryan Bende
ae61ebb5ed
NIFI-12186 Add ability to export a versioned reporting task snapshot ( #7853 )
...
* NIFI-12186 Add ability to export a versioned reporting task snapshot
- Add CLI commands and optional query param to specify specific reporting task
2023-10-09 10:50:36 -04:00
exceptionfactory
457973d133
NIFI-12188 Upgraded Commons Net from 3.9.0 to 3.10.0
...
- Removed ProxyFTPClient extension of standard FTPClient no longer required following changes implemented in NET-650
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7855 .
2023-10-09 12:21:23 +02:00
Joe Gresock
a584251f0a
NIFI-12189: Upgrading PutCloudwatchMetric to use AWS SDK 2.x
...
This closes #7857
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-10-08 18:24:37 +01:00
mr1716
d2fb81d1d6
NIFI-12182 Upgraded AMQP from 5.18.0 to 5.19.0
...
This closes #7847
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-06 15:32:29 -05:00
mr1716
226bf273a1
NIFI-12179 Upgraded Accumulo from 2.1.1 to 2.1.2
...
This closes #7843
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-06 15:32:29 -05:00
mr1716
1e5c491433
NIFI-12184 Upgraded Iceberg from 1.3.1 to 1.4.0
...
This closes #7848
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-06 15:32:28 -05:00
mr1716
a8b56949d7
NIFI-12183 Upgraded zstd-jni from 1.5.5-5 to 1.5.5-6
...
This closes #7850
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-06 15:32:28 -05:00
mr1716
db0407cda6
NIFI-12181 Upgraded HiveMQ MQTT Client from 1.3.1 to 1.3.3
...
This closes #7846
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-06 15:32:27 -05:00
Bryan Bende
551625f7bf
NIFI-12149 Create nifi-redis-utils and minor improvements to util methods
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #7812 .
2023-10-06 15:32:00 -04:00
mr1716
7ddcb91605
NIFI-12171 Upgraded excel-streaming-reader from 4.1.2 to 4.2.0
...
This closes #7841
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-05 16:09:58 -05:00