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: GitLabPHP/Client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.11.0
Choose a base ref
...
head repository: GitLabPHP/Client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.11
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 8, 2023

  1. [11.11] Fix double encoding of job name in artifacts download (#773)

    * Fix double encoding of $job_name
    
    Removed call to self::encodePath, as the `job` parameter is part of a url query, which is later encoded by `QueryStringBuilder` in `AbstractApi::prepareUri`
    
    * Use `job name` with space to test url encoding
    wilkolazki authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    62acfd1 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    GrahamCampbell committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    c529f59 View commit details
    Browse the repository at this point in the history
  3. Release 11.11.1

    GrahamCampbell committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9266dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    671b76e View commit details
    Browse the repository at this point in the history
  5. [11.11] Fix double encoding of job name in artifacts download (#773)

    * Fix double encoding of $job_name
    
    Removed call to self::encodePath, as the `job` parameter is part of a url query, which is later encoded by `QueryStringBuilder` in `AbstractApi::prepareUri`
    
    * Use `job name` with space to test url encoding
    wilkolazki authored and GrahamCampbell committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    b19aea7 View commit details
    Browse the repository at this point in the history
  6. Release 11.10.1

    GrahamCampbell committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    b232aa6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    505446e View commit details
    Browse the repository at this point in the history
Loading