Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/flutter/flutter.git. Pull mirroring updated .
  1. Jan 10, 2025
  2. Oct 30, 2024
  3. Sep 25, 2024
  4. Jul 20, 2024
  5. Jul 18, 2024
  6. Jun 18, 2024
  7. Nov 14, 2023
  8. Jul 18, 2023
  9. Jun 01, 2023
  10. Sep 13, 2022
  11. Aug 02, 2022
  12. Jun 28, 2022
  13. Apr 14, 2022
  14. Mar 29, 2022
  15. Jan 08, 2022
  16. Oct 01, 2021
  17. Jan 07, 2021
  18. Jul 25, 2020
  19. Jan 03, 2020
  20. Dec 31, 2019
    • 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
  21. Oct 29, 2019
  22. Aug 21, 2019
  23. Aug 15, 2019
  24. Jul 29, 2019
  25. Apr 06, 2019
  26. Nov 07, 2018
  27. Oct 26, 2018
  28. Aug 30, 2018
    • 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
  29. Aug 29, 2018
  30. Aug 08, 2018
    • 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
  31. Jun 02, 2018
  32. May 24, 2018
  33. May 11, 2018
  34. Apr 12, 2018
  35. Mar 27, 2018
  36. Mar 24, 2018
  37. Feb 09, 2018
  38. Jan 27, 2018
    • 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