Loading
Commits on Source 46
-
Changelog: Improvements
-
BREAKING CHANGE: ListOptions implementation changed from aliasing to composition Changelog: Improvements
-
Changelog: Improvements
-
Changelog: Improvements
-
Patrick Rice authored
-
Patrick Rice authored
-
Patrick Rice authored
-
Patrick Rice authored
-
Timo Furrer authored
chore(deps): update dependency go to v1.24.0 See merge request !2424
-
Changelog: Improvements
-
Timo Furrer authored
refactor: decouple group and project request approval settings See merge request !2465
-
Changelog: Improvements
-
Patrick Rice authored
refactor(no-release): refactor inline structs to reusable types See merge request !2477
-
Changelog: Improvements
-
Patrick Rice authored
chore: Remove unused exclusions for revive.var-naming See merge request !2504
-
Changelog: Improvements
-
Timo Furrer authored
chore(no-release): Update `int` in the first batch of files to `int64` See merge request !2505
-
Changelog: Improvements
-
Timo Furrer authored
chore(no-release): Round 2 of int-> int64 refactoring See merge request gitlab-org/api/client-go!2530
-
Patrick Rice authored
-
Patrick Rice authored
Changelog: Improvements
-
Patrick Rice authored
chore(no-release): Add integration test support using a real instance See merge request !2466
-
Changelog: Improvements
-
Timo Furrer authored
fix!(projects): remove ListProjectInvidedGroupOptions in favor to ListProjectInvitedGroupOptions See merge request !2534
-
Changelog: Improvements
-
Timo Furrer authored
refactor!: Canonicalize request headers See merge request !2531
-
Changelog: Improvements
-
Timo Furrer authored
fix!(epics): remove UpdateEpicIsssueAssignmentOptions in favor to UpdateEpicIssueAssignmentOptions See merge request !2407
-
Changelog: Improvements
-
Heidi Berry authored
chore: Batch 3 of int -> int64 conversations See merge request !2538
-
Changelog: Improvements
-
Timo Furrer authored
fix!: remove ProjectReposityStorage in favor to ProjectRepositoryStorage See merge request !2366
-
Changelog: Improvements
-
Timo Furrer authored
Finalize migration from int -> int64 See merge request !2540
-
Changelog: Improvements
-
Patrick Rice authored
fix(issues): use AssigneeIDValue for ListProjectIssuesOptions.AssigneeID See merge request !2571
-
Patrick Rice authored
Changelog: Improvements
-
Patrick Rice authored
Release 1.0 upgrade guide See merge request !2555
-
Patrick Rice authored
-
Patrick Rice authored
Co-authored-by:Ona <no-reply@ona.com>
-
Patrick Rice authored
-
Patrick Rice authored
Co-authored-by:Ona <no-reply@ona.com>
-
Heidi Berry authored
-
Patrick Rice authored
-
Patrick Rice authored
Release client-go 1.0 See merge request !2575 BREAKING CHANGE: Release 1.0
-
semantic-release-bot authored
## 1.0.0 ###
💥 Breaking Changes - Release client-go 1.0 ([!2575](!2575)) by [Patrick Rice](https://gitlab.com/PatrickRice) # [1.0.0](v0.161.1...v1.0.0) (2025-11-24) * Merge branch 'release-client-1.0' into 'main' ([f06b8c2c](f06b8c2c)) ### Bug Fixes * **issues:** use AssigneeIDValue for ListProjectIssuesOptions.AssigneeID ([1dcb219c](1dcb219c)) ### Features * **ListOptions:** Update ListOptions to use composition instead of aliasing ([60beef36](60beef36)) ### BREAKING CHANGES * Release 1.0 * **ListOptions:** ListOptions implementation changed from aliasing to composition Changelog: Improvements