1. 04 Aug, 2018 2 commits
  2. 02 Aug, 2018 3 commits
  3. 01 Aug, 2018 2 commits
  4. 30 Jul, 2018 2 commits
  5. 25 Jul, 2018 1 commit
  6. 23 Jul, 2018 1 commit
    • Greg Spencer's avatar
      Fix whitespace detector to handle deleted files. (#19690) · f44f625c
      Greg Spencer authored
      The trailing whitespace detector wasn't handling file deletes very well (at all, really).
      
      This filters the set of files grepped to only include files that exist.
      
      Also, clarified the failure message to make it more obvious what the failure is when the grep finds results.
      f44f625c
  7. 20 Jul, 2018 2 commits
  8. 18 Jul, 2018 1 commit
  9. 06 Jun, 2018 1 commit
  10. 03 May, 2018 1 commit
    • Fedor Korotkov's avatar
      Renamed CI tasks (#17216) · d0125d94
      Fedor Korotkov authored
      * Renamed CI tasks
      
      `tests` to `tests-linux`
      `windows` to `tests-windows`
      
      * Explicitly specify shards everywhere
      d0125d94
  11. 01 May, 2018 1 commit
    • Fedor Korotkov's avatar
      Configure Cirrus CI (#16224) · 73334599
      Fedor Korotkov authored
      * Configure Cirrus CI
      
      * Read file directly instead of shelling a command
      
      * Wait for all streams to finish
      
      * Add LTR `textDirection`
      
      Since `RenderFlex#_debugHasNecessaryDirections` requires it when `direction` is horizontal and there are multiple children.
      73334599