1. 29 Sep, 2021 1 commit
  2. 26 Aug, 2021 1 commit
  3. 18 Aug, 2021 1 commit
  4. 29 Jul, 2021 1 commit
  5. 12 Jul, 2021 1 commit
  6. 08 Jun, 2021 1 commit
  7. 19 May, 2021 1 commit
  8. 11 May, 2021 1 commit
  9. 03 Apr, 2021 1 commit
  10. 02 Apr, 2021 1 commit
  11. 18 Mar, 2021 2 commits
  12. 27 Jan, 2021 1 commit
  13. 13 Nov, 2020 1 commit
  14. 11 Nov, 2020 1 commit
    • Anna Gringauze's avatar
      Move web integration tool tests to web.shard (#70226) · edf26e75
      Anna Gringauze authored
      * Move web integration tool tests to web.shard
      
      Web integration tool tests depend on DDC changes in SDK. This change
      moves them to a separate shard and subshard so CI bot configurations
      can run them separately.
      
      In particular, with will allow running those tests on dart CI flutter
      HHH web bot instead of a non-web one, allowing early detection and easy
      classification of issues caused by SDK changes as VM- or Web related.
      
      * Enabled verbose mode for flaky web_tool_tests
      
      * Split out the test changes to be commited first
      edf26e75
  15. 06 Nov, 2020 1 commit
  16. 04 Nov, 2020 1 commit
  17. 29 Oct, 2020 3 commits
  18. 16 Sep, 2020 1 commit
  19. 08 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] standardize patterns for integration.shard (#64980) · 6b444c4d
      Jonah Williams authored
      Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.
      
      Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
      6b444c4d
  20. 19 Jun, 2020 1 commit
  21. 13 May, 2020 1 commit
  22. 17 Apr, 2020 1 commit
  23. 02 Apr, 2020 1 commit
  24. 26 Feb, 2020 1 commit
  25. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  26. 18 Oct, 2019 3 commits
  27. 09 Aug, 2019 1 commit
  28. 22 Jul, 2019 1 commit
  29. 13 Jul, 2019 1 commit
  30. 26 Jun, 2019 2 commits
  31. 06 Mar, 2019 1 commit
  32. 11 Feb, 2019 1 commit
  33. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  34. 17 Jan, 2019 1 commit