Oleg Zhurakousky
426c5713fd
INT-1603 renamed components and methods to be more consistent
2010-11-11 15:16:46 -05:00
Oleg Zhurakousky
a2adf47992
INT-1603 added logic to separate markedId vs lastProcessedId
2010-11-11 15:10:52 -05:00
Oleg Zhurakousky
6335dd44d7
INT-1603 fixed SearchReceivingMessageSource and tests
2010-11-11 14:29:31 -05:00
Chris Beams
8cce5cdc1f
Remove illegal @Override and other polishing
2010-11-11 10:39:03 -08:00
Chris Beams
ee34695bc4
Merge branch 'master' into buildSrc-extraction
...
Conflicts:
spring-integration-twitter/src/main/java/org/springframework/integration/twitter/core/Twitter4jTemplate.java
2010-11-11 10:13:14 -08:00
Chris Beams
a9c70aa1e7
Synchronize with latest buildSrc updates
...
buildSrc updated to use latest Gradle wrapper. See buildSrc git log
for complete details; in short, eclipse JDT prefs are now auto-generated
and the gradle daemon is no longer 'on by default', but must be enabled
with --daemon or -Dorg.gradle.daemon=true.
* removed all existing jdt preferences files in favor of auto-generation.
* removed .springBeans from .gitignore; this file should be
source-controlled for consistency and convenience.
* removed illegal @Override annotations. Eclipse/STS now catch these
properly!
2010-11-11 10:04:20 -08:00
Oleg Zhurakousky
fa135f9c6c
INT-1603 added SearchReceivingMessageSource
2010-11-11 12:58:05 -05:00
Oleg Zhurakousky
800d5e6617
INT-1603 added test for search to Twitter4JTemplateTest
2010-11-11 11:33:02 -05:00
Oleg Zhurakousky
bfd9a84832
INT-1603 first round of changes to introduce search methods to TwitterOperation and Twiter4JTemplate as well as allign TwitterOperation with its counterpart in Spring Social. Also copied SearchResult from Spring Social
2010-11-11 11:03:58 -05:00
Oleg Zhurakousky
8c63cc003a
INT-1602 changed to receive HOME Timeline updates instead of Friends
2010-11-11 10:07:59 -05:00
Oleg Zhurakousky
834f6ca265
INT-1600 polished namespace elements t be more consistent
2010-11-11 09:54:02 -05:00
Oleg Zhurakousky
1278666ed7
INT-1596, fixed the broken links as well as all warnings
2010-11-09 12:17:45 -05:00
Oleg Zhurakousky
9bf9358e5a
INT-1564 added exception translation logic to TwitterOperationException for better display to the end user, added tests
2010-11-08 22:32:45 -05:00
Oleg Zhurakousky
2a8994d7b6
INT-1553 Final modifications to align with Spring Social API, added tests for persistent metadatastore, tested every supported twiter function against the real twitter account
2010-11-08 18:12:15 -05:00
Oleg Zhurakousky
59a15d6177
INT-1553 third round of refactoring to align with Spring Social, removed direct dependency on Paging, modified and enhanced a few tests
2010-11-08 16:13:52 -05:00
Oleg Zhurakousky
49fc149e63
INT-1553 second round of refatcoting to align with Spring Social, removed direct dependency on RateLimit
2010-11-08 15:19:26 -05:00
Oleg Zhurakousky
71e656943b
INT-1553 first round of refactoring to introduce dependency on Tweet from Spring Social
2010-11-08 14:58:42 -05:00
Oleg Zhurakousky
630fb24972
INT-1553 fixed the schema, renamed twitter-connection to twitter-template, fixed tests
2010-11-08 13:02:00 -05:00
Oleg Zhurakousky
8d280e4a99
INT-1553 polishing, added more tests for status update, code coverage is at 76%
2010-11-08 12:31:39 -05:00
Oleg Zhurakousky
c5b072b2a8
INT-1553 removed ConnectionParser, added tests for Twitter4JTemplate
2010-11-08 12:03:04 -05:00
Oleg Zhurakousky
56143b63aa
INT-1553 initial refactoring to introduce Twitter4jTemplate in place of the twitter-connection
2010-11-08 09:03:44 -05:00
Oleg Zhurakousky
ae2413e68a
INT-1553, added more test for the Inbound side
2010-11-05 17:17:49 -04:00
Oleg Zhurakousky
387c2979be
INT-1553, fixed more tests, added new loguc to build metadataKey in the inbound adapters, tested new Twitter connectivity with real account
2010-11-05 16:01:55 -04:00
Oleg Zhurakousky
fae066e48e
INT-1553, Initial overhaul and simplification to the OAuth package, tests
2010-11-05 15:35:02 -04:00
Oleg Zhurakousky
b32fa4ac4b
INT-1553 moved @Ignored test to a separate package in preparation for more tests
2010-11-04 16:42:25 -04:00
Oleg Zhurakousky
d1babad811
polishing/formatting OAuth part of Twitter adapter
2010-11-03 08:45:38 -04:00
Oleg Zhurakousky
aa86bbd7c1
INT-1471, I don't like @Override
2010-10-28 15:32:25 -04:00
Oleg Zhurakousky
838b783517
INT-1471, more polishing, pushing tests that I worgot to 'git add'
2010-10-28 15:32:25 -04:00
Oleg Zhurakousky
5522af7a04
INT-1471, more polishing, added auto-startup attribute to the schema for Recieving adapters
2010-10-28 15:32:24 -04:00
Oleg Zhurakousky
7733a27ea6
INT-1471, more polishing, renamed In/Out adapters to include Receiving/Sending in the class names
2010-10-28 15:32:24 -04:00
Mark Fisher
90cc137faf
INT-1471 removed the TWITTER_ prefix on the header constant definitions, and switched to camelCase for consistency
2010-10-28 15:32:23 -04:00
Oleg Zhurakousky
7a9899c837
INT-1471, polishing
2010-10-28 15:32:22 -04:00
Oleg Zhurakousky
46091acdb9
INT-1471, polishing
2010-10-28 15:32:21 -04:00
Oleg Zhurakousky
42f5ba35ab
INT-1471, Twitter polishing after making it Polling consumer
2010-10-28 15:32:21 -04:00
Oleg Zhurakousky
82497a81a3
INT-1471, changed Twitter Inbound adapters to be PollingConsumers, added poller element
2010-10-28 15:32:21 -04:00
Mark Fisher
7412bc239c
INT-1527 MetadataStore refactoring
2010-10-26 18:39:52 -04:00
Oleg Zhurakousky
6750130105
INT-1471 consolidated Inbound parsers, added initial support for MetadataStore to handle duplicates
2010-10-26 14:59:33 -04:00
Oleg Zhurakousky
cebc9892b9
INT-1471 went back to direct dependency on twitter4j API. ntroducing our interfaces is meaningless sionce we are not going to be depending on it once SpringSocial GA is out
2010-10-26 13:19:14 -04:00
Oleg Zhurakousky
4556ae26cc
INT-1471 more polishing
2010-10-26 12:01:16 -04:00
Oleg Zhurakousky
59b239523a
INT-1471 more polishing, introduced Proxy to bridge Twiter4J types with SI-twitter interfaces, added tests
2010-10-26 11:43:03 -04:00
Oleg Zhurakousky
9d8089f512
INT-1471 fixed typos
2010-10-25 16:30:57 -04:00
Oleg Zhurakousky
ab7dfc3042
INT-1471 removed custom thread pools used by inbound adapters in favor of task scheduler with RateLimitStatusTRiger, polishing the code and javadocs. . . more to come
2010-10-25 16:12:02 -04:00
Josh Long
e44f9a6e31
cleanup of the code: removing cyclic dependencies, cleaning out package hierarchy, etc, in support of INT-1548 INT-1549 INT-1547
2010-10-23 17:18:22 -07:00
Josh Long
19871a4484
cleanup.
2010-10-23 16:23:01 -07:00
Josh Long
c3380ac9b7
reran all live integration tests to verify the twitter adapters work with the new domain models and threading support.
2010-10-23 15:24:41 -07:00
Josh Long
d1c05b17ff
updating tests.\
2010-10-23 14:56:16 -07:00
Josh Long
13966b4f75
updating tests.
2010-10-23 13:18:01 -07:00
Josh Long
21b7058959
reconciled some conflicts, changed the code to reflect the new APIs.
2010-10-23 11:15:30 -07:00
Josh Long
356b027d76
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 20:11:08 -07:00
Josh Long
39f9e2b9e4
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 19:55:22 -07:00