Commit Graph

2963 Commits

Author SHA1 Message Date
Adam Harvey 20ec8ddc99 Reference deprecation 2020-12-21 11:29:40 -05:00
Adam Harvey 4389d4f668 Update link to use catalog-import 2020-12-21 11:24:07 -05:00
samiramkr 241bdb6215 Merge pull request #3704 from backstage/samiram/aboutCard
Samiram/about card
2020-12-21 15:08:29 +01:00
Ben Lambert a098d18dd1 Merge pull request #2557 from backstage/mob/scaffolder-cra-fixes
feat(scaffolder): cra add gha integration, fix imports
2020-12-21 15:04:33 +01:00
Fredrik Adelöw dd402f5a66 Merge pull request #3776 from backstage/freben/catalog-schema-again
catalog-backend: flesh out and tweak the config schema
2020-12-21 12:40:25 +01:00
Fredrik Adelöw 5084e50396 catalog-backend: flesh out and tweak the config schema 2020-12-21 12:21:40 +01:00
Patrik Oldsberg 7afe9c85c5 Merge pull request #3733 from backstage/rugvip/url
catalog-backend: start warning about usage of deprecated location types
2020-12-21 11:42:03 +01:00
Patrik Oldsberg 5de26b9a6d catalog-backend: start warning about usage of deprecated location types 2020-12-21 11:25:43 +01:00
blam ee92b179e1 Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'master' of github.com:backstage/backstage: (98 commits)
  build(deps): bump archiver from 5.0.2 to 5.1.0
  build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
  docs: Update lighthouse docs
  scaffolder-backend: clarify type detection error message
  scaffolder-backend: gitlab preparer uses integrations token
  core-api: ensure that routable extension components are discovered at boot
  core-api: memoize app element traversal and validation
  core-api: add lazy loading of component extensions
  Add changeset and add missing semicolon
  Add search plugin to new CLI created apps
  build(deps): bump graphql from 15.3.0 to 15.4.0
  core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state
  run prettier on the roadmap
  core-api: refactor createReactExtension to forward component types directly and avoid @types/react dependency
  core-api: add route validation to app + test
  core-api: default type parameters for BackstagePlugin to avoid breakage
  changeset: add changesets for new plugin extension API
  core-api: avoid exporting AnyRoutes, AnyExternalRoutes, and ExternalRouteRef constructor
  core-api: rename BindRouteFunc to AppRouteBinder
  core-api,plugins/graphiql: export extension APIs from core-api and port the graphiql plugin
  ...
2020-12-21 10:37:32 +01:00
Erik Larsson 20533789d6 docs: Update lighthouse docs 2020-12-21 00:13:22 +01:00
Patrik Oldsberg e71d815ed7 Merge pull request #3756 from backstage/rugvip/clarify
scaffolder-backend: clarify type detection error message
2020-12-19 14:47:54 +01:00
Patrik Oldsberg aed8f7f12f scaffolder-backend: clarify type detection error message 2020-12-19 14:27:24 +01:00
Fredrik Adelöw 33a82a7137 scaffolder-backend: gitlab preparer uses integrations token 2020-12-18 16:43:26 +01:00
Patrik Oldsberg 891628b3b5 Merge pull request #3753 from backstage/mob/rr
core-api: Introduce new plugin extension API
2020-12-18 13:28:16 +01:00
Patrik Oldsberg c35554dc4c core-api: add lazy loading of component extensions
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam <ben@blam.sh>
2020-12-18 12:12:53 +01:00
Samira Mokaram 3c738ba247 refacor code 2020-12-18 11:17:00 +01:00
Fredrik Adelöw f6544baaf8 Merge pull request #3739 from keshann93/catalog-backend-schema
Introduced config schema for plugins/catalog-backend
2020-12-18 10:48:07 +01:00
dependabot[bot] 33627f3352 build(deps): bump graphql from 15.3.0 to 15.4.0
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.3.0 to 15.4.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v15.3.0...v15.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-18 05:11:53 +00:00
Samira Mokaram 54ce0ebdd6 remove AboutCard and rename IconLinkVertical and revert some changes 2020-12-17 16:26:13 +01:00
Samira Mokaram 9a74e9a97d Merge branch 'master' of https://github.com/spotify/backstage into samiram/aboutCard 2020-12-17 15:19:16 +01:00
Patrik Oldsberg ad66d1c8c4 core-api,plugins/graphiql: export extension APIs from core-api and port the graphiql plugin
Co-authored-by: blam <ben@blam.sh>
2020-12-17 13:18:14 +01:00
blam 606b988cd9 bump some packages 2020-12-17 11:51:43 +01:00
github-actions[bot] 6e9f4d4a15 Version Packages 2020-12-17 10:16:33 +00:00
Fredrik Adelöw eae3d383d1 Merge pull request #3681 from adamdmharvey/pr-body
feat(catalog-import): Add instructions to Pull Request description when registering a new component
2020-12-17 11:04:18 +01:00
keshan 25bbdccba6 updates on the comments section 2020-12-17 13:33:28 +05:30
keshan 8e12093fe8 removed unused import to avoid CI failure 2020-12-17 13:13:34 +05:30
keshan 2aa1998525 Updated catalog schema based on feedback 2020-12-17 13:08:21 +05:30
keshan 30d6c78fb2 Introduced config schema for plugins/catalog-backend 2020-12-17 08:09:53 +05:30
Patrik Oldsberg eec95ab02b Merge pull request #3742 from backstage/rugvip/cifactor
cost-insights: refactor plugin creation to call createPlugin directly
2020-12-16 17:22:10 +01:00
Fredrik Adelöw e7496dc3e2 catalog-backend: break out github org config for consistency 2020-12-16 16:26:29 +01:00
Patrik Oldsberg 21a3d3dcac cost-insights: refactor plugin creation to call createPlugin directly
Co-authored-by: blam <ben@blam.sh>
2020-12-16 12:05:41 +01:00
blam c754b6aa47 chore: revert some of the universal file stuff for now 2020-12-16 10:36:57 +01:00
Fredrik Adelöw a71599b163 Merge pull request #3465 from SDA-SE/feat/remote-implements-apis
Remove implementsApis
2020-12-16 10:17:44 +01:00
Ben Lambert 5a49d41a2f Merge pull request #3735 from adamdmharvey/ownership-table-wrap
plugin-org: Wrap Entity Counter widgets on Ownership Card
2020-12-16 08:44:08 +01:00
Adam Harvey f9bc88ddb8 Wrap entity cards on smaller screens 2020-12-15 20:57:16 -05:00
Patrik Oldsberg 243ee1db84 scaffolder-backend: switch location type of example templates to url 2020-12-15 21:46:49 +01:00
blam a04b28ac4b feat: do better file detection to check that the universal file is added to the diff too 2020-12-15 21:04:15 +01:00
blam bdd10ca66f chore: replace GITHUB_ACTIONS_ANNOTATION with const for now as we need a release of the github-actions-plugin first 2020-12-15 19:48:11 +01:00
Patrik Oldsberg 1da7d2c657 plugins,packages: replace usages of ConfigReader.from 2020-12-15 19:04:50 +01:00
blam f76a8aedf4 Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'master' of github.com:backstage/backstage: (758 commits)
  add zalando to adpoters list
  Avoid passing undefined to values that are marked as optional
  Support profile of groups in LdapOrgReaderProcessor
  Import picture and display name by the GitHubOrgReaderProcessor
  Use the new group profile section in the group profile card
  Add support for the group profile element to Microsoft Graph processor
  Add profile section to group entity
  Implement readTree on BitBucketUrlReader - Add getBitbucketDefaultBranch
  Implement readTree on BitBucketUrlReader - Modify changeset
  Implement readTree on BitBucketUrlReader - Implement getBitbucketDownloadUrl and remove hash for Bitbucket Server
  Implement readTree on BitBucketUrlReader
  WIP: implement readTree for bitbucket
  updated scaffolder config.d to avoid config failure
  build(deps): bump swagger-ui-react from 3.37.2 to 3.38.0
  included changeset
  Introduced config schema for plugins/scaffolder-backend
  Write relations directly as part of batch add / update of entities.
  Add codeowners for techdocs-common package
  techdocs-common: Add type dependencies
  Update nice-trains-punch.md
  ...
2020-12-15 14:02:21 +01:00
blam 3546862399 chore: update git-url-parse dependency 2020-12-15 13:22:17 +01:00
Ben Lambert 186f9327e7 Merge pull request #3722 from keshann93/scaffolder-backend-schema
Introduced config schema for plugins/scaffolder-backend
2020-12-15 12:28:02 +01:00
Oliver Sand 754d828fb3 Avoid passing undefined to values that are marked as optional 2020-12-15 10:56:50 +01:00
Oliver Sand 7c3ffc0cd4 Support profile of groups in LdapOrgReaderProcessor 2020-12-15 10:56:50 +01:00
Oliver Sand 8dd0a906da Import picture and display name by the GitHubOrgReaderProcessor 2020-12-15 10:56:50 +01:00
Oliver Sand c5297baeb0 Use the new group profile section in the group profile card 2020-12-15 10:56:50 +01:00
Oliver Sand 0097057ed1 Add support for the group profile element to Microsoft Graph processor 2020-12-15 10:19:45 +01:00
Fredrik Adelöw 43931a5ff5 Merge pull request #3703 from backstage/freben/direct-relations
Write relations directly as part of batch add / update of entities.
2020-12-15 08:56:52 +01:00
keshan f3b60114e7 updated scaffolder config.d to avoid config failure 2020-12-15 11:27:14 +05:30
keshan 767c06ae9e Introduced config schema for plugins/scaffolder-backend 2020-12-15 10:01:16 +05:30