1. 28 Oct, 2019 1 commit
  2. 20 Aug, 2019 1 commit
  3. 15 Aug, 2019 1 commit
  4. 28 Jul, 2019 1 commit
  5. 05 Apr, 2019 1 commit
  6. 06 Nov, 2018 1 commit
  7. 25 Oct, 2018 1 commit
  8. 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
  9. 28 Aug, 2018 1 commit
  10. 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
  11. 01 Jun, 2018 1 commit
  12. 24 May, 2018 1 commit
  13. 10 May, 2018 1 commit
  14. 11 Apr, 2018 2 commits
  15. 26 Mar, 2018 1 commit
  16. 24 Mar, 2018 1 commit
  17. 08 Feb, 2018 1 commit
  18. 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
  19. 11 Jan, 2018 1 commit
  20. 04 Jan, 2018 1 commit
  21. 14 Dec, 2017 1 commit
  22. 07 Dec, 2017 1 commit
  23. 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
  24. 05 Oct, 2017 1 commit
  25. 24 Sep, 2017 1 commit
  26. 07 Sep, 2017 1 commit
  27. 15 Aug, 2017 1 commit
  28. 10 Aug, 2017 1 commit
  29. 14 Jul, 2017 1 commit
  30. 13 Jul, 2017 1 commit
  31. 26 Jun, 2017 1 commit
  32. 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
  33. 09 Feb, 2017 1 commit
  34. 08 Feb, 2017 2 commits
  35. 27 Jan, 2017 1 commit
  36. 26 Jan, 2017 1 commit
  37. 15 Dec, 2016 1 commit
  38. 11 Dec, 2016 1 commit