Loading
Commits on Source 25
-
Timo Furrer authored
Upstream support will be added with: gitlab-org/gitlab!223546 Refs gitlab-org/gitlab#586417
-
Mohamed Mongy authored
Changelog: Improvements
-
Patrick Rice authored
Add `primary_domain` and `pages_primary_domain` to Pages structs See merge request !2786
-
kilianpaquier authored
Changelog: Improvements
-
Patrick Rice authored
fix: Fixed a set of endpoints where inputs were escaped and should not be escaped Closes #2225 See merge request !2772
-
semantic-release-bot authored
## 1.41.1 ###
🐛 Bug Fixes - fix: Fixed a set of endpoints where inputs were escaped and should not be escaped ([!2772](!2772)) by [kilianpaquier](https://gitlab.com/u.kilianpaquier) ###🔄 Other Changes - Add `primary_domain` and `pages_primary_domain` to Pages structs ([!2786](!2786)) by [Mohamed Mongy](https://gitlab.com/mohamedmongy96) ## [1.41.1](v1.41.0...v1.41.1) (2026-02-24) ### Bug Fixes * Fixed a set of endpoints where inputs were escaped and should not be escaped ([d6d7b17f](d6d7b17f)) -
Mohamed Othman authored
Changelog: Improvements
-
Patrick Rice authored
feat: Add public_email to CreateUserOptions Closes #2236 See merge request !2787
-
semantic-release-bot authored
## 1.42.0 ###
🚀 Features - feat: Add public_email to CreateUserOptions ([!2787](!2787)) by [Mohamed Othman](https://gitlab.com/mohamed.othman27) # [1.42.0](v1.41.1...v1.42.0) (2026-02-24) ### Features * Add public_email to CreateUserOptions ([ab1ec313](ab1ec313)) -
Florian Forster authored
Introduce `ScanAndCollectN`, which works like `ScanAndCollect` but stops collecting once _n_ items have been gathered. Negative values of _n_ retain the existing "collect all" behaviour, allowing `ScanAndCollect` to delegate to it. This allows capping search results before they overwhelm callers. Add an example function demonstrating how to use `ScanAndCollectN` with a note directing users toward `Scan2` when iteration is preferred over collecting into a slice.
-
Florian Forster authored
-
Florian Forster authored
feat(pagination): Add `ScanAndCollectN` to collect at most _n_ results. See merge request !2788
-
semantic-release-bot authored
## 1.43.0 ###
🚀 Features - feat(pagination): Add `ScanAndCollectN` to collect at most _n_ results. ([!2788](!2788)) by [Florian Forster](https://gitlab.com/fforster) # [1.43.0](v1.42.0...v1.43.0) (2026-02-25) ### Features * **pagination:** Add `ScanAndCollectN` to collect at most _n_ results. ([f821c08c](f821c08c)) -
GitLab Dependency Bot authored
Changelog: Improvements
-
Patrick Rice authored
chore(deps): update module github.com/graph-gophers/graphql-go to v1.9.0 See merge request !2789
-
Timo Furrer authored
Implement runner controller instance-level runner scope support See merge request !2765
-
semantic-release-bot authored
## 1.44.0 ###
🚀 Features - Implement runner controller instance-level runner scope support ([!2765](!2765)) by [Timo Furrer](https://gitlab.com/timofurrer) ###🔄 Other Changes - chore(deps): update module github.com/graph-gophers/graphql-go to v1.9.0 ([!2789](!2789)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot) # [1.44.0](v1.43.0...v1.44.0) (2026-02-26) -
Florian Forster authored
The `DeleteEpic` function requires the epic's internal ID (IID), scoped per group, not the global ID. This bug went undetected because only a single epic was ever created across all integration tests. With exactly one epic in the system, its global ID and its group-scoped IID are both 1 — so passing the wrong field had no observable effect. Adding `TestCreateWorkItem` in !2751, which creates a work item of type Epic, incremented the global epic ID counter to 2 independently of the IID sequence. The epic created by `TestEpicTimeFieldParsing` then received IID 1 within its group but global ID 2. The cleanup function passed global ID 2 to `DeleteEpic`, which the API rejected with 403 Forbidden since no epic with IID 2 existed in that group.
-
Florian Forster authored
test(integration): Use epic IID instead of ID in `DeleteEpic` cleanup. See merge request !2794
-
Mohamed Mongy authored
Changelog: Improvements
-
Patrick Rice authored
Add LockMembershipsToSAML support to Application Settings See merge request !2791
-
semantic-release-bot authored
## 1.45.0 ###
🚀 Features - Add LockMembershipsToSAML support to Application Settings ([!2791](!2791)) by [Mohamed Mongy](https://gitlab.com/mohamedmongy96) ###🔄 Other Changes - test(integration): Use epic IID instead of ID in `DeleteEpic` cleanup. ([!2794](!2794)) by [Florian Forster](https://gitlab.com/fforster) # [1.45.0](v1.44.0...v1.45.0) (2026-02-27) ### Bug Fixes * **test:** Use epic IID instead of ID in `DeleteEpic` cleanup. ([49dea058](49dea058)) -
Mohamed Mongy authored
Changelog: Improvements
-
Heidi Berry authored
Update urls and add missing See merge request !2785
-
semantic-release-bot authored
## 1.46.0 ###
🚀 Features - Update urls and add missing ([!2785](!2785)) by [Mohamed Mongy](https://gitlab.com/mohamedmongy96) # [1.46.0](v1.45.0...v1.46.0) (2026-03-01)