74233 Commits

Author SHA1 Message Date
blam a729aaa854 Merge branch 'master' of github.com:backstage/backstage into blam/move-scaffolder-to-integrations
* 'master' of github.com:backstage/backstage: (75 commits)
  backend-common: Move definition of etag property inside constructor
  docs: Fix url links in well known annotations
  bitbucket casing
  integration: take over the config
  More review comments
  Address some final review coments about cross-fetch and type-casting
  chore(deps): bump sucrase from 3.16.0 to 3.17.0
  chore(deps-dev): bump @types/webpack from 4.41.22 to 4.41.26
  core-api: remove deprecated registerRoute and deprecate addRoute
  Update README
  Support GHE
  app,create-app: switch to using FlatRoutes
  Make breaking 'minor' change'
  Add codefences to changeset
  Add changeset
  Remove InfoCard :height100" variant
  scripts/check-if-release: fix diff and tweak to handle new and removed packages
  Update with review comments
  docs: Run prettier on techdocs ci/cd tutorial
  remove adr status header
  ...
2021-01-20 16:22:58 +01:00
Dominik Henneke 9f618bf16d Select the correct FOSSA project when there are multiple projects that start with the project title 2021-01-20 15:54:28 +01:00
Himanshu Mishra e8e6bd92b6 Merge pull request #4120 from backstage/orkohunter/url-reader-readTree-with-sha 2021-01-20 14:49:47 +01:00
Fredrik Adelöw cb296b898c Merge pull request #4163 from backstage/freben/integration-config
integration: take over the config
2021-01-20 14:41:18 +01:00
Himanshu Mishra 662d9b9a22 backend-common: Move definition of etag property inside constructor 2021-01-20 14:33:06 +01:00
Johan Haals c98d153b73 chore: convert constructor args objects
Co-authored-by: blam<ben@blam.sh>
2021-01-20 14:25:33 +01:00
Himanshu Mishra 3b919b79ca Merge pull request #4162 from backstage/orkohunter/docs-techdocs-ref-example
docs: Fix backstage.io/techdocs-ref example
2021-01-20 14:23:48 +01:00
Oliver Sand 8fe8cb97e1 Fix typo 2021-01-20 14:23:07 +01:00
Oliver Sand b175836e71 Mention that the Jenkins plugin only works with organisation folder jobs backed by GitHub
People are having trouble in #3975 because the limitations are not clear.
2021-01-20 14:21:53 +01:00
Himanshu Mishra d72fb2dd5d docs: Fix url links in well known annotations
URL Reader's readTree does not support default branch yet, so it has to be specified. The PR https://github.com/backstage/backstage/pull/4120 adds support for the default branch. So, this change can be reverted once the support is released.

Created after https://github.com/backstage/backstage/pull/4147
2021-01-20 14:18:45 +01:00
Fredrik Adelöw 751b700f8a bitbucket casing 2021-01-20 14:02:10 +01:00
Fredrik Adelöw c2450d458f integration: take over the config 2021-01-20 13:50:06 +01:00
Oliver Sand 389cb04444 Better comment including url locations 2021-01-20 13:08:19 +01:00
blam d118c0c07f chore(scaffolder-backend/gitlab): added a test to check that the baseUrl is passed through in config 2021-01-20 12:57:07 +01:00
blam 13231e101b chore: fixing some PR comments 2021-01-20 12:47:17 +01:00
Patrik Oldsberg 0833137c40 Merge pull request #4155 from backstage/rugvip/noreg
core-api: remove deprecated registerRoute and deprecate addRoute
2021-01-20 12:02:34 +01:00
Johan Haals 64826f9e2b Re-add logger to preparer
Co-authored-by: blam<ben@blam.sh>
2021-01-20 11:52:36 +01:00
Oliver Sand 50aa92ae33 Switch to using file locations in app-config.yaml
Having file locations makes the local workflow of editing entities, e.g. for testing much easier. When you add new files, you don't run into a circular dependency anymore, previously you couldn't test whether the configuration worked before merging it into master. It also resolves the hard dependency on the GitHub repository - which allows to do "breaking changes" to the files without having to worry that existing instances used for development locally will break. However after this change we should have a grace period in that we should still be careful.

However there might be hidden risks that might break others workflows.

We have this configuration locally for a long time and it works well.
2021-01-20 11:49:38 +01:00
Johan Haals b470208202 Fix config test
Co-authored-by: blam<ben@blam.sh>
2021-01-20 11:41:01 +01:00
Johan Haals 3fb8b9e7cf fix spelling 2021-01-20 11:33:56 +01:00
Johan Haals ed6baab664 Added changeset 2021-01-20 11:30:16 +01:00
Johan Haals 954a7eecab Don't set apiBaseUrl
This is already handled by the gitlab client and the default is wrong
2021-01-20 11:13:03 +01:00
Patrik Oldsberg d95097a6e3 Merge pull request #4158 from backstage/dependabot/npm_and_yarn/sucrase-3.17.0
chore(deps): bump sucrase from 3.16.0 to 3.17.0
2021-01-20 11:10:03 +01:00
Patrik Oldsberg a8be327580 Merge pull request #4157 from backstage/dependabot/npm_and_yarn/types/webpack-4.41.26
chore(deps-dev): bump @types/webpack from 4.41.22 to 4.41.26
2021-01-20 11:09:51 +01:00
Patrik Oldsberg d112cafd6a Merge pull request #4047 from backjo/feature/AwsAlbReverseProxyAuthentication
Add auth-backend provider for AWS ALB OIDC reverse proxy
2021-01-20 11:03:31 +01:00
Dominik Henneke 1d4ce77fc8 Merge pull request #4147 from SDA-SE/feat/origin-location
Block the deletion of entities from the bootstrap location in the unregister dialog and list the correct delete preview
2021-01-20 10:50:35 +01:00
Oliver Sand a284f5bc1f Adjust jest.transformModules in create-app
The package name has changed from  `@kyma-project/asyncapi-react` to
`@asyncapi/react-component`.
2021-01-20 10:17:47 +01:00
Oliver Sand 8855f61f67 Update @asyncapi/react-component to 0.18.2
The package was also renamed from @kyma-project/asyncapi-react to @asyncapi/react-component which dependabot isn't able to handle.
2021-01-20 10:17:07 +01:00
Dominik Henneke b0d50574d3 More review comments 2021-01-20 10:14:56 +01:00
Johan Haals 49558a35aa Add deprecation warning 2021-01-20 09:18:51 +01:00
Nir Gazit c431aaeb99 Merge branch 'master' into multi-cluster 2021-01-20 10:10:09 +02:00
Jonah Back 318a6af9f9 Add changeset 2021-01-19 21:56:29 -08:00
Jonah Back 20b658bb51 Change AWS Cloud Accounts from Component to Resource 2021-01-19 21:39:53 -08:00
Jonah Back 0831d57b12 Merge branch 'feature/AwsAlbReverseProxyAuthentication' of github.com:backjo/backstage into feature/AwsAlbReverseProxyAuthentication 2021-01-19 21:24:03 -08:00
Jonah Back c837adc23a Address some final review coments about cross-fetch and type-casting 2021-01-19 21:20:49 -08:00
Brenda Sukh 8b7ef9f8b7 Add changeset 2021-01-20 00:12:52 -05:00
Brenda Sukh b498030541 Add expand functionality 2021-01-20 00:10:58 -05:00
Brenda Sukh 850de038dd Increase number of default tooltip items to 8 2021-01-20 00:10:50 -05:00
dependabot[bot] be8bfd2c70 chore(deps): bump sucrase from 3.16.0 to 3.17.0
Bumps [sucrase](https://github.com/alangpierce/sucrase) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/alangpierce/sucrase/releases)
- [Changelog](https://github.com/alangpierce/sucrase/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alangpierce/sucrase/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-20 04:29:43 +00:00
dependabot[bot] 950f0e257f chore(deps-dev): bump @types/webpack from 4.41.22 to 4.41.26
Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.22 to 4.41.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-20 04:24:37 +00:00
Adam Harvey 7abe2c2c33 Merge pull request #4152 from adamdmharvey/InfoCard-variant
chore(core): Remove deprecated InfoCard variant "height100"
2021-01-19 20:06:06 -05:00
Erik Larsson b798e8b9e8 Refactored as per PR comments 2021-01-20 01:06:34 +01:00
Patrik Oldsberg a187b8ad0a core-api: remove deprecated registerRoute and deprecate addRoute 2021-01-19 23:50:38 +01:00
Patrik Oldsberg f80c4916ce Merge pull request #4154 from backstage/rugvip/flatten
app,create-app: switch to using FlatRoutes
2021-01-19 23:40:56 +01:00
Patrik Oldsberg b0995fae14 Merge pull request #4019 from erikxiv/fix/ghe-actions
GHE support in Github Actions plugin
2021-01-19 23:11:42 +01:00
Erik Larsson acaa350fe5 Added more IdentityClient tests 2021-01-19 23:03:43 +01:00
Erik Larsson c2926a6c0c Refactored away from passport into IdentityClient 2021-01-19 23:03:43 +01:00
Erik Larsson 67e60126bb TODO: Extract and add tests to refreshKeyStore 2021-01-19 23:03:13 +01:00
Erik Larsson 4323cc66f9 Added todo on settling user format for authorized users 2021-01-19 23:03:13 +01:00
Erik Larsson 796d1fefbd Fix linting 2021-01-19 23:03:13 +01:00