- 20 Jun, 2019 2 commits
-
-
Dan Field authored
- 21 May, 2019 1 commit
-
-
Michael Thomsen authored
-
- 16 Apr, 2019 1 commit
-
-
Sam Rawlins authored
This version of dartdoc properly escapes fenced code block "info strings."
-
- 05 Apr, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 03 Apr, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 22 Feb, 2019 1 commit
-
-
Ray Rischpater, KF6GPE authored
* deploy to .dev firebase projects. * Updated secrets for .dev web sites. * Fixed missing docs.*.io references.
-
- 15 Feb, 2019 1 commit
-
-
Greg Spencer authored
This fixes the offline Dash/Zeal docs generation to use the newly added dartdoc markers for different entity types to make it more exact when finding entity names. Bumped Dartdoc to the next release.
-
- 06 Feb, 2019 1 commit
-
-
Janice Collins authored
-
- 04 Feb, 2019 1 commit
-
-
Janice Collins authored
-
- 25 Jan, 2019 1 commit
-
-
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.
-
- 15 Jan, 2019 1 commit
-
-
Janice Collins authored
-
- 04 Jan, 2019 1 commit
-
-
Janice Collins authored
-
- 11 Dec, 2018 1 commit
-
-
Greg Spencer authored
This sets the favicon for the offline Dash/Zeal docs. Also, sets up the OpenSearch Description metadata file so that people can create custom search shortcuts for the API docs site. Fixes #6412
-
- 19 Nov, 2018 1 commit
-
-
Janice Collins authored
-
- 17 Nov, 2018 1 commit
-
-
Greg Spencer authored
Hopefully Firebase is all done compacting now, so we're going to try and build docs again.
-
- 15 Nov, 2018 1 commit
-
-
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
-
- 14 Nov, 2018 2 commits
-
-
Greg Spencer authored
Landing on red in order to fix the build.
-
Greg Spencer authored
This reverts commit f3a4f7e8. Accidental merge on red.
-
- 13 Nov, 2018 1 commit
-
-
Greg Spencer authored
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
-
- 07 Nov, 2018 1 commit
-
-
Greg Spencer authored
-
- 19 Oct, 2018 1 commit
-
-
Greg Spencer authored
-
- 16 Oct, 2018 1 commit
-
-
Janice Collins authored
-
- 11 Oct, 2018 1 commit
-
-
Greg Spencer authored
-
- 09 Oct, 2018 1 commit
-
-
Janice Collins authored
-
- 05 Oct, 2018 4 commits
-
-
Yegor authored
* first pass * revert WidgetsBindingObserver * disable prefer_mixin * docs and more mixins * newer engine; binding fixes * upgrade dependencies * fix test binding * remove whitespace * remove the obsolete `enableSuperMixins: true` * upgrade dartdoc to 0.22.0 * temporarily use git version of dartdoc * fix pub global activate syntax * use dartdoc 0.23.0
-
Greg Spencer authored
This reverts commit fef759f4, because apparently the service is still "unavailable".
-
Greg Spencer authored
This reverts commit 9eca0830 to turn on docs generation again, since now we have paid...
- 02 Oct, 2018 1 commit
-
-
Greg Spencer authored
Merging on read to unbreak the build. TBR= @Hixie
-
- 24 Sep, 2018 1 commit
-
-
Janice Collins authored
-
- 28 Aug, 2018 1 commit
-
-
Janice Collins authored
-
- 15 Aug, 2018 3 commits
-
-
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)
-
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)
-
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)
-
- 07 Aug, 2018 2 commits
-
-
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.
-
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).
-
- 04 Aug, 2018 2 commits
-
-
Greg Spencer authored
This reverts commit a5c2dddd. Docs push requires different auth options... Will reland shortly.
-
Greg Spencer authored
This adds a Docker image for the linux builds, replacing a lot of the setup code with a Docker build. Added a docker image build step that has the right gcloud credentials in it. Also, this finally moves the gallery deployment and docs publishing steps to Cirrus. They were dependent upon some environment setup that was a lot easier to do in Docker than in a setup bash script.
-
- 02 Aug, 2018 1 commit
-
-
Michael Goderbauer authored
This reverts commit 724b9249.
-