aramissennyeydd
9c86cc5f66
fix types and move packages back to catalog-client
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2024-10-23 19:10:46 -04:00
aramissennyeydd
02e7cd3c45
add response to the endpoint map
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2024-10-23 19:10:46 -04:00
aramissennyeydd
a028799380
move packages to have their own generated code
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2024-10-23 19:10:45 -04:00
aramissennyeydd
251e40b0cf
update search + todo
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2024-10-23 19:10:45 -04:00
github-actions[bot]
7907e3b920
Version Packages (next)
2024-10-22 14:53:13 +00:00
github-actions[bot]
a9c095d0be
Version Packages
2024-10-15 10:25:03 +00:00
blam
fc01ce7e77
chore: fix api-reports warnings
...
Signed-off-by: blam <ben@blam.sh >
2024-10-14 17:56:00 +02:00
Patrik Oldsberg
7cfc0c1902
plugins/*-backend: flip around alpha exports to stable
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-10-14 10:04:08 +02:00
Patrik Oldsberg
3109c24cb3
promote all backend feature exports to main entry point
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-10-11 16:47:41 +02:00
github-actions[bot]
56a811849a
Version Packages (next)
2024-10-08 11:42:14 +00:00
aramissennyeydd
0af3a4998b
address feedback and double fix schema
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2024-10-07 10:04:23 -04:00
aramissennyeydd
94018ea5a8
remove optic files for test cases that we're moving over to new jest plugin
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2024-10-07 10:04:23 -04:00
aramissennyeydd
85b4e92f5c
small fixes for CI checks
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2024-10-07 10:04:23 -04:00
aramissennyeydd
5d8114c1d6
feat(openapi-tooling): custom validation server for test cases
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2024-10-07 10:04:22 -04:00
github-actions[bot]
c42c710982
Version Packages (next)
2024-10-01 09:20:36 +00:00
github-actions[bot]
96864c8386
Version Packages (next)
2024-09-24 09:04:06 +00:00
secustor
831571c251
merge new changes
...
Signed-off-by: secustor <sebastian@poxhofer.at >
2024-09-23 14:54:45 +02:00
secustor
c28596309f
update files
...
Signed-off-by: secustor <sebastian@poxhofer.at >
2024-09-23 14:41:40 +02:00
secustor
65da28ad53
add newly generated api reports
...
Signed-off-by: secustor <sebastian@poxhofer.at >
2024-09-23 14:41:34 +02:00
Fredrik Adelöw
094eaa367b
remove backend-common
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-09-17 17:09:00 +02:00
github-actions[bot]
698adeb1ea
Version Packages
2024-09-17 13:19:01 +00:00
github-actions[bot]
47358815d6
Version Packages (next)
2024-09-10 13:56:19 +00:00
renovate[bot]
c2b63ab9bc
chore(deps): update dependency supertest to v7
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-05 17:28:35 +00:00
github-actions[bot]
582092fb23
Version Packages (next)
2024-09-03 14:38:01 +00:00
github-actions[bot]
911bbe0d92
Version Packages (next)
2024-08-27 11:41:57 +00:00
Camila Belo
e5e66bea25
refactor: use mockErrorHandler instead of MiddlewareFactory in tests
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-08-27 09:58:05 +02:00
Camila Belo
a61f9540f6
Merge pull request #26092 from backstage/nbs10/search-deprecate-create-router
...
[NBS 1.0] Deprecate search create router
2024-08-21 13:25:48 +02:00
Fredrik Adelöw
d425fc4dfd
remove the backend feature compat callback pattern
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-08-20 13:26:13 +02:00
Camila Belo
25b8873121
refactor: deprecate create router
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-08-20 12:29:37 +02:00
github-actions[bot]
2a2c84ba68
Version Packages
2024-08-20 08:56:34 +00:00
github-actions[bot]
003494838b
Version Packages (next)
2024-08-13 13:59:06 +00:00
github-actions[bot]
120319d2b5
Version Packages (next)
2024-08-06 13:15:32 +00:00
Patrik Oldsberg
530ca74ce8
plugins/search-*: fix metadata ordering
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-08-01 16:45:07 +02:00
MT Lewis
3123c16a0a
search: fix incorrect metadata due to inconsistent package name
...
According to the usual Backstage package naming
conventions, @backstage/plugin-search-backend-node
should be called @backstage/plugin-search-node.
Because of this mismatch, metadata was generated
incorrectly.
Adjust the metadata in all search packages to
include the node package, and fix the pluginId in
the node package itself.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
Co-authored-by: Jack Palmer <jackpalmer@spotify.com >
2024-08-01 11:41:34 +01:00
github-actions[bot]
58bbb3edca
Version Packages (next)
2024-07-30 12:26:11 +00:00
Raghunandan Balachandran
8ecb7a5e84
Update search plugin ownership
...
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com >
2024-07-25 20:08:20 +02:00
github-actions[bot]
4a8774820c
Version Packages (next)
2024-07-23 14:02:37 +00:00
github-actions[bot]
8d2fe707cb
Version Packages
2024-07-16 12:06:55 +00:00
Patrik Oldsberg
343f656eb1
search-backend: update to treat requests without credentials as unauthenticated
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-07-12 12:21:41 +02:00
github-actions[bot]
08c63d46ac
Version Packages (next)
2024-07-02 09:03:14 +00:00
github-actions[bot]
f03d12aff2
Version Packages (next)
2024-06-25 13:05:56 +00:00
github-actions[bot]
18a40424cb
Version Packages
2024-06-18 12:37:38 +00:00
Fredrik Adelöw
78a0b086d2
Make createBackendPlugin and createBackendModule return BackendFeature instead of () => BackendFeature
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-13 15:56:24 +02:00
github-actions[bot]
e83ead9b1a
Version Packages (next)
2024-06-11 15:25:17 +00:00
Patrik Oldsberg
d44a20a5cd
add plugin metadata to all plugin packages
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-06-11 11:24:29 +02:00
github-actions[bot]
09f502208f
Version Packages (next)
2024-06-04 15:34:15 +00:00
github-actions[bot]
77da22e67f
Version Packages (next)
2024-05-28 13:43:01 +00:00
Marcus
d7cdf979c8
Move @backstage/repo-tools to devDependencies
...
Signed-off-by: Marcus <eide@spotify.com >
2024-05-24 11:14:47 +02:00
github-actions[bot]
cce04957e9
Version Packages (next)
2024-05-21 14:41:46 +00:00
Camila Belo
737f3ae5ef
Merge branch 'master' into camilaibs/nbs10-deprecate-legacy-system-commons
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-05-21 15:12:02 +02:00