pvill...@apache.org |
[nifi] branch master updated: NIFI-7416: Update travis-ci to GitHub Actions in the PR template |
Fri, 01 May, 14:17 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7415: Add .asf.yaml to configure GitHub integrations |
Fri, 01 May, 14:20 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7404: Fixed invalid script processors upon thread termination |
Fri, 01 May, 14:47 |
turcsa...@apache.org |
[nifi] branch master updated: NIFI-7412: Fixed provenance event types in Azure Fetch/Delete processors |
Fri, 01 May, 20:59 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1151 fix easy 1stparty warnings |
Mon, 04 May, 08:39 |
mcgil...@apache.org |
[nifi] branch master updated: NIFI-7414: Escape user-defined values that contain invalid XML characters before writing flow.xml.gz |
Mon, 04 May, 18:50 |
Sasidhar Jasti (Jira) |
[jira] [Created] (MINIFI-527) minifi agent crashing frequently with java.lang.IllegalAccessError: tried to access method org.apache.nifi.provenance.StandardProvenanceEventRecord.setEventId(J)V from class org.apache.nifi.provenance.MiNiFiPersistentProvenanceRepositoryexception |
Wed, 06 May, 01:54 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7425 Log Message for ReplaceText Over Buffer Size |
Wed, 06 May, 07:40 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-965 Add other supported relationships to InvokeHTTP processor. |
Wed, 06 May, 11:42 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1202 - Extend interface and add new tests for MinifiConcurrentQueue |
Wed, 06 May, 15:04 |
marka...@apache.org |
[nifi] branch master updated: NIFI-7420 remove the http.param attribute. It contained both the query parameters already captured in http.query.param _and_ the multipart form data names and values, which are captured in the part data, and could be very very large |
Wed, 06 May, 21:23 |
mcgil...@apache.org |
[nifi] branch master updated: NIFI-7428: Switch hive.version property to set Hive 3 version |
Wed, 06 May, 23:38 |
thena...@apache.org |
[nifi] branch master updated (b7c81d6 -> 6e2f86d) |
Thu, 07 May, 18:23 |
Aldrin Piri (Jira) |
[jira] [Commented] (MINIFI-527) minifi agent crashing frequently with java.lang.IllegalAccessError: tried to access method org.apache.nifi.provenance.StandardProvenanceEventRecord.setEventId(J)V from class org.apache.nifi.provenance.MiNiFiPersistentProvenanceRepositoryexception |
Thu, 07 May, 19:06 |
mattyb...@apache.org |
[nifi] branch master updated: NIFI-7390 Covering Avro type conversion in case of map withing Record |
Fri, 08 May, 17:12 |
mcgil...@apache.org |
[nifi] branch master updated: NIFI-7423 Upgraded jquery dependency version. |
Fri, 08 May, 17:13 |
mcgil...@apache.org |
[nifi-registry] branch master updated: [NIFIREG-382] upgrade frontend deps |
Fri, 08 May, 17:36 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-6913: PutAzureBlobStorage processor will create container if not exists |
Sat, 09 May, 13:37 |
mattyb...@apache.org |
[nifi] branch master updated: NIFI-7413: Documented REMOTE_INVOCATION provenance event type in user/dev guides |
Tue, 12 May, 20:01 |
alopre...@apache.org |
[nifi] branch master updated: NIFI-7321 - Allow NiFi admins to configure whether Jetty will send the Jetty server version in responses. Fixed a checkstyle error. Added property to nifi.properties. Changed property to a variable that is set with the pom.xml. Added setting the version variable to another HTTPConfiguration to fix the version being sent in docs context. Fixed typo error. |
Tue, 12 May, 21:19 |
Matt Burgess (Jira) |
[jira] [Assigned] (MINIFI-488) Allow flow construction from YAML config |
Tue, 12 May, 21:45 |
turcsa...@apache.org |
[nifi] branch master updated: NIFI-7367: Add tests for FetchAzureDataLakeStorage |
Wed, 13 May, 13:03 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1220 fix memleak and clarify ownership semantics in CWEL |
Thu, 14 May, 07:49 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1219 - PublishKafka should release connection when stopped |
Thu, 14 May, 07:57 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1218 remove unimplemented declaration |
Thu, 14 May, 08:02 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1221 - Cannot attach to running MiNiFi process. |
Thu, 14 May, 08:22 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7448: Fix quoting of DDL table name in PutORC |
Thu, 14 May, 09:41 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1202 - Fix unstable failing test for MinifiConcurrentQueue |
Thu, 14 May, 14:22 |
thena...@apache.org |
[nifi-registry] branch master updated: NIFIREG-387 - Upgraded spring boot and some additional depedencies required to allow this upgrade. |
Fri, 15 May, 16:29 |
alopre...@apache.org |
[nifi-site] branch master updated: Added link to ASF security policy to security page. |
Fri, 15 May, 17:55 |
alopre...@apache.org |
svn commit: r1877790 - /nifi/site/trunk/security.html |
Fri, 15 May, 17:56 |
alopre...@apache.org |
[nifi-site] branch master updated: Fixed spacing in security page. |
Fri, 15 May, 17:59 |
bbe...@apache.org |
[nifi] branch master updated: NIFI-7460: Avoid NPE when a VersionedProcessor has a null value for autoTerminatedRelationships. Added additional logging and improved error handling around syncing with invalid flows |
Fri, 15 May, 20:16 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1217 - RPG should configure http client with reasonable timeouts |
Mon, 18 May, 11:20 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1216 - Controller Services Integration test is unstable |
Mon, 18 May, 11:52 |
mattyb...@apache.org |
[nifi] branch master updated (c51b905 -> 13418cc) |
Mon, 18 May, 18:58 |
marka...@apache.org |
[nifi] branch master updated (13418cc -> a3cc2c5) |
Mon, 18 May, 19:12 |
marka...@apache.org |
[nifi] branch master updated (a3cc2c5 -> 179675f) |
Mon, 18 May, 20:12 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1226 improve C2 heartbeat performance and simplify C2Payload code |
Mon, 18 May, 21:04 |
turcsa...@apache.org |
[nifi] branch master updated: NIFI-7446: FetchAzureDataLakeStorage processor now throws exception when the specified path points to a directory |
Mon, 18 May, 21:52 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7331 Fixed grammatical errors in log output. |
Tue, 19 May, 08:38 |
turcsa...@apache.org |
[nifi] branch master updated: NIFI-7409: Azure managed identity support to Azure Datalake processors |
Tue, 19 May, 09:54 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1225 - Fix readBuffer not reporting errors, handle asserts during CivetServer shutdown |
Tue, 19 May, 16:18 |
turcsa...@apache.org |
[nifi] branch master updated: NIFI-7336: Add tests for DeleteAzureDataLakeStorage |
Tue, 19 May, 16:37 |
jfra...@apache.org |
[nifi] branch master updated: NIFI-6911 Removed default Blob value for PutAzureBlobStorage |
Tue, 19 May, 19:34 |
alopre...@apache.org |
[nifi] branch master updated: NIFI-7407 Replaced SSLContextFactory references to "TLS" with "TLSv1.2" (in shared constant). Changed JettyServer default SSL initialization and updated unit test. Removed SecurityStoreTypes (unused). Added StringUtils inverted blank and empty checks. Added TlsConfiguration container object. Enhanced KeystoreType enum. Added clean #createSSLContext() method to serve as base method for special cases/other method signatures. Added utility methods in KeyStoreUtils. Added generic TlsException [...] |
Tue, 19 May, 19:57 |
ald...@apache.org |
[nifi-registry] branch master updated: [NIFIREG-389] remove npx and use npm-force-resolutions |
Tue, 19 May, 22:09 |
marka...@apache.org |
[nifi] branch master updated: NIFI-7471 fix bug with property validation |
Wed, 20 May, 14:50 |
mattyb...@apache.org |
[nifi-registry] branch master updated: NIFIREG-390: Add .asf.yaml file to GitHub repo |
Wed, 20 May, 15:48 |
jfra...@apache.org |
[nifi] branch master updated: NIFI-6571 Check token length on TLS toolkit server startup |
Wed, 20 May, 20:54 |
marka...@apache.org |
[nifi] branch master updated: Fixed a couple of typos in the RecordPath guide |
Wed, 20 May, 21:09 |
mthom...@apache.org |
[nifi] branch master updated: NIFI-7463 Create empty relationship for RunMongoAggregation |
Wed, 20 May, 23:55 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated (b7fdeb4 -> 29460fa) |
Thu, 21 May, 13:55 |
mattyb...@apache.org |
[nifi] branch master updated: NIFI-7462: This adds a way to convert or cast a choice object into a valid type for use with calcite query functions |
Thu, 21 May, 17:14 |
mattyb...@apache.org |
[nifi] branch MINIFI-422 created (now b6ef7e1) |
Thu, 21 May, 17:22 |
ald...@apache.org |
[nifi-registry] branch CEM-1.2.0.0 created (now df00b46) |
Thu, 21 May, 20:30 |
alopre...@apache.org |
[nifi] branch master updated: NIFI-7482 Changed InvokeHTTP to be extensible. Added unit test. |
Fri, 22 May, 18:45 |
alopre...@apache.org |
[nifi] branch master updated (97a919a -> 45e626f) |
Fri, 22 May, 19:20 |
mthom...@apache.org |
[nifi] branch master updated: NIFI-6255 NIFI-6287: Hash function for expression language and record path. NIFI-6255 NIFI-6287: Rebased to match the new expression language interface NIFI-6255 NIFI-6287: Fix wildcard imports and unused imports NIFI-6255 NIFI-6287: Move to the common codec DigetUtils Update commons-codec |
Mon, 25 May, 10:42 |
mthom...@apache.org |
[nifi] branch master updated (0f4b79b -> 788f8b0) |
Mon, 25 May, 11:06 |
mthom...@apache.org |
[nifi] 01/03: NIFI-6672 PlusEvaluator throws an Arithmetic Exception in case of Long overflow. TestQuery checks that Long overflow is detected and Double overflow is correctly promoted to POSITIVE_INFINITY |
Mon, 25 May, 11:06 |
mthom...@apache.org |
[nifi] 02/03: NIFI-6673 MultiplyEvaluator throws an Arithmetic Exception in case of Long overflow. TestQuery checks that Long overflow is detected and Double overflow is correctly promoted to POSITIVE_INFINITY or NEGATIVE_INFINITY |
Mon, 25 May, 11:06 |
mthom...@apache.org |
[nifi] 03/03: NIFI-6674 MinusEvaluator throws an Arithmetic Exception in case of Long overflow. TestQuery checks that Long overflow is detected and Double overflow is correctly promoted to NEGATIVE_INFINITY |
Mon, 25 May, 11:06 |
mthom...@apache.org |
[nifi] branch master updated: NIFI-7211 Added @Ignore with warning message to a test that randomly fails due to timing issues. |
Mon, 25 May, 14:25 |
mthom...@apache.org |
[nifi] branch master updated: NIFI-6785 Support Deflate Compression NIFI-6785 Remove unused imports |
Mon, 25 May, 20:22 |
mthom...@apache.org |
[nifi] branch support/nifi-1.1.x created (now 744cfe6) |
Mon, 25 May, 23:30 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1239 Use <regex> except in gcc < 4.9 |
Tue, 26 May, 12:07 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1232 - PublishKafka processor doesn't validate some properties |
Tue, 26 May, 15:20 |
turcsa...@apache.org |
[nifi] branch master updated: NIFI-7453 In PutKudu creating a new Kudu client when refreshing TGT |
Tue, 26 May, 16:06 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated (907563b -> 8db449d) |
Tue, 26 May, 17:02 |
mthom...@apache.org |
[nifi] branch master updated: NIFI-7485 Updated commons-configuration2. NIFI-7485 Found more instances that needed updating. |
Tue, 26 May, 21:12 |
turcsa...@apache.org |
[nifi] branch master updated: NIFI-7445: Add Conflict Resolution property to PutAzureDataLakeStorage processor |
Wed, 27 May, 07:14 |
ab...@apache.org |
[nifi-minifi-cpp] branch MINIFICPP-1242 created (now 11d34c8) |
Thu, 28 May, 10:02 |
ab...@apache.org |
[nifi-minifi-cpp] branch MINIFICPP-1242 updated (11d34c8 -> 7a95772) |
Thu, 28 May, 10:05 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated (8db449d -> a553b8e) |
Thu, 28 May, 12:26 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated (a553b8e -> 49de166) |
Thu, 28 May, 12:29 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated (49de166 -> f278ad1) |
Thu, 28 May, 12:59 |
mattyb...@apache.org |
[nifi] branch MINIFI-422 updated (b6ef7e1 -> 1dd0e92) |
Thu, 28 May, 13:37 |
thena...@apache.org |
[nifi-registry] branch master updated: NIFIREG-385 Make revision feature configurable |
Thu, 28 May, 15:54 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7487 - Added batch support and displayName to ModifyBytes processor |
Fri, 29 May, 08:29 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7483 - Remove description about 'Rolling strategy' in TailFile's docs |
Fri, 29 May, 08:39 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7484:fix ListFTP and FetchFTP docs. Change 'SFTP' to 'FTP' in description |
Fri, 29 May, 08:41 |
pvill...@apache.org |
[nifi] branch master updated: NIFI-7422: Support aws_s3_pseudo_dir in Atlas reporting task |
Fri, 29 May, 12:23 |
phroc...@apache.org |
[nifi-minifi-cpp] branch master updated: Added py processor to make predictions with h2o3 model |
Fri, 29 May, 14:41 |
marka...@apache.org |
[nifi] branch master updated: NIFI-6701 - Fix for PublishGCPPubSub |
Fri, 29 May, 17:38 |
marka...@apache.org |
[nifi] branch master updated (8162edf -> af58714) |
Fri, 29 May, 17:54 |
ab...@apache.org |
[nifi-minifi-cpp] branch master updated: MINIFICPP-1243 - OsUtils::userIdToUsername leaks memory on Windows |
Fri, 29 May, 17:55 |
mthom...@apache.org |
[nifi] branch master updated: NIFI-6666 Add Useragent Header to InvokeHTTP requests |
Sat, 30 May, 01:40 |
pvill...@apache.org |
[nifi] branch master updated: Updated KEYS with new key after previous one expired |
Sat, 30 May, 20:04 |
ald...@apache.org |
[nifi-minifi] branch master updated: MINIFI-526 Added Table of Contents and HTML anchors to titles in Admin Guide |
Sun, 31 May, 00:21 |
Aldrin Piri (Jira) |
[jira] [Resolved] (MINIFI-526) Add anchors to MiNiFi admin guide |
Sun, 31 May, 00:22 |
Aldrin Piri (Jira) |
[jira] [Updated] (MINIFI-526) Add anchors to MiNiFi admin guide |
Sun, 31 May, 00:22 |
ald...@apache.org |
[nifi-minifi] branch master updated: MINIFI-524 Added ARM64 Docker for MiNiFi |
Sun, 31 May, 00:36 |
Aldrin Piri (Jira) |
[jira] [Resolved] (MINIFI-524) Adding ARM 64 V8 Docker for Minifi Java for Execution on Raspberry Pi |
Sun, 31 May, 00:51 |
Aldrin Piri (Jira) |
[jira] [Assigned] (MINIFI-524) Adding ARM 64 V8 Docker for Minifi Java for Execution on Raspberry Pi |
Sun, 31 May, 00:58 |
Aldrin Piri (Jira) |
[jira] [Assigned] (MINIFI-524) Adding ARM 64 V8 Docker for Minifi Java for Execution on Raspberry Pi |
Sun, 31 May, 00:58 |