1. 07 Jan, 2021 1 commit
  2. 24 Jul, 2020 1 commit
  3. 02 Jan, 2020 2 commits
  4. 31 Dec, 2019 1 commit
    • Ian Hickson's avatar
      Add many more global analyses. (#47875) · e768c92f
      Ian Hickson authored
      * 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
  5. 28 Oct, 2019 1 commit
  6. 20 Aug, 2019 1 commit
  7. 15 Aug, 2019 1 commit
  8. 28 Jul, 2019 1 commit
  9. 05 Apr, 2019 1 commit
  10. 06 Nov, 2018 1 commit
  11. 25 Oct, 2018 1 commit
  12. 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
  13. 28 Aug, 2018 1 commit
  14. 07 Aug, 2018 1 commit
    • Greg Spencer's avatar
      Remove Travis configuration from flutter/flutter (#20288) · e60087a1
      Greg Spencer authored
      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
  15. 01 Jun, 2018 1 commit
  16. 24 May, 2018 1 commit
  17. 10 May, 2018 1 commit
  18. 11 Apr, 2018 2 commits
  19. 26 Mar, 2018 1 commit
  20. 24 Mar, 2018 1 commit
  21. 08 Feb, 2018 1 commit
  22. 27 Jan, 2018 1 commit
    • Seth Ladd's avatar
      Point to master API docs (#14292) · d6dad958
      Seth Ladd authored
      * 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
  23. 11 Jan, 2018 1 commit
  24. 04 Jan, 2018 1 commit
  25. 14 Dec, 2017 1 commit
  26. 07 Dec, 2017 1 commit
  27. 13 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958) · 797b39e9
      Greg Spencer authored
      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
  28. 05 Oct, 2017 1 commit
  29. 24 Sep, 2017 1 commit
  30. 07 Sep, 2017 1 commit
  31. 15 Aug, 2017 1 commit
  32. 10 Aug, 2017 1 commit
  33. 14 Jul, 2017 1 commit
  34. 13 Jul, 2017 1 commit
  35. 26 Jun, 2017 1 commit
  36. 17 Feb, 2017 1 commit
    • xster's avatar
      Add --start-paused doc (#8233) · 9610ff6b
      xster authored
      * Add --start-paused doc
      
      * correcting > Observatory
      
      * Updating --start-paused option w/feedback
      9610ff6b
  37. 09 Feb, 2017 1 commit
  38. 08 Feb, 2017 1 commit