Skip to content

0.3.34

Latest
Compare
Choose a tag to compare
@custenborder-jenkins custenborder-jenkins released this 29 Jul 14:32
6cb28cc

Changelog

Unreleased

GitHub #1 Parent refactor

Parent refactor (#1)

  • Refactored to use parent pom. Moved namespace to common namespace.
  • Changed to common kafka-connect pipeline.
  • Checkstyle cleanup.
  • Moved to config.

5539e489acdae58 Jeremy Custenborder 2017-01-24 20:03:25

GitHub #10 Issue 9

Issue 9 (#10)

  • Added plugin.path to the standard location.
  • Added connector hub. Fixes #9.

34057697a7c8946 Jeremy Custenborder 2018-04-03 15:15:26

GitHub #11 Bump parent pom to 1.1.0-cp3 enhancement

Bumped parent pom version to 1.1.0-cp3. Fixes #11 (#12)

83ca592dd9a50ed Jeremy Custenborder 2018-07-03 19:19:10

GitHub #12 Bumped parent pom version to 1.1.0-cp3

Bumped parent pom version to 1.1.0-cp3. Fixes #11 (#12)

83ca592dd9a50ed Jeremy Custenborder 2018-07-03 19:19:10

GitHub #13 bump to 2.0.0-cp1 enhancement

Bump to 2.0.0-cp1. Fixes #13 (#14)

  • Bump to 2.0.0-cp1. Fixes #13
  • Corrected title.
  • Corrected checkstyle.

3109fe3ed305c89 Jeremy Custenborder 2018-08-03 19:00:23

GitHub #14 Bump to 2.0.0-cp1. Fixes #13

Bump to 2.0.0-cp1. Fixes #13 (#14)

  • Bump to 2.0.0-cp1. Fixes #13
  • Corrected title.
  • Corrected checkstyle.

3109fe3ed305c89 Jeremy Custenborder 2018-08-03 19:00:23

GitHub #15 Bug In Keyword Partitioning Logic

0.3.x (#21)

  • Change the Twitter API call to follow a UserId set (#19)
  • Change the Twitter API call to follow a UserId set
  • Default to empty set when userIds unspecified
  • README: note filter.userIds in configuration list
  • Fix userIds default value
  • Correct logic to determine the number of tasks to use. Added unit test to ensure logic is valid. Fixes #15.
  • Moved to use SourceRecordDeque for temporary record storage. This will ensure that the task will properly exit. Fixes #20.
  • Updated parent pom to the latest version.

e9bd37a5c4411fd Jeremy Custenborder 2019-08-14 21:13:16

GitHub #16 Compilation Error Due To New Twitter4j Release

Pin version to 4.0.6 until we figure out what is going on. Fixes #16. (#17)

7611364eb6c2d62 Jeremy Custenborder 2018-11-06 22:30:56

GitHub #17 Pin version to 4.0.6 until we figure out what is going on. Fixes #16.

Pin version to 4.0.6 until we figure out what is going on. Fixes #16. (#17)

7611364eb6c2d62 Jeremy Custenborder 2018-11-06 22:30:56

GitHub #19 Change the Twitter API call to follow a UserId set

0.3.x (#21)

  • Change the Twitter API call to follow a UserId set (#19)
  • Change the Twitter API call to follow a UserId set
  • Default to empty set when userIds unspecified
  • README: note filter.userIds in configuration list
  • Fix userIds default value
  • Correct logic to determine the number of tasks to use. Added unit test to ensure logic is valid. Fixes #15.
  • Moved to use SourceRecordDeque for temporary record storage. This will ensure that the task will properly exit. Fixes #20.
  • Updated parent pom to the latest version.

e9bd37a5c4411fd Jeremy Custenborder 2019-08-14 21:13:16

GitHub #2 Bump version and add more documentation.

Bump version and add more documentation. (#2)

  • Changed version to 0.10.2.0-cp1
  • Added more documentation of the output message.

ae711d8f11fe741 Jeremy Custenborder 2017-05-02 19:03:29

GitHub #20 poll logic never returns null so task will never stop. bug

0.3.x (#21)

  • Change the Twitter API call to follow a UserId set (#19)
  • Change the Twitter API call to follow a UserId set
  • Default to empty set when userIds unspecified
  • README: note filter.userIds in configuration list
  • Fix userIds default value
  • Correct logic to determine the number of tasks to use. Added unit test to ensure logic is valid. Fixes #15.
  • Moved to use SourceRecordDeque for temporary record storage. This will ensure that the task will properly exit. Fixes #20.
  • Updated parent pom to the latest version.

e9bd37a5c4411fd Jeremy Custenborder 2019-08-14 21:13:16

GitHub #21 0.3.x

0.3.x (#21)

  • Change the Twitter API call to follow a UserId set (#19)
  • Change the Twitter API call to follow a UserId set
  • Default to empty set when userIds unspecified
  • README: note filter.userIds in configuration list
  • Fix userIds default value
  • Correct logic to determine the number of tasks to use. Added unit test to ensure logic is valid. Fixes #15.
  • Moved to use SourceRecordDeque for temporary record storage. This will ensure that the task will properly exit. Fixes #20.
  • Updated parent pom to the latest version.

e9bd37a5c4411fd Jeremy Custenborder 2019-08-14 21:13:16

GitHub #27 Bumped parent to 2.8.0-1.

Bumped parent to 2.8.0-1. (#27)

6cb28cc8c4dc587 Jeremy Custenborder 2021-07-29 14:29:36

GitHub #4 Rst

Rst (#4)

  • Added documentation
  • Bumped version to 0.10.2.1-cp2.

09ba23a2cf9feaa Jeremy Custenborder 2017-07-18 22:19:04

GitHub #5 Support for entities (hashtags, user mentions) enhancement

Issue 5 (#6)

  • Added support for more fields. Fixes #5.
  • Bumped version to 0.10.2.1-cp2.
  • Added documentation.
  • Moved schemas to public final.
  • Remove newline in comment.

4a0b23ccc720af9 Jeremy Custenborder 2017-07-22 01:45:14

GitHub #6 Issue 5

Issue 5 (#6)

  • Added support for more fields. Fixes #5.
  • Bumped version to 0.10.2.1-cp2.
  • Added documentation.
  • Moved schemas to public final.
  • Remove newline in comment.

4a0b23ccc720af9 Jeremy Custenborder 2017-07-22 01:45:14

GitHub #7 Bumped version to 1.0.0

Bumped version to 1.0.0 (#7)

f2eb3dea412da60 Jeremy Custenborder 2017-11-04 03:30:40

GitHub #9 Connector Hub Support enhancement

Issue 9 (#10)

  • Added plugin.path to the standard location.
  • Added connector hub. Fixes #9.

34057697a7c8946 Jeremy Custenborder 2018-04-03 15:15:26

No issue

Updated documentation

36848f748130dcf Jeremy Custenborder 2017-11-07 21:34:00

Corrected import to MarkdownFormatter to proper namespace.

d074e267bf87452 Jeremy Custenborder 2017-02-01 17:45:56

Added boilerplate Jenkinsfile

a92ba8d80acee88 Jeremy Custenborder 2017-01-19 00:33:10

Added more documentation.

d6b1de51a9762e0 Jeremy Custenborder 2016-08-24 20:01:29