Commit Graph

173 Commits

Author SHA1 Message Date
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
Omer Farooq fb4138555c update sample data entry to markdown
Signed-off-by: Omer Farooq <frq.code@gmail.com>
2021-04-13 22:53:10 +12:00
Omer Farooq 88d62cad73 feat(techradar-plugin) add markdown support in techradar entry description
Signed-off-by: Omer Farooq <frq.code@gmail.com>
2021-04-13 22:53:10 +12:00
github-actions[bot] 51b6cf465d Version Packages 2021-04-08 11:32:56 +00: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
Niall McCullagh 34e6bb4099 feat(plugin-tech-radar): map description in API RadarEntry to Entry
The description in the Entry was mapped to the latest timeline entry, which is a changelog. This
change maps the description in the API to the entry. To maintain backwards compatibility it
will set the description to the last timeline entry if no description exists at the entry level.

Signed-off-by: Niall McCullagh <niallmccullagh@users.noreply.github.com>
2021-03-16 21:27:37 +00:00
Fredrik Adelöw ac08d81835 Merge pull request #4898 from niallmccullagh/master
Fix issue with radar description dialog display
2021-03-16 08:50:59 +01:00
github-actions[bot] 0e120c5c66 Version Packages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-11 13:45:44 +01:00
Niall McCullagh b56815b401 Fix issue where radar entry dialog with external url
If an entry has both a radar description and an external url, when
a user clicks on the blip the description dialog would briefly
appear before they are redirected to the specified url.

Expected behaviour is not to automatically redirect the user so that
they can read the dialog and choose to follow the link for more details.

Signed-off-by: Niall McCullagh <mccullagh_niall@hotmail.com>
Signed-off-by: Niall McCullagh <niallmccullagh@users.noreply.github.com>
2021-03-09 23:43:37 +00: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
github-actions[bot] ff2ab4fade Version Packages 2021-03-04 13:11:10 +00:00
Patrik Oldsberg 1a22f83c28 Merge pull request #4647 from backstage/dependabot/npm_and_yarn/testing-library/react-11.2.5
chore(deps): bump @testing-library/react from 10.4.3 to 11.2.5
2021-03-01 18:17:08 +01:00
dependabot[bot] e16f145dc8 chore(deps-dev): bump @types/d3-force from 1.2.1 to 2.1.1
Bumps [@types/d3-force](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-force) from 1.2.1 to 2.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-force)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-26 04:09:36 +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
Andrew Thauer 8a15667196 feat(core): add support config & button/error components
This adds a new app.support top level config that can be used to
configure various support links and other information. This can later be
extended for plugins to append their own specific support items.
2021-02-23 19:29:20 -05:00
github-actions[bot] 4ae0467c2f Version Packages 2021-02-23 10:31:40 +01:00
Fredrik Adelöw 6c09312dca Merge pull request #4580 from johnnyiller/techradar/issue-4493-description-popup
tech-radar: add description dialog box
2021-02-19 16:45:07 +01:00
Jeff Durand 9abacc8ebc need to export type as type 2021-02-19 00:10:33 +00:00
Jeff Durand 6262a56614 fixing based on review 2021-02-19 00:04:34 +00:00
Jeff Durand 5f5c98e2ae updated button to learn more based on reviewer suggestions 2021-02-18 17:54:06 +00:00
Jeff Durand 862595ce50 tech-radar: add description dialog box 2021-02-18 16:32:39 +00:00
github-actions[bot] 4188c2ccb4 Version Packages 2021-02-18 13:23:19 +00:00
github-actions[bot] aa49ca2284 Version Packages 2021-02-11 10:15:47 +00:00
Patrik Oldsberg 804502a5c7 tech-radar: migrated to new composability API 2021-02-10 19:36:19 +01:00
github-actions[bot] 6794967d20 Version Packages 2021-02-04 13:02:30 +00:00
Niall McCullagh 9c7efe1535 fix(tech-radar): allow entries on radar legend to be clickable 2021-01-28 17:03:23 +00:00
Niall McCullagh 90c8f20b9f fix(tech-radar): fix mapping of moved and url atrributes to fix display
As part of the refactor to include entry history the moved and url attributes were
no longer being mapped. This resulted in the radar not indicating if an entry had moved,
and the bubble not being clickable.
2021-01-28 16:48:07 +00:00
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
github-actions[bot] 28d7f319f4 Version Packages 2021-01-07 10:31:20 +00:00
Adam Harvey 9c12f364a6 Remove test-utils from prod deps 2021-01-06 01:04:20 -05:00
Niall McCullagh cabf2cbbae docs(techradar-plugin) Update loader resp example
Updates the tech-radar loader response example to reflect changes in the
schema for supporting event history tracking.
2020-12-30 10:27:46 +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
blam 606b988cd9 bump some packages 2020-12-17 11:51:43 +01:00
github-actions[bot] cf187484bf Version Packages 2020-12-10 11:25:39 +00:00
Adam Harvey 8b395bee26 Add standard NPM metadata 2020-12-08 13:42:23 -05:00
github-actions[bot] 01aa774d9a Version Packages 2020-12-03 15:28:22 +00:00
Patrik Oldsberg b08351ebb4 plugins: keep plugin package.json in sync 2020-11-27 14:15:08 +01:00
blam a39968ca57 chore(diff): accept diff changes 2020-11-24 14:33:39 +01:00
github-actions[bot] bc0f47b7b7 Version Packages 2020-11-19 15:13:57 +00:00
github-actions[bot] 76a8099029 Version Packages 2020-11-12 10:52:23 +00:00
o-farooq a906f20e7b feat(techradar-plugin) add techradar blip history backend support (#3191)
* add techradar entry history data structure

* updated names and added changeset

* fix docs

Co-authored-by: Omer Farooq <17722640+o-farooq@users.noreply.github.com>
2020-11-10 16:29:45 +01:00
Oliver Sand 3f05616bf5 fix text color of tech-radar footer (#3245) 2020-11-05 13:05:05 +01:00
github-actions[bot] 715bb76fb5 Version Packages 2020-11-03 20:50:42 +00:00
Patrik Oldsberg 8360d9f7e2 Merge pull request #3140 from backstage/rugvip/release
Release v0.1.1
2020-11-03 13:28:03 +01:00
Althaf Hameez eb976e8e0f Remove tech-radar owner and lifecycle from header (#3061)
* Remove tech-radar owner and lifecycle from header

* Run prettier

* Fix prettier warning
2020-11-02 09:24:17 +01:00