Commit Graph

4073 Commits

Author SHA1 Message Date
Mark Payne a77fb50116 NIFI-220: Added error handling that was missing for one instance of calling producer.send, also indicated how many messages were sent per FlowFile in log message and provenance event 2015-01-13 19:27:07 -05:00
Matt Gilman 80793ccbb8 NIFI-258:
- Ensuring connection stays up to date when processor configuration changes.
2015-01-13 15:54:21 -05:00
Matt Gilman b142d7a9bd NIFI-257:
- Using the target URI as specified.
2015-01-13 15:21:42 -05:00
Matt Gilman 549c97d3f4 NIFI-256:
- Hiding the context menu when opening the shell if possible.
2015-01-13 15:17:58 -05:00
Mark Payne 95b22a0aee Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-13 13:35:39 -05:00
Mark Payne 21e809a7cb NIFI-241: Only call Processor methods with @OnAdded annotation when a Processor is actually added to graph instead of also calling on NiFi restart 2015-01-13 13:28:20 -05:00
Matt Gilman b6b1859475 NIFI-247:
- Preventing zoom/pan events which was throwing off the selection when the cursor left the canvas when using the selection box to select multiple components.
- Preventing default browser behavior which was changing the cursor to text-selection when using the selection box to select multiple components.
2015-01-12 12:56:37 -05:00
Matt Gilman 1da5339a2a NIFI-214:
- It appears that the zoom (pan) event is being triggered early on some browser/OS combinations. As a result, a pan of 0px is registering and throwing off deselection (since we want to maintain selection when panning). I am not sure why the events are firing sporadically, but delaying when the panning flag is set seems to have addressed the deselection concerns.
2015-01-12 10:24:38 -05:00
Matt Gilman 5fbee26054 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-12 09:34:04 -05:00
Matt Gilman 6b97a1dda6 NIFI-140:
- Removing border radius on the storage usage progress bars.
2015-01-12 09:33:53 -05:00
Mark Payne f36eea3701 NIFI-246: fixed provenance transit uris to include hdfs:// prefix 2015-01-12 09:09:13 -05:00
Jenn Barnabee 78c069fb5b NIFI-162 Added a little to the admin guide
Signed-off-by: joewitt <joewitt@apache.org>
2015-01-12 07:56:32 -05:00
joewitt 67362a9908 Merge branch 'NIFI-240' into develop 2015-01-11 21:40:43 -05:00
Benson Margulies aaa2992cf1 NIFI-245: avoid collisions in tag names.
Signed-off-by: joewitt <joewitt@apache.org>
2015-01-11 14:41:10 -05:00
Benson Margulies a58cf4ad66 NIFI-245: set up the rest of the Apache release wiring.
Signed-off-by: joewitt <joewitt@apache.org>
2015-01-11 14:41:10 -05:00
Benson Margulies 83dc133472 NIFI-245: make the maven plugin releasable.
Signed-off-by: joewitt <joewitt@apache.org>
2015-01-11 14:41:10 -05:00
joewitt 7ded9970a2 NIFI-242 additional rat exclusion for ide generated file already ignored by Git - wish Rat honored Git ignores 2015-01-10 22:49:57 -05:00
joewitt 7d85962e4d NIFI-242 RTC process deviation as this changeset is for must-have license headers. Apache RAT now integrated and working in build 2015-01-10 22:29:13 -05:00
joewitt ed8b2f6027 NIFI-242 added more stuff i learned from accumulo's pom. 2015-01-09 15:46:14 -05:00
Mark Payne 7e2aa9f368 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-09 15:35:25 -05:00
Mark Payne 5911342766 NIFI-239: Updated deprecated methods and classes for GetHTTP
Signed-off-by: joewitt <joewitt@apache.org>
2015-01-09 15:28:28 -05:00
Mark Payne 36d36c43ae NIFI-239: Updated deprecated methods and classes for GetHTTP 2015-01-09 15:25:14 -05:00
joewitt 002926882b NIFI-242 added section for generating release sources and signing and running apache rat - borrowed from accumulo 2015-01-09 14:56:59 -05:00
Mark Payne dc4c322036 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-09 14:46:20 -05:00
joewitt d996060dbf NIFI-162 added some content to the administrator guide 2015-01-09 13:33:34 -05:00
Mark Payne d99180a716 NIFI-239: Updated PostHTTP to not use deprecated methods and classes in Apache HTTP Client 2015-01-09 13:18:00 -05:00
Mark Payne 76ea1c64ff NIFI-239: Fix deprecated methods in SplitXml processor 2015-01-09 08:26:32 -05:00
Mark Payne 3b16d010c0 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-09 08:20:07 -05:00
Mark Payne b6d5a68f75 NIFI-239: Updated deprecated method calls to use newer versions 2015-01-09 08:15:29 -05:00
Matt Gilman b98819e5af NIFI-239:
- Updating deprecated method usage.
2015-01-09 08:10:04 -05:00
joewitt a76e91bcc5 NIFI-240 replaced logo images with submitted images. Holding in branch pending reesults of vote 2015-01-09 00:03:10 -05:00
Jenn Barnabee d08cda1b6a NIFI-234 Updated User Guide to include Example Flow, description of prioritizers, updating connections, navigating within a flow (upstream and downstream), and touched on other management tools like Flow History, Flow Settings, and User Management, but said that is covered in Admin Guide.
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-01-08 14:34:49 -05:00
Matt Gilman cb2ceeab79 NIFI-237:
- Adding .png extension when appropriate.
2015-01-08 12:54:58 -05:00
Matt Gilman bda9985d6a NIFI-115:
- Code clean up.
- Showing an expiration icon on the connection label when appropriate.
- Allowing the user to search for connections that have expiration and back pressure configured.
2015-01-08 11:02:25 -05:00
Matt Gilman 22596080c9 NIFI-233:
- Fixing the Downstream label for Upstream components from a process group.
2015-01-08 07:16:45 -05:00
Mark Payne 9ba8defc09 NIFI-225: Fixed Locale for InvokeHTTP 2015-01-07 15:09:40 -05:00
Mark Payne bcc271046e NIFI-218: Fixed typo that caused markup not to render properly for any and all matching attributes functions 2015-01-07 14:38:56 -05:00
Mark Payne b29333b9b6 Merge branch 'NIFI-22' into develop 2015-01-07 14:33:26 -05:00
Mark Payne c48745817c Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-07 14:33:21 -05:00
Matt Gilman 6f2e283166 NIFI-231:
- Code clean up.
- Cleaning up tooltips when options are removed.
- Setting the correct style on the tooltips.
2015-01-07 14:25:27 -05:00
Mark Payne 14cba2a57e NIFI-22: fixed issues with newly added join and count functions 2015-01-07 14:16:51 -05:00
Matt Gilman edaa191d37 NIFI-232:
- Adding a note in the UI that the Event Driven scheduling strategy is experimental.
2015-01-07 14:08:13 -05:00
Mark Payne e631c493d4 NIFI-218: Added isEmpty and replaceEmpty functions to doc 2015-01-07 14:05:05 -05:00
Matt Gilman 9531219293 NIFI-196:
- Fixing default logging configuration for the user log.
2015-01-07 11:49:40 -05:00
Matt Gilman 2de45b62a7 NIFI-231:
- Cleaning up all tooltips that are based on dynamic content.
2015-01-07 10:22:27 -05:00
Mark Payne 4748cbd185 NIFI-225: Set Locale to EN-US for all instances of Collator 2015-01-07 09:54:05 -05:00
Mark Payne 93309901ba NIFI-225: Change Locale to always be EN-US 2015-01-07 09:01:42 -05:00
Matt Gilman 645837491c NIFI-216:
- Code clean up.
- Ensuring the appropriate scripts/stylesheets are referenced in Summary page.
2015-01-07 07:46:57 -05:00
joewitt 4d11ff7830 NIFI-150 small mod to fix references title 2015-01-06 21:54:29 -05:00
Jenn Barnabee c27f7b0574 NIFI-162 In the User Guide, I added an overview (stolen from the web page), added the Data Provenance section, and copy-edited all the existing sections.
Signed-off-by: joewitt <joewitt@apache.org>
2015-01-06 21:31:04 -05:00