1. 30 Jan, 2023 1 commit
    • Elias Yishak's avatar
      Refactoring to use `ver` command instead of `systeminfo` (#119304) · 458b298f
      Elias Yishak authored
      * refactoring to use `ver` command instead of `systeminfo`
      
      * fix tests to match new approach
      
      * adding another valid validator using brazil locale text
      
      * refactor tests to use generic fake class `ver` arg + showing output from `ver` if unsuccessful
      
      * update reason text in test
      
      * fix reason text to be hard coded
      458b298f
  2. 15 Dec, 2022 1 commit
    • hellohuanlin's avatar
      [tools]Build IPA validation UI Polish (#116744) · 0916375f
      hellohuanlin authored
      * [tools]some ui polish for build ipa validation
      
      * do not print out a few success validations
      
      * rename installed type to success for more general usage
      
      * forgot nit after reverting custom validation types and re-use doctor types
      0916375f
  3. 14 Dec, 2022 1 commit
  4. 01 Dec, 2022 1 commit
  5. 29 Nov, 2022 1 commit
  6. 20 Oct, 2022 1 commit
  7. 15 Sep, 2022 1 commit
  8. 08 Sep, 2022 1 commit
  9. 03 Aug, 2022 1 commit
  10. 26 Jul, 2022 1 commit
  11. 16 Jul, 2022 1 commit
  12. 15 Jul, 2022 1 commit
  13. 20 Jun, 2022 1 commit
  14. 29 Mar, 2022 1 commit
  15. 28 Mar, 2022 1 commit
  16. 22 Feb, 2022 1 commit
  17. 10 Jan, 2022 2 commits
  18. 06 Jan, 2022 1 commit
  19. 16 Dec, 2021 1 commit
  20. 12 Dec, 2021 1 commit
  21. 11 Nov, 2021 1 commit
  22. 02 Nov, 2021 1 commit
  23. 01 Nov, 2021 1 commit
  24. 08 Oct, 2021 1 commit
  25. 17 Apr, 2021 1 commit
  26. 16 Apr, 2021 1 commit
  27. 13 Apr, 2021 1 commit
  28. 05 Apr, 2021 1 commit
  29. 16 Mar, 2021 1 commit
  30. 05 Mar, 2021 1 commit
  31. 08 Feb, 2021 1 commit
  32. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  33. 27 Jan, 2021 1 commit
  34. 06 Nov, 2020 1 commit
  35. 28 Oct, 2020 1 commit
  36. 26 Oct, 2020 1 commit
  37. 13 Oct, 2020 1 commit
  38. 12 Oct, 2020 1 commit
  39. 09 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from IntelliJ validator, refactor tests to... · cba84d51
      Jonah Williams authored
      [flutter_tools] remove globals from IntelliJ validator, refactor tests to remove dependency on JAR (#67240)
      
      Move the intellij validator to its own file, and split off the tests. Remove globals from each, and remove dependency on a real jar/filesystem by creating a minimal version of the manifest xml and setting it up in the memory file system.
      
      #47161
      cba84d51