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: dorny/test-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: dorny/test-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.1
Choose a head ref
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    a26c5ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cacdfc5 View commit details
    Browse the repository at this point in the history
  3. build & package

    dominicmh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9d4bb43 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Fix problematic retransmission of authentication token

    The retransmission of the authentication token to the server providing
    the artifact caused the following errors when using Artifacts v4:
    
      HTTPError: Response code 400 (Authentication information is not given
      in the correct format. Check the value of Authorization header.)
    
    It looks like the service serving the artifacts does not expect the
    authentication header, and therefore complaines about inproper use of
    the authentication header. Delegating the redirect-handling to the `got`
    library fixes the issue according to my tsts.
    JojOatXGME committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f763877 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge pull request #426 from dominicmh/main

    fix: reporting wrong number of tests in Dart #426
    jozefizso authored May 8, 2024
    Configuration menu
    Copy the full SHA
    477942d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e78727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32faf3e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #438 from JojOatXGME/fix-artifact-download-alterna…

    …tive
    
    Fix problematic retransmission of authentication token (alternative solution) #438
    jozefizso authored May 8, 2024
    Configuration menu
    Copy the full SHA
    ed2a32e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #442 from dorny/feature/update_packages

    Update development dependencies
    jozefizso authored May 8, 2024
    Configuration menu
    Copy the full SHA
    ed4d3e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c14ff7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31a54ee View commit details
    Browse the repository at this point in the history
Loading