1. 08 Oct, 2018 9 commits
  2. 06 Oct, 2018 3 commits
    • Greg Spencer's avatar
      Revert "Turn on line wrapping in usage and status messages, adds ANSI color to... · 2d81adf7
      Greg Spencer authored
      Revert "Turn on line wrapping in usage and status messages, adds ANSI color to doctor and analysis messages. (#22656)" (#22759)
      
      This reverts commit e4386321
      because it breaks 160 benchmarks, and several devicelab tests,
      due to changing the format of the output.
      2d81adf7
    • Greg Spencer's avatar
      Turn on line wrapping in usage and status messages, adds ANSI color to doctor... · e4386321
      Greg Spencer authored
      Turn on line wrapping in usage and status messages, adds ANSI color to doctor and analysis messages. (#22656)
      
      This turns on text wrapping for usage messages and status messages. When on a terminal, wraps to the width of the terminal. When writing to a non-terminal, wrap lines at a default column width (currently defined to be 100 chars). If --no-wrap is specified, then no wrapping occurs. If --wrap-column is specified, wraps to that column (if --wrap is on).
      
      Adds ANSI color to the doctor and analysis output on terminals. This is in this PR with the wrapping, since wrapping needs to know how to count visible characters in the presence of ANSI sequences. (This is just one more step towards re-implementing all of Curses for Flutter. :-)) Will not print ANSI sequences when sent to a non-terminal, or of --no-color is specified.
      
      Fixes ANSI color and bold sequences so that they can be combined (bold, colored text), and a small bug in indentation calculation for wrapping.
      
      Since wrapping is now turned on, also removed many redundant '\n's in the code.
      e4386321
    • Jonah Williams's avatar
      cdf1cec9
  3. 05 Oct, 2018 19 commits
  4. 04 Oct, 2018 9 commits
    • Greg Spencer's avatar
      Add correct environment to allow deploy of gallery app. (#21713) · 3dbcfc73
      Greg Spencer authored
      The Gallery deployment was missing some secrets in order to correctly deploy. This adds those missing secrets as encrypted env vars.
      3dbcfc73
    • Greg Spencer's avatar
      Fixes a common crash in getAdbDevices when adb executable isn't found. (#22676) · 40a7a9cf
      Greg Spencer authored
      Apparently, this accounts for 13% of our crashes in Beta.
      40a7a9cf
    • Jonah Williams's avatar
      Adds more time to contrast tests (#22681) · cfc73590
      Jonah Williams authored
      cfc73590
    • Greg Spencer's avatar
      Fix places in devicelab tests where it expects the app template. (#22696) · abb1758e
      Greg Spencer authored
      I missed some create template conversions in the devicelab directory.
      abb1758e
    • Greg Spencer's avatar
      Make devicelab tests use 'app' template (#22694) · 3246a663
      Greg Spencer authored
      Fixes the build after my module rename broke the Windows tests.
      3246a663
    • Greg Spencer's avatar
      Rename module --> application in flutter create command. (#22565) · 9f23866a
      Greg Spencer authored
      This renames the "module" template to the "application" template, and makes "application" the default. The existing "app" template is now deprecated.
      
      flutter create also now recognizes the type of project in an existing directory, and is able to recreate it without having the template type explicitly specified (although you can still do that). It does this now by first looking in the .metadata file for the new project_type field, and if it doesn't find that, then it looks at the directory structure. Also, the .metadata file is now overwritten even on an existing directory so that 1) the project_type can be added to legacy projects, and 2) the version of Flutter that updated the project last is updated.
      
      I also cleaned up a bunch of things in create_test.dart, added many more tests, and added an example test to the test/ directory in the generated output of the application template.
      
      Fixes #22530
      Fixes #22344
      9f23866a
    • engine-flutter-autoroll's avatar
      Roll engine 74e68ff8b108..c8755d74c17e (1 commits) (#22684) · 66f1c675
      engine-flutter-autoroll authored
      
      https://github.com/flutter/engine/compare/74e68ff8b108...c8755d74c17e
      
      git log 74e68ff8b108..c8755d74c17e --no-merges --oneline
      c8755d74c Update FlutterFrontendCompiler.rejectLastDelta to match the signature in CompilerInterface (flutter/engine#6426)
      
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      66f1c675
    • Gary Qian's avatar
      Roll engine and update tests (#22643) · 00bcffd1
      Gary Qian authored
      git log 7e3b41dc7ba6..74e68ff8b108 --no-merges --oneline
      74e68ff8b Roll src/third_party/skia 7b7805581733..66a973493468 (4 commits) (#6436)
      58fbd1fd1 Roll src/third_party/skia 4442e3138927..7b7805581733 (1 commits) (#6435)
      83151d9fc Roll src/third_party/skia 4dd17156c6e4..4442e3138927 (1 commits) (#6434)
      5fe7e377d Roll src/third_party/skia 8841085abeb9..4dd17156c6e4 (1 commits) (#6432)
      5340f4224 Revert "Use single_root_scheme when compiling platform (#6402)" (#6431)
      37fd43d43 Add deadline_now_delta argument to Engine::NotifyIdle's trace (#6419)
      4af077b29 Roll src/third_party/skia 4504a652c071..8841085abeb9 (1 commits) (#6429)
      165f3dd1c Update //third_party/benchmark dependency to 21f1eb (ToT). (#6427)
      34bd0ef87 Don’t build benchmarking binaries on Windows. (#6428)
      ae4db4469 Ensure setViewIdResourceName has the correct version guard (#6404)
      2c5d0c407 [rapidjson] Fix import statements (#6418)
      c2128fc80 Create a benchmarking target for the shell. (#6420)
      30f78af91 Raise errors on non-zero exits while creating artifacts on the bots. (#6424)
      191168cec Disable line_height tests on Windows (#6423)
      061cc6643 Fix ideographic baseline to match spec. (#6422)
      74eac1f56 Roll src/third_party/skia bfa76f20bfcf..4504a652c071 (14 commits) (#6421)
      10b45405b Implement ParagraphStyle.line_height and add tests for line_height and baselines. (#6417)
      00bcffd1
    • jslavitz's avatar
      Vertical divider (#22641) · 64029ba6
      jslavitz authored
      * Vertical divider bug fix and additional cleaning.
      64029ba6