Loading
Commits on Source 78
-
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 !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 gitlab-org/api/client-go!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
-
Changelog: Improvements
-
Patrick Rice authored
fix: return detailed API errors for BlockUser instead of generic LDAP message Closes #2175 See merge request !2581
-
semantic-release-bot authored
## 0.161.0 ###
🚀 Features - fix: return detailed API errors for BlockUser instead of generic LDAP message ([!2581](!2581)) by [Zubeen](https://gitlab.com/syedzubeen) # [0.161.0](v0.160.2...v0.161.0) (2025-11-24) ### Bug Fixes * return detailed API errors for BlockUser instead of generic LDAP message ([2ba9fa69](2ba9fa69)) -
Patrick Rice authored
Changelog: Improvements
-
Patrick Rice authored
fix(users): Fix a bug where error parsing causes user blocking to not function properly See merge request !2584
-
Patrick Rice authored
-
semantic-release-bot authored
## 0.161.1 ###
🐛 Bug Fixes - fix(users): Fix a bug where error parsing causes user blocking to not function properly ([!2584](!2584)) by [Patrick Rice](https://gitlab.com/PatrickRice) ## [0.161.1](v0.161.0...v0.161.1) (2025-11-24) ### Bug Fixes * **users:** Fix a bug where error parsing causes user blocking to not function properly ([2ad55065](2ad55065)) -
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 -
🤖 GitLab Bot 🤖 authored
-
Changelog: Improvements
-
Timo Furrer authored
fix: fix ReviewerID() and let it accept int64 Closes #2180 See merge request !2587
-
semantic-release-bot authored
## 1.0.1 ###
🐛 Bug Fixes - fix: fix ReviewerID() and let it accept int64 ([!2587](!2587)) by [Ilya Savitsky](https://gitlab.com/ipsavitsky234) ## [1.0.1](v1.0.0...v1.0.1) (2025-11-25) ### Bug Fixes * fix ReviewerID() and let it accept int64 ([6a6d4395](6a6d4395)) -
Timo Furrer authored
chore(deps): update docker docker tag to v29 See merge request !2586
-
Changelog: Improvements
-
Patrick Rice authored
Bump dependencies See merge request !2591
-
Changelog: Improvements
-
Patrick Rice authored
feat(service_account): allow providing email when update a Service Account See merge request !2589
-
semantic-release-bot authored
## 1.1.0 ###
🚀 Features - feat(service_account): allow providing email when update a Service Account ([!2589](!2589)) by [kilianpaquier](https://gitlab.com/u.kilianpaquier) ###🔄 Other Changes - Bump dependencies ([!2591](!2591)) by [Timo Furrer](https://gitlab.com/timofurrer) - chore(deps): update docker docker tag to v29 ([!2586](!2586)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) # [1.1.0](v1.0.1...v1.1.0) (2025-11-26) ### Features * **service_account:** allow providing email when update a Service Account ([324d0806](324d0806)) -
Changelog: Improvements
-
Timo Furrer authored
Code Refactor Using Request Handlers - 10 See merge request !2525
-
Changelog: Improvements
-
Timo Furrer authored
feat(credentials): Add support for listing all SaaS enterprise user personal access tokens See merge request !2593
-
semantic-release-bot authored
## 1.2.0 ###
🚀 Features - feat(credentials): Add support for listing all SaaS enterprise user personal access tokens ([!2593](!2593)) by [Heidi Berry](https://gitlab.com/heidi.berry) ###🔄 Other Changes - Code Refactor Using Request Handlers - 10 ([!2525](!2525)) by [Yashesvinee V](https://gitlab.com/yashes7516) # [1.2.0](v1.1.0...v1.2.0) (2025-11-27) ### Features * **credentials:** Add support for listing all SaaS enterprise user personal access tokens ([36977793](36977793)) -
Changelog: Improvements
-
Patrick Rice authored
Simplify more request functions, introducing NoEscape See merge request !2592
-
Changelog: Improvements
-
Patrick Rice authored
refactor: moved comments to interface Closes #2167 See merge request !2599
-
Changelog: Improvements
-
Patrick Rice authored
refactor(users): moved comments to interface Closes #2167 See merge request !2596
-
Changelog: Improvements
-
Patrick Rice authored
refactor: moved comments to interface Closes #2167 See merge request !2595
-
Changelog: Improvements
-
Patrick Rice authored
feat(credentials): Add support for revoking group PATs, listing/deleting group SSH keys See merge request !2594
-
semantic-release-bot authored
## 1.3.0 ###
🚀 Features - feat(credentials): Add support for revoking group PATs, listing/deleting group SSH keys ([!2594](!2594)) by [Heidi Berry](https://gitlab.com/heidi.berry) ###🔄 Other Changes - refactor: moved comments to interface ([!2595](!2595)) by [Zubeen](https://gitlab.com/syedzubeen) - refactor(users): moved comments to interface ([!2596](!2596)) by [Zubeen](https://gitlab.com/syedzubeen) - refactor: moved comments to interface ([!2599](!2599)) by [Zubeen](https://gitlab.com/syedzubeen) - Simplify more request functions, introducing NoEscape ([!2592](!2592)) by [Timo Furrer](https://gitlab.com/timofurrer) # [1.3.0](v1.2.0...v1.3.0) (2025-11-30) ### Features * **credentials:** Add support for revoking group PATs, listing/deleting group SSH keys ([3439f4f0](3439f4f0))