Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
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: xanzy/go-gitlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.59.0
Choose a base ref
...
head repository: xanzy/go-gitlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.60.0
Choose a head ref
  • 15 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 9, 2022

  1. Add Title to MergeCommentEvent.LastCommit struct

    This has been missing while it's definitively passed by gitlab to the
    MergeCommentEvent
    
    Signed-off-by: Chmouel Boudjnah <chmouel@chmouel.com>
    chmouel committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    36dd73c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Merge pull request #1406 from chmouel/add-note-merge-comment-event

    Add Title to MergeCommentEvent.LastCommit struct
    svanharmelen authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    bd30483 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    9791e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b65c147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d653eb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fc235a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1409 from ygarasab/master

    Setting AssigneeID type on listing options to AssigneeIDValue
    svanharmelen authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    bbf334f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Implement GET API for single Project and Group Deploy Token

    I've recently implemented this API in GitLab and it landed in 14.9 and
    already available on gitlab.com
    timofurrer committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    cc09a06 View commit details
    Browse the repository at this point in the history
  2. Implement GET API for SSH Key of given user

    I've recently implemented this API in GitLab and will be available in
    GitLab 14.9 and is already deployed on gitlab.com
    timofurrer committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    b0fce3c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    f0f40a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1414 from timofurrer/feature/environments-alignment

    environments: Implement missing `created_at` and `updated_at` fields
    svanharmelen authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    fb5e477 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1412 from timofurrer/feature/get-single-ssh-key

    Implement GET API for SSH Key of given user
    svanharmelen authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    e580097 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1411 from timofurrer/feature/get-deploy-token

    Implement GET API for single Project and Group Deploy Token
    svanharmelen authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    03f749d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    b4189bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1410 from timofurrer/feature/get-project-approval…

    …-rule-api
    
    Implement API to get single project-level approval rule
    svanharmelen authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    1e2db65 View commit details
    Browse the repository at this point in the history
Loading