Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dart-lang/ecosystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d58550
Choose a base ref
...
head repository: dart-lang/ecosystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 66ddc4f
Choose a head ref
  • 3 commits
  • 31 files changed
  • 1 contributor

Commits on Oct 15, 2024

  1. remove the 'version' section from the health checks (#305)

    - remove the 'version' section from the health checks
    
    ---
    
    - [x] I’ve reviewed the contributor guide and applied the relevant
    portions to this PR.
    
    <details>
      <summary>Contribution guidelines:</summary><br>
    
    - See our [contributor
    guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md)
    for general expectations for PRs.
    - Larger or significant changes should be discussed in an issue before
    creating a PR.
    - Contributions to our repos should follow the [Dart style
    guide](https://dart.dev/guides/language/effective-dart) and use `dart
    format`.
    - Most changes should add an entry to the changelog and may need to [rev
    the pubspec package
    version](https://github.com/dart-lang/sdk/blob/main/docs/External-Package-Maintenance.md#making-a-change).
    - Changes to packages require [corresponding
    tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing).
    
    Note that many Dart repos have a weekly cadence for reviewing PRs -
    please allow for some latency before initial review feedback.
    </details>
    devoncarew authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d5c8c18 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. ignore redundant 'type-' labels (#309)

    sdk triage bot updates:
    - if an issue already has a `type-` label, don't add any as part of the
    triage process
    - address feedback from
    #271 (comment)
    
    ---
    
    - [x] I’ve reviewed the contributor guide and applied the relevant
    portions to this PR.
    
    <details>
      <summary>Contribution guidelines:</summary><br>
    
    - See our [contributor
    guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md)
    for general expectations for PRs.
    - Larger or significant changes should be discussed in an issue before
    creating a PR.
    - Contributions to our repos should follow the [Dart style
    guide](https://dart.dev/guides/language/effective-dart) and use `dart
    format`.
    - Most changes should add an entry to the changelog and may need to [rev
    the pubspec package
    version](https://github.com/dart-lang/sdk/blob/main/docs/External-Package-Maintenance.md#making-a-change).
    - Changes to packages require [corresponding
    tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing).
    
    Note that many Dart repos have a weekly cadence for reviewing PRs -
    please allow for some latency before initial review feedback.
    </details>
    devoncarew authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    673428a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. refactor the CI to use per-package workflow config files (#312)

    - refactor the CI to use per-package workflow config files
    
    ---
    
    - [x] I’ve reviewed the contributor guide and applied the relevant
    portions to this PR.
    
    <details>
      <summary>Contribution guidelines:</summary><br>
    
    - See our [contributor
    guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md)
    for general expectations for PRs.
    - Larger or significant changes should be discussed in an issue before
    creating a PR.
    - Contributions to our repos should follow the [Dart style
    guide](https://dart.dev/guides/language/effective-dart) and use `dart
    format`.
    - Most changes should add an entry to the changelog and may need to [rev
    the pubspec package
    version](https://github.com/dart-lang/sdk/blob/main/docs/External-Package-Maintenance.md#making-a-change).
    - Changes to packages require [corresponding
    tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing).
    
    Note that many Dart repos have a weekly cadence for reviewing PRs -
    please allow for some latency before initial review feedback.
    </details>
    devoncarew authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    66ddc4f View commit details
    Browse the repository at this point in the history
Loading