blam
018553e29f
chore: remove cross-fetch dep from plugins
...
Signed-off-by: blam <ben@blam.sh >
2023-06-13 16:25:53 +02:00
Niklas Aronsson
1886befacf
Bazaar: Set TablePagination as a div
...
The default component is a "td" which will cause DOM validation
warnings.
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2023-05-04 15:11:34 +02:00
Niklas Aronsson
bdb5c1ede1
Bazaar: Remove h4 from ItemCardHeader title props
...
Since the title will be wrapped by a h4 in the "ItemCardHeader" a
h4 will have a h4 element as child. And the following warning is
logged:
warning: validateDOMNesting(...): <h4> cannot appear as a child of <h4>.
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2023-05-04 15:11:34 +02:00
GustavoAdrianGimenez
ef155ba5e2
Fix docs disabled condition
...
Signed-off-by: GustavoAdrianGimenez <gustavoadriangimenez@gmail.com >
2023-04-08 11:59:52 -03:00
GustavoAdrianGimenez
91b7bde16f
Fix disabled docs link comparission
...
Signed-off-by: GustavoAdrianGimenez <gustavoadriangimenez@gmail.com >
2023-04-07 12:14:55 -03:00
GustavoAdrianGimenez
75c0edbfd4
Add docs input and link in bazaar plugin
...
Signed-off-by: GustavoAdrianGimenez <gustavoadriangimenez@gmail.com >
2023-04-07 12:10:10 -03:00
Simon Chapman
b8330e8b02
Add missing exports
...
Signed-off-by: Simon Chapman <sdcpublic@outlook.com >
2023-03-22 16:43:19 +00:00
Simon Chapman
96b868cd1c
Bazaar ProjectPreview style override via HomePage
...
Signed-off-by: Simon Chapman <sdcpublic@outlook.com >
2023-03-22 16:43:10 +00:00
Brian Fletcher
c995e3d939
export BazaarPageProps instead of HomePageProps
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-16 09:00:42 +00:00
Brian Fletcher
99d52523c7
add changeset and api report
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-13 16:24:58 +00:00
Brian Fletcher
35f7332d61
allow customization of bazaar title and subtitle
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-13 16:12:14 +00: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
Niklas Aronsson
41d0b0a24a
Bazaar: Added 'isBazaarAvailable' helper
...
The EntityBazaarInfoCard shows the bazaar data for components that
have a bazaar item linked. The isBazaarAvailable helper makes it
possible to only include the EntityBazaarInfoCard for components
that actually have a bazaar project linked.
Closes #15013
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2022-12-30 13:08:01 +01:00
Frida Jacobsson
08dd6725e5
Create 'large' and 'small' props
...
Signed-off-by: Frida Jacobsson <fridahelenajacobsson@gmail.com >
2022-12-18 17:37:15 +01:00
Frida Jacobsson
0bf734dbac
Add soft cut to ProjectCard in Bazaar
...
Signed-off-by: Frida Jacobsson <fridahelenajacobsson@gmail.com >
2022-12-09 11:42:22 +01:00
Frida Jacobsson
312962da30
Add title as optional parameter
...
Signed-off-by: Frida Jacobsson <fridahelenajacobsson@gmail.com >
2022-11-30 10:39:09 +01:00
Frida Jacobsson
9b1891061c
Replace name with title, and make card height adjustable
...
Signed-off-by: Frida Jacobsson <fridahelenajacobsson@gmail.com >
2022-11-27 16:40:39 +01:00
Frida Jacobsson
28b39e0e0e
Changed style of BazaarOverviewCard
...
Change-Id: I3e4e62c35015a7f0c39c521e985652a44e4b9047
Signed-off-by: Frida Jacobsson <fridaja@axis.com >
2022-10-21 09:39:10 +02:00
Frida Jacobsson
f7c2855d76
Create "BazaarOverviewCard" that can be added to Backstage homepage.
...
Change-Id: I6e2565360cb3f7af27f60a0336cd87a75b3018c3
Signed-off-by: Frida Jacobsson <fridaja@axis.com >
Signed-off-by: Frida Jacobsson <fridahelenajacobsson@gmail.com >
2022-10-10 08:35:57 +02:00
Niklas Aronsson
c0352bbc69
Bazaar: Link to the member user catalog entity
...
If the optional user entity ref is available the link for a member will
point to the backstage catalog page for the user. Otherwise it will
default to the current "https://github.com/${displayName} ".
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2022-10-04 14:23:12 +02:00
Niklas Aronsson
1dd12349d1
Bazaar plugin: Remove 'Router' as 'RoutedTabs' children
...
During the 'react-router-dom' upgrades the Bazaar routing broke. This
patch removes the wrapping 'Router' from the 'RouterTabs' children.
Opening the Bazaar plugin would result in the followin error:
"A <Route> is only ever to be used as the child of <Routes> element,
never rendered directly. Please wrap your <Route> in a <Routes>."
Also removed 'react-router-dom' as a peer dependency of the bazaar
plugin.
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2022-09-10 17:54:13 +02:00
Niklas Aronsson
77abf50acf
Baazar plugins: Fixed api warnings
...
"bazaar" and "baazar-backend" has been removed from the list of
"allowed warnings"."
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2022-07-15 12:43:44 +02:00
Marcus Crane
84c9e35a2f
Exported SortView frontend component from the Bazaar plugin
...
Signed-off-by: Marcus Crane <marcus@utf9k.net >
2022-05-05 16:03:57 +12:00
Fredrik Adelöw
89f5cb7237
review comments
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-03-22 19:58:27 +01:00
Naijith Gopal
68b4b16006
bazaar: use token for backend requests
...
Signed-off-by: Naijith Gopal <gnaijith78@gmail.com >
2022-03-22 19:51:36 +01:00
Fredrik Adelöw
410e592552
stop using EntityRef in bazaar
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-02-23 12:01:27 +01:00
Patrik Oldsberg
8a6950b822
bazaar: stop using catalogRouteRef
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-19 16:37:08 +01:00
Patrik Oldsberg
0988dc5238
switch out react-use imports
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-18 10:11:29 +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
Lykke Axlin
fac69a935c
remove unnecessary type cast
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
2022-01-11 16:32:52 +01:00
Lykke Axlin
77f194c89e
add line break to prevent horizontal scrolling
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
2022-01-11 16:25:06 +01:00
Lykke Axlin
d2b984597c
add type checking
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
2022-01-11 16:06:23 +01:00
Lykke Axlin
cceaf78bca
Merge branch 'master' of https://github.com/backstage/backstage into bazaar-workflow-changes
2022-01-11 13:31:06 +01:00
Lykke Axlin
602f2c543c
add Bazaar to marketplace and minor UI and API improvements
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
2022-01-11 13:29:09 +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
Fredrik Adelöw
d4aeaa8461
Merge pull request #8488 from cmpadden/remove-deprecations
...
Remove Deprecations (release-2021-01-28, 2021-06-01, 2021-10-28, 2021-11-18)
2021-12-21 08:08:02 +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
Lykke Axlin
a7a8e05fd2
cleanup
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
Co-authored-by: klaraab <klarabroman@live.se >
2021-12-15 10:26:29 +01:00
Lykke Axlin
0f15f775af
updated call to get user id with new api
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
Co-authored-by: klaraab <klarabroman@live.se >
2021-12-14 17:37:33 +01:00
Lykke Axlin
e193146c6e
Merge branch 'master' of https://github.com/backstage/backstage into bazaar-workflow-changes
2021-12-13 16:01:44 +01:00
Lykke Axlin
ad86729f5d
made link to entity optional
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
Co-authored-by: klaraab <klarabroman@live.se >
2021-12-13 15:45:52 +01:00
blam
1332a98a01
chore: fixing deprecation warnings for all the things that are in the monorepo
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 20:24:20 +01:00
Lykke Axlin
c28534610b
Merge branch 'master' of https://github.com/backstage/backstage into bazaar-columns
2021-11-15 08:13:00 +01:00
Johan Haals
4a336fd292
core-plugin-api: Deprecate use of extensions without name
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-10 09:21:02 +01:00
Lykke Axlin
8380792557
made responsible field mandatory
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
Co-authored-by: klaraab <klarabroman@live.se >
2021-11-09 15:21:06 +01:00
Lykke Axlin
57c24468ba
added more fields to a bazaar project
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
Co-authored-by: klaraab <klarabroman@live.se >
2021-11-09 15:08:22 +01:00
Lykke Axlin
83897af225
removed export
...
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com >
Co-authored-by: klaraab <klarabroman@live.se >
2021-10-15 16:01:29 +02:00