Commit Graph

14663 Commits

Author SHA1 Message Date
Fredrik Adelöw 4045eaab95 Merge pull request #6119 from backstage/freben/copyright
Update copyright headers
2021-06-21 09:11:49 +02:00
Ben Lambert 347cec23fe Merge pull request #6120 from angeliski/improve-plugin-creation-workflow
feat: update plugin path to match same behavior in the main app
2021-06-21 08:56:49 +02:00
Ben Lambert 8f100db756 Added changeset
Signed-off-by: Ben Lambert <ben@blam.sh>
2021-06-21 08:49:45 +02:00
Ben Lambert 8b7f20abc6 Merge pull request #6128 from backstage/dependabot/npm_and_yarn/octokit/graphql-4.6.4
chore(deps): bump @octokit/graphql from 4.6.2 to 4.6.4
2021-06-21 08:47:26 +02:00
Ben Lambert 657965b294 Merge pull request #6129 from backstage/dependabot/npm_and_yarn/graphql-codegen/typescript-resolvers-1.19.3
chore(deps-dev): bump @graphql-codegen/typescript-resolvers from 1.19.1 to 1.19.3
2021-06-21 08:47:02 +02:00
dependabot[bot] 7fa130918a chore(deps-dev): bump @graphql-codegen/typescript-resolvers
Bumps [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers) from 1.19.1 to 1.19.3.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/resolvers/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-resolvers@1.19.3/packages/plugins/typescript/resolvers)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/typescript-resolvers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 04:14:17 +00:00
dependabot[bot] dc5ff10ec2 chore(deps): bump @octokit/graphql from 4.6.2 to 4.6.4
Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 4.6.2 to 4.6.4.
- [Release notes](https://github.com/octokit/graphql.js/releases)
- [Commits](https://github.com/octokit/graphql.js/compare/v4.6.2...v4.6.4)

---
updated-dependencies:
- dependency-name: "@octokit/graphql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 04:11:16 +00:00
dependabot[bot] e7b1292ec1 chore(deps): bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.26.0 to 4.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.27.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 04:07:09 +00:00
Patrik Oldsberg 7ada8c7d9a kubernetes: update @backstage/core mock
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-20 15:37:38 +02:00
Patrik Oldsberg 553da2d82c graphiql: mock config api in tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-20 15:05:44 +02:00
Patrik Oldsberg 2ba5d729e3 git-release-manager: update core package mocks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-20 14:19:48 +02:00
Eugene S 4a0cb1d8bc iron little things out :)
Signed-off-by: Eugene S <jh.sh@me.com>
2021-06-20 00:37:20 +03:00
Patrik Oldsberg fea7878f01 packages,plugins: update api reports for core migration
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 20:26:19 +02:00
Patrik Oldsberg 9f527db1bd create-app: update available package versions to use new core packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 19:48:43 +02:00
Patrik Oldsberg e6e36cfc3a graphiql,ilert: narrow icon component type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 18:38:16 +02:00
Patrik Oldsberg 48c9fcd33c changesets: add changeset for all core migrations
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:13 +02:00
Patrik Oldsberg 8ca26f1f75 test-utils: migrate to new core packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:12 +02:00
Patrik Oldsberg 8997d3fcca packages: manually migrate rest away from @backstage/core deps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:11 +02:00
Patrik Oldsberg 89e3ef223f plugins: run yarn diff --yes to fix dependencies for new core packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:11 +02:00
Patrik Oldsberg 22684fa0d4 cli: sort dependencies after modifying them with diff
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:11 +02:00
Patrik Oldsberg 22fa107eb8 cli: make diff handler remove @backstage/core deps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:10 +02:00
Patrik Oldsberg db8aff3741 cli: update plugin template to use new core packages and include deps in diff
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:10 +02:00
Patrik Oldsberg fb5746cae5 catalog,scaffolder: fixups for failed codemod migrations
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:10 +02:00
Patrik Oldsberg d453c05dc3 apply core-imports codemod to all packages and plugins
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:08 +02:00
Patrik Oldsberg 9b9a8f3925 plugins: restore dev setups
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:01:32 +02:00
Patrik Oldsberg d719926d25 plugins: remove deprecated route registrations
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 14:36:11 +02:00
Patrik Oldsberg 76db86c457 dev-utils: remove support for registered routes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 14:05:00 +02:00
Tim 7244ed0ec4 Merge pull request #6095 from bsharrow/docs-fix-quickstart-example-code
Update code block in quickstart-app-plugin tutorial to use named import.
2021-06-18 16:51:02 -06:00
Minn Soe 3b52d79e70 docs: add sub-section on database privileges
Signed-off-by: Minn Soe <contributions@minn.io>
2021-06-18 22:50:40 +01:00
Minn Soe d21b56a57c docs: add database configuation tutorial into menu
Signed-off-by: Minn Soe <contributions@minn.io>
2021-06-18 22:11:18 +01:00
Rogerio Angeliski 953a7e66f9 feat: update plugin path to match same behavior in the main app
resolves #6108

Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-06-18 18:08:56 -03:00
Fredrik Adelöw a88073c29a Update copyright headers
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-18 20:26:42 +02:00
Fredrik Adelöw b659f76133 Merge pull request #6118 from getndazn/add-dazn-adopters
feat: add DAZN to the adopters list
2021-06-18 19:02:35 +02:00
Brent Sharrow 64ebeb6026 Update code block in quickstart-app-plugin tutorial to use named import.
Signed-off-by: Brent Sharrow <bsharrow4@gmail.com>
2021-06-18 11:45:59 -05:00
Louis Bichard d323b9d632 feat: add DAZN to the adopters list
Signed-off-by: Louis Bichard <contact@louisjohnbichard.co.uk>
2021-06-18 17:39:05 +01:00
Ben Lambert 3ee2b89bb7 Merge pull request #6114 from backstage/freben/dark 2021-06-18 16:08:55 +02:00
Ben Lambert 2236a514b4 Merge pull request #6115 from SDA-SE/feat/fix-command-exists 2021-06-18 16:05:38 +02:00
Ben Lambert 6ffe867bfd Merge pull request #6112 from egnwd/patch-1 2021-06-18 16:04:20 +02:00
Philipp Hugenroth 8999203add Merge branch 'master' into 4782-forward-unhandled-errors 2021-06-18 15:58:07 +02:00
Rogerio Angeliski b844817bc9 docs: added generated files
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-06-18 10:56:24 -03:00
Dominik Henneke c18a3c2ae0 Correctly recognize whether the cookiecutter command exists
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-18 15:43:19 +02:00
Fredrik Adelöw ae42a6d143 make scroll bars etc dark on the microsite
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-18 15:40:13 +02:00
Himanshu Mishra 2ed401b510 fix prettier issue in adopters.md
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-06-18 15:19:38 +02:00
Elliot Greenwood 893082c917 Add FundApps to list of adopters
Signed-off-by: Elliot Greenwood <elliot@fundapps.co>
2021-06-18 13:38:37 +01:00
Rogerio Angeliski a7f5fe7d7c feat:created an action to write a catalog-info.yml file
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-06-18 09:35:06 -03:00
Phil Kuang 45ef515d0f refactor(catalogClient): return fetched entities sorted by ref
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-06-18 08:20:07 -04:00
Eric Peterson 1d2d530979 Merge pull request #6080 from dariddler/master
Add IdentityApi to plugin-search
2021-06-18 13:14:38 +02:00
Ben Lambert 1f3770d323 Merge pull request #6105 from backstage/dependabot/npm_and_yarn/spotify/eslint-config-typescript-10.0.0
chore(deps): bump @spotify/eslint-config-typescript from 9.0.0 to 10.0.0
2021-06-18 13:00:36 +02:00
Daniel Johansson 9d1eee32a1 Merge branch 'backstage:master' into master 2021-06-18 12:51:13 +02:00
Patrik Oldsberg e167019158 docs: move project structure to getting started
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-18 11:37:45 +02:00