Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
6e19bf1
Use testWidgets since we don’t support package:test yet
collinjackson Jul 16, 2019
40e6fb6
Use forked flutter_plugin_tools for now
collinjackson Jul 16, 2019
1339154
Example of simple test using adapter
collinjackson Jul 16, 2019
17b865f
Add instrumentation command on Cirrus
collinjackson Jul 16, 2019
799a698
Update test name
collinjackson Jul 16, 2019
f60918c
Temporarily comment out unrelated tests so we can get faster results …
collinjackson Jul 16, 2019
1566115
Fix comment
collinjackson Jul 16, 2019
fed897d
Fix git clone command
collinjackson Jul 16, 2019
1743e6d
Fix repo name
collinjackson Jul 16, 2019
724cca2
Remove blank line
collinjackson Jul 16, 2019
366c0dd
fix clone command path
collinjackson Jul 16, 2019
89c64a7
Use API level 24 for CompletableFuture
collinjackson Jul 16, 2019
3cd9fa1
Update to a system image that supports completeablefuture
collinjackson Jul 16, 2019
c2171fc
Another attempt at a compatible emulator
collinjackson Jul 16, 2019
b81b2ee
Fix the other emulator reference
collinjackson Jul 16, 2019
a501aa9
Use a 32-bit image
collinjackson Jul 16, 2019
d0edaad
Remove local simulators, double down on Firebase Test Lab
collinjackson Jul 17, 2019
e3b539e
Fix empty continuation line
collinjackson Jul 17, 2019
6f39b81
Simpler fix
collinjackson Jul 17, 2019
900c764
Add example UiAutomator test
collinjackson Jul 18, 2019
f67af6a
Remove apt-get steps
collinjackson Aug 6, 2019
c104d7e
Simplify implementation, remove UiAutomatorTest from this PR (will ad…
collinjackson Aug 6, 2019
7332e33
Remove comments
collinjackson Aug 6, 2019
48886db
Switch to using engine builder, comment out unnecessary tests for now
collinjackson Aug 6, 2019
71c69bb
Remove gcp credentials
collinjackson Aug 6, 2019
cc945bc
Update credentials
collinjackson Aug 6, 2019
4392190
Use built flutter image
collinjackson Aug 6, 2019
51abd9b
More stuff for the Flutter build image
collinjackson Aug 6, 2019
33f226a
Go back to using unbuilt Dockerfile
collinjackson Aug 6, 2019
24dd881
reformat
collinjackson Aug 6, 2019
c1ac1e6
Fix empty continuation line
collinjackson Aug 6, 2019
4323cae
Sudo everything
collinjackson Aug 6, 2019
e1e2694
Another attempt at sudo
collinjackson Aug 6, 2019
1d1dc70
Move gcloud first
collinjackson Aug 6, 2019
df085c2
Ensure https
collinjackson Aug 6, 2019
830c137
add missing sudo
collinjackson Aug 8, 2019
5ddc3d1
Fix sudo command
collinjackson Aug 8, 2019
8d087cf
Merge remote-tracking branch 'origin/master' into ftl_adapter
collinjackson Aug 8, 2019
a739395
Remove emulator scripts
collinjackson Aug 9, 2019
4ee27a1
Point plugin tools at a branch
collinjackson Aug 9, 2019
a7fa78c
Fix repo url
collinjackson Aug 9, 2019
8d8cbb6
Update gcloud service key
collinjackson Aug 9, 2019
d129b5e
Move the test into the test folder
collinjackson Aug 9, 2019
5ca7974
Move test
collinjackson Aug 9, 2019
ea1f47d
Fix test import
collinjackson Aug 9, 2019
542359c
Fix driver test to not be a test
collinjackson Aug 9, 2019
5622b44
Uncomment other tests
collinjackson Aug 9, 2019
1adc8e2
fix lint error
collinjackson Aug 9, 2019
fa8690f
Add a README
collinjackson Aug 9, 2019
2524211
Publish as a package
collinjackson Aug 9, 2019
9901bf8
Format
collinjackson Aug 9, 2019
bc8160b
Remove changes that are being moved to a later PR
collinjackson Aug 9, 2019
e99089f
Lints
collinjackson Aug 9, 2019
5c93814
Update description
collinjackson Aug 9, 2019
4d12729
Reformat, code review feedback
collinjackson Aug 21, 2019
6183ca3
Update cirrus command to point to landed PR
collinjackson Aug 21, 2019
1516264
Rename to instrumentation_adapter
collinjackson Aug 21, 2019
44cb9da
Rename more things to instrumentation_adapter
collinjackson Aug 21, 2019
5b462ac
Merge remote-tracking branch 'origin/master' into ftl_adapter
collinjackson Aug 27, 2019
4af2bbe
Update documentation to use ensureInitialized()
collinjackson Aug 27, 2019
69e10e5
Update API to ensureInitialized()
collinjackson Aug 27, 2019
4c6ec4e
Reformat
collinjackson Aug 27, 2019
cdf97f4
Fix pubspec.yaml
collinjackson Aug 27, 2019
6bfc0c1
Fix analyzer issues
collinjackson Aug 27, 2019
e851a83
Merge in some naming changes based on Tong’s version and get tests pa…
collinjackson Aug 27, 2019
7a9fbe2
Code review feedback
collinjackson Aug 27, 2019
23abd93
Fixes to get tests passing
collinjackson Aug 27, 2019
91ba4aa
Reformat, add license blocks
collinjackson Aug 27, 2019
a269aff
Revert package_info changes for now
collinjackson Aug 27, 2019
a95a286
Fix analyzer
collinjackson Aug 27, 2019
21c96e3
Disable failing
collinjackson Aug 27, 2019
e14c5b5
Revert CI changes for now (landing in a separate change)
collinjackson Aug 27, 2019
58a93a7
Remove instrumentation adapter from all_plugins app for now
collinjackson Aug 27, 2019
6f61e3c
Remove unused emulators from Cirrus
collinjackson Aug 27, 2019
c797834
Remove start_emulator command from Cirrus
collinjackson Aug 27, 2019
79bfe5c
Remove create device script
collinjackson Aug 27, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix repo name
  • Loading branch information
collinjackson committed Jul 16, 2019
commit 1743e6d04ec2da55dfc8aef367acba0dafce493a
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ task:
- git fetch origin master
activate_script:
# TODO(jackson): Remove this line once the flutter_plugin_tools PR lands
- git clone https://github.com/collinjackson/flutter_plugin_tools.git -b ftl_demo
- git clone https://github.com/collinjackson/plugin_tools.git -b ftl_demo
- pub global activate flutter_plugin_tools -s path
matrix:
# - name: publishable
Expand Down