- 30 Jan, 2017 1 commit
-
-
Devon Carew authored
-
- 28 Jan, 2017 3 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Michael Goderbauer authored
fixes https://github.com/flutter/flutter/issues/7654
-
- 27 Jan, 2017 6 commits
-
-
Ian Hickson authored
This remove a very brittle aspect of flutter drive, whereby it would assume a known port instead of explicitly finding out what it was. Fixes #7692 and hopefully fixes the devicelab tests.
-
Ian Hickson authored
Move the drive/run common stuff to RunCommandBase, rather than the superclass which applies to everything. Implement --no-resident (fixes https://github.com/flutter/flutter/issues/5448). This is particularly useful when running flutter from scripts. Rename RunAndStayResident to ColdRunner.
-
Ian Hickson authored
...for the port arguments
-
Ian Hickson authored
-
Michael Goderbauer authored
-
Ian Hickson authored
...and add --diagnostic-port. ...and document port 0.
-
- 26 Jan, 2017 4 commits
-
-
xster authored
* Add a check in case the flutter directory in .packages no longer exists. Clean up and prompt user * Update documentation to use flutter packages get for end-users instead of flutter update-packages. * Merge missing sdk error with the multiple sdk error. They're really the same thing. * Use flutterPath in both checks. * Change file_system’s copy folder to copy director which takes into account the file system * Test support files * Add test and split into 2 messages again. * Move tests to run in memory file system's copy. Tested with dev/bots/test.sh
-
Michael Goderbauer authored
The zip files downloaded from cloud storage are not clearly separated into engine artifacts and tools anyways. Also, because of this unclear separation, we were downloading `linux-x64/artifacts.zip` twice before.
-
P.Y. Laligand authored
-
Todd Volkert authored
-
- 25 Jan, 2017 4 commits
-
-
xster authored
* Change file_system’s copy folder to copy director which takes into account the file system * Address review comments. Test with 2 different instances of file systems.
-
Michael Goderbauer authored
-
Michael Goderbauer authored
Follow-up to #7625
-
Michael Goderbauer authored
Required for https://github.com/flutter/flutter/issues/138
-
- 24 Jan, 2017 4 commits
-
-
Ian Hickson authored
-
Todd Volkert authored
-
Adam Barth authored
We need to pin `package:process` because version 1.0.1 contains a breaking change to the package's API.
-
Yegor authored
-
- 23 Jan, 2017 8 commits
-
-
Devon Carew authored
-
James Robinson authored
This package depends on package:process now.
-
Ryan Macnak authored
-
Ian Hickson authored
Make debugging tests in a debugger easier. Fixes https://github.com/flutter/flutter/issues/163
-
Todd Volkert authored
-
Michael Thomsen authored
* Disable 'Show Excluded' by default * Move .iml file inside .idea dir * Remove pub and build excludions as they are automatically set by the Dart plugin * Exclude .idea folder (new users will edit it through the IJ UI, not the file) * Move .iml files into .idea dir to be consistent with template changes * Add workspace.xml from new template to existing samples * Update current examples to match template changes for excluding folders * Add missing flutter.yaml to make sure there are no analysis errors * Add back .pub and build excludeFolder tags per https://github.com/flutter/flutter-intellij/issues/630#issuecomment-272887230 * Remove workspace.xml from example per review feedback
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-
Ian Hickson authored
See https://github.com/dart-lang/sdk/issues/28463, which I think is a regression. This also fixes the regression introduced by https://codereview.chromium.org/2559773002 whereby we were no longer checking any of the lints.
-
- 22 Jan, 2017 2 commits
-
-
Dan Rubel authored
Refactor DevFS so that it's easier to add new types of content such as kernel code * add tests for DevFS package scanning * add tests for DevFS over VMService protocol * which covers _DevFSHttpWriter and ServiceProtocolDevFSOperations * replace AssetBundleEntry and DevFSEntry with DevFSContent * refactor to cleanup common code and replace some fields with locals * rework .package file generation refactor away DevFSOperations.writeSource * only update .package file if it has changed * only write/delete/evict assets that have been changed/removed
-
Ian Hickson authored
-
- 21 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 20 Jan, 2017 3 commits
-
-
Todd Volkert authored
-
Devon Carew authored
* proxy service extension calls through the daemon protocol * add test for app.callServiceExtension
-
Ian Hickson authored
This brings the feature back, since removing it broke one of our more exotic sets of customers.
-
- 19 Jan, 2017 4 commits
-
-
Ian Hickson authored
Also, defer to test package for throttling (this will require a test package update as well). Also, add a lot more instrumentation to --verbose mode for tests, and fix minor trivial things here and there, and add error handling in more places. Also, refactor how coverage works to be simpler and not use statics.
-
Todd Volkert authored
When a machine is heavily loaded, it can severely delay the time it takes for the OS to start a process once it's asked to do so. Our 5 second timeout that we were giving the test process to connect to the test harness seemed like plenty of time, were it not for the fact that the test process itself was not being started in time when CPU throttling was in effect. This change updates the test timeout to begin counting only once the test process has been started. We keep the original timeout in play in the event that the test process *never* starts up for some reason, but we up that timeout value to 5 minutes.
-
Yegor authored
This has been fixed: https://github.com/dart-lang/linter/issues/317
-
Phil Quitslund authored
Stop building (unused) unlinked summaries for packages. Improves update speed considerably (for `n` packages it saves us `n` needless calls to `pub get`).
-