Refactor Commits to use extension types (Part 3)

Introduce CommitRecord extension type to replace the Commit class. Refactor commits_cache.dart, firestore.dart, builder.dart, and tests to use CommitRecord. Clean up SafeDocument and any legacy Map conversions. Remove obsolete helper functions from result.dart.

TAG=agy

CONV=a2878fa6-b79f-4b1d-9635-654148d5ceb2
15 files changed
tree: b1ba830079b0d26b22e606f6f0a32b10a0b7f8fe
  1. .github/
  2. appengine/
  3. baseline/
  4. builder/
  5. common/
  6. current_results/
  7. current_results_ui/
  8. github-label-notifier/
  9. results_feed/
  10. .firebaserc
  11. .gitignore
  12. AUTHORS
  13. firebase.json
  14. LICENSE
  15. OWNERS
  16. README.md
README.md

dart_ci

Tools used by Dart's continuous integration (CI) testing infrastructure.

The repository is based at github.com/dart-lang/dart_ci. It is mirrored to dart.googlesource.com/dart_ci. Changes need to be landed as pull requests in this repo.

Results Feed

The results feed is an angular Dart application that displays changed results from the CI and from CQ runs (try-jobs). The code is in the results_feed directory. It is deployed to ci.dart.dev, using Firebase hosting.

Current results server and UI

A Flutter Web application that displays current test results fetched from a server that keeps all the latest test results in memory.

Github Label Notifier

Internal users get automatic notifications of new GitHub issues created in certain repositories, by subscribing to issue labels on those repositories. This tool provides a UI for internal users to subscribe to their chosen issue labels. That UI is hosted at dart-github-label-notifier.firebaseapp.com. It also defines cloud functions that are triggered by GitHub webhooks and use the issue label subscriptions to send email notifications using SendGrid.