1. 02 Dec, 2022 3 commits
  2. 01 Dec, 2022 1 commit
    • Nehal Patel's avatar
      Removes retries from "dart pub get" and un-buffers its stdout/stderr output (#115801) · 3b15d6a5
      Nehal Patel authored
      * Removes retries from "pub get" and proxies its stdout output
      
      * Fix issue where ErrorHandlingProcessManager does not forward "mode" parameter to backing ProcessManager's "start" method
      
      * Make "pub get" use ProcessStartMode.inheritStdio instead of forwarding bytes to stdout and stderr
      
      * Fix tests
      
      * Remove unused env var
      
      * Add back 'Running "flutter pub get"...' status log
      
      * Fix indent
      
      * Add Pub.test() constructor which lets tests mock stdio
      3b15d6a5
  3. 29 Nov, 2022 1 commit
  4. 22 Nov, 2022 1 commit
  5. 21 Nov, 2022 1 commit
  6. 16 Nov, 2022 2 commits
    • hellohuanlin's avatar
      [tools]build ipa validate template icon files (#114841) · dcae4247
      hellohuanlin authored
      * [tools]build ipa validate template icon files
      
      * use the same box for both validations, and added some unit test, and some nits
      
      * add unit test for templateImageDirectory
      
      * use fs.path.join intead of raw path
      
      * use the correct filesystem
      
      * lint
      
      * use absolute path for flutter_template_images
      
      * fix rebase
      
      * update indentation
      dcae4247
    • Elias Yishak's avatar
      removing default values for [reporter] and [timeout] in flutter test (#115160) · d7454d55
      Elias Yishak authored
      * removing default values for [reporter] and [timeout]]
      
      * passing reporter arg to see tests pass
      
      * added test to confirm TestCommand is not passing defaults
      
      * add'l helper message for [reporter] arg
      
      * default behavior for github actions + fixed tests
      
      * removing github conditional for reporter + related test
      
      * removing unused import
      d7454d55
  7. 15 Nov, 2022 1 commit
  8. 13 Nov, 2022 1 commit
  9. 12 Nov, 2022 1 commit
  10. 11 Nov, 2022 1 commit
  11. 08 Nov, 2022 2 commits
    • Jesús S Guerrero's avatar
      Build command dependency injection (#114383) · 530324d2
      Jesús S Guerrero authored
      * update flutter build command
      
      * update tests
      
      * fix analyze suggestions
      530324d2
    • Alex Wallen's avatar
      [tool] Support `--flavor` option for `flutter install`. (#114048) · 7020f59a
      Alex Wallen authored
      * Alphabetize setup calls
      
      * Add --flavor as an option for install
      
      * Add verbose logging in install command
      
      * Test that flavors build succeeds with proper flavor and fails with bogus one.
      
      * Remove unused import
      
      * The import was used...
      
      * SQUASH
      
      * Add flavor install test
      
      * Rename test
      
      * Add flavors install integration tests
      
      * correct error message
      
      * remove unused imports
      
      * Delete copy test
      
      * update test target
      
      * Refactor mechanism to read buildInfo
      
      * Remove unused import
      
      * Set affected test targets to bringup: true
      Co-authored-by: 's avatara-wallen <stephenwallen@google.com>
      7020f59a
  12. 07 Nov, 2022 1 commit
    • Victoria Ashworth's avatar
      when getting xcworkspace, exclude hidden files (#114099) · 378387b1
      Victoria Ashworth authored
      * exclude xcworkspace that begins with a period
      
      * fix if spacing, add comment
      
      * add unit test for when no xcworkspace found
      
      * update to use xcodeWorkspace, make it nullable and refactor
      
      * check if hostAppRoot exists before trying to get xcworkspace
      
      * use local variables to take advantage of type promotion
      
      * only check if not null, don't need to check if exists
      
      * readd exist check for migrate
      
      * readd missing line at end of file
      378387b1
  13. 03 Nov, 2022 3 commits
  14. 02 Nov, 2022 1 commit
  15. 01 Nov, 2022 1 commit
  16. 27 Oct, 2022 1 commit
  17. 20 Oct, 2022 1 commit
  18. 18 Oct, 2022 1 commit
  19. 17 Oct, 2022 2 commits
  20. 13 Oct, 2022 1 commit
  21. 04 Oct, 2022 1 commit
  22. 03 Oct, 2022 1 commit
  23. 28 Sep, 2022 1 commit
  24. 26 Sep, 2022 1 commit
  25. 23 Sep, 2022 1 commit
  26. 15 Sep, 2022 1 commit
  27. 14 Sep, 2022 1 commit
  28. 08 Sep, 2022 1 commit
  29. 06 Sep, 2022 3 commits
  30. 05 Sep, 2022 1 commit
  31. 29 Aug, 2022 1 commit