Commit Graph

472 Commits

Author SHA1 Message Date
Mark Payne 705ee852bb Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-02-23 14:56:41 -05:00
Matt Gilman 42f69196c2 Merge branch 'NIFI-344' of https://github.com/danbress/incubator-nifi into develop
This closes #29
2015-02-23 07:24:39 -05:00
Mark Payne a00aade0e5 NIFI-335: Fixed bug that returned a byte instead of an int from CompressionInputStream.read(), which resulted in negative values getting returned when it should not have 2015-02-22 11:46:00 -05:00
Mark Payne 40e1fcbb98 Merge branch 'nifi-site-to-site-client' into develop 2015-02-22 11:19:24 -05:00
Mark Payne d939359bca Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-02-22 11:19:17 -05:00
Mark Payne 5291084dc0 Merge branch 'develop' into nifi-site-to-site-client 2015-02-22 11:18:26 -05:00
Mark Payne f1e74cc041 NIFI-362: Ensure that we synchronize on ScheduleState before modifying it 2015-02-22 10:59:14 -05:00
Mark Payne 4cc106a54d NIFI-362: Avoid continually scheduling components to run if there is no work for them to do or if they are yielded 2015-02-22 10:53:24 -05:00
danbress 750c4ebb6c NIFI-344 improving error message, and setting a placeHolder for the
field
2015-02-19 18:54:44 -05:00
Matt Gilman dbae98f221 NIFI-282:
- Fixing pom parent and artifact version.
2015-02-19 11:09:17 -05:00
Matt Gilman 57b5d589ad NIFI-363:
- Fixing 'Go to source' and 'Go to destination' when the component in question is a remote process group.
2015-02-19 07:47:58 -05:00
Matt Gilman d76fe229bb NIFI-325:
- Ensuring empty selection does enable the fill color dialog.
2015-02-19 06:55:38 -05:00
danbress 10b5b3c907 NIFI-344 - Defaulting new Remote Process Group value 2015-02-18 21:55:47 -05:00
Mark Payne 8506a0ce4a NIFI-365: Initial implementation of spark receiver 2015-02-18 21:19:58 -05:00
danbress 09090825de NIFI-344 - Validating remote process group URI in the backend 2015-02-17 12:39:20 -05:00
Matt Gilman 0047fa4502 NIFI-326:
- Enabling the Enable/Disable button whenever the selection is not empty.
- On Enable/Disable click, the components that support the desired action are filtered. The action (Enable/Disable) is then applied to the filtered selection.
2015-02-17 12:34:01 -05:00
Matt Gilman 4239797b9f NIFI-325:
- Code clean up.
- Ensuring the fill color action is available in toolbar and context menu under the same conditions.
- Only applying the new color if different.
2015-02-17 11:44:15 -05:00
Mark Payne 7ab4392c15 NIFI-282: Allow Builder to be populated from SiteToSiteClientConfig object 2015-02-17 10:46:29 -05:00
joewitt dde5fd51a4 Merge branch 'NIFI-356' of https://github.com/apiri/incubator-nifi into develop 2015-02-17 00:24:58 -05:00
Aldrin Piri 24be4a1dfd Correcting the capability description which states that the property is ignored when destination is flowfile attribute instead of content. This closes NIFI-356. 2015-02-17 00:20:23 -05:00
joewitt fa5a4f26ce NIFI-355 removed all extraneous version references 2015-02-16 23:55:36 -05:00
Mark Payne 46eebc77ab NIFI-282: Code cleanup 2015-02-16 16:53:38 -05:00
Mark Payne a7405b915d NIFI-282: Fixed bug that caused load distribution across nodes in cluster not to work 2015-02-16 16:49:15 -05:00
Mark Payne 2f60ddc03a NIFI-282: Added send(byte[], Map<String, String>) method to avoid having to create a DataPacket object 2015-02-16 15:18:57 -05:00
Mark Payne e16fc7972c NIFI-282: Refactored to remove Jersey client from dependencies; made site-to-site config serializable; allowed SiteToSiteClient.Builder to build a SiteToSiteClientConfig without building the client itself. 2015-02-16 14:18:24 -05:00
Matt Gilman b8ade5b129 NIFI-325:
- Allowing the processor/label color to be entered by hand.
- Allowing the color of multiple processors or labels to be configured at the same time.
2015-02-13 10:41:05 -05:00
Matt Gilman 4ec9548e2c NIFI-351: Fixing description. 2015-02-13 08:40:36 -05:00
Matt Gilman 5c0ed559b5 NIFI-350:
- Updating the default sort direction where appropriate.
2015-02-13 08:29:24 -05:00
Mark Payne bf97094b8c Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-02-13 07:20:19 -05:00
Jenn Barnabee ff6e5e681c NIFI-286 Fixes typos in Overview; adds Clustering section to Administration Guide; adds to Installation instructions in Administration Guide
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-02-13 07:17:20 -05:00
joewitt b37d8fb733 NIFI-162 2015-02-12 21:46:55 -05:00
Mark Payne 8f0402fbbc NIFI-282: Updated unit test 2015-02-12 19:41:51 -05:00
Matt Gilman 851fe298b8 NIFI-347:
- Fixing threshold for self loops.
- Drawing preview of self loops while dragging the new connection.
- Addressing all cases when we want to prevent new connection attempts.
2015-02-12 14:17:36 -05:00
Matt Gilman a7eb1b7644 NIFI-347:
- Restoring the add connect image when stopping a drag event while still over the original source component and inside of where the source will become the destination (self loop).
2015-02-12 12:33:59 -05:00
Matt Gilman a416dfdb0f NIFI-346:
- Fixing issue when attempting to close dialogs via Esc keystroke. Was exiting method early with dialogs open to prevent other shortcuts.
2015-02-12 10:19:56 -05:00
Matt Gilman 05c01952ad NIFI-342:
- Setting focus in filter field on add processor dialog.
- Ensuring toolbar button state is updated when adding a component.
- Clear name/URL fields when canceling add port/group dialogs.
2015-02-12 09:52:37 -05:00
Mark Payne 5c8a9e22d1 NIFI-282: Fixed bug that caused client not to be able to communicate with remote NiFi instance 2015-02-12 09:15:07 -05:00
Mark Payne d1e058cde7 Refactored client and add javadocs 2015-02-12 08:16:55 -05:00
Matt Gilman e486c5642b NIFI-343:
- Preventing default action when shift/ctrl clicking images.
2015-02-12 07:59:04 -05:00
Matt Gilman e0390ec3f4 NIFI-341:
- Ensuring existing selection is cleared when adding a new label to the graph.
2015-02-12 07:09:18 -05:00
Matt Gilman 685035a867 Merge branch 'patch-1' of https://github.com/K0zka/incubator-nifi into develop 2015-02-12 06:57:05 -05:00
Laszlo Hornyak ab32bbff13 typo 2015-02-12 08:59:27 +01:00
David Medinets 75b5f489c9 Merge pull request #1 from medined/medined-patch-1
Add link for main website.
2015-02-11 23:07:05 -05:00
David Medinets ee3e92ce63 Add link for main website.
This change makes it easy for users to find documentation.
2015-02-11 23:06:38 -05:00
Matt Gilman 56a6bc4fe4 NIFI-340:
- Adding screencasts.
2015-02-10 20:43:39 -05:00
Mark Payne eabf2d52fc NIFI-84: Allow PutJMS to create MapMessage's so that we can test GetJMS* Processors 2015-02-10 10:27:17 -05:00
Toivo Adams 602fa7a860 NIFI-84 add MapMessage value pairs as FlowFile attributes
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-02-10 09:49:43 -05:00
Mark Payne afe446774d NIFI-332: Exposed proxy properties on PutFTP as well 2015-02-10 09:19:41 -05:00
Matt Gilman 4ab5c308fd NIFI-282:
- Updating the label on the menu item for refreshing a remote process group.
2015-02-10 07:28:12 -05:00
Adam Sotona 8a1a4b807e NIFI-332 Proxy support in GetFTP Processor
Change-Id: I72fee6c5f2ef576a6c7d736199aab510bee744a7
2015-02-10 10:07:03 +01:00