Commit Graph

180 Commits

Author SHA1 Message Date
github-actions[bot] cfdf107d34 Version Packages 2024-12-17 10:54:05 +00:00
Ben Lambert d871eb618f Merge pull request #28134 from paulmowat/feat/github_add_additional_properties
feat: adding requiredLinearHistory property
2024-12-16 10:15:59 +01:00
Paul Mowat 7df6179b7f feat: adding requiredLinearHistory property
Signed-off-by: Paul Mowat <paul.mowat@oneadvanced.com>
2024-12-13 16:41:45 +00:00
Ben Lambert bc018aa540 Merge pull request #27796 from stegosaurus21/stegosaurus21/fix-create-github-env-auth
Make GitHub environment Scaffolder action use auth to resolve reviewers
2024-12-13 16:57:38 +01:00
Fredrik Adelöw b6d0969b16 Merge pull request #28070 from backstage/freben/splel
fix some little things that vale was complaining about
2024-12-10 15:57:56 +01:00
Fredrik Adelöw 973dd6f25d fix some little things that vale was complaining about
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-10 14:31:54 +01:00
github-actions[bot] 134bc9981f Version Packages (next) 2024-12-10 12:54:09 +00:00
Jason Liu 2a9bd224a8 Pass auth service when initializing GitHub scaffolder actions
Signed-off-by: Jason Liu <a.jason.liu21@gmail.com>
2024-12-05 22:22:33 +11:00
Juan Escalada bc42275038 Add github backend module and doc links to errors
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-12-04 11:37:53 +09:00
github-actions[bot] d8f9e72384 Version Packages (next) 2024-12-03 13:18:49 +00:00
github-actions[bot] b86975e7fb Version Packages (next) 2024-11-26 11:10:07 +00:00
Jason Liu b5e002b1cc Make GitHub environment Scaffolder action use auth to resolve reviewers
Changes the github:environment:create Scaffolder action to request and
use a backend auth token when resolving the reviewer entityRefs from the
Backstage catalog.

This is because previously it would throw a 401 error when backend auth
was not disabled.

The logic for requesting the token is copied from the existing
catalog:fetch action, which needs to do a similar thing.

Also slightly clarifies that Backstage entityRefs are expected in the
reviewers list for this action.

Signed-off-by: Jason Liu <a.jason.liu21@gmail.com>
2024-11-23 20:57:53 +11:00
github-actions[bot] 1552f03186 Version Packages 2024-11-19 11:21:20 +00:00
github-actions[bot] ecdb1ce0b6 Version Packages (next) 2024-11-12 21:18:54 +00:00
github-actions[bot] 42386c2119 Version Packages (next) 2024-11-05 12:34:28 +00:00
github-actions[bot] 7ffb8eedd7 Version Packages (next) 2024-10-28 13:06:13 +00:00
github-actions[bot] 7907e3b920 Version Packages (next) 2024-10-22 14:53:13 +00:00
github-actions[bot] a9c095d0be Version Packages 2024-10-15 10:25:03 +00:00
github-actions[bot] 56a811849a Version Packages (next) 2024-10-08 11:42:14 +00:00
Ben Lambert 8db9fdfc62 Merge pull request #26886 from koalaty-code/github-branch-protection-scaffolder-action
feat(scaffolder-backend-module-github): add github:branch-protection:create action
2024-10-07 08:42:15 +02:00
Adam Letizia 8ce0c4cd51 feat(scaffolder-backend-module-github): add github:branch-protection:create action
Signed-off-by: Adam Letizia <LetiziaAdam@JohnDeere.com>
2024-10-02 07:21:03 -05:00
github-actions[bot] c42c710982 Version Packages (next) 2024-10-01 09:20:36 +00:00
github-actions[bot] 96864c8386 Version Packages (next) 2024-09-24 09:04:06 +00:00
secustor c28596309f update files
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:40 +02:00
secustor 65da28ad53 add newly generated api reports
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:34 +02:00
Fredrik Adelöw 094eaa367b remove backend-common
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-17 17:09:00 +02:00
github-actions[bot] 698adeb1ea Version Packages 2024-09-17 13:19:01 +00:00
Ben Lambert 21d3922d6a Merge pull request #26659 from thomas-grininger/master
fix(deps): update dependency @octokit/webhooks to 10.9.2 due to vulnerability
2024-09-17 09:01:52 +02:00
Raghunandan Balachandran 286647dd9d Make catalog client optional in github env create action
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-09-16 17:59:16 +02:00
Raghunandan Balachandran e3c0b4472e Fix API reports
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-09-16 17:59:16 +02:00
Raghunandan Balachandran c8b1b78a3f remove unused dep in scaffolde module github
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-09-16 17:59:16 +02:00
Raghunandan Balachandran 878c8080b7 Pass a catalogClient to the Github Environment Action
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-09-16 17:59:16 +02:00
Raghunandan Balachandran d0ea1748aa Change imput param keys to camelCase. Fetch entityrefs from catalog and get users and teams from github for env reviewers.
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-09-16 17:59:16 +02:00
Raghunandan Balachandran ce0d10cb48 support reviewers, prevent_self_review and wait_timer
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-09-16 17:59:16 +02:00
thomas.grininger 162cdf445e fix(deps): update dependency @octokit/webhooks to 10.9.2 due to vulnerability
Signed-off-by: thomas.grininger <thomas.grininger@dynatrace.com>
2024-09-12 15:12:54 +02:00
github-actions[bot] 47358815d6 Version Packages (next) 2024-09-10 13:56:19 +00:00
Bogdan Nechyporenko 7b8446a5e1 Merge pull request #26371 from efrenaguilar95/master
Update GitHub scaffolder plugin - grant ability to add custom properties to organization repos
2024-09-06 16:31:00 +02:00
github-actions[bot] 582092fb23 Version Packages (next) 2024-09-03 14:38:01 +00:00
Efren Aguilar 76c94be56a Add API report file
Signed-off-by: Efren Aguilar <efrenaguilar95@hotmail.com>
2024-08-29 16:06:43 -07:00
Efren Aguilar 8eb75423a5 Add custom prop functionality
Signed-off-by: Efren Aguilar <efrenaguilar95@hotmail.com>
2024-08-29 15:13:43 -07:00
github-actions[bot] 911bbe0d92 Version Packages (next) 2024-08-27 11:41:57 +00:00
Fredrik Adelöw d425fc4dfd remove the backend feature compat callback pattern
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-20 13:26:13 +02:00
github-actions[bot] 2a2c84ba68 Version Packages 2024-08-20 08:56:34 +00:00
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00:00
Ben Lambert 0a894fa703 Merge pull request #25801 from parmar-abhinav/master-code-17
Added examples for action github:pages and improved test cases
2024-08-11 11:30:28 +02:00
Ben Lambert ac80681fc1 Merge pull request #25802 from parmar-abhinav/master-code-18
Added examples for github:repo:create action and improved test cases
2024-08-11 11:29:57 +02:00
github-actions[bot] 120319d2b5 Version Packages (next) 2024-08-06 13:15:32 +00:00
github-actions[bot] 58bbb3edca Version Packages (next) 2024-07-30 12:26:11 +00:00
parmar-abhinav 6d4cb97f07 Added examples for github:repo:create action and improved test cases
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-30 12:41:44 +05:30
parmar-abhinav cd203f1250 Added examples for action github:pages and improved test cases
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-27 15:27:20 +05:30