Skip to content

Conversation

@isoos
Copy link
Collaborator

@isoos isoos commented Sep 5, 2024

@isoos isoos requested review from jonasfj and sigurdm September 5, 2024 09:48
return null;
final status = await packageStatus(package);
if (status.runtimeVersion == null) {
return 'no log - `PackageState` entity missing';
Copy link
Contributor

Choose a reason for hiding this comment

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

I dislike revealing our datastore schema internals in a public facing endpoint.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

how about - no tracking information?

Copy link
Contributor

Choose a reason for hiding this comment

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

Much better!

@isoos isoos merged commit c561cbb into dart-lang:master Sep 5, 2024
@isoos isoos deleted the log-txt-info branch September 5, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants