Commit Graph

49 Commits

Author SHA1 Message Date
Carlos Esteban Lopez ee0d9b5c4e fix: Remove duplicated Typography import from master merge
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-11 13:52:48 -05:00
Carlos Esteban Lopez Jaramillo a52566971c Merge branch 'master' into feat/BCKSTG-93-paragraphs
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2023-01-11 13:31:50 -05:00
Carlos Esteban Lopez 2bdd1f92c1 fix: Add paragraph prop for bottom margin
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:08:53 -05:00
Carlos Esteban Lopez e75f39e603 feat: Lint paragraphs except in test files & fix
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:08:53 -05:00
Carlos Esteban Lopez 1daac71e74 fix: Apply linter <span> rule
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:07:40 -05:00
Fredrik Adelöw 9bafcfc209 update tests to be more robust against catalog-client changes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-11-14 16:55:48 +01:00
Taras 93a1072a0a Updated tests to include validateEntity in mocks
Signed-off-by: Taras <tarasm@gmail.com>
2022-09-07 18:12:01 -04:00
Fredrik Adelöw aaab1e34da Fix linting errors after #13392
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-30 13:44:09 +02:00
Fredrik Adelöw 3f739be9d9 more api cleanup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-18 15:16:19 +02:00
Linda Navarette 322d1ceeba Allow configuration of base URL for Fossa links
Signed-off-by: Linda Navarette <linda.navarette@gmail.com>
2022-06-30 19:50:26 -04:00
Fredrik Adelöw bf95bb806c remove CatalogApi.getEntityByName
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-05 14:42:10 +01:00
Fredrik Adelöw 899f196af5 update to use getEntityByRef
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-03 13:27:25 +01: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
blam c8222292bf chore: renamed formatEntityRefTitle to humanizeEnityRef
Signed-off-by: blam <ben@blam.sh>
2022-03-02 17:08:25 +01:00
Fredrik Adelöw 6e1cbc12a6 update the catalog client to add getEntityFacets
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-17 13:59:27 +01:00
Fredrik Adelöw deaf6065db Removed CatalogApi.geLocationByEntity and CatalogApi.getOriginLocationByEntity, and replaced them with CatalogApi.getLocationByRef.
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-15 19:47:34 +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
Fredrik Adelöw 5333451def Got rid of the last brace-typed and hyphen-less params etc
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-10 09:48:12 +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
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
Johan Haals e9471d274c Use BackstageUserIdentity, fix tests
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-12-02 13:32:35 +01:00
Patrik Oldsberg 29ef695410 packages,plugins: migrate to using TestApiProvider and Registry
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-18 11:28:46 +01:00
Johan Haals f1e96dc5b1 chore/cli: Replace msw with setupRequestMockHandlers
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-10-26 10:54:47 +02:00
Oliver Sand a6a283d760 Export FossaPageProps
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-10-18 09:54:21 +02:00
Oliver Sand 09c106b96c Add entitiesFilter option to FossaPage
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-10-15 12:25:54 +02:00
Johan Haals 604987599e chore: Adds missing method to mocked catalog APIs
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-10-06 09:12:35 +02:00
Eric Peterson c781f49fc4 Merge pull request #7435 from backstage/codemod/extension-names
Add names to all core extensions provided by plugins
2021-10-05 16:21:43 +02:00
Alex Rybchenko 905ed15508 updated FossaPage test
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2021-10-05 11:31:58 +02:00
Eric Peterson 81a41ec249 Apply extension-names codemod to monorepo.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-10-04 19:29:43 +02:00
Johan Haals dbcaa6387a Catalog: Add refresh button to AboutCard
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-09-17 09:15:14 +02:00
Patrik Oldsberg 8142a8ecb2 packages,plugins: add package documentation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-14 18:47:53 +02:00
Pankaj Patil d56c390e8f Fix All Material UI Warnings
Signed-off-by: Pankaj Patil <pankaj.patil2099@hotmail.com>
2021-08-03 21:49:08 +05:30
Nicolas Torres 5948fd8fce Warning panel uses darkmode properly
Updates related tests

Signed-off-by: Nicolas Torres <nicolast@backbase.com>
2021-07-27 11:19:30 +02:00
Patrik Oldsberg 9258c54f87 Merge branch 'master' into rugvip/mod 2021-06-22 10:07:18 +02:00
Patrik Oldsberg d453c05dc3 apply core-imports codemod to all packages and plugins
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:08 +02:00
Fredrik Adelöw a88073c29a Update copyright headers
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-18 20:26:42 +02:00
Dominik Henneke 4d3cbd8601 Update test
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-04-21 09:12:39 +02:00
Dominik Henneke 54c455cfa4 Add a link to the fossa details
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-04-20 17:11:44 +02:00
Dominik Henneke 091b3f7363 Fix review comments
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-04-20 17:11:44 +02:00
Dominik Henneke 40d1e11cf3 Add a FossaPage that shows the license compliance status of all components in the catalog
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-04-20 09:49:02 +02:00
Patrik Oldsberg 6cd39362e7 review feedback tweaks 2021-02-10 17:23:28 +01:00
Erik Larsson 320708e171 Only add authorization header if token exists 2021-02-03 02:17:35 +01:00
Erik Larsson b52baa518b Make identityApi required 2021-02-03 02:17:32 +01:00
Erik Larsson 6ed2b47d60 Add identity token to api requests 2021-02-03 02:17:32 +01:00
Oliver Sand ac14e108d7 Simplify code 2021-02-01 12:32:37 +01:00
Oliver Sand 5ac9df8995 Ports the Fossa Plugin to the new plugin model
Towards #3424
2021-02-01 12:19:04 +01:00
Dominik Henneke 9f618bf16d Select the correct FOSSA project when there are multiple projects that start with the project title 2021-01-20 15:54:28 +01:00
Dominik Henneke b4507515fd Improve useProjectName semantics 2020-12-17 12:35:18 +01:00
Dominik Henneke ab88f2a255 Add the fossa plugin 2020-12-17 12:35:17 +01:00