You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Commented] (NIFI-1231) cloned files not getting new entryDate - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/01 01:24:10 UTC, 0 replies.
- [jira] [Reopened] (NIFI-210) Scala Support for ExecuteScript Processor - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 04:44:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-210) Scala Support for ExecuteScript Processor - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 04:45:10 UTC, 0 replies.
- [jira] [Commented] (NIFI-1225) Add support for SSL context and alternate endpoints for PutS3 - posted by "Joe Skora (JIRA)" <ji...@apache.org> on 2015/12/01 12:42:10 UTC, 8 replies.
- nifi git commit: NIFI-655: - Adding additional logging when proceeding as an anonymous user. - posted by mc...@apache.org on 2015/12/01 14:52:00 UTC, 0 replies.
- [jira] [Commented] (NIFI-655) Provide support for multiple authentication mechanisms - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/01 14:52:11 UTC, 8 replies.
- nifi git commit: NIFI-655: - Changing default expiration time to 12 hours. - posted by mc...@apache.org on 2015/12/01 15:36:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1233) Upgrade to Kafka 0.9 - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/01 15:59:11 UTC, 0 replies.
- nifi git commit: NIFI-655: - Renaming spring tokens to avoid confusion over authentication and authorization. - posted by mc...@apache.org on 2015/12/01 16:09:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1225) Add support for SSL context and alternate endpoints for PutS3 - posted by "Joe Skora (JIRA)" <ji...@apache.org> on 2015/12/01 16:10:11 UTC, 0 replies.
- [01/51] [abbrv] nifi git commit: NIFI-655: - Added an endpoint for access details including configuration, creating tokens, and checking status. - Updated DTOs and client side to utilize new endpoints. - posted by mc...@apache.org on 2015/12/01 17:43:39 UTC, 0 replies.
- [02/51] [abbrv] nifi git commit: NIFI-655: - Added an endpoint for access details including configuration, creating tokens, and checking status. - Updated DTOs and client side to utilize new endpoints. - posted by mc...@apache.org on 2015/12/01 17:43:40 UTC, 0 replies.
- [03/51] [abbrv] nifi git commit: NIFI-655: - Refactoring certificate extraction and validation. - Refactoring how expiration is specified in the login identity providers. - Adding unit tests for the access endpoints. - Code clean up. - posted by mc...@apache.org on 2015/12/01 17:43:41 UTC, 0 replies.
- [04/51] [abbrv] nifi git commit: NIFI-655: - Refactoring certificate extraction and validation. - Refactoring how expiration is specified in the login identity providers. - Adding unit tests for the access endpoints. - Code clean up. - posted by mc...@apache.org on 2015/12/01 17:43:42 UTC, 0 replies.
- [05/51] [abbrv] nifi git commit: NIFI-655: - Keeping token expiration between 1 minute and 12 hours. - posted by mc...@apache.org on 2015/12/01 17:43:43 UTC, 0 replies.
- [06/51] [abbrv] nifi git commit: NIFI-655: - Using the user identity provided by the login identity provider. - posted by mc...@apache.org on 2015/12/01 17:43:44 UTC, 0 replies.
- [07/51] [abbrv] nifi git commit: NIFI-655: - Fixed typo in error message for unrecognized authentication strategy. - posted by mc...@apache.org on 2015/12/01 17:43:45 UTC, 0 replies.
- [08/51] [abbrv] nifi git commit: NIFI-655. - Added logback-test.xml configuration resource for nifi-web-security. - posted by mc...@apache.org on 2015/12/01 17:43:46 UTC, 0 replies.
- [09/51] [abbrv] nifi git commit: NIFI-655. - Added issuer field to LoginAuthenticationToken. - Updated AccessResource to pass identity provider class name when creating LoginAuthenticationTokens. - Began refactoring JWT logic from request parsing logic i - posted by mc...@apache.org on 2015/12/01 17:43:47 UTC, 0 replies.
- [10/51] [abbrv] nifi git commit: NIFI-655. - Changed issuer field to use FQ class name because some classes return an empty string for getSimpleName(). - Finished refactoring JWT logic from request parsing logic in JwtService. - Updated AccessResource an - posted by mc...@apache.org on 2015/12/01 17:43:48 UTC, 0 replies.
- [11/51] [abbrv] nifi git commit: NIFI-655: - Refactoring key service to expose the key id. - Handling client side expiration better. - Removing specialized active directory provider and abstract ldap provider. - posted by mc...@apache.org on 2015/12/01 17:43:49 UTC, 0 replies.
- [12/51] [abbrv] nifi git commit: NIFI-655: - Refactoring key service to expose the key id. - Handling client side expiration better. - Removing specialized active directory provider and abstract ldap provider. - posted by mc...@apache.org on 2015/12/01 17:43:50 UTC, 0 replies.
- [13/51] [abbrv] nifi git commit: NIFI-655. - Updated JwtService and JwtServiceTest to use Key POJO instead of raw String key from KeyService. - posted by mc...@apache.org on 2015/12/01 17:43:51 UTC, 0 replies.
- [14/51] [abbrv] nifi git commit: NIFI-655: - Fixing typo when loading the ldap connect timeout. - Providing a better experience for session expiration. - Using ellipsis for lengthly user name. - Adding an issuer to the authentication response so the LIP - posted by mc...@apache.org on 2015/12/01 17:43:52 UTC, 0 replies.
- [15/51] [abbrv] nifi git commit: NIFI-655: - Showing a logging in notification during the log in process. - posted by mc...@apache.org on 2015/12/01 17:43:53 UTC, 0 replies.
- [16/51] [abbrv] nifi git commit: NIFI-655: - Removing unnecessary class. - posted by mc...@apache.org on 2015/12/01 17:43:54 UTC, 0 replies.
- [17/51] [abbrv] nifi git commit: NIFI-655: - Fixing checkstyle issues. - Showing the progress spinner while submitting account justification. - posted by mc...@apache.org on 2015/12/01 17:43:55 UTC, 0 replies.
- [18/51] [abbrv] nifi git commit: NIFI-655: - Removing deprecated authentication strategy. - Renaming TLS to START_TLS. - Allowing the protocol to be configured. - posted by mc...@apache.org on 2015/12/01 17:43:56 UTC, 0 replies.
- [19/51] [abbrv] nifi git commit: NIFI-655: - Fixing issue detecting the presence of DN column - posted by mc...@apache.org on 2015/12/01 17:43:57 UTC, 0 replies.
- [20/51] [abbrv] nifi git commit: NIFI-655: - Pre-populating the login-identity-providers.xml file with necessary properties and documentation. - Renaming the Authentication Duration property name. - posted by mc...@apache.org on 2015/12/01 17:43:58 UTC, 0 replies.
- [21/51] [abbrv] nifi git commit: NIFI-655: - Updating documentation for the failure response codes. - posted by mc...@apache.org on 2015/12/01 17:43:59 UTC, 0 replies.
- [22/51] [abbrv] nifi git commit: NIFI-655: - Ensuring the user identity is not too long. - posted by mc...@apache.org on 2015/12/01 17:44:00 UTC, 0 replies.
- [23/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:01 UTC, 0 replies.
- [24/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:02 UTC, 0 replies.
- [25/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:03 UTC, 0 replies.
- [26/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:04 UTC, 0 replies.
- [27/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:05 UTC, 0 replies.
- [28/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:06 UTC, 0 replies.
- [29/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:07 UTC, 0 replies.
- [30/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:08 UTC, 0 replies.
- [31/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:09 UTC, 0 replies.
- [32/51] [abbrv] nifi git commit: NIFI-655: - Refactoring web security to use Spring Security Java Configuration. - Introducing security in Web UI in order to get JWT. - posted by mc...@apache.org on 2015/12/01 17:44:10 UTC, 0 replies.
- [33/51] [abbrv] nifi git commit: Merge branch 'NIFI-655' of https://git-wip-us.apache.org/repos/asf/nifi into NIFI-655 - posted by mc...@apache.org on 2015/12/01 17:44:11 UTC, 0 replies.
- [34/51] [abbrv] nifi git commit: NIFI-655: - Fixing the configuration property name for Authentication Expiration in the provided example configuration. - posted by mc...@apache.org on 2015/12/01 17:44:12 UTC, 0 replies.
- [35/51] [abbrv] nifi git commit: NIFI-655: - Updating the version of ldap provider nar. - posted by mc...@apache.org on 2015/12/01 17:44:13 UTC, 0 replies.
- [36/51] [abbrv] nifi git commit: NIFI-655: - Updating the version of ldap provider nar. - posted by mc...@apache.org on 2015/12/01 17:44:14 UTC, 0 replies.
- [37/51] [abbrv] nifi git commit: NIFI-655: - Updating available links during login, registration, and account status review. - posted by mc...@apache.org on 2015/12/01 17:44:15 UTC, 0 replies.
- [38/51] [abbrv] nifi git commit: NIFI-655: - Update admin guide with documentation for username/password authentication. - Setting default anonymous roles to none. - Making account status messages to users more clear. - Deleting user keys when an admin r - posted by mc...@apache.org on 2015/12/01 17:44:16 UTC, 0 replies.
- [39/51] [abbrv] nifi git commit: NIFI-655: - Updated user guide with screenshots of login process. - Tweaked wording in admin guide. - Triggering login on enter press in login form. - posted by mc...@apache.org on 2015/12/01 17:44:17 UTC, 0 replies.
- [40/51] [abbrv] nifi git commit: NIFI-655: - Fixing issue with filter bean initialization when clustered. - posted by mc...@apache.org on 2015/12/01 17:44:18 UTC, 0 replies.
- [41/51] [abbrv] nifi git commit: NIFI-655: - Ensuring anonymous user label and login links are rendered when appropriate. - Ensuring responses are accurate when making requests with a token when user log in is not supported. - posted by mc...@apache.org on 2015/12/01 17:44:19 UTC, 0 replies.
- [42/51] [abbrv] nifi git commit: NIFI-655: - Ensuring the protocol is specified. - posted by mc...@apache.org on 2015/12/01 17:44:20 UTC, 0 replies.
- [43/51] [abbrv] nifi git commit: NIFI-655: - Ensuring the access token is not replicated when the user is already authenticated/authorized. - posted by mc...@apache.org on 2015/12/01 17:44:21 UTC, 0 replies.
- [44/51] [abbrv] nifi git commit: NIFI-655: - Ensuring the access token is not replicated when the user is already authenticated/authorized. - posted by mc...@apache.org on 2015/12/01 17:44:22 UTC, 0 replies.
- [45/51] [abbrv] nifi git commit: NIFI-655: - Adding documentation around the behavior of the authentication filters. - Only passing along necessary parameters. - posted by mc...@apache.org on 2015/12/01 17:44:23 UTC, 0 replies.
- [46/51] [abbrv] nifi git commit: NIFI-655: - Removing proxied user chain as user details are already serialized. - posted by mc...@apache.org on 2015/12/01 17:44:24 UTC, 0 replies.
- [47/51] [abbrv] nifi git commit: NIFI-655: - Removing unused imports. - posted by mc...@apache.org on 2015/12/01 17:44:25 UTC, 0 replies.
- [48/51] [abbrv] nifi git commit: NIFI-655: - Adding additional logging when proceeding as an anonymous user. - posted by mc...@apache.org on 2015/12/01 17:44:26 UTC, 0 replies.
- [49/51] [abbrv] nifi git commit: NIFI-655: - Changing default expiration time to 12 hours. - posted by mc...@apache.org on 2015/12/01 17:44:27 UTC, 0 replies.
- [50/51] [abbrv] nifi git commit: NIFI-655: - Renaming spring tokens to avoid confusion over authentication and authorization. - posted by mc...@apache.org on 2015/12/01 17:44:28 UTC, 0 replies.
- [51/51] [abbrv] nifi git commit: Merge branch 'NIFI-655' - posted by mc...@apache.org on 2015/12/01 17:44:29 UTC, 0 replies.
- [jira] [Updated] (NIFI-1223) TestGetHTTP fails often attempting to delete content of conf directory - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 19:02:11 UTC, 1 replies.
- [jira] [Commented] (NIFI-1118) Update SplitText Processor - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/01 19:36:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1138) Expression Language Editor does not display correctly - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/01 20:02:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1138) Expression Language Editor does not display correctly - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/01 20:02:11 UTC, 2 replies.
- [jira] [Created] (NIFI-1234) Inconsistent container options in ConvertAvroToJSON - posted by "Douglas Doughty (JIRA)" <ji...@apache.org> on 2015/12/01 20:26:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1234) Inconsistent container behavior in ConvertAvroToJSON - posted by "Douglas Doughty (JIRA)" <ji...@apache.org> on 2015/12/01 20:27:10 UTC, 1 replies.
- [1/3] nifi git commit: NIFI-1103: Add support for long polling in GetSQS processor - posted by ma...@apache.org on 2015/12/01 21:57:16 UTC, 0 replies.
- [2/3] nifi git commit: Merge branch 'NIFI-1103' of https://github.com/adamonduty/nifi - posted by ma...@apache.org on 2015/12/01 21:57:17 UTC, 0 replies.
- [3/3] nifi git commit: NIFI-1103: Fixed checkstyle violation - posted by ma...@apache.org on 2015/12/01 21:57:18 UTC, 0 replies.
- [jira] [Commented] (NIFI-1103) Add support for long polling in GetSQS processor - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/01 21:58:11 UTC, 5 replies.
- [jira] [Resolved] (NIFI-1103) Add support for long polling in GetSQS processor - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/01 21:58:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1138) Expression Language Editor does not display correctly - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 23:09:10 UTC, 1 replies.
- nifi git commit: NIFI-1138: - Fixing typo in expression language documentation. - posted by jo...@apache.org on 2015/12/01 23:10:00 UTC, 0 replies.
- [jira] [Created] (NIFI-1235) Add description of how to bend connections to User Guide - posted by "Jennifer Patricia Barnabee (JIRA)" <ji...@apache.org> on 2015/12/01 23:10:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1236) In certain environments the build gets stuck on FileBasedClusterNodeFirewallTest - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 23:14:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1236) In certain environments the build gets stuck on FileBasedClusterNodeFirewallTest - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 23:23:11 UTC, 3 replies.
- [jira] [Comment Edited] (NIFI-1236) In certain environments the build gets stuck on FileBasedClusterNodeFirewallTest - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 23:23:11 UTC, 2 replies.
- [jira] [Commented] (NIFI-1234) Inconsistent container behavior in ConvertAvroToJSON - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/01 23:35:10 UTC, 25 replies.
- [jira] [Updated] (NIFI-1236) In certain environments the build gets stuck on FileBasedClusterNodeFirewallTest - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 23:35:10 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1234) Inconsistent container behavior in ConvertAvroToJSON - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/01 23:35:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1237) TestListenSyslog has a race condition? - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 23:55:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1237) TestListenSyslog has a race condition? - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/01 23:56:10 UTC, 1 replies.
- [1/3] nifi git commit: NIFI-1225: Changes for ENDPOINT_OVERRIDE and SSL Context Service from pr for NIFI-1107 - posted by tk...@apache.org on 2015/12/02 02:36:04 UTC, 0 replies.
- [2/3] nifi git commit: NIFI-1225: adding standard services nar - posted by tk...@apache.org on 2015/12/02 02:36:05 UTC, 0 replies.
- [3/3] nifi git commit: NIFI-1225: When ENDPOINT_OVERRIDE is set, use PathStyleAccess - posted by tk...@apache.org on 2015/12/02 02:36:06 UTC, 0 replies.
- [jira] [Commented] (NIFI-1107) Create new PutS3ObjectMultipart processor - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/02 02:36:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1054) correct inconstent line ending characters - posted by "Tony Kurc (JIRA)" <ji...@apache.org> on 2015/12/02 02:40:10 UTC, 5 replies.
- nifi git commit: NIFI-1236 adding prefer IPv4 java arg property for tests to have same env we do in prod - posted by jo...@apache.org on 2015/12/02 02:56:23 UTC, 0 replies.
- [jira] [Created] (NIFI-1238) If "nifi.sh stop" is run and the connection times out, nifi is restarted instead of stopped - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 03:01:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1238) If "nifi.sh stop" is run and the connection times out, nifi is restarted instead of stopped - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 03:03:10 UTC, 2 replies.
- [jira] [Updated] (NIFI-1054) correct inconstent line ending characters - posted by "Tony Kurc (JIRA)" <ji...@apache.org> on 2015/12/02 03:04:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1238) If "nifi.sh stop" is run and the connection times out, nifi is restarted instead of stopped - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 03:06:11 UTC, 2 replies.
- [jira] [Commented] (NIFI-1237) TestListenSyslog has a race condition? - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/02 04:24:10 UTC, 1 replies.
- [01/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:07 UTC, 0 replies.
- [02/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:08 UTC, 0 replies.
- [03/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:09 UTC, 0 replies.
- [04/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:10 UTC, 0 replies.
- [05/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:11 UTC, 0 replies.
- [06/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:12 UTC, 0 replies.
- [07/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:13 UTC, 0 replies.
- [08/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:14 UTC, 0 replies.
- [09/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:15 UTC, 0 replies.
- [10/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:16 UTC, 0 replies.
- [11/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:17 UTC, 0 replies.
- [12/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:18 UTC, 0 replies.
- [13/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:19 UTC, 0 replies.
- [14/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:20 UTC, 0 replies.
- [15/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:21 UTC, 0 replies.
- [16/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:22 UTC, 0 replies.
- [17/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:23 UTC, 0 replies.
- [18/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:24 UTC, 0 replies.
- [19/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:25 UTC, 0 replies.
- [20/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:26 UTC, 0 replies.
- [21/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:27 UTC, 0 replies.
- [22/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:28 UTC, 0 replies.
- [23/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:29 UTC, 0 replies.
- [24/24] nifi git commit: NIFI-1054: Fixed DOS line endings in xml, java and js source files - posted by tk...@apache.org on 2015/12/02 04:51:30 UTC, 0 replies.
- [1/2] nifi git commit: NIFI-1238: Ensure that if we timeout when communicating with NiFi and do a kill -9 that we also delete the status file; otherwise, the already-running bootstrap will restart nifi - posted by jo...@apache.org on 2015/12/02 05:12:40 UTC, 0 replies.
- [2/2] nifi git commit: NIFI-1237 Reducing number of messages sent in testBatching() to be less than size of ListenSyslog's internal queue - posted by jo...@apache.org on 2015/12/02 05:12:41 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1227) ListenSyslog should support TLS - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/02 16:09:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1040) Refactor JMS Processors to use Controller Services for JMS Providers - posted by "Michael Moser (JIRA)" <ji...@apache.org> on 2015/12/02 16:23:10 UTC, 1 replies.
- [jira] [Commented] (NIFI-1201) Allow ExecuteSQL to run queries with that use a variable timestamp or sequence id - posted by "Daniel Cave (JIRA)" <ji...@apache.org> on 2015/12/02 20:05:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-34) Mock Framework should provide option to detect common bad practices/bugs - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 20:06:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-34) Mock Framework should provide option to detect common bad practices/bugs - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 20:06:11 UTC, 0 replies.
- [jira] [Comment Edited] (NIFI-1201) Allow ExecuteSQL to run queries with that use a variable timestamp or sequence id - posted by "Daniel Cave (JIRA)" <ji...@apache.org> on 2015/12/02 20:29:11 UTC, 1 replies.
- [jira] [Created] (NIFI-1239) ConvertJSONToSQL should cache results from database resultset metadata - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 21:07:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1240) SecureRandom is improperly seeded with current time - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/02 21:33:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1240) SecureRandom is improperly seeded with current time - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/02 21:38:11 UTC, 1 replies.
- [jira] [Assigned] (NIFI-1240) SecureRandom is improperly seeded with current time - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/02 21:38:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1241) PutSQL does not support Boolean, Numeric, or Decimal data types - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 21:39:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1241) PutSQL does not support Boolean, Numeric, or Decimal data types - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 21:40:11 UTC, 3 replies.
- [jira] [Created] (NIFI-1242) Password-based encryption is not compatible with OpenSSL - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/02 21:41:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1243) StandardProcessSession throws NPE when it attempts to close "currentReadClaimStream" - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/02 21:55:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1243) StandardProcessSession throws NPE when it attempts to close "currentReadClaimStream" - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/02 21:56:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1242) Password-based encryption is not compatible with OpenSSL - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/02 22:04:11 UTC, 24 replies.
- [jira] [Commented] (NIFI-1243) StandardProcessSession throws NPE when it attempts to close "currentReadClaimStream" - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/02 22:15:10 UTC, 3 replies.
- [jira] [Updated] (NIFI-1243) StandardProcessSession throws NPE when it attempts to close "currentReadClaimStream" - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/02 22:21:11 UTC, 0 replies.
- nifi git commit: NIFI-1243 This closes #137. added null check for 'currentReadClaimStream' . . .before it is being closed - posted by jo...@apache.org on 2015/12/02 22:24:19 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1243) StandardProcessSession throws NPE when it attempts to close "currentReadClaimStream" - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/02 22:28:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1240) SecureRandom is improperly seeded with current time - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/02 22:30:11 UTC, 17 replies.
- [jira] [Updated] (NIFI-1244) ConvertJSONToSQL does not allow a Schema to be configured - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 22:37:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1244) ConvertJSONToSQL does not allow a Schema to be configured - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 22:37:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1239) ConvertJSONToSQL should cache results from database resultset metadata - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 22:38:11 UTC, 2 replies.
- [jira] [Commented] (NIFI-1239) ConvertJSONToSQL should cache results from database resultset metadata - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 22:38:11 UTC, 2 replies.
- [jira] [Comment Edited] (NIFI-1239) ConvertJSONToSQL should cache results from database resultset metadata - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 22:38:11 UTC, 1 replies.
- [jira] [Assigned] (NIFI-1244) ConvertJSONToSQL does not allow a Schema to be configured - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/02 22:39:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1227) ListenSyslog should support TLS - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/02 22:49:11 UTC, 1 replies.
- [jira] [Commented] (NIFI-1241) PutSQL does not support Boolean, Numeric, or Decimal data types - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/02 22:52:11 UTC, 14 replies.
- [jira] [Comment Edited] (NIFI-1241) PutSQL does not support Boolean, Numeric, or Decimal data types - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/02 22:53:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1244) ConvertJSONToSQL does not allow a Schema to be configured - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/02 23:31:11 UTC, 3 replies.
- [1/2] nifi git commit: NIFI-1239: Fixed bug that caused the cache to hold 0 elements instead of 100 - posted by ma...@apache.org on 2015/12/02 23:41:30 UTC, 0 replies.
- [2/2] nifi git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/nifi - posted by ma...@apache.org on 2015/12/02 23:41:31 UTC, 2 replies.
- nifi git commit: NIFI-1240: - posted by al...@apache.org on 2015/12/03 01:45:26 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1240) SecureRandom is improperly seeded with current time - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/03 01:47:10 UTC, 0 replies.
- nifi git commit: NIFI-1234 Augmenting container handling functionality for single Avro records and adjusting formatting in ConvertAvroToJSON. - posted by tk...@apache.org on 2015/12/03 02:18:21 UTC, 0 replies.
- [jira] [Reopened] (NIFI-1240) SecureRandom is improperly seeded with current time - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/03 02:43:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1215) UI exposes a slider for Run Duration even for Processors that do not support it - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 14:53:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1206) UI icon for disable/enable becomes selectable when a connection is clicked - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 14:56:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1185) when clustered, displayed banner should come from NCM nifi.properties file instead of Node - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 14:57:10 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1199) Display processor name/type in the lineage diagram tooltips - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 14:57:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1104) Content viewer uses output claim mime type for input claim - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 14:59:11 UTC, 4 replies.
- [jira] [Assigned] (NIFI-1104) Content viewer uses output claim mime type for input claim - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 14:59:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1199) Display processor name/type in the lineage diagram tooltips - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:00:13 UTC, 0 replies.
- [jira] [Updated] (NIFI-1206) UI icon for disable/enable becomes selectable when a connection is clicked - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:00:14 UTC, 4 replies.
- [jira] [Updated] (NIFI-1185) when clustered, displayed banner should come from NCM nifi.properties file instead of Node - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:00:14 UTC, 4 replies.
- [jira] [Assigned] (NIFI-1115) Tokenize processor descriptions for searching for processors to add - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:01:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1115) Tokenize processor descriptions for searching for processors to add - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:01:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1119) Right-click -> Refresh must also refresh the flow revision - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:02:10 UTC, 3 replies.
- [jira] [Assigned] (NIFI-1119) Right-click -> Refresh must also refresh the flow revision - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:02:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1120) Add a dedicated Refresh button on the toolbar - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:03:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1120) Add a dedicated Refresh button on the toolbar - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:03:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-956) Occasionally the New Processor Dialog is rendered with no types - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 15:16:11 UTC, 2 replies.
- [jira] [Commented] (NIFI-1227) ListenSyslog should support TLS - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/03 15:45:10 UTC, 8 replies.
- nifi git commit: NIFI-1244: Incorporate Schema Name property - posted by ma...@apache.org on 2015/12/03 15:48:46 UTC, 0 replies.
- nifi git commit: NIFI-1241: Incorporate Boolean, Numeric, and Decimal data types for PutSQL - posted by ma...@apache.org on 2015/12/03 16:02:49 UTC, 0 replies.
- [jira] [Comment Edited] (NIFI-1227) ListenSyslog should support TLS - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/03 17:04:11 UTC, 1 replies.
- nifi git commit: NIFI-1227 Adding SSL/TLS support to Syslog processors -Removing connection creation from PutSyslog onScheduled, and reusing constructor in SSLSocketChannel -Reducing visiblity of inner classes - posted by bb...@apache.org on 2015/12/03 17:49:27 UTC, 0 replies.
- [1/2] nifi git commit: NIFI-1241: Fixed checkstyle violation that slipped through - posted by ma...@apache.org on 2015/12/03 18:13:42 UTC, 0 replies.
- [jira] [Created] (NIFI-1245) In depth Single Template Details - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/03 18:59:10 UTC, 0 replies.
- [jira] [Commented] (NIFI-1245) In depth Single Template Details - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/03 19:12:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1246) ListFiles fails with Error message indicating wrong type of path - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/03 19:31:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1246) ListFiles fails when using a relative path - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/03 19:42:11 UTC, 3 replies.
- [jira] [Commented] (NIFI-1246) ListFiles fails when using a relative path - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/03 19:44:11 UTC, 10 replies.
- [jira] [Created] (NIFI-1247) ConvertJSONToSQL incorrectly handles UnmatchedFieldBehaviour for Update case - posted by "Daniel Cave (JIRA)" <ji...@apache.org> on 2015/12/03 19:44:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1247) ConvertJSONToSQL incorrectly handles UnmatchedFieldBehaviour for Update case - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/03 20:03:11 UTC, 5 replies.
- [jira] [Updated] (NIFI-1247) ConvertJSONToSQL incorrectly handles UnmatchedFieldBehaviour for Update case - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/03 20:03:11 UTC, 2 replies.
- nifi git commit: nifi-1247 Correction for check of UnmatchedFieldBehaviour in generateUpdate to match generateInsert correct functionality - posted by ma...@apache.org on 2015/12/03 20:15:21 UTC, 0 replies.
- nifi git commit: NIFI-1240 removing explicit reference to SUN provider. Not necessary for our use and ties us to Sun or JREs with Sun JCE available. Favoring no-args constructor instantiation of SecureRandom for greater flexibility in choosing from avai - posted by al...@apache.org on 2015/12/03 20:46:57 UTC, 0 replies.
- [jira] [Created] (NIFI-1248) UI does not show progress when emptying queue - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 22:10:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1248) UI does not show progress when emptying queue - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 22:32:11 UTC, 3 replies.
- [1/3] nifi git commit: NIFI-1246: When calculating relative paths, ensure that we have an absolute path - posted by ma...@apache.org on 2015/12/03 22:35:46 UTC, 0 replies.
- [2/3] nifi git commit: Merge branch 'NIFI-1246' - posted by ma...@apache.org on 2015/12/03 22:35:47 UTC, 0 replies.
- [3/3] nifi git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/nifi - posted by ma...@apache.org on 2015/12/03 22:35:48 UTC, 0 replies.
- [jira] [Commented] (NIFI-1248) UI does not show progress when emptying queue - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/03 22:52:10 UTC, 2 replies.
- nifi git commit: NIFI-1248: - Initializing the actions file which ensures the progress bar is initialized. - posted by mc...@apache.org on 2015/12/04 00:20:32 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1248) UI does not show progress when emptying queue - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/04 00:50:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1249) Allow ReplaceText expression language functions to access matching group values - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/04 03:59:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1242) Password-based encryption is not compatible with OpenSSL - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/04 14:28:10 UTC, 2 replies.
- [jira] [Updated] (NIFI-1249) Allow ReplaceText expression language functions to access matching group values - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/04 14:30:10 UTC, 3 replies.
- [jira] [Created] (NIFI-1250) Admin Guide and nifi.properties references ContentType as an indexable property. This is not valid. - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/04 16:45:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1250) Admin Guide and nifi.properties references ContentType as an indexable property. This is not valid. - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/04 18:43:10 UTC, 0 replies.
- [jira] [Commented] (NIFI-1250) Admin Guide and nifi.properties references ContentType as an indexable property. This is not valid. - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/04 18:46:10 UTC, 2 replies.
- [jira] [Commented] (NIFI-1249) Allow ReplaceText expression language functions to access matching group values - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/04 18:49:11 UTC, 3 replies.
- nifi git commit: NIFI-1250 removed erroneous ContentType reference and added docs for attributes to index - posted by mc...@apache.org on 2015/12/04 18:58:36 UTC, 0 replies.
- [jira] [Created] (NIFI-1251) Allow ExecuteSQL to send out large result sets in chunks - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/04 19:27:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1252) The FetchSFTP processor has inconsistent behavior when using public/private keys for login - posted by "David A. Wynne (JIRA)" <ji...@apache.org> on 2015/12/04 19:33:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1253) ConvertJSONToAvro doesn't fully validate schema before scheduling - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/04 20:14:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1254) GetJMSQueue and GetJMSTopic have unnecessary Destination Type property - posted by "Michael Moser (JIRA)" <ji...@apache.org> on 2015/12/04 20:22:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1254) GetJMSQueue and GetJMSTopic have unnecessary Destination Type property - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/04 20:32:11 UTC, 2 replies.
- [jira] [Updated] (NIFI-1254) GetJMSQueue and GetJMSTopic have unnecessary Destination Type property - posted by "Michael Moser (JIRA)" <ji...@apache.org> on 2015/12/04 20:32:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1255) Evaluate JCE cryptography with PBE and limited strength cryptography - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/04 21:05:11 UTC, 0 replies.
- [1/2] nifi git commit: NIFI-1254 remove Destination Type property from GetJMSQueue and GetJMSTopic - posted by ma...@apache.org on 2015/12/04 21:14:22 UTC, 0 replies.
- [jira] [Created] (NIFI-1256) Allow RouteText to use Expression Language to route lines - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/04 21:25:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1257) Provide additional KDFs for EncryptContent - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/04 21:31:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1258) Add getDelimitedField method to Expression Language - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/04 21:35:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1259) Provide keyed symmetric encryption capability - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/04 21:35:11 UTC, 0 replies.
- [1/3] nifi git commit: NIFI-1249: Allow Processors to add their own variables to those referencable by Expression Language. Make ReplaceText allow users to reference back-references of regex matches - posted by ma...@apache.org on 2015/12/04 22:39:28 UTC, 0 replies.
- [2/3] nifi git commit: NIFI-1249: Allow Processors to add their own variables to those referencable by Expression Language. Make ReplaceText allow users to reference back-references of regex matches - posted by ma...@apache.org on 2015/12/04 22:39:29 UTC, 0 replies.
- [3/3] nifi git commit: Merge branch 'NIFI-1249' - posted by ma...@apache.org on 2015/12/04 22:39:30 UTC, 0 replies.
- nifi git commit: NIFI-1242: - posted by al...@apache.org on 2015/12/05 02:10:25 UTC, 0 replies.
- [jira] [Updated] (NIFI-1122) Conduct 0.4.0 release. - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/05 04:08:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1251) Allow ExecuteSQL to send out large result sets in chunks - posted by "Toivo Adams (JIRA)" <ji...@apache.org> on 2015/12/05 12:39:10 UTC, 0 replies.
- [01/11] nifi git commit: NIFI-1122 RC1prepare release nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:21:52 UTC, 0 replies.
- [02/11] nifi git commit: NIFI-1122 RC1prepare release nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:21:53 UTC, 0 replies.
- [03/11] nifi git commit: NIFI-1122 RC1prepare release nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:21:54 UTC, 0 replies.
- [04/11] nifi git commit: [maven-release-plugin] rollback the release of nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:21:55 UTC, 0 replies.
- [05/11] nifi git commit: [maven-release-plugin] rollback the release of nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:21:56 UTC, 0 replies.
- [06/11] nifi git commit: [maven-release-plugin] rollback the release of nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:21:57 UTC, 0 replies.
- [07/11] nifi git commit: NIFI-1122 RC1prepare release nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:21:58 UTC, 0 replies.
- [08/11] nifi git commit: NIFI-1122 RC1prepare release nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:21:59 UTC, 0 replies.
- [09/11] nifi git commit: NIFI-1122 RC1prepare release nifi-0.4.0-RC1 - posted by jo...@apache.org on 2015/12/06 03:22:00 UTC, 0 replies.
- [10/11] nifi git commit: NIFI-1122 RC1prepare for next development iteration - posted by jo...@apache.org on 2015/12/06 03:22:01 UTC, 0 replies.
- [11/11] nifi git commit: NIFI-1122 RC1prepare for next development iteration - posted by jo...@apache.org on 2015/12/06 03:22:02 UTC, 0 replies.
- [jira] [Commented] (NIFI-1122) Conduct 0.4.0 release. - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/06 03:22:11 UTC, 14 replies.
- svn commit: r11437 - in /dev/nifi: nifi-0.2.1/ nifi-0.4.0/ - posted by jo...@apache.org on 2015/12/06 04:12:10 UTC, 0 replies.
- Git Push Summary - posted by jo...@apache.org on 2015/12/06 04:20:10 UTC, 0 replies.
- [jira] [Commented] (NIFI-528) Add support to specify a timeout on ExecuteStreamCommand, ExecuteScript, and ExecuteProcess - posted by "Toivo Adams (JIRA)" <ji...@apache.org> on 2015/12/06 13:43:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1260) Centos 6.7 and Fedora 23 NiFi build fails to start - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/07 05:06:10 UTC, 0 replies.
- [jira] [Commented] (NIFI-1260) Centos 6.7 and Fedora 23 NiFi build fails to start - posted by "Tony Kurc (JIRA)" <ji...@apache.org> on 2015/12/07 05:52:10 UTC, 4 replies.
- [jira] [Created] (NIFI-1261) TestListFile fails on windows - posted by "Tony Kurc (JIRA)" <ji...@apache.org> on 2015/12/07 06:13:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1261) TestListFile fails on windows - posted by "Tony Kurc (JIRA)" <ji...@apache.org> on 2015/12/07 06:32:10 UTC, 1 replies.
- svn commit: r11455 - /dev/nifi/nifi-0.4.0/ - posted by jo...@apache.org on 2015/12/07 14:37:48 UTC, 0 replies.
- [nifi] Git Push Summary - posted by jo...@apache.org on 2015/12/07 14:41:07 UTC, 5 replies.
- [jira] [Created] (NIFI-1262) StandardGangliaReporter should report metrics to Ganglia 3.1 and above - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/07 15:45:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1263) TestTailFile fails on windows - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/07 15:52:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1263) TestTailFile fails on windows - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/07 15:54:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1264) Allow ReportingTask to be scheduled on Primary Node - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/07 16:00:17 UTC, 0 replies.
- [jira] [Commented] (NIFI-1261) TestListFile fails on windows - posted by "Toivo Adams (JIRA)" <ji...@apache.org> on 2015/12/07 16:28:10 UTC, 14 replies.
- [jira] [Commented] (NIFI-1263) TestTailFile fails on windows - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/07 16:40:10 UTC, 2 replies.
- nifi git commit: NIFI-1263: Windows considers last mod time on both rolled over files to be the same, due to the way that windows computes the lastMod time. On linux and os x it is done differently. This is easily solved by adding a small sleep to the un - posted by ma...@apache.org on 2015/12/07 16:56:06 UTC, 0 replies.
- [jira] [Updated] (NIFI-1260) Centos 6.7 and Fedora 23 NiFi build fails to start - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/07 18:21:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1262) StandardGangliaReporter should report metrics to Ganglia 3.1 and above - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/07 18:23:11 UTC, 1 replies.
- [jira] [Assigned] (NIFI-1260) Centos 6.7 and Fedora 23 NiFi build fails to start - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/07 19:11:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1265) Precompiling message-page.jsp causes runtime error in CentOS 6.7 and Fedora 23 - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/07 19:48:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1266) Add NOTICE file to LDAP provider NAR - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/07 20:13:10 UTC, 3 replies.
- [jira] [Created] (NIFI-1266) Add NOTICE file to LDAP provider NAR - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/07 20:13:10 UTC, 0 replies.
- [jira] [Commented] (NIFI-1266) Add NOTICE file to LDAP provider NAR - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/07 21:05:11 UTC, 2 replies.
- [1/2] nifi git commit: NIFI-1260: - Not pre-compiling message-page as it seems to be causign some runtime errors in some environments. - posted by mc...@apache.org on 2015/12/07 21:09:39 UTC, 0 replies.
- [2/2] nifi git commit: NIFI-1266: - Adding license file for LDAP provider NAR. - Adding spring security to NOTICE where appropriate. - posted by mc...@apache.org on 2015/12/07 21:09:40 UTC, 0 replies.
- [1/2] nifi git commit: NIFI-1261: Use consistent file separators for ListFile / TestListFile based on what the Operating System uses - posted by ma...@apache.org on 2015/12/07 21:13:21 UTC, 0 replies.
- [2/2] nifi git commit: Merge branch 'NIFI-1261' - posted by ma...@apache.org on 2015/12/07 21:13:22 UTC, 0 replies.
- [jira] [Created] (NIFI-1267) TestPutHDFS testPutFileWithException assumes permission changes will matter - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/07 22:48:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1268) New Processor icon stays on graph - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/07 22:51:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1268) New Processor icon stays on graph - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/07 22:53:11 UTC, 1 replies.
- [jira] [Updated] (NIFI-1267) TestPutHDFS testPutFileWithException assumes permission changes will matter - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/07 23:08:11 UTC, 2 replies.
- [jira] [Commented] (NIFI-1267) TestPutHDFS testPutFileWithException assumes permission changes will matter - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/07 23:10:11 UTC, 16 replies.
- [jira] [Commented] (NIFI-956) Occasionally the New Processor Dialog is rendered with no types - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/08 00:10:10 UTC, 4 replies.
- [jira] [Commented] (NIFI-1268) New Processor icon stays on graph - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/08 01:50:11 UTC, 3 replies.
- nifi git commit: NIFI-1268: - In some environments it appears as though the row selection event is triggering when there is no items in the table. Verifying the item was found prior to continuing. - posted by al...@apache.org on 2015/12/08 02:10:32 UTC, 0 replies.
- nifi git commit: NIFI-956: - Initialize the filter controls prior to the new processor table. Because of this, items were being incorrectly filtered on load. - Clean up in web.xml. - posted by al...@apache.org on 2015/12/08 02:38:00 UTC, 0 replies.
- [1/4] nifi git commit: NIFI-1267: Extend processor and force an Exception to be thrown from changeOwner instead of relying on permissions to cause failure, since root user has super permissions and as a result flowfiles are not routed to failure - posted by jo...@apache.org on 2015/12/08 03:12:06 UTC, 0 replies.
- [2/4] nifi git commit: Merge branch 'master' into NIFI-1267 - posted by jo...@apache.org on 2015/12/08 03:12:07 UTC, 0 replies.
- [3/4] nifi git commit: NIFI-1267: TestListFile attempts to ensure that files that are not readable are skipped but the assumptions made are not valid if running as root; removed this check, since it is not reliable - posted by jo...@apache.org on 2015/12/08 03:12:08 UTC, 0 replies.
- [4/4] nifi git commit: NIFI-1267 removed previous technique to force exception in test - posted by jo...@apache.org on 2015/12/08 03:12:09 UTC, 0 replies.
- [jira] [Created] (NIFI-1269) DistributeLoad throws FlowFileHandlingExceptions when a relationshp has backpressure - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/08 03:13:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1269) DistributeLoad throws FlowFileHandlingExceptions when a relationshp has backpressure - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/08 03:15:10 UTC, 1 replies.
- [jira] [Commented] (NIFI-1269) DistributeLoad throws FlowFileHandlingExceptions when a relationshp has backpressure - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/08 03:18:10 UTC, 4 replies.
- [jira] [Created] (NIFI-1270) When a session is rolled back, the Tasks/Time shown on Processors should be updated - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/08 03:22:10 UTC, 0 replies.
- [jira] [Reopened] (NIFI-1267) TestPutHDFS testPutFileWithException assumes permission changes will matter - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/08 03:25:10 UTC, 0 replies.
- [1/2] nifi git commit: NIFI-1269: Ensure that we roll back session if not transferring FlowFile - posted by jo...@apache.org on 2015/12/08 03:43:41 UTC, 0 replies.
- [2/2] nifi git commit: NIFI-1267 needed to remove permissions change - posted by jo...@apache.org on 2015/12/08 03:43:42 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1267) TestPutHDFS testPutFileWithException assumes permission changes will matter - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/08 03:51:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1271) Output Port of an inner process group has high CPU utilization when there is backpressure - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/08 04:06:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1271) Output Port of an inner process group has high CPU utilization when there is backpressure - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/08 04:07:10 UTC, 4 replies.
- [jira] [Commented] (NIFI-1271) Output Port of an inner process group has high CPU utilization when there is backpressure - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/08 04:07:10 UTC, 7 replies.
- nifi git commit: NIFI-1267 addressing unused imports due to contrib-check fail - posted by jo...@apache.org on 2015/12/08 04:34:20 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1267) TestPutHDFS testPutFileWithException assumes permission changes will matter - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/08 04:37:11 UTC, 0 replies.
- nifi git commit: NIFI-1271: Yield funnels and ports for nifi.bored.yield.duration amount of time if backpressure is applied, as we do when there are no input FlowFiles. Adjusting logic for ContinuallyRunProcessorTask#call in determining if there is appro - posted by al...@apache.org on 2015/12/08 17:09:03 UTC, 0 replies.
- [1/5] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare release nifi-0.4.0-RC2 - posted by jo...@apache.org on 2015/12/08 19:43:43 UTC, 0 replies.
- [2/5] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare release nifi-0.4.0-RC2 - posted by jo...@apache.org on 2015/12/08 19:43:44 UTC, 0 replies.
- [3/5] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare release nifi-0.4.0-RC2 - posted by jo...@apache.org on 2015/12/08 19:43:45 UTC, 0 replies.
- [4/5] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare for next development iteration - posted by jo...@apache.org on 2015/12/08 19:43:46 UTC, 0 replies.
- [5/5] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare for next development iteration - posted by jo...@apache.org on 2015/12/08 19:43:47 UTC, 0 replies.
- [jira] [Created] (NIFI-1272) ProcessSession get(int) method returns incorrect number of results - posted by "ian (JIRA)" <ji...@apache.org> on 2015/12/08 20:13:11 UTC, 0 replies.
- svn commit: r11494 - /dev/nifi/nifi-0.4.0/ - posted by jo...@apache.org on 2015/12/08 20:20:44 UTC, 0 replies.
- [jira] [Updated] (NIFI-1272) ProcessSession get(int) method returns incorrect number of results - posted by "ian (JIRA)" <ji...@apache.org> on 2015/12/08 21:39:10 UTC, 3 replies.
- [jira] [Issue Comment Deleted] (NIFI-1272) ProcessSession get(int) method returns incorrect number of results - posted by "ian (JIRA)" <ji...@apache.org> on 2015/12/08 21:39:10 UTC, 0 replies.
- [jira] [Commented] (NIFI-1211) Integrate GitHub mirror with Travis CI - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/09 04:38:11 UTC, 2 replies.
- nifi git commit: NIFI-1211 Adding a .travis.yml to provide CI and adding an exclusion for this file in the RAT check configuration. Adding Travis CI build status graphic to README - posted by al...@apache.org on 2015/12/09 16:34:12 UTC, 0 replies.
- [jira] [Updated] (NIFI-1251) Allow ExecuteSQL to send out large result sets in chunks - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/09 17:45:11 UTC, 1 replies.
- [jira] [Assigned] (NIFI-210) Scala Support for ExecuteScript Processor - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/09 22:15:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-210) Provide an ExecuteScript processor - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/09 22:15:11 UTC, 4 replies.
- [jira] [Created] (NIFI-1273) Add support for RELP in ListenSyslog - posted by "Tony Kurc (JIRA)" <ji...@apache.org> on 2015/12/10 04:22:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-108) DFM should be allowed to inspect/interact with FlowFiles on a Connection - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/10 17:29:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-951) Streamline visual flow design - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/10 17:30:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1274) Kerberos based authentication - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/10 17:30:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1145) TestStandardFlowFileQueue#testDropSwappedFlowFiles fails in certain environments - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/10 17:31:11 UTC, 0 replies.
- [jira] [Created] (NIFI-1275) Add processor(s) support for Elasticsearch - posted by "Matt Burgess (JIRA)" <ji...@apache.org> on 2015/12/10 17:31:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1145) TestStandardFlowFileQueue#testDropSwappedFlowFiles fails in certain environments - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/10 17:31:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-259) Framework should offer Processors/extensions a way to manage simple state - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/10 17:33:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-259) Framework should offer Processors/extensions a way to manage simple state - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/10 17:33:11 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1202) Allow user to configure Batch Size for site-to-site - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/10 17:36:10 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1008) NiFi should swap out FlowFiles to disk even before the session is committed - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/10 17:36:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1276) Add properties to AmbariReportingTask to optionally send JVM metrics - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/10 17:37:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1277) Audit current use of cryptography throughout application - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/10 17:56:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1255) Evaluate JCE cryptography with PBE and limited strength cryptography - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/10 17:56:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1257) Provide additional KDFs for EncryptContent - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/10 17:56:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1259) Provide keyed symmetric encryption capability - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/10 17:57:10 UTC, 0 replies.
- [jira] [Updated] (NIFI-1275) Add processor(s) support for Elasticsearch - posted by "Matt Burgess (JIRA)" <ji...@apache.org> on 2015/12/10 17:58:11 UTC, 0 replies.
- [jira] [Resolved] (NIFI-823) Evaluate / provide integration with Apache Flink - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/10 18:52:11 UTC, 0 replies.
- [jira] [Resolved] (NIFI-727) TestJdbcHugeStream takes too long - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/10 18:54:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-727) TestJdbcHugeStream takes too long - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/10 18:54:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-856) Add Processor for Lumberjack protocol - posted by "Andre (JIRA)" <ji...@apache.org> on 2015/12/11 07:58:11 UTC, 1 replies.
- [jira] [Created] (NIFI-1278) Spurious error in logs on startup / shutdown - posted by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/12/11 11:38:11 UTC, 0 replies.
- [jira] [Updated] (NIFI-1278) Spurious error in logs on startup / shutdown - posted by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/12/11 11:41:10 UTC, 0 replies.
- [jira] [Commented] (NIFI-1278) Spurious error in logs on startup / shutdown - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/11 14:40:10 UTC, 1 replies.
- [jira] [Created] (NIFI-1279) OldestFlowFileFirst, NewestFlowFileFirst prioritizers don't work if two FlowFiles have same timestamp - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/11 15:38:10 UTC, 0 replies.
- [jira] [Created] (NIFI-1280) Create FilterCSVColumns Processor - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/11 17:08:11 UTC, 0 replies.
- [jira] [Commented] (NIFI-1104) Content viewer uses output claim mime type for input claim - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/11 17:12:11 UTC, 1 replies.
- nifi git commit: NIFI-1104: - Using the appropriate attributes based on the content direction. - posted by mc...@apache.org on 2015/12/11 17:14:45 UTC, 0 replies.
- svn commit: r11558 - /release/nifi/0.4.0/ - posted by jo...@apache.org on 2015/12/11 23:08:45 UTC, 0 replies.
- svn commit: r11559 - /release/nifi/0.4.0/ - posted by jo...@apache.org on 2015/12/11 23:20:25 UTC, 0 replies.
- svn commit: r11560 - /dev/nifi/nifi-0.4.0/ /release/nifi/0.4.0/ - posted by jo...@apache.org on 2015/12/11 23:21:31 UTC, 0 replies.
- [1/6] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare release nifi-0.4.0-RC2 - posted by jo...@apache.org on 2015/12/11 23:25:40 UTC, 0 replies.
- [2/6] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare release nifi-0.4.0-RC2 - posted by jo...@apache.org on 2015/12/11 23:25:41 UTC, 0 replies.
- [3/6] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare release nifi-0.4.0-RC2 - posted by jo...@apache.org on 2015/12/11 23:25:42 UTC, 0 replies.
- [4/6] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare for next development iteration - posted by jo...@apache.org on 2015/12/11 23:25:43 UTC, 0 replies.
- [5/6] nifi git commit: NIFI-1122_nifi-0.4.0-RC2prepare for next development iteration - posted by jo...@apache.org on 2015/12/11 23:25:44 UTC, 0 replies.
- [6/6] nifi git commit: NIFI-1122 release vote passess. Merge branch 'NIFI-1122_nifi-0.4.0-RC2' - posted by jo...@apache.org on 2015/12/11 23:25:45 UTC, 0 replies.
- nifi-site git commit: NIFI-1122 updating for release - posted by jo...@apache.org on 2015/12/12 00:42:38 UTC, 0 replies.
- svn commit: r1719599 - in /nifi/site/trunk: download.html release-guide.html - posted by jo...@apache.org on 2015/12/12 00:43:15 UTC, 0 replies.
- svn commit: r11562 - /release/nifi/0.3.0/ - posted by jo...@apache.org on 2015/12/12 00:44:58 UTC, 0 replies.
- svn commit: r1719609 [10/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.ap... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [12/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.ap... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [2/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [5/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [7/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [3/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [1/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [9/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [8/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [11/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.ap... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [6/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719609 [4/12] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi.couchbase.CouchbaseClusterService/ components/org.apache.nifi.hbase.GetHBase/ components/org.apache.nifi.hbase.HBase_1_1_2_ClientService/ components/org.apa... - posted by jo...@apache.org on 2015/12/12 01:55:23 UTC, 0 replies.
- svn commit: r1719610 - /nifi/site/trunk/docs/nifi-docs/index.html - posted by jo...@apache.org on 2015/12/12 01:57:53 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1122) Conduct 0.4.0 release. - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/12 02:01:53 UTC, 0 replies.
- nifi-site git commit: NIFI-1122 - posted by jo...@apache.org on 2015/12/12 02:16:51 UTC, 0 replies.
- svn commit: r1719614 - /nifi/site/trunk/release-guide.html - posted by jo...@apache.org on 2015/12/12 02:17:40 UTC, 0 replies.
- [jira] [Updated] (NIFI-1235) Add description of how to bend connections to User Guide - posted by "Jennifer Patricia Barnabee (JIRA)" <ji...@apache.org> on 2015/12/13 14:24:46 UTC, 1 replies.
- [jira] [Updated] (NIFI-1078) ${now()} returns string dates instead of a number of milliseconds - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/13 15:50:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1078) ${now()} returns string dates instead of a number of milliseconds - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/13 15:51:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-982) Merge Content issues - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/14 02:20:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-982) Merge Content issues - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/14 02:55:46 UTC, 1 replies.
- nifi-site git commit: NIFI-1122 adding faq reference - posted by jo...@apache.org on 2015/12/14 13:23:19 UTC, 0 replies.
- svn commit: r1719888 - /nifi/site/trunk/faq.html - posted by jo...@apache.org on 2015/12/14 13:23:57 UTC, 0 replies.
- [jira] [Updated] (NIFI-1258) Add getDelimitedField method to Expression Language - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/14 14:46:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1281) Investigate performance when queues are swapping heavily - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/14 14:52:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1281) Investigate performance when queues are swapping heavily - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/14 14:55:46 UTC, 1 replies.
- [jira] [Commented] (NIFI-1119) Right-click -> Refresh must also refresh the flow revision - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/14 15:43:46 UTC, 5 replies.
- [jira] [Commented] (NIFI-1185) when clustered, displayed banner should come from NCM nifi.properties file instead of Node - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/14 15:55:46 UTC, 2 replies.
- [jira] [Commented] (NIFI-1206) UI icon for disable/enable becomes selectable when a connection is clicked - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/14 16:34:46 UTC, 7 replies.
- [jira] [Created] (NIFI-1282) Error message for attempting to disabled port doesn't match error message for processors - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/14 17:14:46 UTC, 0 replies.
- svn commit: r1719949 - in /nifi/site/trunk: developer-guide.html docs.html download.html faq.html index.html licensing-guide.html mailing_lists.html people.html quickstart.html release-guide.html videos.html - posted by mc...@apache.org on 2015/12/14 17:23:00 UTC, 0 replies.
- nifi-site git commit: NIFI-1122: - Adding a Release Notes link to the Download top menu. - posted by mc...@apache.org on 2015/12/14 17:23:10 UTC, 0 replies.
- nifi git commit: NIFI-1119: - Also refreshing flow revision when the user clicks Refresh status. - posted by mc...@apache.org on 2015/12/14 18:42:59 UTC, 0 replies.
- [jira] [Commented] (NIFI-1265) Precompiling message-page.jsp causes runtime error in CentOS 6.7 and Fedora 23 - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/14 21:05:46 UTC, 0 replies.
- nifi-site git commit: Adding myself - posted by jp...@apache.org on 2015/12/14 22:47:10 UTC, 0 replies.
- svn commit: r1720030 - in /nifi/site/trunk: assets/js/foundation.js people.html - posted by jp...@apache.org on 2015/12/14 23:41:52 UTC, 0 replies.
- nifi-site git commit: NIFI-1122: - Reorganizing the README to attempt to address the formatting issues. - posted by mc...@apache.org on 2015/12/15 01:19:13 UTC, 0 replies.
- nifi git commit: NIFI-1206: - Only enabling the enable/disable toolbar icon when appropriate. - posted by jp...@apache.org on 2015/12/15 06:13:31 UTC, 0 replies.
- [jira] [Reopened] (NIFI-1119) Right-click -> Refresh must also refresh the flow revision - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/15 14:15:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1283) Documentation wrong for ControllerStatusReportingTask - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/15 15:11:46 UTC, 0 replies.
- nifi git commit: NIFI-1119: - Addressing race condition that caused the revision to be checked before the flow was loaded. - posted by jp...@apache.org on 2015/12/15 16:06:13 UTC, 0 replies.
- [jira] [Created] (NIFI-1284) Unable to serialize SiteToSiteClientConfig - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/15 18:24:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1284) Unable to serialize SiteToSiteClientConfig - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/15 18:40:46 UTC, 3 replies.
- nifi git commit: NIFI-1185: - Using banners from the NCM rather than replicating to a node. - posted by mc...@apache.org on 2015/12/15 18:51:58 UTC, 0 replies.
- [jira] [Commented] (NIFI-1164) Race condition during initialization of ControllerServices - (part due) - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/15 20:55:46 UTC, 14 replies.
- [jira] [Assigned] (NIFI-1284) Unable to serialize SiteToSiteClientConfig - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/15 21:14:46 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1148) Add processor to GetEmail supporting IMAP and POP3 - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/15 21:20:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1148) Add processor to GetEmail supporting IMAP and POP3 - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/15 21:21:46 UTC, 0 replies.
- [jira] [Assigned] (NIFI-981) Add support for Hive JDBC / ExecuteSQL - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/15 21:30:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1285) When FlowFiles are swapped in, they are not read from a Buffered stream - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/15 22:19:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1286) Right clicking labels gives option for Data Provenance - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/15 22:33:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1287) VolatileContentRepository deadlocks in certain scenarios - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/15 22:56:46 UTC, 0 replies.
- [jira] [Reopened] (NIFI-249) Label Text Extends beyond Label - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/15 23:10:47 UTC, 0 replies.
- [jira] [Created] (NIFI-1288) Labels should support move to front/back - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/15 23:18:47 UTC, 0 replies.
- [jira] [Created] (NIFI-1289) Inconsistent bootstrapping of nifi.properties - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/16 02:27:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1290) Document the need for an explicit Validator for a PropertyDescriptor - posted by "Matt Burgess (JIRA)" <ji...@apache.org> on 2015/12/16 03:36:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1290) Document the need for an explicit Validator for a PropertyDescriptor - posted by "Matt Burgess (JIRA)" <ji...@apache.org> on 2015/12/16 04:20:46 UTC, 2 replies.
- [jira] [Updated] (NIFI-1290) Document the need for an explicit Validator for a PropertyDescriptor - posted by "Matt Burgess (JIRA)" <ji...@apache.org> on 2015/12/16 04:24:46 UTC, 3 replies.
- [jira] [Commented] (NIFI-1289) Inconsistent bootstrapping of nifi.properties - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/16 14:30:46 UTC, 9 replies.
- [jira] [Commented] (NIFI-1183) Failed to stop failing processor - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/16 15:00:50 UTC, 0 replies.
- [jira] [Updated] (NIFI-1215) UI exposes a slider for Run Duration even for Processors that do not support it - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/16 15:57:46 UTC, 5 replies.
- [jira] [Commented] (NIFI-518) Adjust run duration options - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/16 16:34:46 UTC, 0 replies.
- [jira] [Comment Edited] (NIFI-518) Adjust run duration options - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/16 16:34:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1215) UI exposes a slider for Run Duration even for Processors that do not support it - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/16 16:47:46 UTC, 1 replies.
- nifi git commit: NIFI-1215: - Only showing the run duration setting when applicable. - Showing the user a warning that a source processor with a non 0 run duration could lose data when NiFi is restarted. - posted by mc...@apache.org on 2015/12/16 16:54:27 UTC, 0 replies.
- [jira] [Created] (NIFI-1291) Move BinFiles to different project - posted by "Joseph Gresock (JIRA)" <ji...@apache.org> on 2015/12/16 17:19:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-981) Add support for Hive JDBC / ExecuteSQL - posted by "Andrew Grande (JIRA)" <ji...@apache.org> on 2015/12/16 18:27:46 UTC, 1 replies.
- [jira] [Created] (NIFI-1292) Add support for searching FlowFile Queues - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/16 18:36:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1218) Upgrade Kafka modules to the latest Kafka release (0.9.0) - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/16 18:50:46 UTC, 14 replies.
- [jira] [Commented] (NIFI-210) Provide an ExecuteScript processor - posted by "Matt Burgess (JIRA)" <ji...@apache.org> on 2015/12/16 18:56:46 UTC, 2 replies.
- nifi git commit: NIFI-108: Built out 'skeleton' of the requests so that web tier can be written against it - posted by ma...@apache.org on 2015/12/16 20:15:09 UTC, 0 replies.
- [jira] [Commented] (NIFI-108) DFM should be allowed to inspect/interact with FlowFiles on a Connection - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/16 20:15:46 UTC, 26 replies.
- [1/2] nifi git commit: NIFI-1218 addressed PR comments - posted by jp...@apache.org on 2015/12/16 20:26:14 UTC, 0 replies.
- [2/2] nifi git commit: NIFI-1218 upgraded Kafka to 0.9.0.0 client API Tested and validated that it is still compatible with 0.8.* Kafka brokers - posted by jp...@apache.org on 2015/12/16 20:26:15 UTC, 0 replies.
- [jira] [Created] (NIFI-1293) Better template creation controls - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/16 20:48:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1294) LDAP Login page provides incorrect error message if credentials are incorrect - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/16 20:59:47 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1183) Failed to stop failing processor - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/16 21:38:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-78) Add interrupt option for stopped processors with active threads - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/16 21:59:46 UTC, 3 replies.
- [jira] [Assigned] (NIFI-78) Add interrupt option for stopped processors with active threads - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/16 22:00:49 UTC, 0 replies.
- [jira] [Created] (NIFI-1295) Add UI option to interrupt a running processor - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/16 22:03:46 UTC, 0 replies.
- [jira] [Comment Edited] (NIFI-78) Add interrupt option for stopped processors with active threads - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/16 22:04:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1296) Add capabilities to Kafka NAR to use new Kafka API (0.9) - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/17 00:26:47 UTC, 0 replies.
- [jira] [Created] (NIFI-1297) NiFi Cluster should persist list of all connected nodes and not just the primary node - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/17 14:09:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1287) VolatileContentRepository deadlocks in certain scenarios - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/17 17:22:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1287) Inefficient thread utilization in VolatileContentRepository - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/17 17:26:46 UTC, 1 replies.
- [jira] [Commented] (NIFI-1287) VolatileContentRepository deadlocks in certain scenarios - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/17 17:26:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1052) Improve flow behavior on refactored processor names/packages - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/17 17:37:46 UTC, 1 replies.
- [jira] [Updated] (NIFI-1298) Limit system diagnostics values to two decimal places - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/17 17:38:46 UTC, 5 replies.
- [jira] [Created] (NIFI-1298) Limit system diagnostics values to two decimal places - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/17 17:38:46 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1298) Limit system diagnostics values to two decimal places - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/17 17:42:46 UTC, 1 replies.
- [jira] [Commented] (NIFI-1284) Unable to serialize SiteToSiteClientConfig - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/17 17:42:46 UTC, 2 replies.
- [jira] [Created] (NIFI-1299) Multiple identical RPGs on a single NiFI share stats which can result in user confusion. - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/17 18:34:46 UTC, 0 replies.
- nifi git commit: NIFI-1290 Document the need for an explicit Validator for a PropertyDescriptor - posted by jo...@apache.org on 2015/12/17 18:36:55 UTC, 0 replies.
- [jira] [Updated] (NIFI-1299) Multiple identical RPGs on a single NiFI share stats which can result in user confusion. - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/17 18:39:46 UTC, 0 replies.
- [jira] [Comment Edited] (NIFI-1299) Multiple identical RPGs on a single NiFI share stats which can result in user confusion. - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/17 18:39:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1300) PutJMS should fail flowfile on commit exception and penalize flowfiles routed to failure. - posted by "Joe Skora (JIRA)" <ji...@apache.org> on 2015/12/17 18:46:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1258) Add getDelimitedField method to Expression Language - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/17 18:57:46 UTC, 2 replies.
- [jira] [Commented] (NIFI-1300) PutJMS should fail flowfile on commit exception and penalize flowfiles routed to failure. - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/17 18:58:46 UTC, 16 replies.
- [jira] [Issue Comment Deleted] (NIFI-1258) Add getDelimitedField method to Expression Language - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/17 19:00:51 UTC, 0 replies.
- nifi git commit: NIFI-108: - Starting to add support for endpoints that will listing flowfiles in a queue. - posted by mc...@apache.org on 2015/12/17 19:03:58 UTC, 0 replies.
- [jira] [Created] (NIFI-1301) RPG can become hung when input port on target NiFi does not accept files because of backpressure - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/17 20:17:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1301) RPG can become hung when input port on target NiFi does not accept files because of backpressure - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/17 20:18:46 UTC, 3 replies.
- [jira] [Assigned] (NIFI-1301) RPG can become hung when input port on target NiFi does not accept files because of backpressure - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/17 20:21:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1301) RPG can become hung when input port on target NiFi does not accept files because of backpressure - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/17 21:01:46 UTC, 4 replies.
- [1/3] nifi git commit: NIFI-108: - Starting to add support for endpoints that will listing flowfiles in a queue. - posted by mc...@apache.org on 2015/12/17 22:14:03 UTC, 0 replies.
- [2/3] nifi git commit: NIFI-108: - Starting to add support for endpoints that will listing flowfiles in a queue. - posted by mc...@apache.org on 2015/12/17 22:14:04 UTC, 0 replies.
- [3/3] nifi git commit: NIFI-108: - Adding checkstyle issues. - posted by mc...@apache.org on 2015/12/17 22:14:05 UTC, 0 replies.
- [jira] [Created] (NIFI-1302) Case where NarClassLoader loading a native library doesn't work - posted by "Michael Moser (JIRA)" <ji...@apache.org> on 2015/12/17 22:50:47 UTC, 0 replies.
- [jira] [Commented] (NIFI-1302) Case where NarClassLoader loading a native library doesn't work - posted by "Michael Moser (JIRA)" <ji...@apache.org> on 2015/12/17 22:52:46 UTC, 7 replies.
- [1/5] nifi git commit: NIFI-108: Implementing ability to list FlowFiles in a queue - posted by ma...@apache.org on 2015/12/17 22:54:20 UTC, 0 replies.
- [2/5] nifi git commit: Merge branch 'NIFI-108' of https://git-wip-us.apache.org/repos/asf/nifi into NIFI-108 - posted by ma...@apache.org on 2015/12/17 22:54:21 UTC, 0 replies.
- [3/5] nifi git commit: NIFI-108: Added merging of response for listing of flowfiles in cluster manager - posted by ma...@apache.org on 2015/12/17 22:54:22 UTC, 0 replies.
- [4/5] nifi git commit: Merge branch 'NIFI-108' of https://git-wip-us.apache.org/repos/asf/nifi into NIFI-108 - posted by ma...@apache.org on 2015/12/17 22:54:23 UTC, 0 replies.
- [5/5] nifi git commit: NIFI-108: Add clusterNodeId to FlowFileSummaryDTO - posted by ma...@apache.org on 2015/12/17 22:54:24 UTC, 0 replies.
- nifi git commit: NIFI-108: - Adding compilation error for IOException from getFlowFile(). - Code clean up. - Javadocs. - posted by mc...@apache.org on 2015/12/17 22:58:24 UTC, 0 replies.
- [1/2] nifi git commit: NIFI-108: Added unit tests; added verifyCanList method to queue; fixed bugs - posted by ma...@apache.org on 2015/12/17 23:32:16 UTC, 0 replies.
- [2/2] nifi git commit: Merge branch 'NIFI-108' of https://git-wip-us.apache.org/repos/asf/nifi into NIFI-108 - posted by ma...@apache.org on 2015/12/17 23:32:17 UTC, 0 replies.
- nifi git commit: NIFI-108: - Verifying two phase commit for queue listing. - Fixing checkstyle. - Ensuring drop and listing requests are merged when created when clustered. - posted by mc...@apache.org on 2015/12/18 00:09:35 UTC, 0 replies.
- [jira] [Updated] (NIFI-1302) Case where NarClassLoader loading a native library doesn't work - posted by "Michael Moser (JIRA)" <ji...@apache.org> on 2015/12/18 00:16:46 UTC, 1 replies.
- nifi git commit: NIFI-108: - Adding initial listing capabilities. - Passing through the sort column and direction. - posted by mc...@apache.org on 2015/12/18 05:05:06 UTC, 0 replies.
- nifi git commit: NIFI-108: - Removing Delete FlowFile button. - Ensuring sort flags are being passed correctly. - Setting column widths. - Also including the cluster node address in the flowfile summaries. - posted by mc...@apache.org on 2015/12/18 14:39:29 UTC, 0 replies.
- [jira] [Created] (NIFI-1303) The run.as user property isn't working as expected - posted by "David A. Wynne (JIRA)" <ji...@apache.org> on 2015/12/18 15:38:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1303) The run.as user property isn't working as expected - posted by "David A. Wynne (JIRA)" <ji...@apache.org> on 2015/12/18 15:40:46 UTC, 2 replies.
- [jira] [Deleted] (NIFI-1303) The run.as user property isn't working as expected - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 15:48:46 UTC, 0 replies.
- nifi git commit: NIFI-1302 find dynamic libraries with standard names - posted by jo...@apache.org on 2015/12/18 16:09:40 UTC, 0 replies.
- [jira] [Created] (NIFI-1304) The run.as property doesn't work as expected - posted by "David A. Wynne (JIRA)" <ji...@apache.org> on 2015/12/18 16:10:46 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1304) The run.as property doesn't work as expected - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/18 16:12:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-404) Update developer guide to explain the NAR's Native Library isolation in addition to ClassLoader isolation - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 16:13:46 UTC, 0 replies.
- nifi git commit: NIFI-108: - Including queue size statistics in listing request. - Showing connection name. - posted by mc...@apache.org on 2015/12/18 16:21:56 UTC, 0 replies.
- nifi git commit: NIFI-108: - Including queue size statistics in listing request. - Ensuring verifyCanList runs when appropriate. - posted by mc...@apache.org on 2015/12/18 16:43:42 UTC, 0 replies.
- [jira] [Updated] (NIFI-1285) When FlowFiles are swapped in, they are not read from a Buffered stream - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 16:47:47 UTC, 2 replies.
- [jira] [Updated] (NIFI-1279) OldestFlowFileFirst, NewestFlowFileFirst prioritizers don't work if two FlowFiles have same timestamp - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 16:49:46 UTC, 1 replies.
- [jira] [Created] (NIFI-1305) Clarify Jacadoc on DistributedMapCacheClient.getAndPutIfAbsent - posted by "Michael Kobit (JIRA)" <ji...@apache.org> on 2015/12/18 16:54:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1286) Right clicking labels gives option for Data Provenance - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 17:05:46 UTC, 2 replies.
- [jira] [Updated] (NIFI-1294) LDAP Login page provides incorrect error message if credentials are incorrect - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 17:11:46 UTC, 2 replies.
- [jira] [Created] (NIFI-1306) Add a lineageStartId field to FlowFile - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 17:15:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1307) Un-deprecate FlowFile.getId() - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 17:17:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1308) Use of UUID.randomUUID is rampant. Is this the best approach? - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 17:25:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1308) Use of UUID.randomUUID is rampant. Is this the best approach? - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 17:26:46 UTC, 2 replies.
- [jira] [Commented] (NIFI-1307) Un-deprecate FlowFile.getId() - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 17:38:46 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1307) Un-deprecate FlowFile.getId() - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 17:38:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1279) OldestFlowFileFirst, NewestFlowFileFirst prioritizers don't work if two FlowFiles have same timestamp - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 17:46:46 UTC, 2 replies.
- [jira] [Commented] (NIFI-1308) Use of UUID.randomUUID is rampant. Is this the best approach? - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 17:55:46 UTC, 0 replies.
- [1/2] nifi git commit: nifi-1272 Fixing a bug in StandardProcessSession.get(int) which returns incorrect number of flowfiles - posted by ma...@apache.org on 2015/12/18 17:56:26 UTC, 0 replies.
- [2/2] nifi git commit: NIFI-1272: Added unit test to verify behavior - posted by ma...@apache.org on 2015/12/18 17:56:27 UTC, 0 replies.
- [jira] [Commented] (NIFI-1272) ProcessSession get(int) method returns incorrect number of results - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/18 17:56:46 UTC, 1 replies.
- [jira] [Resolved] (NIFI-1272) ProcessSession get(int) method returns incorrect number of results - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 17:57:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1298) Limit system diagnostics values to two decimal places - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 18:02:46 UTC, 4 replies.
- [jira] [Commented] (NIFI-1285) When FlowFiles are swapped in, they are not read from a Buffered stream - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 18:04:46 UTC, 2 replies.
- [jira] [Updated] (NIFI-1307) Un-deprecate FlowFile.getId() - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 18:20:46 UTC, 0 replies.
- [1/2] nifi git commit: NIFI-1285: Used a BufferedInputStream when swapping in data - posted by jo...@apache.org on 2015/12/18 18:55:01 UTC, 0 replies.
- [2/2] nifi git commit: NIFI-1279: Take the FlowFile's 1-up id into account for the newest and oldest flowfile prioritizers - posted by jo...@apache.org on 2015/12/18 18:55:02 UTC, 0 replies.
- [jira] [Created] (NIFI-1309) Site-to-Site not automatically requesting an account - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 19:00:50 UTC, 0 replies.
- [jira] [Updated] (NIFI-1309) Site-to-Site not automatically requesting an account - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/18 19:03:46 UTC, 7 replies.
- nifi git commit: NIFI-1284 Creating inner class for SiteToSiteClientConfig to fix serialization issue - posted by bb...@apache.org on 2015/12/18 19:24:48 UTC, 0 replies.
- [jira] [Commented] (NIFI-1309) Site-to-Site not automatically requesting an account - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/18 19:37:46 UTC, 6 replies.
- nifi git commit: NIFI-1309: - Addressing issues around remote process groups automatically issuing new account requests. - Ensuring authorization issues are updated with status refresh. - posted by mc...@apache.org on 2015/12/18 21:59:11 UTC, 0 replies.
- nifi git commit: NIFI-1301: Ensure that when creating site-to-site connection, if remote instance is applying backpressure that we do not block indefinitely waiting for the connection to be made - posted by jo...@apache.org on 2015/12/18 22:34:41 UTC, 0 replies.
- [jira] [Created] (NIFI-1310) S2S data stops to all nodes when one node can not be reached - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/18 22:34:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1310) S2S data stops to all nodes when one node can not be reached - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 22:39:46 UTC, 4 replies.
- [jira] [Assigned] (NIFI-1286) Right clicking labels gives option for Data Provenance - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/18 22:39:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1310) S2S data stops to all nodes when one node can not be reached - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/18 22:50:46 UTC, 4 replies.
- [jira] [Commented] (NIFI-1286) Right clicking labels gives option for Data Provenance - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/18 23:19:46 UTC, 1 replies.
- [1/2] nifi git commit: NIFI-1286: - Removing provenance option from the Label context menu - posted by jo...@apache.org on 2015/12/18 23:20:33 UTC, 0 replies.
- [2/2] nifi git commit: NIFI-1298: - Addressing too many significant digits in the processor load average and [non]heap utilization. - posted by jo...@apache.org on 2015/12/18 23:20:34 UTC, 0 replies.
- [jira] [Commented] (NIFI-1304) The run.as property doesn't work as expected - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/18 23:39:46 UTC, 0 replies.
- nifi git commit: NIFI-1310: Do not yield context when encountering IOException and fixed bug that caused the penalization period for a node not to get set - posted by jo...@apache.org on 2015/12/18 23:40:39 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1304) The run.as property doesn't work as expected - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/18 23:40:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1311) nifi.sh invokes sudo for run.as even if it is the same as user executing - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/19 00:20:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1311) nifi.sh invokes sudo for run.as even if it is the same as user executing - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/19 00:32:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1294) LDAP Login page provides incorrect error message if credentials are incorrect - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/19 03:31:46 UTC, 2 replies.
- nifi git commit: NIFI-1294: - Updating exception handling to account for a possible issue in an dependency. - posted by jo...@apache.org on 2015/12/19 04:09:33 UTC, 0 replies.
- [jira] [Created] (NIFI-1312) Create 0.4.1 release - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/19 04:10:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1218) Upgrade Kafka modules to the latest Kafka release (0.9.0) - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/19 04:57:46 UTC, 3 replies.
- [jira] [Commented] (NIFI-1312) Create 0.4.1 release - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/19 05:02:46 UTC, 3 replies.
- [jira] [Reopened] (NIFI-1218) Upgrade Kafka modules to the latest Kafka release (0.9.0) - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/19 06:01:46 UTC, 0 replies.
- [1/2] nifi git commit: Revert "NIFI-1218 addressed PR comments" - posted by jo...@apache.org on 2015/12/19 06:20:05 UTC, 0 replies.
- [2/2] nifi git commit: Revert "NIFI-1218 upgraded Kafka to 0.9.0.0 client API Tested and validated that it is still compatible with 0.8.* Kafka brokers" - posted by jo...@apache.org on 2015/12/19 06:20:06 UTC, 0 replies.
- [jira] [Created] (NIFI-1313) Unable to delete a ProcessGroup that contains nested ProcessGroup through the UI - posted by "Richard Miskin (JIRA)" <ji...@apache.org> on 2015/12/19 08:20:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1313) Unable to delete a ProcessGroup that contains nested ProcessGroup through the UI - posted by "Richard Miskin (JIRA)" <ji...@apache.org> on 2015/12/19 08:25:46 UTC, 1 replies.
- [jira] [Commented] (NIFI-826) Export templates in a deterministic way - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/19 15:16:46 UTC, 4 replies.
- svn commit: r11669 - /dev/nifi/nifi-0.4.1/ - posted by jo...@apache.org on 2015/12/19 16:34:45 UTC, 0 replies.
- [jira] [Comment Edited] (NIFI-826) Export templates in a deterministic way - posted by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/12/19 18:06:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1314) Encrypt Content appears to dead lock in certain configurations - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/21 04:33:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1314) Encrypt Content appears to live lock in certain configurations - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/21 04:35:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1315) Content Repository appears to not apply strict enough backpressure - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/21 14:23:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1315) Content Repository appears to not apply strict enough backpressure - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/21 14:30:46 UTC, 1 replies.
- [jira] [Commented] (NIFI-987) Add Processor for Writing Events to Riemann - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/21 16:27:46 UTC, 13 replies.
- [jira] [Commented] (NIFI-1315) Content Repository appears to not apply strict enough backpressure - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/21 17:25:47 UTC, 0 replies.
- nifi git commit: NIFI-108: - Adding initial support for viewing flowfile details dialog. - Adding initial support for click to content. - posted by mc...@apache.org on 2015/12/21 17:32:20 UTC, 0 replies.
- [jira] [Created] (NIFI-1316) Allow DetectDuplicate to only detect and not cache - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/21 17:37:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1316) Allow DetectDuplicate to only detect and not cache - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/21 17:38:46 UTC, 1 replies.
- [jira] [Updated] (NIFI-958) Support appending to files for PutHDFS and PutFile - posted by "Scott (JIRA)" <ji...@apache.org> on 2015/12/21 17:49:46 UTC, 1 replies.
- [jira] [Updated] (NIFI-1317) StandardProcessorNode hides 'name' instance variable defined in AbstractConfiguredComponent - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/21 18:26:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1317) StandardProcessorNode hides 'name' instance variable defined in AbstractConfiguredComponent - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/21 18:26:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1318) For each Processor in the canvas we end up with 4 instances of such Processor - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/21 19:00:49 UTC, 0 replies.
- [jira] [Updated] (NIFI-1318) For each Processor in the canvas we end up with 4 instances of such Processor - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/21 19:06:46 UTC, 1 replies.
- nifi git commit: NIFI-108: - Allowing the flowfile details dialog to be draggable. - posted by mc...@apache.org on 2015/12/21 20:00:44 UTC, 0 replies.
- [jira] [Created] (NIFI-1319) ExecuteSQL error when table uses unsigned int - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/21 21:38:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1320) NPE due to the race condition whenever RPG does not get its PG set in time - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/21 22:27:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1319) ExecuteSQL error when table uses unsigned int - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/21 22:58:46 UTC, 1 replies.
- [jira] [Assigned] (NIFI-1319) ExecuteSQL error when table uses unsigned int - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/21 23:01:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1319) ExecuteSQL error when table uses unsigned int - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/22 01:03:46 UTC, 4 replies.
- [jira] [Created] (NIFI-1321) Support appending files in PutFile - posted by "Scott (JIRA)" <ji...@apache.org> on 2015/12/22 08:45:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1321) Support appending files in PutFile - posted by "Scott (JIRA)" <ji...@apache.org> on 2015/12/22 08:46:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1322) Support appending files in PutHDFS - posted by "Scott (JIRA)" <ji...@apache.org> on 2015/12/22 08:46:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1323) UI visual design enhancement - posted by "Rob Moran (JIRA)" <ji...@apache.org> on 2015/12/22 14:36:46 UTC, 0 replies.
- nifi git commit: NIFI-108: - Only showing the flowfile listing table when the listing is successful and the listing is not empty. - posted by mc...@apache.org on 2015/12/22 15:10:14 UTC, 0 replies.
- nifi git commit: NIFI-108: - Reseting the queue stats when closing the listing table. - posted by mc...@apache.org on 2015/12/22 15:41:05 UTC, 0 replies.
- [jira] [Commented] (NIFI-958) Support appending to files for PutHDFS and PutFile - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/22 16:43:46 UTC, 1 replies.
- svn commit: r11698 - /dev/nifi/nifi-0.4.1/ /release/nifi/0.4.1/ - posted by jo...@apache.org on 2015/12/22 16:55:21 UTC, 0 replies.
- [1/4] nifi git commit: NIFI-1312-RC1 prepare release nifi-0.4.1-RC1 - posted by jo...@apache.org on 2015/12/22 19:47:14 UTC, 0 replies.
- [2/4] nifi git commit: NIFI-1312-RC1 prepare release nifi-0.4.1-RC1 - posted by jo...@apache.org on 2015/12/22 19:47:15 UTC, 0 replies.
- [3/4] nifi git commit: NIFI-1312-RC1 prepare for next development iteration - posted by jo...@apache.org on 2015/12/22 19:47:16 UTC, 0 replies.
- [4/4] nifi git commit: NIFI-1312-RC1 prepare for next development iteration - posted by jo...@apache.org on 2015/12/22 19:47:17 UTC, 0 replies.
- [jira] [Commented] (NIFI-810) Create Annotation that indicates that a Processor cannot be scheduled to run without an incoming connection - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/22 19:49:46 UTC, 0 replies.
- nifi-site git commit: NIFI-1312 updating download links - posted by jo...@apache.org on 2015/12/22 20:44:30 UTC, 0 replies.
- svn commit: r1721455 - in /nifi/site/trunk: assets/js/foundation.js download.html - posted by jo...@apache.org on 2015/12/22 20:45:06 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1312) Create 0.4.1 release - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/22 20:47:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1324) Upgrade to correct version of BouncyCastle - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/22 22:57:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1324) Upgrade to correct version of BouncyCastle - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/22 22:58:46 UTC, 1 replies.
- [jira] [Commented] (NIFI-1324) Upgrade to correct version of BouncyCastle - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/22 23:00:47 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1314) Encrypt Content appears to live lock in certain configurations - posted by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2015/12/22 23:11:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1325) Enhance AWS S3 fetch to access bucket across accounts - posted by "Mans Singh (JIRA)" <ji...@apache.org> on 2015/12/23 00:26:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1325) Enhance AWS S3 fetch to access bucket across accounts - posted by "Mans Singh (JIRA)" <ji...@apache.org> on 2015/12/23 01:05:46 UTC, 18 replies.
- [jira] [Updated] (NIFI-810) Create Annotation that indicates that a Processor cannot be scheduled to run without an incoming connection - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/23 02:25:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1325) Enhance AWS S3 fetch to access bucket across accounts - posted by "Mans Singh (JIRA)" <ji...@apache.org> on 2015/12/23 05:27:47 UTC, 2 replies.
- [jira] [Created] (NIFI-1326) ListenSyslog processor should support RELP - posted by "Andre (JIRA)" <ji...@apache.org> on 2015/12/23 13:54:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1326) ListenSyslog processor should support RELP - posted by "Andre (JIRA)" <ji...@apache.org> on 2015/12/23 13:55:46 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1326) ListenSyslog processor should support RELP - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/23 14:07:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1273) Add support for RELP in ListenSyslog - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/23 14:07:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1327) Transitive SNAPSHOT dependency - posted by "Brandon DeVries (JIRA)" <ji...@apache.org> on 2015/12/23 14:44:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-1327) Transitive SNAPSHOT dependency - posted by "Brandon DeVries (JIRA)" <ji...@apache.org> on 2015/12/23 14:45:46 UTC, 1 replies.
- [jira] [Assigned] (NIFI-1273) Add support for RELP in ListenSyslog - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/23 14:52:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1328) PutSQL Error Inserting an integer to a Phoenix table - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/23 15:02:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1329) ControlRate processor should not be penalizing FlowFiles - posted by "Matthew Clarke (JIRA)" <ji...@apache.org> on 2015/12/23 16:00:53 UTC, 0 replies.
- nifi git commit: NIFI-1319 Updating JdbcCommon to check meta.isSigned(i) to determine if Avro schema should use a long or int - posted by bb...@apache.org on 2015/12/23 16:06:50 UTC, 0 replies.
- [jira] [Commented] (NIFI-1328) PutSQL Error Inserting an integer to a Phoenix table - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/23 16:13:46 UTC, 4 replies.
- [jira] [Created] (NIFI-1330) Site-to-Site timeout can occur in the middle of transaction - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/23 16:44:46 UTC, 0 replies.
- [jira] [Created] (NIFI-1331) Consider decoupling EndpointConnectionPool from UI - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/23 17:15:47 UTC, 0 replies.
- [jira] [Commented] (NIFI-1316) Allow DetectDuplicate to only detect and not cache - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/23 17:43:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1330) Site-to-Site timeout can occur in the middle of transaction - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/23 18:11:46 UTC, 0 replies.
- nifi git commit: NIFI-1328 Explicitly setting the parameters based on type in PutSQL, falling back to setObject() - posted by bb...@apache.org on 2015/12/23 19:09:40 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1328) PutSQL Error Inserting an integer to a Phoenix table - posted by "Bryan Bende (JIRA)" <ji...@apache.org> on 2015/12/23 19:10:46 UTC, 0 replies.
- svn commit: r11730 - /release/nifi/0.4.0/ - posted by jo...@apache.org on 2015/12/23 19:58:31 UTC, 0 replies.
- [jira] [Commented] (NIFI-1193) Add Hive support to Kite storage processor - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/23 20:04:46 UTC, 2 replies.
- [jira] [Created] (NIFI-1332) GetHttp throws exception when no content returned - posted by "Matt Burgess (JIRA)" <ji...@apache.org> on 2015/12/23 20:10:46 UTC, 0 replies.
- nifi git commit: NIFI-1289 added support for refreshing properties - Added _getNewInstance()_ operation to NiFiProperties to ensure there is a way to refresh/reload NiFi properties - Fixed javadocs - posted by bb...@apache.org on 2015/12/23 20:30:38 UTC, 0 replies.
- [jira] [Created] (NIFI-1333) FlowController fails to shut down gracefully even though there is nothing going on in the flow - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/23 21:33:46 UTC, 0 replies.
- [jira] [Commented] (NIFI-1333) FlowController fails to shut down gracefully even though there is nothing going on in the flow - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/23 21:43:47 UTC, 3 replies.
- [jira] [Reopened] (NIFI-1289) Inconsistent bootstrapping of nifi.properties - posted by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/12/23 22:28:46 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1327) Transitive SNAPSHOT dependency - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/23 22:36:46 UTC, 0 replies.
- [jira] [Updated] (NIFI-987) Add Processor for Writing Events to Riemann - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/23 23:00:47 UTC, 1 replies.
- [jira] [Commented] (NIFI-1291) Move BinFiles to different project - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/24 15:19:49 UTC, 7 replies.
- nifi git commit: NIFI-1289 reverted new method of NiFiProperties in favor of the localized reflection call in test to refresh properties. - posted by tk...@apache.org on 2015/12/26 16:12:56 UTC, 0 replies.
- [jira] [Created] (NIFI-1334) minor documentation issues - posted by "Lee Laim (JIRA)" <ji...@apache.org> on 2015/12/27 22:14:49 UTC, 0 replies.
- [jira] [Updated] (NIFI-1334) minor documentation issues - posted by "Lee Laim (JIRA)" <ji...@apache.org> on 2015/12/27 22:16:49 UTC, 0 replies.
- [jira] [Assigned] (NIFI-1325) Enhance AWS S3 fetch to access bucket across accounts - posted by "Tony Kurc (JIRA)" <ji...@apache.org> on 2015/12/28 01:11:49 UTC, 0 replies.
- [jira] [Comment Edited] (NIFI-1325) Enhance AWS S3 fetch to access bucket across accounts - posted by "Mans Singh (JIRA)" <ji...@apache.org> on 2015/12/28 15:27:49 UTC, 5 replies.
- [jira] [Commented] (NIFI-1327) Transitive SNAPSHOT dependency - posted by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2015/12/28 18:44:49 UTC, 5 replies.
- [jira] [Created] (NIFI-1335) Unpack Expects Invalid tar Mime Type - posted by "Ricky Saltzer (JIRA)" <ji...@apache.org> on 2015/12/28 19:55:49 UTC, 0 replies.
- [jira] [Commented] (NIFI-1335) Unpack Expects Invalid tar Mime Type - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/28 20:50:49 UTC, 3 replies.
- nifi git commit: NIFI-987 Added Riemann (PutRiemann) Reporting - posted by ri...@apache.org on 2015/12/28 22:13:48 UTC, 0 replies.
- [jira] [Updated] (NIFI-1335) Unpack Expects Invalid tar Mime Type - posted by "Ricky Saltzer (JIRA)" <ji...@apache.org> on 2015/12/28 23:06:49 UTC, 0 replies.
- [jira] [Updated] (NIFI-1335) Make UnpackContent recognize tar mime type from DetectMimeType - posted by "Ricky Saltzer (JIRA)" <ji...@apache.org> on 2015/12/29 01:27:49 UTC, 1 replies.
- nifi-site git commit: Updating to point to release archives - posted by jo...@apache.org on 2015/12/29 15:10:27 UTC, 0 replies.
- svn commit: r1722136 - /nifi/site/trunk/download.html - posted by jo...@apache.org on 2015/12/29 15:11:57 UTC, 0 replies.
- [jira] [Created] (NIFI-1336) PostHTTP does not route to failure in case of Connection failure - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/29 15:12:49 UTC, 0 replies.
- [jira] [Commented] (NIFI-1335) Make UnpackContent recognize tar mime type from DetectMimeType - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/29 17:08:49 UTC, 1 replies.
- [jira] [Commented] (NIFI-1334) minor documentation issues - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/29 17:49:49 UTC, 4 replies.
- nifi git commit: NIFI-1334 fixed minor typos in expression-lang-guide documentation - posted by al...@apache.org on 2015/12/29 18:28:14 UTC, 0 replies.
- [jira] [Commented] (NIFI-358) Document contributing to documentation. - posted by "Lee Laim (JIRA)" <ji...@apache.org> on 2015/12/29 19:48:49 UTC, 1 replies.
- [jira] [Commented] (NIFI-1121) Allow components' properties to depend on one another - posted by "Armand Lemarre (JIRA)" <ji...@apache.org> on 2015/12/30 09:50:49 UTC, 1 replies.
- [jira] [Created] (NIFI-1337) Add Riemann Reporting Task - posted by "Ricky Saltzer (JIRA)" <ji...@apache.org> on 2015/12/30 16:40:49 UTC, 0 replies.
- [jira] [Commented] (NIFI-1337) Add Riemann Reporting Task - posted by "Ricky Saltzer (JIRA)" <ji...@apache.org> on 2015/12/30 16:41:49 UTC, 1 replies.
- [jira] [Updated] (NIFI-1291) Move BinFiles to different project - posted by "Joseph Gresock (JIRA)" <ji...@apache.org> on 2015/12/31 02:51:49 UTC, 0 replies.
- [jira] [Created] (NIFI-1338) InvokeHTTP Documentation implies that only attributes are handled not flowfile content - posted by "James Harrison (JIRA)" <ji...@apache.org> on 2015/12/31 15:25:49 UTC, 0 replies.
- [jira] [Updated] (NIFI-1338) InvokeHTTP Documentation implies that only attributes are handled not flowfile content - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/31 15:35:49 UTC, 0 replies.
- [jira] [Created] (NIFI-1339) Framework calls onPropertyModified for each property each time NiFi is started - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/31 17:32:49 UTC, 0 replies.
- [jira] [Created] (NIFI-1340) InvokeHTTP should not store request body in memory - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/31 20:02:39 UTC, 0 replies.
- nifi git commit: NIFI-1338 - Clarifying documentation for InvokeHTTP - posted by jo...@apache.org on 2015/12/31 20:04:00 UTC, 0 replies.
- [jira] [Commented] (NIFI-1338) InvokeHTTP Documentation implies that only attributes are handled not flowfile content - posted by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/31 20:04:39 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1338) InvokeHTTP Documentation implies that only attributes are handled not flowfile content - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/31 20:10:39 UTC, 0 replies.
- [jira] [Resolved] (NIFI-1340) InvokeHTTP should not store request body in memory - posted by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/31 21:00:42 UTC, 0 replies.
- nifi git commit: NIFI-108: Implemented sorting when performing listing of FlowFiles - posted by ma...@apache.org on 2015/12/31 21:00:56 UTC, 0 replies.
- [jira] [Created] (NIFI-1341) Enhance documentation surrounding the use of mime.type for POST/InvokeHTTP - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/31 21:32:39 UTC, 0 replies.
- [1/5] nifi git commit: NIFI-1164 Fixed race condition and refactored - posted by ma...@apache.org on 2015/12/31 21:37:33 UTC, 0 replies.
- [2/5] nifi git commit: NIFI-1164 addressed PR comment Added isActive check to the StandardControllerServiceNode:280 to ensure that the IF statement can only have a chance to succeed if service is active. The service will be indiscriminately deactivated a - posted by ma...@apache.org on 2015/12/31 21:37:34 UTC, 0 replies.
- [3/5] nifi git commit: NIFI-1164 addressed latest PR comments - posted by ma...@apache.org on 2015/12/31 21:37:35 UTC, 0 replies.
- [4/5] nifi git commit: Merge branch 'NIFI-1164' of https://github.com/olegz/nifi into NIFI-1164 - posted by ma...@apache.org on 2015/12/31 21:37:36 UTC, 0 replies.
- [5/5] nifi git commit: NIFI-1164: Fixed contrib-check issues, log message - posted by ma...@apache.org on 2015/12/31 21:37:37 UTC, 0 replies.
- [jira] [Created] (NIFI-1342) PostHTTP User Agent property should be pre-populated with client default - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/31 21:47:39 UTC, 0 replies.
- [jira] [Commented] (NIFI-937) PutS3 Processor cannot upload files larger than 5 GB - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/31 22:19:39 UTC, 0 replies.
- nifi git commit: NIFI-108: - Ensured the column sort indicator is reset when a new listing is opened. - Removing unused import. - posted by mc...@apache.org on 2015/12/31 22:30:38 UTC, 0 replies.
- [jira] [Comment Edited] (NIFI-1333) FlowController fails to shut down gracefully even though there is nothing going on in the flow - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/31 22:36:39 UTC, 0 replies.
- [jira] [Created] (NIFI-1343) RouteText always ignores case - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/31 22:43:39 UTC, 0 replies.
- [jira] [Updated] (NIFI-1145) Unit Tests timeout in some environments - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/31 22:45:39 UTC, 0 replies.
- [jira] [Commented] (NIFI-1145) Unit Tests timeout in some environments - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/31 22:46:39 UTC, 2 replies.
- [jira] [Assigned] (NIFI-1145) Unit Tests timeout in some environments - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/12/31 22:52:39 UTC, 0 replies.
- [jira] [Commented] (NIFI-1343) RouteText always ignores case - posted by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/31 22:53:39 UTC, 0 replies.