- 08 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 07 Feb, 2017 2 commits
-
-
Jason Simmons authored
-
Michael Goderbauer authored
Required to run tests on Windows bots.
-
- 31 Jan, 2017 1 commit
-
-
Adam Barth authored
This update includes the fix for the search box.
-
- 30 Jan, 2017 1 commit
-
-
Devon Carew authored
-
- 18 Jan, 2017 1 commit
-
-
Adam Barth authored
-
- 17 Jan, 2017 1 commit
-
-
Ian Hickson authored
Our test script is getting complicated enough that doing your own testing with a custom engine has become tedious. Now you can just do: ```bash (cd ~/dev/flutter/; FLUTTER_TEST_ARGS=--local-engine=host_debug_unopt dev/bots/test.sh) ``` ...to run all your tests (assuming your flutter repo is in `~/dev/flutter` and your engine in `~/dev/engine`).
-
- 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 2 commits
-
-
Adam Barth authored
Now that dart-lang/dartdoc#1236 is fixed.
-
Todd Volkert authored
-
- 09 Jan, 2017 1 commit
-
-
Todd Volkert authored
This ensures that accidental usages of dart:io's file API don't creep in over time.
-
- 15 Dec, 2016 1 commit
-
-
Ian Hickson authored
-
- 09 Nov, 2016 3 commits
-
-
Yegor authored
-
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
-
- 04 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 23 Sep, 2016 2 commits
-
-
Dan Rubel authored
-
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.
-
- 22 Sep, 2016 1 commit
-
-
Adam Barth authored
This code is now in its own standalone library. The library is in a private git repository in the flutter organization because the code is unmaintained. If you're interested in using and maintaining this code, please contact flutter-dev@googlegroups.com for more information.
-
- 14 Sep, 2016 1 commit
-
-
Yegor authored
-
- 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
-
- 21 Jul, 2016 1 commit
-
-
Ian Hickson authored
This makes the about page show the licenses of all the Dart packages that a Flutter app uses. Issues that this does not yet resolve: - I'm still working on getting the full list of licenses for the sky_engine package. - Some of the licenses don't print very readably. - There's no scrollbar on the license page. I'll provide fixes for the first two in the coming days, but this should unblock anyone who is wanting to see something here, even if it's not quite complete. :-) ---- The patch makes the following changes: - The license registry is now asynchronous, since the data comes from disk. - I moved the default license collector from the foundation package to the services package since it uses the default asset bundle now. - The FLX builder now includes the LICENSE files of each Dart package mentioned in the `.packages` file.
-
- 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
-
- 23 Jun, 2016 3 commits
-
-
Adam Barth authored
-
Adam Barth authored
Uploading the coverage data file to Google Storage will make it easier for folks to get current coverage data quickly.
-
Adam Barth authored
It's not reliable enough yet.
-
- 22 Jun, 2016 4 commits
-
-
Adam Barth authored
This patch causes us to upload a coverage report to coveralls.io.
-
Todd Volkert authored
-
Todd Volkert authored
-
Todd Volkert authored
-
- 21 Jun, 2016 1 commit
-
-
Todd Volkert authored
-
- 17 Jun, 2016 1 commit
-
-
Jason Simmons authored
-
- 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
-
- 21 May, 2016 1 commit
-
-
Ian Hickson authored
Fixes the breakage that https://github.com/flutter/flutter/pull/4092 would cause.
-
- 20 May, 2016 1 commit
-
-
Mitch Rudominer authored
* New Material Design calculator example. (Attempt 2 after git fetch upstream). * Responded to code review. * Second round of code review.
-
- 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.
-