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: gitlab4j/gitlab4j-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2.0
Choose a base ref
...
head repository: gitlab4j/gitlab4j-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.3.0
Choose a head ref
  • 17 commits
  • 27 files changed
  • 13 contributors

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    7f1635d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Adding projectId field in DownstreamPipeline (#1301)

    Co-authored-by: Mohamed MAHMOUDI <mohamed.mahmoudi@netvlm.onmicrosoft.com>
    mbench777 and Mohamed MAHMOUDI authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    672e132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62de584 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc711db View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    d989951 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. Configuration menu
    Copy the full SHA
    183a976 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. Configuration menu
    Copy the full SHA
    aefc972 View commit details
    Browse the repository at this point in the history
  2. moved "property" calls on Jersey APIs (#1312)

    - Mutating the client (which property calls do) after creation, changes the ClientConfig mode to RequestScoped. This forces Jersey to reinitialize the injection scope with each request, which degrades performance when many API calls are made
    dhensche authored and jmini committed May 1, 2026
    Configuration menu
    Copy the full SHA
    acc43e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4810965 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2026

  1. Fixed Accept Header to use MediaType.WILDCARD (#1318)

    Use `MediaType.WILDCARD` instead of `MediaType.MEDIA_TYPE_WILDCARD` as the Accept Header argument.
    
    In:
    * `getWithAccepts(..)` in `ImportExportApi`
    * `getGroupAvatar()` in `GroupApi`
    exceptionfactory authored May 2, 2026
    Configuration menu
    Copy the full SHA
    da7e4c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da12d98 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. Configuration menu
    Copy the full SHA
    b1c2b43 View commit details
    Browse the repository at this point in the history
  2. Remove *.http and *.env files

    jmini committed May 5, 2026
    Configuration menu
    Copy the full SHA
    8a25616 View commit details
    Browse the repository at this point in the history
  3. Fix version in README.md

    jmini authored May 5, 2026
    Configuration menu
    Copy the full SHA
    1d79be0 View commit details
    Browse the repository at this point in the history
  4. Update EventMergeRequest webhook to handle non-string merge param val…

    …ues (#1317)
    
    The `merge_params` property can contain non-string values such as
    "should_remove_source_branch" which is a boolean or "train_ref" which is
    an object
    klew00 authored May 5, 2026
    Configuration menu
    Copy the full SHA
    3176867 View commit details
    Browse the repository at this point in the history
  5. Update gradle to 8.14.3

    jmini committed May 5, 2026
    Configuration menu
    Copy the full SHA
    c3852ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    093f309 View commit details
    Browse the repository at this point in the history
Loading