Johan Haals
a7d3cbf79c
Merge pull request #8212 from backstage/mob/deprecate-register
...
core-plugin-api: Deprecate Plugin register and output
2021-11-24 13:23:44 +01:00
Ben Lambert
138c559231
Merge pull request #8218 from lorsatti/fix/swagger-style
...
Add missing styles to Swagger (dark mode)
2021-11-24 13:19:30 +01:00
Fredrik Adelöw
22f96d7efc
Merge pull request #8172 from goenning/go/azure-devops-discovery
...
adding AzureDevOps Discovery Processor
2021-11-24 13:07:13 +01:00
Fredrik Adelöw
825787e6bd
Merge pull request #8164 from RoadieHQ/infinite-location-loop
...
Fail when adding duplicate locations using the dry run flag
2021-11-24 12:05:48 +01:00
Lorenzo Orsatti
c982fc12cb
add changeset
...
Signed-off-by: Lorenzo Orsatti <49567430+lorsatti@users.noreply.github.com >
2021-11-23 22:04:15 +01:00
goenning
f1ba6dfb1d
fix comments, support onpremise and paging
...
Signed-off-by: goenning <me@goenning.net >
2021-11-23 19:03:46 +00:00
Johan Haals
950b36393c
core-plugin-api: Add tests and changesets
...
Co-authored-by: blam <ben@blam.sh >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-23 16:58:27 +01:00
Fredrik Adelöw
0eee3d98b9
Merge pull request #8117 from cbjjensen/add-headers
...
Letting GraphiQL use headers
2021-11-23 11:11:59 +01:00
Fredrik Adelöw
a6b5becf0f
Merge pull request #8202 from backstage/freben/bump-rjsf
...
bump rjsf
2021-11-23 11:11:13 +01:00
blam
c9ddb070c2
chore: fixing changeset formatting
...
Signed-off-by: blam <ben@blam.sh >
2021-11-23 09:42:08 +01:00
Fredrik Adelöw
2d7d165737
bump rjsf
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-22 19:59:52 +01:00
Patrik Oldsberg
9f9ff42e28
Merge pull request #8193 from backstage/mod/auth-responses
...
auth-backend: use more standardized error responses
2021-11-22 17:28:52 +01:00
Ainhoa
a2e1a008bf
Merge pull request #8116 from ainhoaL/user-search-displayname
...
Add User entities displayName to default catalog collator to be able to search by user's full name
2021-11-22 15:32:26 +00:00
Fredrik Adelöw
1e57d1c23e
Merge pull request #8071 from backstage/feat/change-default-port
...
Change default port of backend from 7000 to 7007
2021-11-22 15:58:48 +01:00
Fredrik Adelöw
e62bf29c1d
Merge pull request #8069 from goenning/fix-techinsights-docs
...
Fix techinsights docs: replaced DefaultTechInsightsBuilder with buildTechInsightsContext
2021-11-22 14:41:26 +01:00
Fredrik Adelöw
cd3aac016f
Merge pull request #7817 from backstage/joonp/entitiessearchfilter-refactor
...
[Mini PRFC] EntitiesSearchFilter type refactor
2021-11-22 13:48:38 +01:00
Patrik Oldsberg
b9af54d431
Merge pull request #8089 from backstage/rugvip/test-api
...
core,test-utils: deprecate ApiRegistry, add new TestApiProvider and TestApiRegistry
2021-11-22 13:22:33 +01:00
Patrik Oldsberg
9312572360
auth-backend: use more standardized error responses
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-22 13:17:26 +01:00
Patrik Oldsberg
54fe58b85b
Merge pull request #8173 from backstage/rugvip/best
...
cli: test coverage and speed improvements
2021-11-22 10:24:11 +01:00
Adam Harvey
58aaad546e
Refactor script var typo
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2021-11-21 22:01:33 -05:00
goenning
563b039f0b
add api-report and changeset
...
Signed-off-by: goenning <me@goenning.net >
2021-11-21 14:51:33 +00:00
Patrik Oldsberg
910c2674b5
test-utils: review fixes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 15:52:01 +01:00
Patrik Oldsberg
dde216acf4
cli: switch to v8 coverage provider
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 11:32:22 +01:00
Patrik Oldsberg
719cc87d2f
cli: disable ES transform in tests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 11:24:08 +01:00
Tim Hansen
2b00e00f18
Merge pull request #8151 from backstage/permission-client-pass-config
...
permission-common: accept configApi in PermissionClient constructor
2021-11-19 20:18:32 -07:00
Chad Jensen
142ae64a58
fixing prettier issue
...
Signed-off-by: Chad Jensen <Chad.Jensen@c2fo.com >
2021-11-19 15:51:06 -06:00
Eric Peterson
5bfead02ec
Merge pull request #8141 from backstage/emmaindal/techdocs-search-default-app
...
Add techdocs search to default app
2021-11-19 15:56:41 +01:00
Himanshu Mishra
d0ced15700
Merge pull request #8152 from RoadieHQ/sidebar-pin-default
...
Pin Sidebar by default
2021-11-19 17:24:06 +05:30
Nicolas Arnold
8866b62f3d
Fail when adding duplicate locations using the dry run flag
...
This change here adds in logic to the DefaultLocationService that will prematurely terminate the dry run addition of locations if there is a duplicate entity in the unprocessed entities.
Adding this logic here will avoid an infinite loop if a monorepo arch is used (for example if a target references itself). It will also enforce some best practices.
I have also added tests.
You can test this out using this catalog-info.yaml: https://github.com/RoadieHQ/monorepo-infinte-loop/blob/main/catalog-info.yaml
Signed-off-by: Nicolas Arnold <nic@roadie.io >
2021-11-19 11:04:36 +00:00
Mike Lewis
92439056fb
add changeset for new PermissionClient constructor signature
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-11-19 09:36:02 +00:00
Patrik Oldsberg
2d03529828
Merge pull request #8144 from backstage/jhaals/errorz
...
errors: rework error response naming
2021-11-19 09:49:39 +01:00
Fredrik Adelöw
d83ce65d5b
Merge pull request #8148 from backstage/freben/notitle
...
use id instead of title in the default plugin routes
2021-11-19 09:38:24 +01:00
sblausten
157530187a
Add Changeset
...
Signed-off-by: sblausten <sam@roadie.io >
2021-11-18 19:00:28 +01:00
Otto Sichert
97b8c8c8fc
Ensure all relevant port references are updated and document changes
...
Signed-off-by: Otto Sichert <git@ottosichert.de >
2021-11-18 17:23:43 +01:00
Fredrik Adelöw
ee055cf6db
use id instead of title in the default plugin routes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-18 17:00:39 +01:00
goenning
2017de90da
add changeset
...
Signed-off-by: goenning <me@goenning.net >
2021-11-18 15:54:10 +00:00
Otto Sichert
bab752e2b3
Add changeset
...
Signed-off-by: Otto Sichert <git@ottosichert.de >
2021-11-18 16:45:57 +01:00
Johan Haals
4d97ec07fa
Update tests
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-18 14:56:32 +01:00
Johan Haals
4d09c60256
errors: rework error response naming
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: blam <ben@blam.sh >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-18 14:51:16 +01:00
Fredrik Adelöw
9f21236a29
Fixed a missing await when throwing server side errors
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-18 14:30:34 +01:00
github-actions[bot]
99bf179ccf
Version Packages
2021-11-18 11:52:08 +00:00
Fredrik Adelöw
70e4b222be
Merge pull request #8132 from backstage/freben/behavior-init-constructor
...
move the BehaviorSubject init into the constructor
2021-11-18 12:46:39 +01:00
Emma Indal
a5a5d7e1f1
add changeset
...
Signed-off-by: Emma Indal <emmai@spotify.com >
2021-11-18 12:39:48 +01:00
Ben Lambert
e72b1b83c8
Merge pull request #8122 from backstage/blam/sec/dockerode
...
Bumping testcontainers + dockerode
2021-11-18 12:18:17 +01:00
Fredrik Adelöw
23678544ee
Merge pull request #8057 from RoadieHQ/entity-fact-retriever
...
Catalog fact retriever
2021-11-18 11:57:01 +01:00
Fredrik Adelöw
475edb5bc5
move the BehaviorSubject init into the constructor
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-18 11:27:05 +01:00
Fredrik Adelöw
0ebc659c17
Merge pull request #7822 from bomkamp/add-global-pg-plugin-schema-flag
...
Adding config prop `usePluginSchemas` to allow plugins using the `pg`…
2021-11-18 11:23:21 +01:00
Patrik Oldsberg
0c92f73a11
test-utils: TestApiRegistry.with -> .from
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-18 10:37:12 +01:00
Johan Haals
8a99888d70
Merge pull request #8128 from backstage/freben/vale
...
appease vale
2021-11-18 10:00:13 +01:00
Philipp Hugenroth
f50966e025
Merge pull request #8100 from tudi2d/plugin-shortcut-tooltips
...
[Shortcuts] Show tooltips on hover
2021-11-18 09:55:22 +01:00