Skip to content

dart-lang/dartbug.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8f19cb · Apr 16, 2025
Mar 1, 2025
Aug 13, 2023
Mar 31, 2025
Apr 16, 2025
Mar 31, 2025
Apr 18, 2023
May 18, 2021
Oct 10, 2018
May 27, 2015
May 17, 2021
Apr 1, 2021
Oct 25, 2023
Oct 30, 2024
Apr 16, 2025
Nov 1, 2024

Simple redirector to the Dart issue tracker.

dartbug.com                      --> issues list
dartbug.com/new                  --> new issue template
dartbug.com/<number>             --> specific issue
dartbug.com/opened/<user-id>     --> issues opened by github user <user-id>
dartbug.com/assigned/<user-id>   --> issues assigned to github user <user-id>
dartbug.com/area/<area>          --> issues in <area> (i.e., tagged with label 'area-<area>')
dartbug.com/triage               --> an alias for 'triage/sdk'
dartbug.com/triage/sdk           --> issues in the Dart SDK without an `area-<area>` label assigned
dartbug.com/triage/core          --> an alias for 'triage/core/issues'
dartbug.com/triage/core/issues   --> untriaged issues for the Dart core packages (dart.dev published)
dartbug.com/triage/core/prs      --> untriaged PRs for the Dart core packages (dart.dev published)
dartbug.com/triage/tools         --> an alias for 'triage/tools/issues'
dartbug.com/triage/tools/issues  --> untriaged issues for the Dart tools packages (tools.dart.dev published)
dartbug.com/triage/tools/prs     --> untriaged PRs for the Dart tools packages (tools.dart.dev published)
dartbug.com/language             --> issues list for language repo
dartbug.com/language/new         --> new issue template in language repo
dartbug.com/language/<nunmber>   --> specific issue in language repo
dartbug.com/language/opened/<user-id>   --> issues opened by github user <user-id> in language repo
dartbug.com/language/assigned/<user-id> --> issues assigned to github user <user-id> in language repo
dartbug.com/l                    --> shorthand for /language

See the LICENSE file.

Continuous deployment from Git using Cloud Build

The dart-redirector project is configured to deploy this application on every push to main of the repository.

See the documentation for details.

Manual Deploy

Following instructions at https://cloud.google.com/run/docs/quickstarts/build-and-deploy:

  1. Build the container

    $ gcloud builds submit --project dart-redirector --tag gcr.io/dart-redirector/app
  2. Deploy

    $ gcloud run deploy app --project dart-redirector --image gcr.io/dart-redirector/app --platform managed --max-instances=1 --timeout=10s

To update SDK Triage areas

$ dart tool/update_sdk_labels.dart