22 KiB
@backstage/plugin-scaffolder-backend-module-github
0.5.1
Patch Changes
-
8ce0c4c: Addgithub:branch-protection:createscaffolder action to set branch protection on an existing repository. Example usage:- id: set-branch-protection name: Set Branch Protection action: github:branch-protection:create input: repoUrl: 'github.com?repo=backstage&owner=backstage' branch: master enforceAdmins: true # default requiredApprovingReviewCount: 1 # default requireBranchesToBeUpToDate: true # default requireCodeOwnerReviews: true dismissStaleReviews: true requiredConversationResolution: true -
094eaa3: Remove references to in-repo backend-common -
Updated dependencies
- @backstage/plugin-scaffolder-node@0.5.0
- @backstage/integration@1.15.1
- @backstage/catalog-client@1.7.1
- @backstage/backend-plugin-api@1.0.1
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.5.1-next.2
Patch Changes
-
8ce0c4c: Addgithub:branch-protection:createscaffolder action to set branch protection on an existing repository. Example usage:- id: set-branch-protection name: Set Branch Protection action: github:branch-protection:create input: repoUrl: 'github.com?repo=backstage&owner=backstage' branch: master enforceAdmins: true # default requiredApprovingReviewCount: 1 # default requireBranchesToBeUpToDate: true # default requireCodeOwnerReviews: true dismissStaleReviews: true requiredConversationResolution: true -
Updated dependencies
- @backstage/integration@1.15.1-next.1
- @backstage/catalog-client@1.7.1-next.0
- @backstage/plugin-scaffolder-node@0.5.0-next.2
- @backstage/backend-plugin-api@1.0.1-next.1
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.5.1-next.1
Patch Changes
- Updated dependencies
- @backstage/integration@1.15.1-next.0
- @backstage/backend-plugin-api@1.0.1-next.0
- @backstage/catalog-client@1.7.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.5.0-next.1
0.5.1-next.0
Patch Changes
094eaa3: Remove references to in-repo backend-common- Updated dependencies
- @backstage/plugin-scaffolder-node@0.5.0-next.0
- @backstage/backend-plugin-api@1.0.1-next.0
- @backstage/catalog-client@1.7.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.15.0
0.5.0
Minor Changes
-
d425fc4: BREAKING: The return values fromcreateBackendPlugin,createBackendModule, andcreateServiceFactoryare now simplyBackendFeatureandServiceFactory, instead of the previously deprecated form of a function that returns them. For this reason,createServiceFactoryalso no longer accepts the callback form where you provide direct options to the service. This also affects allcoreServices.*service refs.This may in particular affect tests; if you were effectively doing
createBackendModule({...})()(note the parentheses), you can now remove those extra parentheses at the end. You may encounter cases of this in yourpackages/backend/src/index.tstoo, where you add plugins, modules, and services. If you were usingcreateServiceFactorywith a function as its argument for the purpose of passing in options, this pattern has been deprecated for a while and is no longer supported. You may want to explore the new multiton patterns to achieve your goals, or moving settings to app-config.As part of this change, the
IdentityFactoryOptionstype was removed, and can no longer be used to tweak that service. The identity service was also deprecated some time ago, and you will want to migrate to the new auth system if you still rely on it.
Patch Changes
-
22a19e6: Added the ability for the actionspublish:githubandgithub:repo:createto take inputs for 'custom properties' for organization repositories. -
162cdf4: Update dependency @octokit/webhooks to 10.9.2 due to SNYK-JS-OCTOKITWEBHOOKS-6129527 -
7976081: Added support for all request parameters in the Github create/update environment API in the Github environment create scaffolder action.Disable MultiEntityPicker when
maxItemslimit is reached defined inJSONSchema -
Updated dependencies
- @backstage/backend-common@0.25.0
- @backstage/backend-plugin-api@1.0.0
- @backstage/catalog-model@1.7.0
- @backstage/catalog-client@1.7.0
- @backstage/integration@1.15.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.11
0.5.0-next.2
Patch Changes
22a19e6: Added the ability for the actionspublish:githubandgithub:repo:createto take inputs for 'custom properties' for organization repositories.- Updated dependencies
- @backstage/backend-common@0.25.0-next.2
- @backstage/backend-plugin-api@1.0.0-next.2
- @backstage/integration@1.15.0-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.11-next.2
0.5.0-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.25.0-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
- @backstage/plugin-scaffolder-node@0.4.11-next.1
0.5.0-next.0
Minor Changes
-
d425fc4: BREAKING: The return values fromcreateBackendPlugin,createBackendModule, andcreateServiceFactoryare now simplyBackendFeatureandServiceFactory, instead of the previously deprecated form of a function that returns them. For this reason,createServiceFactoryalso no longer accepts the callback form where you provide direct options to the service. This also affects allcoreServices.*service refs.This may in particular affect tests; if you were effectively doing
createBackendModule({...})()(note the parentheses), you can now remove those extra parentheses at the end. You may encounter cases of this in yourpackages/backend/src/index.tstoo, where you add plugins, modules, and services. If you were usingcreateServiceFactorywith a function as its argument for the purpose of passing in options, this pattern has been deprecated for a while and is no longer supported. You may want to explore the new multiton patterns to achieve your goals, or moving settings to app-config.As part of this change, the
IdentityFactoryOptionstype was removed, and can no longer be used to tweak that service. The identity service was also deprecated some time ago, and you will want to migrate to the new auth system if you still rely on it.
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.0
- @backstage/backend-common@0.25.0-next.0
- @backstage/plugin-scaffolder-node@0.4.11-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0
0.4.1
Patch Changes
d21d307: Added examples for github:environment:create action and improve its test cases6d4cb97: Added examples for github:repo:create action and improved test casescd203f1: Added examples for action github:pages and improved its test cases- Updated dependencies
- @backstage/backend-plugin-api@0.8.0
- @backstage/backend-common@0.24.0
- @backstage/plugin-scaffolder-node@0.4.9
- @backstage/integration@1.14.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.4.1-next.3
Patch Changes
6d4cb97: Added examples for github:repo:create action and improved test casescd203f1: Added examples for action github:pages and improved its test cases- Updated dependencies
- @backstage/backend-plugin-api@0.8.0-next.3
- @backstage/backend-common@0.23.4-next.3
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.14.0-next.0
- @backstage/plugin-scaffolder-node@0.4.9-next.3
0.4.1-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.8.0-next.2
- @backstage/plugin-scaffolder-node@0.4.9-next.2
- @backstage/backend-common@0.23.4-next.2
- @backstage/integration@1.14.0-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.4.1-next.1
Patch Changes
d21d307: Added examples for github:environment:create action and improve its test cases- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.1
- @backstage/backend-common@0.23.4-next.1
- @backstage/integration@1.14.0-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.1
0.4.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
0.4.0
Minor Changes
70c4b36: Adds support for custom tag policies when creating GitHub environments.
Patch Changes
-
ccfc9d1: Fixed bug resulting from missing required owner and repo arguments ingetEnvironmentPublicKeyin actiongithub:environment:create.Adding environment secrets now works as expected.
-
141f366: Added action to enable GitHub Pages on a repo -
4410fed: Fixed issue with octokit call missing owner and repo when creating environment variables and secrets using github:environment:create action -
dfaa28d: AddsrequireLastPushApprovalinput property to configure Branch Protection Settings ingithub:publishactionAdds
requireLastPushApprovalinput property to configure Branch Protection Settings ingithub:repo:pushaction -
Updated dependencies
- @backstage/backend-plugin-api@0.7.0
- @backstage/backend-common@0.23.3
- @backstage/integration@1.13.0
- @backstage/plugin-scaffolder-node@0.4.8
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.4.0-next.1
Patch Changes
-
141f366: Added action to enable GitHub Pages on a repo -
dfaa28d: AddsrequireLastPushApprovalinput property to configure Branch Protection Settings ingithub:publishactionAdds
requireLastPushApprovalinput property to configure Branch Protection Settings ingithub:repo:pushaction -
Updated dependencies
- @backstage/backend-common@0.23.3-next.1
- @backstage/backend-plugin-api@0.6.22-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.13.0-next.0
- @backstage/plugin-scaffolder-node@0.4.8-next.1
0.4.0-next.0
Minor Changes
70c4b36: Adds support for custom tag policies when creating GitHub environments.
Patch Changes
4410fed: Fixed issue with octokit call missing owner and repo when creating environment variables and secrets using github:environment:create action- Updated dependencies
- @backstage/backend-plugin-api@0.6.21-next.0
- @backstage/backend-common@0.23.2-next.0
- @backstage/integration@1.13.0-next.0
- @backstage/plugin-scaffolder-node@0.4.7-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.3.0
Minor Changes
403394a: Allow empty author info in createPullRequest action for Github
Patch Changes
f145a04: Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality78a0b08: Internal refactor to handleBackendFeaturecontract change.d44a20a: Added additional plugin metadata topackage.json.- Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/integration@1.12.0
- @backstage/plugin-scaffolder-node@0.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.3.0-next.3
Patch Changes
d44a20a: Added additional plugin metadata topackage.json.- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.3
- @backstage/integration@1.12.0-next.1
- @backstage/plugin-scaffolder-node@0.4.5-next.3
- @backstage/backend-common@0.23.0-next.3
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.3.0-next.2
Minor Changes
403394a: Allow empty author info in createPullRequest action for Github
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.2
- @backstage/backend-common@0.23.0-next.2
- @backstage/integration@1.12.0-next.0
- @backstage/plugin-scaffolder-node@0.4.5-next.2
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.2.9-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.1
- @backstage/backend-common@0.23.0-next.1
- @backstage/plugin-scaffolder-node@0.4.5-next.1
0.2.9-next.0
Patch Changes
f145a04: Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality- Updated dependencies
- @backstage/backend-common@0.22.1-next.0
- @backstage/backend-plugin-api@0.6.19-next.0
- @backstage/plugin-scaffolder-node@0.4.5-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.11.0
0.2.8
Patch Changes
5d99272: Update local development dependencies.d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.52ab241: Adding support to change the default commit author forpublish:github:pull-request- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
0.2.8-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0-next.2
- @backstage/plugin-scaffolder-node@0.4.4-next.2
- @backstage/integration@1.11.0-next.0
0.2.8-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0-next.1
- @backstage/plugin-scaffolder-node@0.4.4-next.1
- @backstage/backend-plugin-api@0.6.18-next.1
0.2.8-next.0
Patch Changes
5d99272: Update local development dependencies.- Updated dependencies
- @backstage/backend-common@0.21.8-next.0
- @backstage/backend-plugin-api@0.6.18-next.0
- @backstage/plugin-scaffolder-node@0.4.4-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0
0.2.7
Patch Changes
d5a1fe1: Replaced winston logger withLoggerService33f958a: Improve examples to ensure consistency across all publish actions- Updated dependencies
- @backstage/backend-common@0.21.7
- @backstage/backend-plugin-api@0.6.17
- @backstage/integration@1.10.0
- @backstage/plugin-scaffolder-node@0.4.3
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
0.2.7-next.1
Patch Changes
33f958a: Improve examples to ensure consistency across all publish actions- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-scaffolder-node@0.4.3-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.10.0-next.0
0.2.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.0
- @backstage/integration@1.10.0-next.0
- @backstage/backend-plugin-api@0.6.17-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.3-next.0
0.2.6
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.6
- @backstage/backend-plugin-api@0.6.16
- @backstage/plugin-scaffolder-node@0.4.2
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.9.1
0.2.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.5
- @backstage/plugin-scaffolder-node@0.4.1
- @backstage/backend-plugin-api@0.6.15
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration@1.9.1
0.2.4
Patch Changes
-
f44589d: IntroducedcreateMockActionContextto unify the way of creating scaffolder mock context.It will help to maintain tests in a long run during structural changes of action context.
-
35fe005: ExportgetOctokitOptionsfor easy re-use of Octokit configuration handling -
1753898: Updated dependencyoctokit-plugin-create-pull-requestto^5.0.0. -
Updated dependencies
- @backstage/plugin-scaffolder-node@0.4.0
- @backstage/backend-common@0.21.4
- @backstage/integration@1.9.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/backend-plugin-api@0.6.14
0.2.4-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.4.0-next.2
- @backstage/integration@1.9.1-next.2
- @backstage/backend-common@0.21.4-next.2
- @backstage/backend-plugin-api@0.6.14-next.2
- @backstage/config@1.2.0-next.1
- @backstage/errors@1.2.4-next.0
0.2.4-next.1
Patch Changes
35fe005: ExportgetOctokitOptionsfor easy re-use of Octokit configuration handling- Updated dependencies
- @backstage/config@1.2.0-next.1
- @backstage/plugin-scaffolder-node@0.4.0-next.1
- @backstage/backend-common@0.21.4-next.1
- @backstage/backend-plugin-api@0.6.14-next.1
- @backstage/integration@1.9.1-next.1
- @backstage/errors@1.2.4-next.0
0.2.3-next.0
Patch Changes
-
f44589d: IntroducedcreateMockActionContextto unify the way of creating scaffolder mock context.It will help to maintain tests in a long run during structural changes of action context.
-
1753898: Updated dependencyoctokit-plugin-create-pull-requestto^5.0.0. -
Updated dependencies
- @backstage/backend-common@0.21.3-next.0
- @backstage/errors@1.2.4-next.0
- @backstage/plugin-scaffolder-node@0.3.3-next.0
- @backstage/backend-plugin-api@0.6.13-next.0
- @backstage/config@1.1.2-next.0
- @backstage/integration@1.9.1-next.0
0.2.0
Minor Changes
fd5eb1c: Allow to force the creation of a pull request from a forked repository3d5c668: support oidc customization
Patch Changes
e9a5228: Exporting a default module for the new Backend System8472188: Added or fixed therepositoryfield inpackage.json.6bb6f3e: Updated dependencyfs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0.- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
0.2.0-next.3
Patch Changes
8472188: Added or fixed therepositoryfield inpackage.json.- Updated dependencies
- @backstage/backend-common@0.21.0-next.3
- @backstage/integration@1.9.0-next.1
- @backstage/plugin-scaffolder-node@0.3.0-next.3
- @backstage/backend-plugin-api@0.6.10-next.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
0.2.0-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0-next.2
- @backstage/backend-plugin-api@0.6.10-next.2
- @backstage/plugin-scaffolder-node@0.3.0-next.2
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.9.0-next.0
0.2.0-next.1
Minor Changes
fd5eb1c: Allow to force the creation of a pull request from a forked repository
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.1
- @backstage/backend-common@0.21.0-next.1
- @backstage/integration@1.9.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.1
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
0.1.2-next.0
Patch Changes
e9a5228: Exporting a default module for the new Backend System- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/plugin-scaffolder-node@0.3.0-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
0.1.1
Patch Changes
5470300: EnsureteamReviewerslist is unique before calling APIbf92ae3: Updated dependencyoctokitto^3.0.0.- Updated dependencies
- @backstage/backend-common@0.20.1
- @backstage/plugin-scaffolder-node@0.2.10
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
0.1.1-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.1-next.2
- @backstage/plugin-scaffolder-node@0.2.10-next.2
0.1.1-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.1-next.1
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/plugin-scaffolder-node@0.2.10-next.1
- @backstage/errors@1.2.3
0.1.1-next.0
Patch Changes
bf92ae3: Updated dependencyoctokitto^3.0.0.- Updated dependencies
- @backstage/backend-common@0.20.1-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/plugin-scaffolder-node@0.2.10-next.0
0.1.0
Minor Changes
219d7f0: Create new scaffolder module for external integrations
Patch Changes
cb6a65e: Thescaffolder.defaultCommitMessageconfig value is now being used if provided and uses "initial commit" when it is not provided.28949ea: Add a new action for creating github-autolink references for a repository:github:autolinks:create- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-scaffolder-node@0.2.9
- @backstage/integration@1.8.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
0.1.0-next.0
Minor Changes
219d7f0: Create new scaffolder module for external integrations
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.9-next.3
- @backstage/backend-common@0.20.0-next.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0-next.1