Skip to content
This repository was 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.93.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.93.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    2ae422a View commit details
    Browse the repository at this point in the history
  2. Update merge_requests.go

    veziak authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    822d1b5 View commit details
    Browse the repository at this point in the history
  3. feature: Add summary support in AddSpentTimeOptions

    This commit is adding a `summary` field in the `AddSpentTimeOptions`
    structure.
    
    This structure is used to call the add spent API endpoints for merge
    requests and issues. Today we can only pass the duration of the time
    spent when calling gitlab API, however the 2 endpoints also accept a
    `summary` optional field.
    
    Adding this new field in the structure will allow users to set a
    specific `summary` value while calling gitlab API.
    
    [1]: https://docs.gitlab.com/ee/api/merge_requests.html#add-spent-time-for-a-merge-request
    [2]: https://docs.gitlab.com/ee/api/issues.html#add-spent-time-for-an-issue
    airclovis committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    68d5594 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge pull request #1818 from airclovis/feat-add-time-spent-summary

    Add summary support in AddSpentTimeOptions
    svanharmelen authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    99e75d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1817 from diggerhq/fix-list-merge-reques-diffs-typo

    Fix ListMergeRequesDiffs typo, ListMergeRequesDiffs->ListMergeRequestDiffs
    svanharmelen authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c7a9790 View commit details
    Browse the repository at this point in the history
Loading