Commit Graph

10134 Commits

Author SHA1 Message Date
Oliver Sand dd95e2efd6 Remove now unused code 2021-02-16 14:42:50 +01:00
Oliver Sand e7c2e70e77 Fix some leftover variant usages 2021-02-16 12:52:35 +01:00
Oliver Sand ae6ea43408 Compare relation type case insensitive 2021-02-16 12:49:02 +01:00
Oliver Sand 8c01099061 useAsync instead of useAsyncRetry 2021-02-16 12:47:11 +01:00
Oliver Sand fccf63335c Fix typos 2021-02-16 12:25:15 +01:00
Oliver Sand 584dd21454 Use enum for variant 2021-02-16 12:22:17 +01:00
Oliver Sand 5a892f9dc8 Rename emptyComponent to emptyContent 2021-02-16 12:15:16 +01:00
Oliver Sand a47fa91221 Fix import 2021-02-12 10:56:24 +01:00
Oliver Sand 8ab97e7ff6 Format file 2021-02-12 10:47:04 +01:00
Oliver Sand bd27885876 Use EntityTable everywhere 2021-02-12 10:43:33 +01:00
Oliver Sand 6141ec38fb Add a EntityTable 2021-02-12 10:43:33 +01:00
Oliver Sand c7e85614c7 Update changelog 2021-02-12 10:43:33 +01:00
Oliver Sand 94d5db1e65 Add subcomponent to vocab 2021-02-12 10:43:33 +01:00
Oliver Sand 0af242b6d8 Introduce new cards to @backstage/plugin-catalog that can be added to entity pages 2021-02-12 10:43:32 +01:00
Oliver Sand 96f378d108 Add support for custom empty state of Table components 2021-02-12 10:40:50 +01:00
Oliver Sand 10a0124e0c Move useRelatedEntities to catalog-react 2021-02-12 10:40:50 +01:00
Oliver Sand 17887fa9fb Merge pull request #4490 from SDA-SE/feat/about-card-port
Port AboutCard
2021-02-12 10:35:34 +01:00
Ben Lambert 007d4de94a Merge pull request #4460 from ebarriosjr/lockfile-ts-error-improvement
Lockfile ts error improvement
2021-02-12 10:07:52 +01:00
Fredrik Adelöw 40bc97ccfc Merge pull request #4435 from backstage/freben/reader-search-continued
backend-common: implement UrlReader.search for the other providers too
2021-02-12 09:38:00 +01:00
Oliver Sand e6cb33edf1 Revert EntityPage changes 2021-02-12 09:23:46 +01:00
Oliver Sand 83feefb996 Fix tests 2021-02-12 09:23:46 +01:00
Oliver Sand 53b69236dd Port AboutCard 2021-02-12 09:23:46 +01:00
blam 378a9def28 Merge branch 'master' of github.com:backstage/backstage into lockfile-ts-error-improvement
* 'master' of github.com:backstage/backstage: (187 commits)
  chore(deps-dev): bump @storybook/addon-actions from 6.1.11 to 6.1.17
  Add changeset for fixing requestLoggingHandler
  chore: changeset
  chore: might as well do this for all parsing
  bug: filepath can be returned as undefined from `git-url-parse` let's default to empty
  Export Select component from core
  catalog-info: add links
  fix up yarn after release
  Use routed tabs to link to every settings page
  Limit the props that are forwarded to the Link component in the EntityRefLink
  chore: fix the create-app version
  Version Packages
  Move parseDate function
  Prettier fix
  Add line
  Use JS Date instead of Datetime
  Fix broken links in documentation (#4418)
  Removed old imports
  Remove unused functions and luxon
  fix(catalog): entity links incorrect wrapping
  ...
2021-02-12 09:04:04 +01:00
Ben Lambert 3fe4e34749 Merge pull request #4498 from RoadieHQ/export-select-component
Export Select component from core
2021-02-12 08:49:05 +01:00
Ben Lambert e957c5d08a Merge pull request #4507 from backstage/dependabot/npm_and_yarn/storybook/addon-actions-6.1.17
chore(deps-dev): bump @storybook/addon-actions from 6.1.11 to 6.1.17
2021-02-12 08:47:46 +01:00
Ben Lambert c3b50cb7ba Merge pull request #4462 from GoWind/fix-backend-request-logging
Fix: Pass registered Logger in ServiceBuilderImpl to requestLoggingHandler
2021-02-12 08:43:52 +01:00
dependabot[bot] 45a45907d7 chore(deps-dev): bump @storybook/addon-actions from 6.1.11 to 6.1.17
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.1.11 to 6.1.17.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.17/addons/actions)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-12 05:47:16 +00:00
Gowind 16fb1d03a3 Add changeset for fixing requestLoggingHandler 2021-02-11 22:27:26 +01:00
Ben Lambert cb9c25ba0e Merge pull request #4501 from backstage/blam/fix-bitbucket
Fix path parsing for Bitbucket + other preparers
2021-02-11 20:39:45 +01:00
blam a341a8716a chore: changeset 2021-02-11 20:14:47 +01:00
blam c6a67b100e chore: might as well do this for all parsing 2021-02-11 20:10:20 +01:00
blam c1164fb6a8 bug: filepath can be returned as undefined from git-url-parse let's default to empty 2021-02-11 20:09:24 +01:00
Patrik Oldsberg e6a9f7fec3 Merge pull request #4497 from backstage/rugvip/links
catalog-info: add links
2021-02-11 19:28:59 +01:00
Iain Billett 07e2268723 Export Select component from core
I saw the Select component on storybook and went
to use it but it seems it's not exported. Any chance
it could be exported?
2021-02-11 17:42:26 +00:00
Patrik Oldsberg 5f7101d6ac catalog-info: add links 2021-02-11 17:53:30 +01:00
blam 5e74f638ce chore: add lockfile to words 2021-02-11 16:57:06 +01:00
Oliver Sand 1b38e38094 Merge pull request #4491 from SDA-SE/feat/settings-routes
Use routed tabs to link to every settings page
2021-02-11 16:56:09 +01:00
Ben Lambert 0f029aefbb Merge pull request #4492 from backstage/freben/yarn
fix up yarn after release
2021-02-11 14:45:58 +01:00
Fredrik Adelöw 5db93ec331 fix up yarn after release 2021-02-11 14:43:49 +01:00
Oliver Sand d872f662df Use routed tabs to link to every settings page 2021-02-11 14:24:28 +01:00
Nils Streijffert cba94afe17 Merge pull request #4386 from backstage/auth-backend-port-to-luxon
Auth backend port to Luxon
2021-02-11 14:22:30 +01:00
Oliver Sand b894152927 Merge pull request #4427 from SDA-SE/feat/sidebar-active
Make sure that SidebarItems are also active when on sub route
2021-02-11 13:55:17 +01:00
Ben Lambert 6b249d6639 Merge pull request #4388 from backstage/blam/e2e
Use Tugboat as a place to run some tests
2021-02-11 13:19:04 +01:00
Dominik Henneke 6258b7aa7b Merge pull request #4485 from SDA-SE/feat/entity-link
Limit the props that are forwarded to the Link component in the EntityRefLink
2021-02-11 12:41:32 +01:00
Ben Lambert a85406defc Merge pull request #4396 from backstage/changeset-release/master
Version Packages
2021-02-11 12:11:58 +01:00
Dominik Henneke d34d26125b Limit the props that are forwarded to the Link component in the EntityRefLink 2021-02-11 11:47:13 +01:00
blam 1de129570c chore: fix the create-app version 2021-02-11 11:36:34 +01:00
github-actions[bot] aa49ca2284 Version Packages 2021-02-11 10:15:47 +00:00
Patrik Oldsberg 190c709473 Merge pull request #4478 from ayshiff/fix/pagerduty-plugin-luxon
Pagerduty plugin: use the Luxon library
2021-02-11 11:10:56 +01:00
Patrik Oldsberg cd13b03bc6 Merge pull request #4434 from lowjoel/aws-sdk-downgrade
Downgrade the AWS SDK to v2
2021-02-11 11:02:11 +01:00