Commit graph

50 commits

Author SHA1 Message Date
Leaf Petersen 1dca1b22e8
Remove use of "--assert-initializer" flag from CONTRIBUTING.md (#14032)
* Remove mention of --assert-initializer from CONTRIBUTING.md
* Remove options variable as well
2018-01-11 08:55:14 -08:00
Mat Warger 7bb60f8c61 updated docs to remove note about windows tests not working (#13650)
* updated docs to remove note about windows tests not working

* reverted formatting
2018-01-04 12:37:34 -08:00
Phil Quitslund 82e18827e1
Updated flutter_tools test running instructions. (#13533) 2017-12-14 06:01:28 -08:00
Yegor bf4409f1f3
link from CONTRIBUTING.md to various build infra docs (#13399) 2017-12-06 17:30:44 -08:00
Greg Spencer 797b39e9b2
Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958)
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.
2017-11-13 10:55:22 -08:00
krisgiesing b6185b6668 Fix typos (#12367) 2017-10-05 16:34:16 -07:00
Ian Hickson 36e7138e4f Update some places that mentioned the old update-packages --upgrade (#12218) 2017-09-23 22:23:09 -07:00
Alexander Aprelev 5373a834eb Include instructions to build host configuration for --preview-dart-2. (#11986)
* Include instructions to build host configuration for preview-dart-2

* Space before lparen
2017-09-07 13:13:48 -07:00
Dan Rubel 3a31c35ba0 Rename .analysis_options to analysis_options.yaml (#11594) 2017-08-15 08:46:42 -04:00
Michael Goderbauer 7532a99ce6 Mention alternative way to rebuild flutter tools in CONTRIBUTING.md (#11567) 2017-08-10 08:46:56 -07:00
Jason Simmons 38606a7db6 Update the docs for the flutter_tools tests (#11218) 2017-07-13 17:38:11 -07:00
Ian Hickson be9dd4b28e Remove mention of directly landing on master (#11190)
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.
2017-07-13 10:23:29 -07:00
Michael Goderbauer 13edb3209d Add Windows support to CONTRIBUTING.md (#10956) 2017-06-26 09:47:05 -07:00
xster 9610ff6b8e Add --start-paused doc (#8233)
* Add --start-paused doc

* correcting > Observatory

* Updating --start-paused option w/feedback
2017-02-17 11:17:05 -08:00
Adam Barth f68343eeec Sync CONTRIBUTING.md text with engine.git (#8004)
* 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
2017-02-08 20:50:29 -08:00
Michael Goderbauer 32271e9f3b Remove deprecated setup.sh and test.sh (#7976) 2017-02-08 13:00:44 -08:00
Adam Barth 428023ceeb Clarify that Atom is needed only for visualizing lcov data (#7973)
Fixes #7119
2017-02-08 10:56:03 -08:00
xster 573e7c1b8e Small wiki edit
Responding to https://github.com/flutter/flutter/pull/7640#pullrequestreview-18563416
2017-01-27 11:40:55 -08:00
xster 606ee3610a Add a flutter tools section to CONTRIBUTING.md (#7640)
* Tweak the contributor guide with info on working with the flutter tool

* Slight phrasing

* Review edits on doc phrasing

* Review notes

* Small review tweak
2017-01-25 19:00:06 -08:00
Ian Hickson 895aaa9a2e Update CONTRIBUTING doc to mention analysis (#7277)
* Update CONTRIBUTING doc to mention analysis

* Update CONTRIBUTING.md
2016-12-15 15:59:57 -08:00
Ian Hickson cffe4812b4 Mention commit access (#7232) 2016-12-10 21:46:57 -08:00
Adam Barth 46da9e8498 Add a simple way of merging coverage data (#4726)
`flutter test` now has a `--merge-coverage` flag that can be used to merge
coverage data from previous runs, enabling faster iteration cycles.
2016-06-23 18:02:55 -07:00
Devon Carew 4dd48882ef Update CONTRIBUTING.md (#4730) 2016-06-23 17:47:03 -07:00
Adam Barth 10931af0d3 Simplify coverage workflow (#4725)
We now download the base coverage file automatically.
2016-06-23 16:31:25 -07:00
Adam Barth 56039c0e64 Improve test coverage for animation.dart (#4718)
We now have 100% coverage of animation.dart and animation_controller.dart.
Also, add some basic tools for working with lcov files. These tools need much
more polish.
2016-06-23 13:43:42 -07:00
Adam Barth b4002506e7 Update docs about --local-engine (#4274) 2016-05-31 10:28:25 -07:00
Ali Ghassemi 705b5d12ad spinning_square.dart -> widgets/spinning_square.dart 2016-05-20 13:53:18 -07:00
Ali Ghassemi 53c86e0d94 Small fixes to contributing documentation.
- Using widgets/spinning_square.dart instead of non-existing
  examples/widgets for the `run -t` example
 - travis/test.sh -> dev/bots/test.sh
 - Couple of style changes.
2016-05-20 13:10:28 -07:00
Yegor 39e741dfb7 [tools] remove --flutter-repo flag in flutter test (#3728) 2016-05-04 14:08:16 -07:00
Adam Barth 5eb4443343 Address review comments from previous patches (#3600)
This patch addresses late-breaking comments on previous patches.
2016-04-28 09:32:19 -07:00
Adam Barth cbe650a7e6 Move newton into package:flutter (#3585)
Rather that importing `package:newton/newton.dart` you can
`import package:flutter/physics.dart`.

Fixes #2441
2016-04-27 13:09:54 -07:00
Devon Carew 29fdc7a464 rename the --release and --debug flags (#3382) 2016-04-18 13:04:59 -07:00
krisgiesing 3dfdf4b0e2 Update CONTRIBUTING.md 2016-03-15 13:16:48 -07:00
Lex Berezhny 778742e893 update to CONTRIBUTING.md related to new update-packages command 2016-02-27 12:35:05 -05:00
Hixie 2beac946c9 Move style guide to website.
Depends on https://github.com/flutter/website/pull/177
2016-02-23 08:56:18 -08:00
Devon Carew 04eee82dd2 rename some flutter command references in readmes 2016-02-17 07:34:59 -08:00
Ian Hickson e23d76075e Dart SDK is no longer needed 2016-02-15 10:46:24 -08:00
Ian Hickson 826866475e Update CONTRIBUTING.md
Remove some redundant words.
2016-02-08 13:39:24 -08:00
yjbanov 628702392b tell people to submit code after LGTM 2016-02-02 12:20:48 -08:00
yjbanov 15e7bdb549 add section on submitting code in CONTRIBUTING.md 2016-02-02 11:17:16 -08:00
Ian Hickson 7151fdd054 Move flutter tests from packages/unit to packages/flutter/test 2015-12-16 08:00:57 -08:00
Eric Seidel b55acb4b16 Update CONTRIBUTING.md 2015-12-08 14:38:03 -08:00
Eric Seidel 723e5f790b Update testing instructions per abarths' feedback
724388d24f
2015-12-08 14:09:47 -08:00
Eric Seidel 724388d24f Update Contributing.md to document testing
@abarth
2015-12-08 13:51:05 -08:00
Jason Simmons 587a6e86d4 Update CONTRIBUTING.md 2015-11-10 16:06:09 -08:00
Nathan Kerr 9d016b7c10 Move Python script over to Dart. 2015-11-10 12:53:44 -08:00
Ian Hickson 3419068cb3 Port test logic to Dart. 2015-11-09 09:00:49 -08:00
Adam Barth 1cadf1256d Update CONTRIBUTING.md 2015-11-08 22:21:55 -08:00
Adam Barth f4c62a860a Update CONTRIBUTING.md 2015-11-08 22:18:16 -08:00
Adam Barth 576795dcc6 Add a CONTRIBUTING.md
This document describes the workflow for contributing code to this repository.
2015-11-08 21:56:20 -08:00