aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/vfs/GlobTest.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter...Gravatar felly2017-04-18
* fix: Allow parentheses in glob patternsGravatar Harmandeep Kaur2017-04-11
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Remove the dead UnixGlob#Builder#addExcludes and move some existing tests aro...Gravatar Nathan Harmata2016-06-07
* Migrated tests in devtools/build/lib/vfs to JUnit 4.Gravatar Florian Weikert2015-12-01
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Deflake GlobTest dealing with glob interruption. Do not assume that an interr...Gravatar Eric Fellheimer2015-06-29
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Change UnixGlob#matcher to treat "**/" and "/**" as matching zero or more di...Gravatar Janak Ramakrishnan2015-05-18
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25