Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to health.yaml #310

Merged
merged 34 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
69f6d2e
Test
mosuem Oct 24, 2024
64eacbf
Update health
mosuem Oct 24, 2024
725ce15
always flutter
mosuem Oct 24, 2024
a143250
test
mosuem Oct 24, 2024
fd0bf9b
test
mosuem Oct 24, 2024
1dc88f1
test
mosuem Oct 24, 2024
3b82710
Check all files
mosuem Oct 24, 2024
c82fa4f
fixes
mosuem Oct 24, 2024
3155fec
Use channel and sdk
mosuem Oct 24, 2024
cbdadc3
use in health
mosuem Oct 24, 2024
8656647
change type
mosuem Oct 24, 2024
8f3a03d
Use current firehose
mosuem Oct 24, 2024
67bf2de
Change exception
mosuem Oct 24, 2024
3519e44
do not set exitcode
mosuem Oct 24, 2024
2ebafb5
Update
mosuem Oct 24, 2024
a12c200
Fixes
mosuem Oct 24, 2024
e052ec9
add debug
mosuem Oct 24, 2024
b2bccb1
better log
mosuem Oct 24, 2024
d39459d
more printing
mosuem Oct 24, 2024
123810b
more prints
mosuem Oct 24, 2024
75666ad
Prepare for review
mosuem Oct 24, 2024
eb19356
Add changelog
mosuem Oct 24, 2024
b7610e0
Compare to last published version in breaking check.
mosuem Oct 24, 2024
e0273ea
Fix bug
mosuem Oct 24, 2024
d029581
Update .github/workflows/health_base.yaml
mosuem Oct 31, 2024
3451c8a
Merge branch 'main' into forceFlutter
mosuem Nov 11, 2024
d227021
Echo dart versions
mosuem Nov 14, 2024
1aff275
Use different dart and flutter binaries
mosuem Nov 14, 2024
6970969
Add command
mosuem Nov 14, 2024
3a47a4e
Fixes
mosuem Nov 14, 2024
9035f64
Fix
mosuem Nov 14, 2024
e77901e
Merge branch 'main' into forceFlutter
mosuem Dec 3, 2024
31aaf3f
Fix ref error
mosuem Dec 4, 2024
f1d3680
Fix to covered
mosuem Dec 6, 2024
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
more prints
mosuem committed Oct 24, 2024
commit 123810b2e65b902d69f33d44b90709022cbcbf3d
4 changes: 4 additions & 0 deletions pkgs/firehose/lib/src/health/health.dart
Original file line number Diff line number Diff line change
@@ -53,6 +53,10 @@ class Health {
String? comment,
this.log = printLogger,
}) : ignoredPackages = ignoredPackages
.map((e) {
print('IGNORED:PACKAGE $e');
return e;
})
.map((pattern) => Glob(pattern, recursive: true))
.toList(),
flutterPackages = flutterPackages