Commit Graph

81 Commits

Author SHA1 Message Date
github-actions[bot] 4a93128245 Version Packages 2021-06-10 12:18:06 +00:00
github-actions[bot] fa92d70fba Version Packages 2021-06-03 13:23:54 +02:00
github-actions[bot] b5a0d1c5d7 Version Packages 2021-05-27 10:23:15 +00:00
github-actions[bot] 18285453eb Version Packages 2021-05-20 11:48:46 +00:00
github-actions[bot] df31bdca8f Version Packages 2021-05-12 09:39:51 +00:00
dependabot[bot] ee103bc710 chore(deps): bump @testing-library/user-event from 12.8.3 to 13.1.8
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.3 to 13.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.8.3...v13.1.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 14:30:59 +02:00
GregoireW 55480c3176 Pagination is set on the 'action' bar
Signed-off-by: GregoireW <24318548+GregoireW@users.noreply.github.com>
2021-05-10 14:01:48 +02:00
gregoireW 816a741331 Merge branch 'backstage:master' into feat/limit_group 2021-05-10 11:20:57 +02:00
GregoireW 6b1cf60c59 Pagination label is now cleaner
Signed-off-by: GregoireW <24318548+GregoireW@users.noreply.github.com>
2021-05-07 19:23:09 +02:00
dependabot[bot] 0b51bcb008 chore(deps): bump react-use from 15.3.8 to 17.2.4
Bumps [react-use](https://github.com/streamich/react-use) from 15.3.8 to 17.2.4.
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamich/react-use/compare/v15.3.8...v17.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 09:20:46 +00:00
GregoireW bc2cab231f Limit to display first 50 user on groups
Signed-off-by: GregoireW <24318548+GregoireW@users.noreply.github.com>
2021-05-06 20:39:34 +02:00
GregoireW 18c0ec2a42 Limit to display first 50 user on groups
Signed-off-by: GregoireW <24318548+GregoireW@users.noreply.github.com>
2021-05-06 17:19:41 +02:00
GregoireW 0988c34a39 Limit to display first 50 user on groups
Signed-off-by: GregoireW <24318548+GregoireW@users.noreply.github.com>
2021-05-06 17:18:19 +02:00
github-actions[bot] d397eb470f Version Packages 2021-05-06 08:25:18 +00:00
github-actions[bot] 44abfaada6 Version Packages 2021-04-29 13:35:03 +02:00
github-actions[bot] 034998d537 Version Packages 2021-04-22 13:19:35 +00:00
github-actions[bot] 70be53c939 Version Packages 2021-04-15 15:40:08 +02:00
github-actions[bot] 51b6cf465d Version Packages 2021-04-08 11:32:56 +00:00
Oliver Sand 97d53f6866 Optimize data fetched for the OwnershipCard
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-01 13:56:42 +02:00
github-actions[bot] 8e00ab7e63 Version Packages 2021-03-31 12:21:12 +00:00
Phil Kuang 87171d57d7 fix(org-plugin): filter group members respecting namespaces
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-03-29 13:08:50 -04:00
Phil Kuang 7c6e1463b9 fix(org-plugin): correctly route to namespaced members
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-03-29 11:56:11 -04:00
Fredrik Adelöw bc1c734b28 address comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-26 11:31:36 +01:00
Fredrik Adelöw 9f48b548c0 tweak the org plugin to better use builtin facilities
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-26 10:45:53 +01:00
Fredrik Adelöw 22c5b750ad Merge pull request #5126 from backstage/timbonicus/group-members
Fix MembersList not updating when group changes
2021-03-26 09:39:53 +01:00
Tim Hansen baa39809e5 Fix MembersList not updating when group changes
Fixes #5108

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-25 22:16:46 -06:00
github-actions[bot] 844da89090 Version Packages 2021-03-25 17:46:13 +00:00
github-actions[bot] 718eea4f08 Version Packages 2021-03-18 12:31:44 +00:00
erdoganoksuz b7a061077f prettier
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com>
2021-03-12 15:35:25 +03:00
erdoganoksuz 9ca0e40094 locale added all case conversion
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com>
2021-03-12 15:06:01 +03:00
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