Commit Graph

4204 Commits

Author SHA1 Message Date
joewitt eb3d59920a [maven-release-plugin] prepare release nar-maven-plugin-0.0.3-test-incubating 2015-01-16 12:01:17 -05:00
joewitt a2f63c7c88 NIFI-270 updating poms approaching release - about to practice another staging build 2015-01-16 11:59:49 -05:00
Mark Payne 73384b23d1 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-16 11:29:35 -05:00
Mark Payne 3a7b8de0e3 NIFI-273: Moved getAvailableRelationships from ProcessSession to ProcessContext 2015-01-16 11:27:22 -05:00
Matt Gilman db23609986 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-16 10:18:07 -05:00
Matt Gilman 46b0f92cb2 NIFI-267:
- Filtering by label instead of fully qualified type.
2015-01-16 10:07:23 -05:00
Benson Margulies 314241ba81 NIFI-270: remove reference to nonexistent check-license profile. 2015-01-16 08:40:47 -05:00
Benson Margulies ab2032e63c [maven-release-plugin] prepare for next development iteration 2015-01-16 08:35:34 -05:00
Benson Margulies 14877a48b9 [maven-release-plugin] prepare release nar-maven-plugin-0.0.2-test-incubating 2015-01-16 08:35:24 -05:00
Benson Margulies 7a70a1744e NIFI-270: retreat to old maven plugin API version. 2015-01-16 08:23:44 -05:00
Benson Margulies d2160fe985 NIFI-270: fix groupId. 2015-01-16 08:21:22 -05:00
Benson Margulies 8c5e866b77 NIFI-270: restore nexus staging. 2015-01-16 08:12:45 -05:00
Benson Margulies 3ed0d13da1 NIFI-270: rework to assume that each maven item is released independently. 2015-01-16 08:05:15 -05:00
Benson Margulies c222859a25 [maven-release-plugin] prepare for next development iteration 2015-01-16 07:47:59 -05:00
Benson Margulies 7632514993 [maven-release-plugin] prepare release maven-plugins-0.0.1-test-incubating 2015-01-16 07:47:49 -05:00
Benson Margulies 9335b46aaf NIFI-270: fix version to be 'incubating'
*  nexus staging plugin.
* clean up release config.
2015-01-16 07:46:00 -05:00
joewitt 300952a984 Reworked overall directory structure to make releasing nifi vs maven plugis easier 2015-01-15 21:11:07 -05:00
Matt Gilman ad74a4304e NIFI-255:
- Removing reset.css from the aggregated/minified css files. This allows is to be referenced from elsewhere.
- Copying the tooltip style into the NiFi combo since that should be usable without importing the remainder of the styles in the canvas.
2015-01-15 07:59:02 -05:00
Mark Payne 94a06fc5d5 NIFI-265: Fixed typos 2015-01-14 20:41:18 -05:00
joewitt 01a63bd045 Appended keys and added typical header 2015-01-14 19:17:31 -05:00
Benson Margulies b5c70587bc Ignore ~ files. 2015-01-14 17:26:20 -05:00
Benson Margulies dba884c39a Create a KEYS file. 2015-01-14 17:24:46 -05:00
Mark Payne 7a95835927 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-14 13:28:39 -05:00
Jenn Barnabee a6f0948af1 NIFI-260 Replaced four screenshots so they have new logo
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-01-14 12:46:53 -05:00
Mark Payne d3aec88514 NIFI-264: Make getIdentifier method of AbstractSessionFactoryProcessor final so that subclasses cannot override it 2015-01-14 12:26:43 -05:00
Mark Payne 7737fbd84d NIFI-262, NIFI-263: Added 'restart' and 'dump' options to nifi.sh script 2015-01-14 12:24:09 -05:00
Mark Payne c62aba1336 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-14 12:22:10 -05:00
Mark Payne 210a21cd8f NIFI-261: Sort processor properties before fingerprinting for templates 2015-01-14 12:19:50 -05:00
Matt Gilman 5fe4c15cd0 NIFI-256:
- Identifying more places where we should be manually hiding the context menu.
2015-01-14 11:33:58 -05:00
Mark Payne 67dee2e33b Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-14 07:07:20 -05:00
Mark Payne eaca6a29d3 NIFI-220: Added to provenance event number of events received 2015-01-13 19:28:53 -05:00
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