Frida Jacobsson
312962da30
Add title as optional parameter
...
Signed-off-by: Frida Jacobsson <fridahelenajacobsson@gmail.com >
2022-11-30 10:39:09 +01:00
github-actions[bot]
2cb6963f9b
Version Packages (next)
2022-11-29 11:14:34 +00:00
Fredrik Adelöw
ca3cf91df4
Merge pull request #14804 from fridajac/bazaar-name
...
Bazaar UX-changes
2022-11-28 11:31:13 +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
Fredrik Adelöw
69e82eea71
remove redundant api report file
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-11-24 15:39:34 +01:00
github-actions[bot]
83d3167594
Version Packages (next)
2022-11-22 15:40:52 +00:00
github-actions[bot]
3164131851
Version Packages
2022-11-15 12:31:55 +00:00
github-actions[bot]
b01fea7b8c
Version Packages (next)
2022-11-08 14:04:37 +00:00
github-actions[bot]
d4df1fbb2e
Version Packages (next)
2022-10-25 13:18:27 +00:00
Fredrik Adelöw
703f48ef7f
Merge pull request #14217 from fridajac/overview-style
...
Changed style of BazaarOverviewCard
2022-10-21 10:48:18 +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
github-actions[bot]
f0196a2f04
Version Packages
2022-10-18 09:55:10 +00:00
github-actions[bot]
9282c018c7
Version Packages (next)
2022-10-11 14:30:05 +00: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
Fredrik Adelöw
32aa6532bf
Merge pull request #13842 from anicke/bazaar-user-entity
...
Bazaar plugin: The project member link will now target the user catalog
2022-10-05 13:42:29 +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
github-actions[bot]
721c1efdb4
Version Packages (next)
2022-10-04 12:08:16 +00:00
github-actions[bot]
4e94720142
Version Packages (next)
2022-09-27 10:57:53 +00:00
Patrik Oldsberg
be5a837259
migrate to use workspace ranges
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-21 10:14:53 +02:00
github-actions[bot]
30882884a4
Version Packages
2022-09-20 11:52:02 +00:00
github-actions[bot]
423e01d903
Version Packages (next)
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-13 18:00:17 -04: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
Patrik Oldsberg
a68cf13a3d
remove usage of diff command
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-04 14:46:05 +02:00
Patrik Oldsberg
8911f684e1
Yarn 3 automatic formatting changes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-08-31 15:49:38 +02:00
github-actions[bot]
d1ec204774
Version Packages (next)
2022-08-30 12:02:13 +00:00
Patrik Oldsberg
0f6f890e2a
migrate react-router to be a peer dependency
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-08-29 14:10:52 +02:00
github-actions[bot]
18ab337f96
Version Packages (next)
2022-08-23 10:29:17 +00:00
github-actions[bot]
a5684d0d53
Version Packages
2022-08-16 12:15:33 +00:00
github-actions[bot]
8a564ab585
Version Packages (next)
2022-08-09 09:56:01 +00:00
github-actions[bot]
f762386d48
Version Packages (next)
2022-08-02 08:43:23 +00:00
github-actions[bot]
73cee58fc2
Version Packages (next)
2022-07-26 08:37:39 +00:00
bnechyporenko
afdf6c7b48
Merge remote-tracking branch 'origin/master' into reconfigure
...
# Conflicts:
# packages/app/package.json
2022-07-19 18:15:50 +02:00
github-actions[bot]
7d7da6caec
Version Packages
2022-07-19 08:34:21 +00: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
bnechyporenko
978979e14c
Merge remote-tracking branch 'origin/master' into reconfigure
...
# Conflicts:
# packages/app/package.json
# yarn.lock
2022-07-13 10:53:56 +02:00
github-actions[bot]
0e967f188b
Version Packages (next)
2022-07-12 13:19:14 +00:00
renovate[bot]
4e9a90e307
fix(deps): update dependency luxon to v3
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-07-11 22:07:53 +00:00
bnechyporenko
5bb73faa54
wip
...
Signed-off-by: bnechyporenko <bnechyporenko@bol.com >
2022-07-08 11:57:49 +02:00
github-actions[bot]
6b985dc1c7
Version Packages (next)
2022-07-05 08:23:38 +00:00
github-actions[bot]
c92deffe39
Version Packages (next)
2022-06-28 09:27:36 +00:00
github-actions[bot]
2231987c10
Version Packages (next)
2022-06-21 09:04:17 +00:00
github-actions[bot]
2e2a82c9d7
Version Packages
2022-06-14 09:12:05 +00:00
github-actions[bot]
b844443164
Version Packages (next)
2022-06-03 15:01:16 +00:00
github-actions[bot]
a13ab262de
Version Packages (next)
2022-05-31 11:51:41 +00:00
github-actions[bot]
bcc563abe9
Version Packages (next)
2022-05-24 11:05:52 +00:00
github-actions[bot]
64a03bd946
Version Packages
2022-05-17 09:26:29 +00:00
github-actions[bot]
23e587eadc
Version Packages (next)
2022-05-10 13:44:38 +00:00
github-actions[bot]
c02ce52da1
Version Packages (next)
2022-05-10 08:00:04 +00: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
github-actions[bot]
55da880bf9
Version Packages (next)
2022-05-03 09:38:51 +00:00