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
Patrik Oldsberg
890a1d078a
Merge pull request #24814 from backstage/camilaibs/nbs10-deprecate-more-legacy-system-helpers
...
[NBS 1.0] deprecate legacy service builder
2024-05-21 14:40:02 +02:00
Camila Belo
8869b8ef30
refactor: stop using the legacy standalone server
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-05-17 11:37:04 +02:00
Brian Phillips
b1ea88559c
rename method per code review feedback
...
Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com >
2024-05-16 08:11:25 -05:00
Camila Belo
eb34b87d5a
refactor: stop using getVoidLogger in tests
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-05-16 09:21:54 +02:00
Brian Phillips
5ce928b93a
Split search index service startup into a build and start phase
...
Fixes #24794 . The build process takes place synchronously to the plugin
initialization rather than at startup so that the HTTP router has the
relevant types available to validate incoming requests.
Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com >
2024-05-15 11:02:25 -05:00
github-actions[bot]
0972164fbc
Version Packages
2024-05-14 12:02:01 +00:00
github-actions[bot]
d85dd88b3c
Version Packages (next)
2024-05-07 13:27:02 +00:00
github-actions[bot]
0478509ee2
Version Packages (next)
2024-04-30 11:22:01 +00:00
github-actions[bot]
46046059b4
Version Packages (next)
2024-04-23 14:53:09 +00:00
Heikki Hellgren
c6cb568f39
feat: add missing lifecycle monitoring for catalog, search and server
...
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2024-04-22 15:03:15 +03:00
github-actions[bot]
0e48f5a289
Version Packages
2024-04-16 12:20:53 +00:00
Patrik Oldsberg
fe1716b9e1
Merge pull request #23998 from aramissennyeydd/openapi-tooling/search-reserved
...
fix: allow reserved characters in all parameters
2024-04-15 16:09:23 +02:00
Heikki Hellgren
d5a1fe189b
chore: change most of plugins to use LoggerService
...
quite a big PR for this but the changes are pretty stright forward.
hopefully gets merged before most of these plugins move to the community
repository.
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2024-04-13 02:10:13 +03:00
github-actions[bot]
036b9b3434
Version Packages (next)
2024-04-09 15:55:28 +00:00
Fredrik Adelöw
ba91121655
sort more package.json files
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-04-05 11:59:45 +02:00
Aramis Sennyey
f7f20ba5fb
fix: allow reserved characters in all parameters
...
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com >
2024-04-04 18:11:38 -04:00