13 Commits

Author SHA1 Message Date
Charles Moulliard c0c0f7cb33 Update plugins/scaffolder-backend-module-gitea/README.md
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Charles Moulliard <cmoulliard@redhat.com>
2024-04-22 17:17:52 +02:00
cmoulliard 6574d91f70 Highlighting the enum word
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-04-22 12:58:43 +02:00
cmoulliard 6eaba9fb98 Review the README to better explain how to integrate gitea in a template. Include parseRepoUrl to get the host name provided by the user. Add a warning to tell to the user that they should define the allowedOwners according to the gitea organisation. Include the new field: repoVisibility
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-04-22 12:58:43 +02:00
Fredrik Adelöw 9f19476042 moved some more --cwd
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-03-12 09:45:19 +01:00
cmoulliard 40de43d14d Changed the wording to warn the user to get a certificate when using gitea locally and clean the template example
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-19 12:50:14 +01:00
cmoulliard 6f145d5097 Removed non needed text from the template example and improved the changes todo in a template
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard b39db7dc78 Change to launch backstage with launching backstage
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard a755bf4bf7 Remove the non needed code block as createBuiltinActions.ts is a new function exported from latest backstage distribution and gitea will be included when this PR will be merged
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 317d62675d Fixing errors reported by documentation quality check github job
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 2b2fdccaa6 Fixing the issue about the branch name not included to the url converted. Wrong: "https://localhost:3333/api/v1/repos/org1/repo1/contents/?ref=catalog-info.yaml" and good: "https://localhost:3333/api/v1/repos/org1/repo1/contents/catalog-info.yaml?ref=maincatalog-info.yaml"
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 1a49b1d137 Added a TODO task as the code using while condition is failing like a mention to pass the branch name to the catalogInfoPath
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 39bc3d0d7d Updated the instructions to use the publish:gitea action
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 211ec25212 New plugin to publish a git repository on gitea
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:43 +01:00