Commit graph

676 commits

Author SHA1 Message Date
Mike Nakhimovich
4afb8ceb0c remove extranous exception throw (#114) 2017-02-07 13:02:57 -05:00
Mike Nakhimovich
154ee0e533 lets try this travis snapshot deploy again... (#113)
* deploy snapshot
2017-02-07 10:35:41 -05:00
Mike Nakhimovich
1c7bc502b0 Tech/record stale fs (#111)
networkBeforeStale and refreshOnStale
2017-02-07 09:45:48 -05:00
Mike Nakhimovich
e76f29261d rework builders (#110) 2017-02-06 10:21:55 -05:00
Eric Cochran
462df5a4be Update to Moshi 1.4.0 (#108) 2017-02-05 08:29:49 -05:00
Mike Nakhimovich
2c24357df9 Migrate Barcode to any Type (#86)
* migrate barcode to a generic key
2017-02-03 17:49:40 -05:00
Brian Plummer
52ec65dfa8 remove espresso, unneeded, conflicts with javax.annotations (#106) 2017-02-03 16:02:05 -05:00
Mike Nakhimovich
e3bf9584a5 GetRefreshing - Repeat when clear (#103)
*getRefreshing
2017-02-02 15:27:27 -05:00
Mike Nakhimovich
45f49480c3 Update README.md 2017-02-02 09:08:05 -05:00
Mike Nakhimovich
5af5c00d9a fixes inflight caching errors (#101) 2017-02-01 11:59:57 -05:00
Pavlos-Petros Tournaris
b93c431e24 Remove dead code and add/remove empty lines were needed (#99) 2017-01-31 17:17:18 -05:00
Mike Nakhimovich
c596121319 Merge pull request #97 from NYTimes/bug/96
clear needs to clear noop disk and inflight
2017-01-31 08:52:47 -05:00
digitalbuddha
c9d1364c88 fix flaky test 2017-01-31 08:35:15 -05:00
digitalbuddha
ee377d538d pmd 2017-01-31 08:23:29 -05:00
digitalbuddha
aae31d7247 pr comments 2017-01-31 08:21:03 -05:00
digitalbuddha
9dfb6c5375 clear needs to call noop disk and inflight 2017-01-31 08:03:16 -05:00
Mike Nakhimovich
2668aec325 Merge pull request #94 from NYTimes/tech/javaxAnnotations
use javax annotations instead of intellij
2017-01-30 21:30:52 -05:00
Brian Plummer
6a6f281925 convert test to javax.annotations 2017-01-30 21:20:02 -05:00
Brian Plummer
5fe547cf42 convert store to javax.annotations 2017-01-30 21:16:30 -05:00
Brian Plummer
24692e047e convert middleware-moshi to javax.annotations 2017-01-30 21:09:42 -05:00
Brian Plummer
d89d759f46 convert middleware-jackson to javax.annotations 2017-01-30 21:08:19 -05:00
Brian Plummer
6ebc9b2ad0 convert middleware to javax.annotations 2017-01-30 21:05:38 -05:00
Brian Plummer
defaaa19cd convert filesystem to javax.annotations 2017-01-30 21:01:14 -05:00
Plummer
405a15d3b6 start of conversion to javax.annotations 2017-01-30 17:46:05 -05:00
Mike Nakhimovich
0d32270b80 Update CHANGELOG.md 2017-01-30 12:16:11 -05:00
digitalbuddha
7154e265a6 Prepare next development version. 2017-01-30 12:13:15 -05:00
digitalbuddha
becd9c2c14 Prepare for release 1.0.7. 2017-01-30 11:57:42 -05:00
Mike Nakhimovich
e70687c6f7 fix in flight 1 minute debouncing (#92)
* fix in flight 1 minute debouncing

* fix pmd
2017-01-30 11:47:19 -05:00
Mike Nakhimovich
71220baf30 fixes race condition in memory cache (#90)
* fixes race condition in memory cache

* racy due to disk not being lazy

* pmd violations
2017-01-30 11:40:14 -05:00
Brian Plummer
be47cff570 specify a default charset of utf-8 for GsonSourceParser (#88) 2017-01-29 18:28:41 -05:00
Brian Plummer
62dec4bbbf minor test clean up, use isSameAs() instead of == (#87) 2017-01-29 18:28:01 -05:00
Brian Plummer
be5ba6443a convert store to java, #83 (#85)
convert store to java, #83
2017-01-28 20:52:55 -05:00
Paul Woitaschek
372cfa6688 Removed application meta data (#80)
* Removed application meta data

Causes unwanted manifest merging

* remove unused ExampleUnitTest.java (#84)

* Removed application meta data

Causes unwanted manifest merging
2017-01-28 10:26:19 -05:00
Paul Woitaschek
28fe003673 Classnames up, field names down (#81)
* Classnames up, field names down

It hurts my eyes ;-)

* remove unused ExampleUnitTest.java (#84)

* Classnames up, field names down

It hurts my eyes ;-)
2017-01-28 10:25:56 -05:00
Brian Plummer
e6a1e4188d remove unused ExampleUnitTest.java (#84) 2017-01-27 11:37:58 -05:00
Mike Nakhimovich
e8444d9c55 Update README.md 2017-01-26 15:18:48 -05:00
Mike Nakhimovich
3208f9a181 Fix formatting 2017-01-26 15:18:14 -05:00
Mike Nakhimovich
08a0ed3f32 add error prone analyzer (#79) 2017-01-24 12:15:25 -05:00
Brian Plummer
d31b8c5f44 fix issue #76, add additional create(FileSystem) within SourcePersisterFactory, some unit tests for SourcePersister (#77) 2017-01-23 21:57:25 -05:00
Mike Nakhimovich
2ad00e4968 Update CHANGELOG.md 2017-01-23 13:51:44 -05:00
digitalbuddha
aa9c4af0f1 Prepare next development version. 2017-01-23 13:48:59 -05:00
digitalbuddha
9fe6acdf74 Prepare for release 1.0.6. 2017-01-23 13:43:08 -05:00
Mike Nakhimovich
6541551dca Merge pull request #74 from NYTimes/mike/fixRaceCondition
fix race condition of 2 fetch requests too quickly
2017-01-23 13:35:47 -05:00
digitalbuddha
f7e3fc5566 fix test 2017-01-23 13:27:38 -05:00
digitalbuddha
24855b3ba9 fix race condition of 2 network requests very quickly 2017-01-23 13:12:55 -05:00
digitalbuddha
c711de75c8 fix race condition of 2 network requests very quickly 2017-01-23 13:10:24 -05:00
Mike Nakhimovich
6d207be3a9 Merge pull request #73 from PaulWoitaschek/develop
Added stream() for #72
2017-01-20 12:13:09 -05:00
Paul Woitaschek
42d2f15e8b Reflect stream() changes in the readme 2017-01-20 16:42:24 +01:00
Paul Woitaschek
15402e7efe Made future stuff typesafe by not ignoring generics 2017-01-20 15:58:40 +01:00
Paul Woitaschek
b700fc2868 Added missing nonnull and override annotations 2017-01-20 15:52:29 +01:00