1. 08 Oct, 2018 1 commit
  2. 04 Oct, 2018 1 commit
  3. 19 Sep, 2018 1 commit
  4. 06 Sep, 2018 1 commit
    • TL Lee's avatar
      Add build test for Flutter codelabs (#19579) · e2167b9f
      TL Lee authored
      * Add build test for Flutter codelabs
      
      * Fix indentation in build test script
      
      * Correct filename for the codelabs build test run by travis
      
      * Change if statement to elif
      
      * Replace echo statements with set -x
      
      * Add BSD-style license
      
      * Add codelabs build test to Cirrus
      
      * Remove codelabs_build_test from Travis.
      
      * Remove codelabs_build_test from travis_script.sh
      
      * Update documentation for codelabs_build_test.sh
      
      * Update readme for build test
      
      * Add link to open a new issue to MDC-Flutter
      
      * Add phrase to address "if you think you really need to break this test, please escalate this"
      e2167b9f
  5. 30 Aug, 2018 1 commit
    • Alexander Aprelev's avatar
      Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart (#21174) · 391e91c9
      Alexander Aprelev authored
      * Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart.
      
      This allows to run analysis step with command line arguments that are only applicable to flutter analyze(like --dart-sdk, needed for dart-flutter-engine head-head-head bot).
      
      * Add forgotten dev/bots/analyze.dart
      
      * Refactor common code from analyze.dart and test.dart into run_command.dart
      
      * Remove comments, add header
      391e91c9
  6. 08 Aug, 2018 1 commit
  7. 07 Aug, 2018 1 commit
  8. 04 Aug, 2018 2 commits
  9. 02 Aug, 2018 3 commits
  10. 01 Aug, 2018 2 commits
  11. 30 Jul, 2018 2 commits
  12. 25 Jul, 2018 1 commit
  13. 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
  14. 20 Jul, 2018 2 commits
  15. 18 Jul, 2018 1 commit
  16. 06 Jun, 2018 1 commit
  17. 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
  18. 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