From 0c211065dd715ca2fe0a1d0b3584e241bb3a8b04 Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Wed, 10 Jan 2024 10:40:39 +0100 Subject: [PATCH] Better documented the changes of this PR part of the changeset file Signed-off-by: cmoulliard --- .changeset/metal-clocks-suffer.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.changeset/metal-clocks-suffer.md b/.changeset/metal-clocks-suffer.md index 648276d4dd..4cba0ba35b 100644 --- a/.changeset/metal-clocks-suffer.md +++ b/.changeset/metal-clocks-suffer.md @@ -5,4 +5,10 @@ '@backstage/integration': patch --- -Added support to create a git repository and publish a scaffolded project using a new action "publish:gitea" for gitea. The action currently supports to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo +Created a gitea module for the scaffolder. This module provides a new action "publish:gitea" able to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo + +Fixed the gitea authorization headers (used by the integration module) to lower case the words: token and basic + +Added a new test case to the integration module to verify the url of the gitea repository created by the getGiteaFileContentsUrl function. + +Verifying if the basicURL processed by the readGiteaConfig function is valid