Commit Graph

51 Commits

Author SHA1 Message Date
github-actions[bot] 0e120c5c66 Version Packages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-11 13:45:44 +01:00
Fredrik Adelöw 702b837b8b Remove all dot-folder imports everywhere
We aren't supposed to import from '.' or '../..' etc; point to the actual node being imported instead. I did allow e.g. '../../bigfolder' however. Going all the way to the individual file could be done too, but is a matter of taste perhaps.

Also ran Organize Imports on all the touched files :)

No changeset since there are no functional changes at all - only the imports changed

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-10 13:43:59 +01:00
dependabot[bot] 63887ea84d chore(deps-dev): bump @types/node from 12.12.58 to 14.14.32
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.58 to 14.14.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-08 13:19:08 +01:00
Patrik Oldsberg 0e068db972 run prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-07 23:37:48 +01:00
github-actions[bot] ff2ab4fade Version Packages 2021-03-04 13:11:10 +00:00
dependabot[bot] bcbff6d76f chore(deps): bump @testing-library/react from 10.4.3 to 11.2.5
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.3 to 11.2.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.3...v11.2.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 09:56:31 +01:00
github-actions[bot] 4ae0467c2f Version Packages 2021-02-23 10:31:40 +01:00
Elliot Greenwood b25530b34b Add storybook theming to local theme
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-18 21:05:24 +00:00
Elliot Greenwood 4aa9b100fb Allow for theming inside the OwnershipCard
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-18 21:05:24 +00:00
github-actions[bot] 4188c2ccb4 Version Packages 2021-02-18 13:23:19 +00:00
Oliver Sand f4c2bcf54b Use a more strict type for variant of cards
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-17 11:41:53 +01:00
Elliot Greenwood 87b921af67 Fix up tsc
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-14 21:50:21 +00:00
Elliot Greenwood 8e8413d741 Add Empty MemberList case
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-14 21:50:20 +00:00
Elliot Greenwood fdf9160a8c Create OwnershipCard story
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-14 21:50:20 +00:00
Elliot Greenwood 2773050795 Add GroupProfileCard story
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-14 21:50:20 +00:00
Elliot Greenwood 4a6689fece Add UserProfileCard story
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-14 21:50:19 +00:00
github-actions[bot] aa49ca2284 Version Packages 2021-02-11 10:15:47 +00:00
Adam Harvey 8c5fde54b1 Merge branch 'master' of github.com:backstage/backstage into update-org-cards 2021-02-08 13:45:55 -05:00
Adam Harvey 05fa2dcf98 Refactor children to use shared function 2021-02-05 12:32:35 -05:00
Adam Harvey e75932117f Return AboutCard title to group name 2021-02-05 09:54:19 -05:00
Adam Harvey afd496ec01 Removed unused import 2021-02-05 00:35:00 -05:00
Adam Harvey 8b7a19cbf2 Align card elements with List 2021-02-05 00:16:29 -05:00
Adam Harvey a435fefa61 Align card elements with list 2021-02-05 00:16:07 -05:00
Patrik Oldsberg b92541fcc3 Merge branch 'master' into rugvip/ports 2021-02-04 19:44:05 +01:00
github-actions[bot] 6794967d20 Version Packages 2021-02-04 13:02:30 +00:00
Patrik Oldsberg b4358c46e0 org: fix entity card tests 2021-02-03 10:03:50 +01:00
Debajyoti Halder 5f5cf2acfb Merge branch 'master' of https://github.com/spotify/backstage into lintMod 2021-02-03 11:05:45 +05:30
Patrik Oldsberg b7fb8984c0 org: update cards to grab entity from context 2021-02-02 22:24:42 +01:00
Patrik Oldsberg 0269f4fd91 org: migrate to new composability API 2021-02-02 20:22:07 +01:00
Debajyoti Halder 39e7f4a81e Merge branch 'master' of https://github.com/spotify/backstage into lintMod 2021-02-02 17:02:33 +05:30
Oliver Sand 7fc89bae29 Display owner and system as entity page links in the tables of the api-docs plugin 2021-02-01 12:06:59 +01:00
Oliver Sand c677643afa Rename from @backstage/plugin-catalog-common-react to @backstage/plugin-catalog-react 2021-01-29 10:54:09 +01:00
Oliver Sand 019fe39a08 Createa @backstage/plugin-catalog-common-react package 2021-01-29 10:54:09 +01:00
Debajyoti Halder 4dad818e01 Merge branch 'master' of https://github.com/spotify/backstage into lintMod 2021-01-29 14:05:27 +05:30
Debajyoti Halder 6106345e6d Update project with latest eslint rules 2021-01-29 11:55:12 +05:30
github-actions[bot] cda741034d Version Packages 2021-01-28 10:46:08 +00:00
github-actions[bot] c5584b62c2 Version Packages 2021-01-21 13:13:05 +00:00
github-actions[bot] be332e13ea Version Packages 2021-01-14 13:05:31 +00:00
Gabriel Peixoto f573cf3687 fixed - string with different case 2021-01-13 09:59:01 -03:00
github-actions[bot] 28d7f319f4 Version Packages 2021-01-07 10:31:20 +00:00
github-actions[bot] a1ebbdeee0 Version Packages 2020-12-29 10:59:38 +00:00
github-actions[bot] c3c04658f2 Version Packages 2020-12-22 12:14:20 +00:00
github-actions[bot] 6e9f4d4a15 Version Packages 2020-12-17 10:16:33 +00:00
Adam Harvey f9bc88ddb8 Wrap entity cards on smaller screens 2020-12-15 20:57:16 -05:00
Oliver Sand c5297baeb0 Use the new group profile section in the group profile card 2020-12-15 10:56:50 +01:00
Ben Lambert 41e8cff82a Merge pull request #3651 from SDA-SE/feat/avatar
Add a Avatar component to @backstage/core
2020-12-14 21:25:40 +01:00
Andrew Thauer ab805860a1 fix: ensure org users always have a name displayed 2020-12-13 08:42:48 -05:00
github-actions[bot] cf187484bf Version Packages 2020-12-10 11:25:39 +00:00
Oliver Sand 8ef71ed32e Add a Avatar component to @backstage/core 2020-12-10 09:36:17 +01:00
Dominik Henneke 2b71db2116 Consider group memberships in the OwnershipCard 2020-12-09 18:03:01 +01:00