1. 20 Jun, 2019 2 commits
  2. 21 May, 2019 1 commit
  3. 16 Apr, 2019 1 commit
  4. 05 Apr, 2019 1 commit
  5. 03 Apr, 2019 1 commit
  6. 22 Feb, 2019 1 commit
  7. 15 Feb, 2019 1 commit
  8. 06 Feb, 2019 1 commit
  9. 04 Feb, 2019 1 commit
  10. 25 Jan, 2019 1 commit
    • Greg Spencer's avatar
      Modify offline docs platform family for Dash/Zeal (#27053) · 02dbb08c
      Greg Spencer authored
      This changes the DocSetPlatformFamily key to be "dartlang" instead of the name of the package (usually "flutter"). This is so that the IntelliJ plugin for Dash will be able to go directly to the docs for a symbol from a keystroke, instead of needing to search all the docsets each time.
      
      Without this, flutter isn't part of the list of package names it searches. After this, it finds the flutter docs because they're declared to be part of the "dartlang" family of docs.
      
      Dashing doesn't have a way to configure this, so we modify the Info.plist directly to make the change.
      02dbb08c
  11. 15 Jan, 2019 1 commit
  12. 04 Jan, 2019 1 commit
  13. 11 Dec, 2018 1 commit
  14. 19 Nov, 2018 1 commit
  15. 17 Nov, 2018 1 commit
  16. 15 Nov, 2018 1 commit
    • Greg Spencer's avatar
      Add docset generation (#24322) · f20adcc4
      Greg Spencer authored
      (re-land of #24244)
      
      This generates a zip file containing all of the docs, and uploads it when we publish docs, as well as a
      Dash/Zeal docset that contains a feed of the docs.
      
      Addresses at least part of #9955
      f20adcc4
  17. 14 Nov, 2018 2 commits
  18. 13 Nov, 2018 1 commit
  19. 07 Nov, 2018 1 commit
  20. 19 Oct, 2018 1 commit
  21. 16 Oct, 2018 1 commit
  22. 11 Oct, 2018 1 commit
  23. 09 Oct, 2018 1 commit
  24. 05 Oct, 2018 4 commits
  25. 02 Oct, 2018 1 commit
  26. 24 Sep, 2018 1 commit
  27. 28 Aug, 2018 1 commit
  28. 15 Aug, 2018 3 commits
    • Martin Kustermann's avatar
      Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) · 9299c02c
      Martin Kustermann authored
      * Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)"
      
      This is a re-land with downgraded `package:flutter_gallery_assets`
      version.
      
      * Downgrade package:flutter_gallery_assets to 0.1.4
      
      * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix)
      
      * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
      9299c02c
    • Martin Kustermann's avatar
      Revert "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" (#20631) · 515909ec
      Martin Kustermann authored
      Reason for revert: The package:flutter_gallery_assets has removed some images which are required for the examples/flutter_gallery, so the gallery build is failing (only discovered after landing, since gallery doesn't seem to get built during github PR presubmit checks)
      515909ec
    • Martin Kustermann's avatar
      Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427) · c7c493ea
      Martin Kustermann authored
      This CL
      
        * rolls `engine.version` to flutter/engine@b148e628 (which includes dart sdk 2.1.0-dev)
        * rolls `goldens.version` to flutter/goldens@6c45fafdf (which includes updates due to skia changes in engine)
        * changes `platform.dill` to `platform_strong.dill` in various places due to flutter/engine@a84b210b
        * adds explicit `environment: sdk: ">=2.0.0-dev.68 < 3.0.0"` constraints to `pubspec.yaml` and `pubspec.yaml.tmpl` files (since pub defaults to `<2.0.0` if omitted) 
        * upgrades to newer versions of various 3rd party packages (to ensure transitive dependencies have `<3.0.0` sdk constraint)
      c7c493ea
  29. 07 Aug, 2018 2 commits
    • 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
    • Greg Spencer's avatar
      Try again to switch docs and gallery deployment to Cirrus (#20276) · 77645df7
      Greg Spencer authored
      This switches docs and gallery build and deployment to use Cirrus CI instead of Travis, reapplying the changes from #19925, but updating the Firebase tokens for upload, and refining docs.sh some to limit retries to five times (instead of indefinitely).
      77645df7
  30. 04 Aug, 2018 2 commits
  31. 02 Aug, 2018 1 commit