1. 01 10月, 2021 1 次提交
  2. 07 1月, 2021 1 次提交
  3. 25 7月, 2020 1 次提交
  4. 03 1月, 2020 2 次提交
  5. 31 12月, 2019 1 次提交
    • I
      Add many more global analyses. (#47875) · e768c92f
      Ian Hickson 提交于
      * Update packages.
      
      * Add many more global analyses.
      
      * Catch trailing spaces and trailing newlines in all text files.
        Before we were only checking newly added files, but that means we
        missed some.
      
      * Port the trailing spaces logic to work on Windows too.
      
      * Correct all the files with trailing spaces and newlines.
      
      * Refactor some of the dev/bots logic into a utils.dart library.
        Notably, the "exit" and "print" shims for testing are now usable
        from test.dart, analyze.dart, and run_command.dart.
      
      * Add an "exitWithError" function that prints the red lines and
        then exits. This is the preferred way to exit from test.dart,
        analyze.dart, and run_command.dart.
      
      * More consistency in the output of analyze.dart.
      
      * Refactor analyze.dart to use the _allFiles file enumerating logic
        more widely.
      
      * Add some double-checking logic to the _allFiles logic to catch
        cases where changes to that logic end up catching fewer files
        than expected (helps prevent future false positives).
      
      * Add a check to prevent new binary files from being added to
        the repository. Grandfather in the binaries that we've already
        added.
      
      * Update all the dependencies (needed because we now import crypto in
        dev/bots/analyze.dart).
      e768c92f
  6. 29 10月, 2019 1 次提交
  7. 21 8月, 2019 1 次提交
  8. 15 8月, 2019 1 次提交
  9. 29 7月, 2019 1 次提交
  10. 06 4月, 2019 1 次提交
  11. 07 11月, 2018 1 次提交
  12. 26 10月, 2018 1 次提交
  13. 30 8月, 2018 1 次提交
    • A
      Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart (#21174) · 391e91c9
      Alexander Aprelev 提交于
      * 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
  14. 29 8月, 2018 1 次提交
  15. 08 8月, 2018 1 次提交
    • G
      Remove Travis configuration from flutter/flutter (#20288) · e60087a1
      Greg Spencer 提交于
      This removes the final traces of Travis and Appveyor from the Flutter tree.
      
      I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow).
      
      There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor).
      
      FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.
      e60087a1
  16. 02 6月, 2018 1 次提交
  17. 24 5月, 2018 1 次提交
  18. 11 5月, 2018 1 次提交
  19. 12 4月, 2018 2 次提交
  20. 27 3月, 2018 1 次提交
  21. 24 3月, 2018 1 次提交
  22. 09 2月, 2018 1 次提交
  23. 27 1月, 2018 1 次提交
    • S
      Point to master API docs (#14292) · d6dad958
      Seth Ladd 提交于
      * Point to master API docs
      
      I _think_ this is the right place, since people contributing and working on master might care about where the API docs are for master branch.
      
      * Update CONTRIBUTING.md
      
      update from review comment
      d6dad958
  24. 12 1月, 2018 1 次提交
  25. 05 1月, 2018 1 次提交
  26. 14 12月, 2017 1 次提交
  27. 07 12月, 2017 1 次提交
  28. 14 11月, 2017 1 次提交
    • G
      Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958) · 797b39e9
      Greg Spencer 提交于
      Creates a new (hidden) flutter command 'ide-config' that will create and/or update
      existing .iml files and some files under the .idea directory, as well as
      removing existing *.iml files and the .idea directory.
      
      It also:
      
       * Adds *.iml to the .gitignore
       * Removes existing .iml files from the repo, and moves them to the
         packages/flutter_tools/ide_templates/intellij directory.
       * Adds a flag to ide-config ('--update-templates') that will take any new .iml
         files in the flutter tree and add them to the existing templates.
           - If --overwrite is also specified, then all existing templates will also
             be overwritten with the contents from the flutter tree, and any that have
             been deleted from the flutter tree will also be removed from the
             templates.
       * Added new run configurations for all existing app targets that will now also
         be automatically added to IntelliJ.
       * Setting up the environment also includes setting the coding style guidelines
         and the git VCS.
       * Note that after this PR lands, Flutter developers will need to run it once to
         re-create the .iml files and configuration files that have been removed.
      
      After this PR lands, .iml files will no longer appear in the untracked files
      section for git.
      797b39e9
  29. 06 10月, 2017 1 次提交
  30. 24 9月, 2017 1 次提交
  31. 08 9月, 2017 1 次提交
  32. 15 8月, 2017 1 次提交
  33. 10 8月, 2017 1 次提交
  34. 14 7月, 2017 2 次提交
  35. 27 6月, 2017 1 次提交
  36. 18 2月, 2017 1 次提交
    • X
      Add --start-paused doc (#8233) · 9610ff6b
      xster 提交于
      * Add --start-paused doc
      
      * correcting > Observatory
      
      * Updating --start-paused option w/feedback
      9610ff6b
  37. 09 2月, 2017 1 次提交
    • A
      Sync CONTRIBUTING.md text with engine.git (#8004) · f68343ee
      Adam Barth 提交于
      * Sync CONTRIBUTING.md text with engine.git
      
      Turns out we had very similar text in engine.git.  This patch makes the text the same by adopting the text in engine.git.
      
      * Update CONTRIBUTING.md
      f68343ee