Commit Graph

125 Commits

Author SHA1 Message Date
Mark Fisher
e50688fb1d removed class level tangle 2010-12-17 15:39:35 -05:00
Mark Fisher
0be6410a6d INT-1636 rolling back the DM target user expression support 2010-12-16 18:45:12 -05:00
Mark Fisher
fd7dbdd890 now evaluating SpEL against context variables in Twitter Direct Message test 2010-12-16 17:05:31 -05:00
Mark Fisher
403e929eb6 polishing 2010-12-16 16:50:57 -05:00
Oleg Zhurakousky
4b33a4d4fa INT-1636 updated Twitter documentation regarding 'target-user-expression' 2010-12-10 16:20:28 -05:00
Oleg Zhurakousky
2a456d9373 INT-1636 added 'target-user-expression' to the Twitter DM adapter 2010-12-10 16:00:13 -05:00
Mark Fisher
1803d73547 INT-1676 added spring.tooling and .gif icons for adapters that were missing these files 2010-12-10 10:41:54 -05:00
Chris Beams
8fcd2bc858 Add noop test to avoid Maven surefire failure 2010-11-26 11:26:24 -07:00
Oleg Zhurakousky
20ee9d8fe7 INT-1552 added Twitter schema docs 2010-11-22 11:44:44 -05:00
Mark Fisher
f7bb5bdd9d removed warning in test 2010-11-22 01:36:29 -05:00
Mark Fisher
e9d21bfff3 removed unused imports in test 2010-11-21 19:39:21 -05:00
Oleg Zhurakousky
c57a0067cb Twitter test polishing 2010-11-19 03:49:13 -05:00
Mark Fisher
11477bbe63 changed case for 'j' 2010-11-18 22:03:27 -05:00
Mark Fisher
8759d79e22 removed unused 'in-reply-to' Twitter header 2010-11-18 22:01:28 -05:00
Mark Fisher
d04c0be68a removed 'lastPage' boolean flag from SearchResults since it was never being used (was always false) 2010-11-18 21:49:01 -05:00
Mark Fisher
262adbaeab refactored 'task' inner class into a private method for simplicity 2010-11-18 19:48:14 -05:00
Mark Fisher
382e074f59 AbstractTwitterMessageSource no longer implements Lifecycle (no longer extends AbstractEndpoint). @Ignore-d irrelevant tests, and removed the RateLimitStatusTrigger. 2010-11-18 19:44:48 -05:00
Mark Fisher
5265dad85d removed getFriends() method because we were never calling it (how sad) 2010-11-18 19:20:34 -05:00
Mark Fisher
96552d0a0d removed unused 'page' param (might add later when we do want to use it) from twitter search method 2010-11-18 19:01:50 -05:00
Oleg Zhurakousky
f549ccbdd9 fixing broken Twitter tests 2010-11-18 14:35:44 -05:00
Oleg Zhurakousky
2d9af9b849 polishing Twitter 2010-11-18 14:11:37 -05:00
Mark Fisher
f5c17d003b aligned test name with class under test 2010-11-15 17:59:33 -05:00
Mark Fisher
3423ca2dd7 renamed test to match class under test 2010-11-13 12:39:52 -05:00
Oleg Zhurakousky
24521e97b9 minor polishing of Twitter before polishing the Twitter docs 2010-11-12 11:22:09 -05:00
Chris Beams
5a39dd1d24 Fix minor compiler warnings 2010-11-11 17:11:40 -08:00
Chris Beams
80f9a1404d fixup 2010-11-11 16:37:13 -08:00
Chris Beams
bd5a3d190b Merge branch 'buildSrc'
Added 'buildSrc' directory as a git submodule to be shared across
all Spring open-source projects. This eliminates the need to maintain
custom Gradle code within Spring Integration directly.

For a brief introduction to git submodules, see
    http://speirs.org/blog/2009/5/11/understanding-git-submodules.html

And of course the official documentation is at
    http://www.kernel.org/pub/software/scm/git/docs/git-submodule.html
    https://git.wiki.kernel.org/index.php/GitSubmoduleTutorial

Conflicts:
	spring-integration-twitter/src/main/java/org/springframework/integration/twitter/core/Twitter4jTemplate.java
	spring-integration-twitter/src/test/java/org/springframework/integration/twitter/inbound/SearchReceivingMessageSourceTests.java
2010-11-11 16:26:53 -08:00
Mark Fisher
c57280c173 polishing 2010-11-11 19:01:15 -05:00
Mark Fisher
ae619d95bf INT-1604 removed OutboundTweetMessageMapper and AbstractOutboundTwitterEndpointSupport, renamed TimelineSendingMessageHandler to StatusUpdatingMessageHandler 2010-11-11 18:54:20 -05:00
Mark Fisher
e02582f079 INT-1604 removed unused methods from TwitterOperations and Twitter4JTemplate, renamed 'markerId' to 'lastEnqueuedId', and now passing the 'sinceId' into subclass' pollForTweets(..) callback, and the search adapter now takes 'sinceId' into account as well 2010-11-11 18:42:28 -05:00
Mark Fisher
82ddb01cfd INT-1604 polishing 2010-11-11 18:29:05 -05:00
Mark Fisher
3524606a84 INT-1604 polishing 2010-11-11 18:25:49 -05:00
Mark Fisher
0852008d38 INT-1604 renamed outbound parser to include 'ChannelAdapter' 2010-11-11 18:14:12 -05:00
Mark Fisher
dd13faf032 INT-1604 renamed inbound parser to include 'ChannelAdapter' 2010-11-11 18:11:34 -05:00
Mark Fisher
22db707b5d INT-1604 polishing 2010-11-11 18:08:45 -05:00
Mark Fisher
373884d40d INT-1604 renamed TimelineUpdateReceivingMessageSourceTests (removed 'Update') 2010-11-11 17:56:47 -05:00
Mark Fisher
b5f57e3ddc INT-1604 encapsulation 2010-11-11 17:50:33 -05:00
Mark Fisher
4f3b887ddd INT-1604 encapsulation 2010-11-11 17:44:48 -05:00
Mark Fisher
79b8b6b8b5 INT-1604 refactored reusable polling logic into AbstractTwitterMessageSource 2010-11-11 17:21:28 -05:00
Mark Fisher
6f5719f352 INT-1604 formatting, removed e.printStackTrace 2010-11-11 16:53:48 -05:00
Mark Fisher
11912a5360 INT-1604 removed unused imports 2010-11-11 16:49:50 -05:00
Oleg Zhurakousky
d0ebcd9e6f INT-1603 removed MH prost processor from AMS 2010-11-11 16:39:08 -05:00
Oleg Zhurakousky
d1a97304a9 INT-1603 added real test in the 'ignored' for search with namespace 2010-11-11 16:11:57 -05:00
Oleg Zhurakousky
ff0d81e36b INT-1603 added namespace support for SearchInboundMessageSource 2010-11-11 15:58:07 -05:00
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