Thanks to visit codestin.com
Credit goes to github.com

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/http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dart-lang/http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: publish-flutter
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 6, 2024

  1. Add a workflow for publishing flutter packages

    Closes #1259
    
    Add a second copy of the publish workflow with `use-flutter: true`.
    Add `ignore-packages` to both workflows to ignore published packages for
    the non-relevant SDK.
    natebosch committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9ecbcf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341df34 View commit details
    Browse the repository at this point in the history
  3. Yaml list format

    It looked like it was specified as a string, so I assumed we should use
    the comma separated format as if it were passed as a CLI arg, but that
    doesn't seem to have any effect.
    natebosch committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5461fb9 View commit details
    Browse the repository at this point in the history
  4. Try a string with newlines?

    Github actions don't support yaml lists?
    natebosch committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    59652e3 View commit details
    Browse the repository at this point in the history
  5. More globby?

    natebosch committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c7fb522 View commit details
    Browse the repository at this point in the history
  6. Less globby?

    natebosch committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2f8ad31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b2ca7c View commit details
    Browse the repository at this point in the history
  8. Try bumping http version

    Does the comment show up on the PR?
    natebosch committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    35f8076 View commit details
    Browse the repository at this point in the history
  9. Revert "Try bumping http version"

    This reverts commit 35f8076.
    natebosch committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f6741fa View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    e28751d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a4776 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Fix regexes

    mosuem committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    e11f0b1 View commit details
    Browse the repository at this point in the history
Loading