- 02 Jan, 2020 2 commits
-
-
Francisco Magdaleno authored
This reverts commit e768c92f.
- 31 Dec, 2019 1 commit
-
-
Ian Hickson authored
* Update packages. * Add many more global analyses. * Catch trailing spaces and trailing newlines in all text files. Before we were only checking newly added files, but that means we missed some. * Port the trailing spaces logic to work on Windows too. * Correct all the files with trailing spaces and newlines. * Refactor some of the dev/bots logic into a utils.dart library. Notably, the "exit" and "print" shims for testing are now usable from test.dart, analyze.dart, and run_command.dart. * Add an "exitWithError" function that prints the red lines and then exits. This is the preferred way to exit from test.dart, analyze.dart, and run_command.dart. * More consistency in the output of analyze.dart. * Refactor analyze.dart to use the _allFiles file enumerating logic more widely. * Add some double-checking logic to the _allFiles logic to catch cases where changes to that logic end up catching fewer files than expected (helps prevent future false positives). * Add a check to prevent new binary files from being added to the repository. Grandfather in the binaries that we've already added. * Update all the dependencies (needed because we now import crypto in dev/bots/analyze.dart).
-
- 28 Oct, 2019 1 commit
-
-
gaaclarke authored
* Added note about design doc template. * switched "our" to "flutter" * updated link
-
- 20 Aug, 2019 1 commit
-
-
Ian Hickson authored
* Update CONTRIBUTING.md * Update CONTRIBUTING.md
-
- 15 Aug, 2019 1 commit
-
-
Ian Hickson authored
-
- 28 Jul, 2019 1 commit
-
-
Mike Hatch authored
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 06 Nov, 2018 1 commit
-
-
Ian Hickson authored
-
- 25 Oct, 2018 1 commit
-
-
Ian Hickson authored
* Mention new gitter channel * Update CONTRIBUTING.md
-
- 30 Aug, 2018 1 commit
-
-
Alexander Aprelev authored
* Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart. This allows to run analysis step with command line arguments that are only applicable to flutter analyze(like --dart-sdk, needed for dart-flutter-engine head-head-head bot). * Add forgotten dev/bots/analyze.dart * Refactor common code from analyze.dart and test.dart into run_command.dart * Remove comments, add header
-
- 28 Aug, 2018 1 commit
-
-
Jacob Richman authored
Update CONTRIBUTING.md to suggest Android Studio and fix Mac command to install android-platform-tools. (#19537)
-
- 07 Aug, 2018 1 commit
-
-
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.
-
- 01 Jun, 2018 1 commit
-
-
Ian Hickson authored
-
- 24 May, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 10 May, 2018 1 commit
-
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
- 11 Apr, 2018 2 commits
-
-
Devon Carew authored
Revert "re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281)" (#16482) This reverts commit 2f41ea54.
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
- 26 Mar, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 24 Mar, 2018 1 commit
-
-
Yegor authored
* CONTRIBUTING.md: updates for Dart 2; move parts to flutter/engine * address comments
-
- 08 Feb, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 27 Jan, 2018 1 commit
-
-
Seth Ladd authored
* Point to master API docs I _think_ this is the right place, since people contributing and working on master might care about where the API docs are for master branch. * Update CONTRIBUTING.md update from review comment
-
- 11 Jan, 2018 1 commit
-
-
Leaf Petersen authored
* Remove mention of --assert-initializer from CONTRIBUTING.md * Remove options variable as well
-
- 04 Jan, 2018 1 commit
-
-
Mat Warger authored
* updated docs to remove note about windows tests not working * reverted formatting
-
- 14 Dec, 2017 1 commit
-
-
Phil Quitslund authored
-
- 07 Dec, 2017 1 commit
-
-
Yegor authored
-
- 13 Nov, 2017 1 commit
-
-
Greg Spencer authored
Creates a new (hidden) flutter command 'ide-config' that will create and/or update existing .iml files and some files under the .idea directory, as well as removing existing *.iml files and the .idea directory. It also: * Adds *.iml to the .gitignore * Removes existing .iml files from the repo, and moves them to the packages/flutter_tools/ide_templates/intellij directory. * Adds a flag to ide-config ('--update-templates') that will take any new .iml files in the flutter tree and add them to the existing templates. - If --overwrite is also specified, then all existing templates will also be overwritten with the contents from the flutter tree, and any that have been deleted from the flutter tree will also be removed from the templates. * Added new run configurations for all existing app targets that will now also be automatically added to IntelliJ. * Setting up the environment also includes setting the coding style guidelines and the git VCS. * Note that after this PR lands, Flutter developers will need to run it once to re-create the .iml files and configuration files that have been removed. After this PR lands, .iml files will no longer appear in the untracked files section for git.
-
- 05 Oct, 2017 1 commit
-
-
krisgiesing authored
-
- 24 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 07 Sep, 2017 1 commit
-
-
Alexander Aprelev authored
* Include instructions to build host configuration for preview-dart-2 * Space before lparen
-
- 15 Aug, 2017 1 commit
-
-
Dan Rubel authored
-
- 10 Aug, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 14 Jul, 2017 1 commit
-
-
Jason Simmons authored
-
- 13 Jul, 2017 1 commit
-
-
Ian Hickson authored
It's probably too much of a foot gun. Also, emphasize what you have to do in case people didn't read the design principles document.
-
- 26 Jun, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 17 Feb, 2017 1 commit
-
-
xster authored
* Add --start-paused doc * correcting > Observatory * Updating --start-paused option w/feedback
-
- 09 Feb, 2017 1 commit
-
-
Adam Barth authored
* Sync CONTRIBUTING.md text with engine.git Turns out we had very similar text in engine.git. This patch makes the text the same by adopting the text in engine.git. * Update CONTRIBUTING.md
-
- 08 Feb, 2017 2 commits
-
-
Michael Goderbauer authored
-
Adam Barth authored
Fixes #7119
-
- 27 Jan, 2017 1 commit
-
-
xster authored
Responding to https://github.com/flutter/flutter/pull/7640#pullrequestreview-18563416
-