aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-02Removed TODO comment for making heap disks configurable, assahmed10315
2019-06-06Update to Truth 0.45, and address deprecations.cpovirk
2019-06-06Assert that snapshot elements are ordered, as suggested by the comment.glorioso
2019-06-06Fix internal build breakage from making assertThat(SortedSet) @GoogleInternal.cpovirk
2019-05-15Migrate users from the old, deprecated Subject.fail* methods to the new Subje...cpovirk
2019-05-08Instead of calling Subject.actual(), store the actual value in a field, and r...cpovirk
2019-05-07Remove PathSubject.andThat().cgdecker
2019-05-07Migrate Truth Subjects from no-arg check() to the overload that accepts a des...cpovirk
2019-05-05Migrate Truth subjects from the old fail(String, Object) to the new failWithA...cpovirk
2019-04-29Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).cpovirk
2019-04-29Migrate from containsAllOf to containsAtLeast.cpovirk
2019-04-29Update to Truth 0.44.cpovirk
2019-04-29Migrate Truth subjects from a manual "test and fail" approach to one using Su...cpovirk
2019-04-29Run google-java-format over all of JimFS.kak
2019-04-18Enable GoodTime-API for JimFS. (#79)Ron Shapiro
2019-03-21Stop trying to build/test Jimfs with JDK7 on Travis.cgdecker
2019-03-21Fix an issue with Files.newOutputStream for Jimfs where it wouldn't truncate ...cgdecker
2019-03-21Update Guava versionronshapiro
2018-04-05Update Jimfs dependency versions and add the beta checker.cgdecker
2018-04-03Merge pull request #66 from google/sync-master-2018/04/03Colin Decker
2018-04-03Change getSubject() to actual() in PathSubject.cgdecker
2018-01-22Merge pull request #64 from google/sync-master-2018/01/22Colin Decker
2018-01-22Update maven-javadoc-plugin to 3.0.0.cpovirk
2018-01-16Suppress errors for streams that contain closeable resources (#63)Ron Shapiro
2018-01-05Merge pull request #59 from google/sync-master-2018/01/05Colin Decker
2018-01-05Ensure streams that encapsulate a closeable resource are closedcushon
2017-12-04Also remove gpg.skip/maven-gpg-plugin from caliper and jimfs. (#58)Ron Shapiro
2017-11-27Remove oraclejdk7 environment from Travis build, as oraclejdk7 no longer seem...cgdecker
2017-11-27Merge pull request #57 from google/sync-master-2017/11/15Colin Decker
2017-11-20Update to guava-23.4-androidronshapiro
2017-11-20Update Truth to 0.36 to take advantage of FailureMetadataronshapiro
2017-11-20Replace truth.FailureStrategy with truth.FailureMetadata in custom Subjects.jijiang
2017-08-03Merge pull request #52 from google/sync-master-2017/08/03Ron Shapiro
2017-08-03Fix the outdated link of google's java style guideTianyin Xu
2017-06-14Merge pull request #48 from google/sync-master-06/14/2017Colin Decker
2017-06-14Introduce a meaningful .toString() for JimFS's Configuration class. Standard ...diamondm
2017-06-05Merge pull request #46 from google/sync-master-06/05/2017Colin Decker
2017-06-05Fix comparison in JimfsPath that will always return false (as ArrayDeque is notdiamondm
2016-04-01Ignore errors that prevent Jimfs.newFileSystem from working in an environment...cgdecker
2016-04-01Fix a potential issue where a JimfsFileSystem would not be removed from the s...cgdecker
2016-03-23A couple attribute-related changes:cgdecker
2016-03-22Small formatting fix.cgdecker
2016-03-22Merge pull request #30 from jasontedor/attributes-uoeColin Decker
2016-03-21Throw UOE when setting unsupported attributesJason Tedor
2016-03-14Update references to guava-libraries.googlecode.com to the Github location in...cgdecker
2016-03-14Update the travis configurations to only build the "master" branch or any bra...cgruber
2016-02-16Jimfs 1.1 has been released; update the README.cgdecker
2016-01-22Update README to mention 1.1-rc1.cgdecker
2016-01-21Minor fixes in preparation for 1.1-rc1.cgdecker
2016-01-20Fix flakiness in JimfsAsynchronousFileChannelTest.cgdecker