Matt Gilman
f2894edadc
NIFI-582:
...
- Removed the term 'source' when describing an ID as it could be confusing when the component is a connection (which has properties for source/destination id).
2015-06-02 08:57:50 -04:00
danbress
c0570fb395
NIFI-632 fixing transitive dependencies in framework
2015-06-01 19:56:51 -04:00
Matt Gilman
84e56f2ef5
NIFI-630:
...
- Adding the component id to the configuration/detail dialogs for [remote] process groups.
- Allowing text to be selected in the stats history dialog.
- Remove connection source/destination id from the stats history dialog.
- Introducing more spacing to the stat history dialog details on the left.
2015-06-01 17:23:13 -04:00
Matt Gilman
e2eb6f7c09
NIFI-640:
...
- Adding component documentation to website.
- Current approach requires manually copying component docs into dist. This still needs to be automated.
2015-05-29 08:16:11 -04:00
Matt Gilman
7f4e3d8afc
NIFI-638:
...
- Fixing the relative link when loading jquery locally.
2015-05-28 19:16:59 -04:00
danbress
de46a7c30c
NIFI-633 - Documentation Generation: Logger
...
fixing mock initializers for Processor/ControllerService/ReportingTask
to provide a valid logger
2015-05-27 21:57:15 -04:00
BELUGABEHR
f160728253
Make Windows batch scripts a bit more user friendly. Do no move out of the current working directory and try a little harder to find Java.
2015-05-26 21:52:08 -04:00
Brian Ghigiarelli
ce16aab6c5
Merge pull request #4 from apache/develop
...
Merging latest Apache NiFi develop branch
2015-05-21 08:42:32 -04:00
Mark Payne
82174e460c
NIFI-446: Fixed 2 unit tests that were environment-specific
2015-05-20 15:47:45 -04:00
Mark Payne
f247e515dc
Merge branch 'NIFI-446' of https://github.com/bbende/incubator-nifi into NIFI-446-merge-content-delimiter-strategy
2015-05-20 14:47:53 -04:00
Mark Payne
149ad130d9
Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
2015-05-20 12:41:51 -04:00
Mark Payne
e0ee55e6c4
NIFI-322: Fixed version number
2015-05-20 10:53:22 -04:00
Matt Gilman
8c7dd6ab3d
NIFI-623:
...
- Add command to add unknown files to svn repo.
- Clearing version in rest docs title.
2015-05-20 10:19:46 -04:00
Matt Gilman
031c22e61e
NIFI-429:
...
- Adding download links for 0.1.0-incubating zip file.
2015-05-20 10:18:47 -04:00
Mark Payne
281ebafc2c
Merge branch 'NIFI-322-Db-Connection-Pooling' into develop
2015-05-20 09:54:16 -04:00
Mark Payne
91aaabfa4c
NIFI-322: Fixed checkstyle errors, licensing issues, unit tests
2015-05-20 09:53:36 -04:00
Toivo Adams
78906a9427
bump version to 0.1.0 , test cleanup
...
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:55 -04:00
Toivo Adams
1682d62d7f
JDBC driver can be loaded from external location using URLClassLoader
...
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:55 -04:00
Toivo Adams
864e0996ca
Loading external JDBC driver using URLClassLoader
...
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:54 -04:00
Toivo Adams
d1cace6a8a
DBCPConnectionPool service fixes
...
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:54 -04:00
Toivo Adams
589e2b7ebf
Initial Database connection pooling service implementation NIFI-322
...
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:53 -04:00
Matt Gilman
a66848b263
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
2015-05-19 22:07:15 -04:00
Matt Gilman
a610cc6e5c
NIFI-429:
...
- Adding download links for 0.1.0-incubating.
2015-05-19 22:06:02 -04:00
Matt Gilman
abf8652e84
NIFI-622:
...
- Adding thumbnail image for main page.
2015-05-19 22:03:22 -04:00
bbende
3cf65261aa
NIFI-446 Adding a Delimiter Strategy to MergeContent
2015-05-19 21:12:24 -04:00
Mark Payne
5273a63bf1
NIFI-570: Removed 'e.printStackTrace()'
2015-05-19 08:58:03 -04:00
Tim Reardon
add03e3893
NIFI-570: Added MongoDB put and get processors
2015-05-19 08:15:13 -04:00
Mark Payne
b7ddf89450
Merge branch 'release-nifi-0.1.0-rc13' into develop
2015-05-17 20:13:47 -04:00
Mark Payne
ca7e3c0daf
Merge branch 'NIFI-548' of https://github.com/bbende/incubator-nifi into develop
2015-05-15 14:58:35 -04:00
Mark Payne
6787afc30f
Merge branch 'readme_update' of https://github.com/jahhulbert-ccri/incubator-nifi into develop
2015-05-15 14:52:32 -04:00
Andrew Hulbert
48564b5125
Updated the README to have correct link for quickstart and developer guide
2015-05-15 14:30:43 -04:00
Mark Payne
322dac6223
Merge branch 'NIFI-600-hdfs-compression' of https://github.com/tequalsme/incubator-nifi into NIFI-600
2015-05-15 13:54:11 -04:00
Brian Ghigiarelli
b71b51976e
Merge pull request #3 from apache/develop
...
Merging in latest develop branch
2015-05-14 08:57:25 -04:00
Brian Ghigiarelli
9653770ac4
[NIFI-413] Adding properties to PutKafka to support asynchronous production with configurable batching. Also added user-defined control over compression codec and compressed topics. Producer type remains synchronous by default.
2015-05-14 08:55:04 -04:00
Matt Gilman
483958ba0f
NIFI-592:
...
- Updating readme.
- Allowing SVN username/password to be optional if configured.
2015-05-14 08:07:32 -04:00
joewitt
30fcf882ec
Updated main index for feature highlights
2015-05-13 22:30:50 -04:00
Brian Ghigiarelli
421ad8fb13
Merge pull request #2 from apache/develop
...
Merging latest Apache NiFi to fork
2015-05-13 20:32:23 -04:00
Matt Gilman
e2750d4089
NIFI-592:
...
- Fixing typo.
2015-05-13 19:30:57 -04:00
Matt Gilman
1f139e2198
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
2015-05-13 19:27:46 -04:00
Matt Gilman
3f3fe3c359
NIFI-592:
...
- Updating readme.
2015-05-13 19:27:06 -04:00
Matt Gilman
951cff9bda
NIFI-592:
...
- Automating deployment of website changes.
2015-05-13 18:57:51 -04:00
bbende
badf1018c1
NIFI-548 - Listen UDP should support generation of a flowfile per datagram
2015-05-13 18:09:16 -04:00
Mark Payne
fdc801bc18
NIFI-429: prepare for next development iteration
2015-05-11 14:21:29 -04:00
Mark Payne
65a07b6b63
NIFI-429: prepare release nifi-0.1.0-incubating-rc13
2015-05-11 14:21:13 -04:00
Mark Payne
32909ead21
NIFI-429: updated pom to point to release nifi artifacts
2015-05-11 14:13:42 -04:00
Mark Payne
0cc481d4ce
NIFI-429: prepare for next development iteration
2015-05-11 14:02:04 -04:00
Mark Payne
1fc8453b36
NIFI-429: prepare release nifi-nar-maven-plugin-1.0.1-incubating-rc13
2015-05-11 14:01:54 -04:00
Mark Payne
0b8533f8ff
NIFI-429: Updated parent to point to released version
2015-05-11 14:00:51 -04:00
Mark Payne
a25fcb7a02
NIFI-429: prepare for next development iteration
2015-05-11 13:58:46 -04:00
Mark Payne
37732bddcf
NIFI-429: prepare release nifi-parent-1.0.0-incubating-rc13
2015-05-11 13:58:36 -04:00