From 6bccc7d794ebec402256de35021f95d7fea3b664 Mon Sep 17 00:00:00 2001 From: Minn Soe Date: Wed, 8 Dec 2021 13:21:53 +0000 Subject: [PATCH] changesets: add gitlab changes in catalog-backend Signed-off-by: Minn Soe --- .changeset/hip-bananas-laugh.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/hip-bananas-laugh.md diff --git a/.changeset/hip-bananas-laugh.md b/.changeset/hip-bananas-laugh.md new file mode 100644 index 0000000000..c3f09da880 --- /dev/null +++ b/.changeset/hip-bananas-laugh.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': patch +--- + +The `pagedRequest` method in the GitLab ingestion client is now public for re-use and may be used to make other calls to the GitLab API. Developers can now pass in a type into the GitLab `paginated` and `pagedRequest` functions as generics instead of forcing `any` (defaults to `any` to maintain compatibility). The `GitLabClient` now provides a `isSelfManaged` convenience method.