1. 24 May, 2023 1 commit
  2. 15 May, 2023 1 commit
  3. 12 May, 2023 1 commit
  4. 06 Apr, 2023 1 commit
  5. 13 Mar, 2023 1 commit
    • Sigurd Meldgaard's avatar
      Always use user-level pub cache (#121802) · 1fd84f88
      Sigurd Meldgaard authored
      Use the pub cache resolved by pub itself.
      To add packages to the flutter.zip download they are packaged as tar.gz and added to the pub-cache on first run by using  `pub cache preload`.
      1fd84f88
  6. 23 Feb, 2023 1 commit
  7. 21 Feb, 2023 1 commit
    • stuartmorgan's avatar
      Switch analysis to flutter/packages (#120908) · c564007f
      stuartmorgan authored
      In preparation for the merge of flutter/plugins into flutter/packaegs,
      update the cross-repo analysis to flutter/packages rather than
      flutter/plugins.
      
      The flutter_plugins.version file is left intentionally for now to avoid
      issues with the roller; it will be removed when the roller has been
      updated to roll the other repository.
      c564007f
  8. 02 Feb, 2023 1 commit
    • Jesús S Guerrero's avatar
      Parser machine logs (#118707) · d63987f7
      Jesús S Guerrero authored
      * remove file reporter optional
      
      * decouple stack trace from metric collections
      
      * update tests; add collect metrics option
      
      * add failed tests property
      
      * add test for multiple stack failed
      
      * change path on result
      
      * create factory method
      
      * throw exception when test file failed to generate
      
      * remove catch of file exception
      
      * handle when no stacktrace on file reporter
      d63987f7
  9. 21 Dec, 2022 1 commit
  10. 20 Dec, 2022 1 commit
  11. 11 Dec, 2022 1 commit
  12. 29 Nov, 2022 1 commit
    • godofredoc's avatar
      Generate local metadata even when not publishing. (#116087) · 61376de9
      godofredoc authored
      * Generate local metadata even when not publishing.
      
      For SLSA compliance we need to separate the fetch, compile and upload
      steps of release artifacts. Translating this to the packaging workflows
      the fetch step will checkout the prepare_package script at main ToT, the
      compile step generate the bundle archives and the recipes will upload
      the artifact bundles as part of the upload stage.
      
      This change adds functionality to generate both the release bundle and
      the updated metadata file in a way that both files can be uploaded as
      part of the upload stage.
      
      Bug: https://github.com/flutter/flutter/issues/115487
      
      * Address comments.
      
      * Update tests.
      61376de9
  13. 09 Nov, 2022 1 commit
  14. 08 Nov, 2022 2 commits
  15. 25 Oct, 2022 1 commit
  16. 17 Oct, 2022 2 commits
  17. 30 Sep, 2022 1 commit
  18. 23 Sep, 2022 1 commit
  19. 14 Aug, 2022 1 commit
  20. 10 Aug, 2022 1 commit
  21. 05 Aug, 2022 1 commit
  22. 28 Jul, 2022 1 commit
  23. 07 Jun, 2022 1 commit
  24. 21 May, 2022 1 commit
  25. 14 May, 2022 1 commit
  26. 12 May, 2022 1 commit
  27. 27 Apr, 2022 1 commit
  28. 05 Apr, 2022 1 commit
  29. 18 Mar, 2022 1 commit
  30. 28 Feb, 2022 1 commit
  31. 02 Feb, 2022 1 commit
  32. 08 Jan, 2022 1 commit
  33. 07 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Update platform shims in dev/manual_tests (#94616) · 3750beac
      Greg Spencer authored
      Updates the platform shims in dev/manual_tests so that Windows and Linux can be built. I had to update the Windows shims, because I was unable to build a Windows app there.
      
      Also updates the analyze.dart script to report all license issues simultaneously instead of just dying after the first failure.
      
      The only substantive code changes are in dev/bots/analyze.dart and dev/bots/test/analyze_test.dart
      3750beac
  34. 14 Dec, 2021 1 commit
  35. 19 Nov, 2021 1 commit
  36. 09 Nov, 2021 2 commits
  37. 08 Oct, 2021 1 commit