Commit Graph

57 Commits

Author SHA1 Message Date
dependabot[bot] a422d7ce5e chore(deps): bump @testing-library/react from 11.2.6 to 12.1.3
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.6 to 12.1.3.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.6...v12.1.3)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-10 14:07:33 +01:00
github-actions[bot] b6d947b67f Version Packages 2022-03-10 11:30:23 +00:00
github-actions[bot] 1693f2dc74 Version Packages (next) 2022-03-09 16:09:04 +00:00
Patrik Oldsberg 09b37063f2 packages,plugins: migrate to new lint config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 14:53:43 +01:00
github-actions[bot] 3c8bb2854d Version Packages 2022-03-03 15:23:53 +00:00
Fredrik Adelöw 36aa63022b deprecate EntityName, introduce CompoundEntityRef
deprecate getEntityName, introduce getCompoundEntityRef

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-02 21:54:45 +01:00
github-actions[bot] c9da151d84 Version Packages 2022-02-24 13:54:37 +00:00
github-actions[bot] 408b0300cb Version Packages 2022-02-17 10:38:59 +00:00
Patrik Oldsberg 9892d74326 cli: renamed script commands to package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-15 21:27:12 +01:00
Patrik Oldsberg 8f82d80adf migrate all package scripts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:07 +01:00
Patrik Oldsberg bb5fcc3209 update all plugin package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:05 +01:00
Patrik Oldsberg b521c1b83b detect all package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:03 +01:00
Fredrik Adelöw 1ed305728b bump node-fetch and cross-fetch
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-10 15:51:50 +01:00
github-actions[bot] e4791789d1 Version Packages 2022-02-10 11:06:33 +00:00
github-actions[bot] e74f416a00 Version Packages (next) 2022-02-08 19:38:17 +00:00
github-actions[bot] a12bb7b065 Version Packages 2022-02-03 09:42:25 +00:00
github-actions[bot] 51eecb3f03 Version Packages (next) 2022-02-02 14:28:47 +00:00
github-actions[bot] e1580cf73a Version Packages (next) 2022-02-01 08:53:29 +00:00
github-actions[bot] 406848efee Version Packages 2022-01-27 11:07:27 +00:00
github-actions[bot] 8b18d054f3 Version Packages 2022-01-20 10:33:31 +00:00
github-actions[bot] a94a2b8b3f Version Packages (next) 2022-01-18 13:49:07 +00:00
blam 8a086d1c36 chore: remove the last occurence of getIdToken
Signed-off-by: blam <ben@blam.sh>
2022-01-13 19:51:31 +01:00
Patrik Oldsberg 51fbedc445 plugins: migrate usage of deprecated IdentityApi methods
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-13 19:51:30 +01:00
github-actions[bot] b04011602b Version Packages 2022-01-13 14:23:13 +00:00
goenning a60eb0f0dd add checks bulk operation
Signed-off-by: goenning <me@goenning.net>
2022-01-11 15:14:52 +00:00
irma12 24ed8c0237 Added api report
Signed-off-by: irma12 <irma@roadie.io>
2022-01-10 15:03:07 +01:00
irma12 ef6c1a13b2 Fix in order to pass tsc
Signed-off-by: irma12 <irma@roadie.io>
2022-01-10 14:20:04 +01:00
irma12 34883f5c9e Add posibility to customize description and title
Signed-off-by: irma12 <irma@roadie.io>
2022-01-10 14:20:04 +01:00
goenning 48580d0fbb add missing react key
Signed-off-by: goenning <me@goenning.net>
2022-01-06 14:16:51 +00:00
github-actions[bot] e432d44f94 Version Packages 2022-01-04 10:54:36 +00:00
Patrik Oldsberg 9c57723c2c Merge pull request #8694 from backstage/rugvip/use
use precise imports of react-use hooks
2022-01-03 11:18:48 +01:00
Patrik Oldsberg 02f4767b2a Merge pull request #8657 from goenning/go/tech-insights-optimization
[Tech Insights] remove unecessary http request when running all checks
2021-12-30 16:31:49 +01:00
Patrik Oldsberg 4ce51ab0f1 use precise imports of react-use
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 12:53:16 +01:00
github-actions[bot] 7d27a11079 Version Packages 2021-12-30 11:06:46 +00:00
goenning e4abf18708 replace null with undefined
Signed-off-by: goenning <me@goenning.net>
2021-12-28 14:57:30 +00:00
goenning 462c445892 remove unecessary type
Signed-off-by: goenning <me@goenning.net>
2021-12-28 14:51:15 +00:00
goenning 71998caef9 remove unecessary http request when running all checks
Signed-off-by: goenning <me@goenning.net>
2021-12-28 14:46:44 +00:00
Patrik Oldsberg 0fdac13e7d Merge pull request #8620 from goenning/go/expose-apiref
expose techInsightsApiRef
2021-12-28 14:11:31 +01:00
goenning a69651d69d add documentation to exported types
Signed-off-by: goenning <me@goenning.net>
2021-12-28 10:45:23 +00:00
goenning c75c918048 add @types/react dependency
Signed-off-by: goenning <me@goenning.net>
2021-12-23 16:24:29 +00:00
goenning d83079fc11 expose techInsightsApiRef
Signed-off-by: goenning <me@goenning.net>
2021-12-23 16:04:38 +00:00
Patrik Oldsberg 1fc4105bb0 Merge pull request #8601 from erikxiv/fix-api-auth-in-tech-insights
fixes api auth bug in tech-insights plugin
2021-12-23 15:52:49 +01:00
github-actions[bot] 3d68c45ef7 Version Packages 2021-12-23 12:23:34 +00:00
Erik Larsson 57a54eaed4 tsc
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-12-22 23:09:34 +01:00
Erik Larsson da5751717e tsc
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-12-22 23:05:09 +01:00
Erik Larsson a86f5c1701 fixes api auth bug in tech-insights plugin
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-12-22 22:48:07 +01:00
Fredrik Adelöw 7a825e14ab Merge pull request #8516 from wejendorp/jsonfc-fix
fix: allow partial evaluation of checks in jsonfc factchecker
2021-12-22 15:46:15 +01:00
Colton Padden 345dcea560 release-2021-06-01 packages/core-plugin-api/src/apis/system/ApiRef.ts:27
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:34 -05:00
Jacob Wejendorp cf7fc2b41a fix: handle empty checks in tech-insights scorecard
Show a warning about missing data instead of crashing if checks return empty.

Signed-off-by: Jacob Wejendorp <jwe@tradeshift.com>
2021-12-16 15:27:48 +01:00
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +00:00