- 08 Dec, 2017 1 commit
-
-
jcollins-g authored
* Update dartdoc to 0.15.0+1 for Flutter. * Minimize change
-
- 05 Dec, 2017 3 commits
-
-
Greg Spencer authored
The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before. The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir. Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them. This is an attempt to re-land: #13248. Includes a fix for the test that makes it work on bots in the presence of PUB_CACHE being set, and no other changes.
-
Greg Spencer authored
* Revert "Add tests." This reverts commit 31bad961ff2220a2708917ff8f748fed7efa9b51. * Revert "Use .pub-cache from Flutter root, if it exists. (#13248)" This reverts commit 72d6bcc3.
-
Greg Spencer authored
The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before. The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir. Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
-
- 05 Oct, 2017 1 commit
-
-
jcollins-g authored
-
- 04 Oct, 2017 1 commit
-
-
Ryan Macnak authored
-
- 02 Oct, 2017 2 commits
-
-
Alexander Aprelev authored
This reverts commit f6fe8dc7. This breaks coverage test https://travis-ci.org/flutter/flutter/jobs/282472585
-
Alexander Aprelev authored
* Roll engine * Pick up updated engine with analyzer fix * Add new typeArguments override * Update engine dep * Up dartdoc version to fix name resolution issues
-
- 13 Sep, 2017 1 commit
-
-
Ian Hickson authored
Also, remove some redundant error-checking code that never runs because we're running these scripts with `set -e`.
-
- 26 Jun, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 21 Jun, 2017 1 commit
-
-
jcollins-g authored
-
- 14 Jun, 2017 1 commit
-
-
Seth Ladd authored
* upload master and alpha docs to different hosts * include robots.txt when master
-
- 25 May, 2017 1 commit
-
-
jcollins-g authored
* update the docs css style so the generated dartdoc matches the new flutter.io * Change to 0.12.0 dartdoc * Review comment
-
- 11 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 10 May, 2017 1 commit
-
-
jcollins-g authored
-
- 06 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 04 May, 2017 1 commit
-
-
jcollins-g authored
-
- 24 Apr, 2017 1 commit
-
-
Todd Volkert authored
This will help us know for sure exactly which sub-script erred.
-
- 14 Feb, 2017 1 commit
-
-
Adam Barth authored
-
- 07 Feb, 2017 1 commit
-
-
Jason Simmons authored
-
- 31 Jan, 2017 1 commit
-
-
Adam Barth authored
This update includes the fix for the search box.
-
- 18 Jan, 2017 1 commit
-
-
Adam Barth authored
-
- 12 Jan, 2017 1 commit
-
-
Adam Barth authored
We were checking similar things in two places. Now we check everything in one place.
-
- 11 Jan, 2017 1 commit
-
-
Adam Barth authored
Now that dart-lang/dartdoc#1236 is fixed.
-
- 09 Nov, 2016 2 commits
-
-
Ian Hickson authored
...by reverting us to an earlier dartdoc package. Also I added a sanity test to make sure that we don't regress this again.
-
Seth Ladd authored
-
- 23 Sep, 2016 1 commit
-
-
Adam Barth authored
Switch our pubspec.yamls to using SDK sources so that we can have consistent source types when we depend on these packages from external packages using SDK sources.
-
- 29 Aug, 2016 1 commit
-
-
Devon Carew authored
* peg dartdoc to a specific version * add some documentation * apply the fix to dev/bots/docs instead
-
- 01 Aug, 2016 1 commit
-
-
Seth Ladd authored
* update the color and logo for the docs site * update the color and logo for the docs site * remove unused file * removed unused script code * tweak styles for inherited names
-
- 12 Jul, 2016 1 commit
-
-
Seth Ladd authored
* configs for firebase hosting * use the implicit FIREBASE_TOKEN * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
-
- 25 May, 2016 1 commit
-
-
Seth Ladd authored
* compress text assets for docs, when uploading * reorder args * ensure old files are deleted * recurse on the cp * set source path correctly
-
- 18 May, 2016 1 commit
-
-
Ian Hickson authored
This moves all the bot-related files to `dev/bots`, hiding it from our home page in github. Also, simplifies the travis setup, though that doesn't do any difference to the performance sadly.
-
- 16 May, 2016 1 commit
-
-
Seth Ladd authored
* put an index at root of API docs bucket * ignore all of dev/docs/doc dir, fix a bug, remove private names from doc gen script * tweaks from review
-
- 13 May, 2016 1 commit
-
-
Seth Ladd authored
* add a webmaster tools verification file * also put the verification file at the root of our bucket * add comment for when we can simplify this script
-
- 02 May, 2016 1 commit
-
-
Devon Carew authored
-