Commit Graph

749 Commits

Author SHA1 Message Date
Patrik Oldsberg 0ba5af2eb7 Merge pull request #5724 from backstage/dependabot/npm_and_yarn/gitbeaker/node-29.2.0
chore(deps): bump @gitbeaker/node from 28.2.0 to 29.2.0
2021-05-26 18:57:12 +02:00
Patrik Oldsberg 260aaa6843 bump all @gitbeaker deps + changelogs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-05-26 15:55:25 +02:00
github-actions[bot] c353fb9125 Version Packages 2021-05-20 14:03:29 +00:00
blam 021eb366a8 chore: reworking the logic
Signed-off-by: blam <ben@blam.sh>
2021-05-20 15:49:21 +02:00
blam 5fc87a693c fix(scaffolder): added some logging if we can't enable branch protection for free repos
Signed-off-by: blam <ben@blam.sh>
2021-05-20 15:41:30 +02:00
dependabot[bot] 3ef3485b01 chore(deps): bump @gitbeaker/node from 28.2.0 to 29.2.0
Bumps [@gitbeaker/node](https://github.com/jdalrymple/gitbeaker) from 28.2.0 to 29.2.0.
- [Release notes](https://github.com/jdalrymple/gitbeaker/releases)
- [Changelog](https://github.com/jdalrymple/gitbeaker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jdalrymple/gitbeaker/compare/28.2.0...29.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 12:30:26 +00:00
github-actions[bot] 18285453eb Version Packages 2021-05-20 11:48:46 +00:00
Ben Lambert 633c57a00e Merge pull request #5731 from backstage/blam/deprecate-v1alpha1
Deprecating `v1alpha1` templates
2021-05-20 12:21:55 +02:00
Ben Lambert 31bf41eb65 Merge branch 'master' into blam/deprecate-v1alpha1 2021-05-20 12:08:35 +02:00
Fredrik Adelöw 4876d64d6b remove redundant isRetry field
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-20 11:58:40 +02:00
Fredrik Adelöw aabcf657e8 Merge pull request #5709 from TejasQ/tejask/2494
Scaffolder: Enable branch protection on new repo
2021-05-20 11:56:34 +02:00
Fredrik Adelöw 745b30b081 Merge pull request #5578 from GunnerStraiker1/template-card-owner
Add Owner Field into TemplateCard and ownedBy & ownerOf relations for TemplateEntity
2021-05-20 11:46:44 +02:00
Victor Perera cefe0447d0 Fixed review corrections
Signed-off-by: Victor Perera <v-vperera@expediagroup.com>
2021-05-19 19:14:08 -05:00
blam 7cdad6e430 chore: removing scaffolder tests for v1
Signed-off-by: blam <ben@blam.sh>
2021-05-19 21:15:57 +02:00
blam b920de280e chore: fixing typescript for reals this time..
Signed-off-by: blam <ben@blam.sh>
2021-05-19 20:51:04 +02:00
blam 3c83ed9e21 chore: fixing typescript
Signed-off-by: blam <ben@blam.sh>
2021-05-19 20:44:52 +02:00
blam c1a7704ad1 chore: add deprecation warning when using v1 templates
Signed-off-by: blam <ben@blam.sh>
2021-05-19 20:09:13 +02:00
Tejas Kumar 903f3317ed Retry only on fail lol
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-19 10:59:41 +02:00
Tejas Kumar 6c18028458 Refactor to remove recursion
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-19 10:46:55 +02:00
Tejas Kumar d722343942 Oops. Adjust reference to repo name.
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-19 10:41:08 +02:00
Tejas Kumar 80a2bdc0be Use a literal for branch name
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-19 07:31:52 +02:00
Tejas Kumar e606761260 Clarify deprecation notice
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-18 17:33:21 +02:00
Tejas Kumar 0907e3c54f Add deprecation notice to deprecated publisher
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-18 17:30:56 +02:00
Tejas Kumar ce0872c455 Add branch protection to newer publisher
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-18 17:30:46 +02:00
Tejas Kumar 67c9852e5c Remove period
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-18 17:14:41 +02:00
Tejas Kumar c2cfac4cbe Use Octokit's previews API
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-18 17:08:18 +02:00
Tejas Kumar 9dce89d9ba Clean up return type
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-18 13:41:49 +02:00
Tejas Kumar 46bb4a1482 Adjust error output
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-18 13:41:49 +02:00
Tejas Kumar c41964f89b Scaffolder: Enable branch protection on new repo
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-05-18 13:41:49 +02:00
jrusso1020 2597b9f009 add legacyActions back in without a circular dependency
Signed-off-by: jrusso1020 <jrusso@brex.com>
2021-05-17 10:51:50 -04:00
jrusso1020 65e6c45410 Remove circular dependencies
In reference to issue #5563 this does the initial work to remove
all the circular dependencies that we have encountered while
building backstage using bazel. The next step will be to implement
a method to catch these circular dependencies before they get
merged in

Signed-off-by: jrusso1020 <jrusso@brex.com>
2021-05-15 11:17:05 -06:00
github-actions[bot] df31bdca8f Version Packages 2021-05-12 09:39:51 +00:00
blam aee7212366 Updating changelogs
Signed-off-by: blam <ben@blam.sh>
2021-05-12 11:00:37 +02:00
Alexander Kaserbacher 59fdb9dce2 Use apiBaseUrl for Bitbucket server if it is set
default to host otherwise

Signed-off-by: Alexander Kaserbacher <alex.kaserbacher@icloud.com>
2021-05-09 17:37:09 +02:00
Dominik Henneke fd39d46627 Move jest-when to the dev dependencies
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-05-07 17:19:28 +02:00
github-actions[bot] d397eb470f Version Packages 2021-05-06 08:25:18 +00:00
Dominik Henneke 42f2adadc8 Merge pull request #5415 from SDA-SE/feat/rundocker-api
Refactor the runDockerContainer function to a ContainerRunnerApi interface
2021-05-05 12:00:40 +02:00
Victor Perera 9eb48a9853 Tests updated
Signed-off-by: Victor Perera <v-vperera@expediagroup.com>
2021-05-04 21:27:38 -05:00
dependabot[bot] 75c8cec394 chore(deps): bump jsonschema from 1.2.7 to 1.4.0
Bumps [jsonschema](https://github.com/tdegrunt/jsonschema) from 1.2.7 to 1.4.0.
- [Release notes](https://github.com/tdegrunt/jsonschema/releases)
- [Commits](https://github.com/tdegrunt/jsonschema/compare/v1.2.7...v1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-04 11:30:00 +02:00
Fredrik Adelöw a4b47da357 Merge pull request #5545 from tviaud/scaffolder_github_pr_fix
Plugin Scaffolder-Backend: GitHub Pull Request Action fix
2021-05-03 21:24:05 +02:00
Dominik Henneke a030b5be86 Update invalid test
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-05-03 17:35:04 +02:00
Dominik Henneke e0bfd3d448 Refactor the runDockerContainer function to a ContainerRunner interface.
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-05-03 14:16:28 +02:00
Fredrik Adelöw 38ca051682 The default @octokit/rest dependency was bumped to "^18.5.3".
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-03 11:15:22 +02:00
Thomas Viaud 939b9d0fff Fixing Prettier Warning
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-04-30 11:39:36 +01:00
Thomas Viaud 900cb4c39d Run Prettier on scaffolder-backend files
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-04-30 11:34:08 +01:00
Thomas Viaud 69eefb5aeb feat(scaffolder-backend,doc): Adding Documentation for plugin
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-04-30 11:34:08 +01:00
Thomas Viaud 3816ee1a91 feat(scaffolder-backend,githubPR): Fixing Github URL submitted to get credentials
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-04-30 11:17:59 +01:00
github-actions[bot] 44abfaada6 Version Packages 2021-04-29 13:35:03 +02:00
Tim Hansen a1783f3060 Add nebula-preview
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-27 11:07:15 -06:00
Oliver Sand 7aa4308179 Merge pull request #5427 from SDA-SE/feat/fix-guest
Fix owner references to guest user
2021-04-26 14:21:42 +02:00