Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ task:
activate_script: pub global activate flutter_plugin_tools
matrix:
- name: analyze
# TODO(goderbauer): remove custom-analysis once gauge has proper API docs.
script: ./script/incremental_build.sh analyze --custom-analysis gauge
script: ./script/incremental_build.sh analyze
- name: publishable
script: ./script/check_publish.sh
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ GeneratedPluginRegistrant.m

GeneratedPluginRegistrant.java

packages/gauge/result.json
packages/gauge/resources
*instrumentscli*.trace
*.cipd

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ These are the available packages in this repository.
|--------|-----|
| [animations](./packages/animations/) | [![pub package](https://img.shields.io/pub/v/animations.svg)](https://pub.dev/packages/animations) |
| [fuchsia_ctl](./packages/fuchsia_ctl/) | [![pub package](https://img.shields.io/pub/v/fuchsia_ctl.svg)](https://pub.dev/packages/fuchsia_ctl) |
| [gauge](./packages/gauge/) | [![pub package](https://img.shields.io/pub/v/gauge.svg)](https://pub.dev/packages/gauge) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should put something on pub to say that this is no longer maintained or delete it from there or whatever the style is for deprecated packages.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I marked it as discontinued on pub.dev.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could link to this PR as well or explain the replacement by engine 👍

| [multicast_dns](./packages/multicast_dns/) | [![pub package](https://img.shields.io/pub/v/multicast_dns.svg)](https://pub.dev/packages/multicast_dns) |
| [palette_generator](./packages/palette_generator/) | [![pub package](https://img.shields.io/pub/v/palette_generator.svg)](https://pub.dartlang.org/packages/palette_generator) |
| [pigeon](./packages/pigeon/) | [![pub package](https://img.shields.io/pub/v/pigeon.svg)](https://pub.dev/packages/pigeon) |
Expand Down
24 changes: 0 additions & 24 deletions packages/gauge/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions packages/gauge/LICENSE

This file was deleted.

36 changes: 0 additions & 36 deletions packages/gauge/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/gauge/analysis_options.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions packages/gauge/bin/gauge.dart

This file was deleted.

5 changes: 0 additions & 5 deletions packages/gauge/cipd.yaml

This file was deleted.

130 changes: 0 additions & 130 deletions packages/gauge/lib/commands/base.dart

This file was deleted.

19 changes: 0 additions & 19 deletions packages/gauge/lib/commands/ioscpugpu.dart

This file was deleted.

Loading