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
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
Patrik Oldsberg
0fae9f2c0b
core-app-api: fix and release accidental createApp type breakage
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-18 22:54:46 +01:00
sblausten
bfa5957669
Change sidebar to be pinned by default
...
Signed-off-by: sblausten <sam@roadie.io >
2021-11-18 18:25: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
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
Emma Indal
860254207c
prettier
...
Signed-off-by: Emma Indal <emmai@spotify.com >
2021-11-18 14:45:06 +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
Ben Lambert
e72b1b83c8
Merge pull request #8122 from backstage/blam/sec/dockerode
...
Bumping testcontainers + dockerode
2021-11-18 12:18:17 +01:00
Emma Indal
d3248fb8c9
add techdocs search capabilities to default app
...
Signed-off-by: Emma Indal <emmai@spotify.com >
2021-11-18 12:15:02 +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
blam
17b143c873
chore: fixing bad dependency ref
...
Signed-off-by: blam <ben@blam.sh >
2021-11-18 10:54:01 +01:00
blam
92f87a9a16
chore: fixing dockerode
...
Signed-off-by: blam <ben@blam.sh >
2021-11-18 10:52:37 +01:00
Eric Peterson
2ab7e0f688
Merge pull request #8121 from therynamo/techdocs-cli/awss3-encrypted-buckets
...
feat: Allow SSE For S3 Buckets
2021-11-18 09:30:17 +01:00
Ben Lambert
7eda73d8c0
Merge pull request #7702 from backstage/blam/route-ref-deprecation
...
core-plugin-api: add deprecation warnings around `routeRefs`
2021-11-17 21:37:58 +01:00
blam
fb4377ac53
chore: updating the bump in package.jsons too as it a security risk for the ssh2 packages
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 21:32:43 +01:00
therynamo
3f7931bedc
feat: Allow SSE For S3 Buckets
...
Signed-off-by: therynamo <theryn.groetken@gemini.com >
2021-11-17 14:05:57 -06:00
Ben Lambert
79f56f1553
Merge pull request #7712 from backstage/vinzscam/create-app-add-bsversion-file
...
Include backstage.json file on new backstage applications
2021-11-17 20:57:27 +01:00
blam
f4477bc907
chore: fix the return type I missed
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 20:26:01 +01:00
blam
c67e023eae
chore: putting the deprecations back and fixing last occurence
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 20:26:01 +01:00
blam
8b21788e96
chore: added some more deprecation fixes for the routeRefs
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 20:26:01 +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
blam
6b28fa1312
chore: adding deprecation warnings for routeRef deprecated options
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 20:23:30 +01:00
Fredrik Adelöw
e29fb1a5d0
Merge pull request #7852 from awanlin/topic/add-entity-pull-requests
...
Added entity view for Azure Repo Pull Requests
2021-11-17 19:20:27 +01:00
Iain Billett
ccc8a7ff5d
Split fact retrievers
...
Split fact retriever into severeal more specialised retrievers.
Ditch the dynamic addition of annotation facts in favour of
explicit annotation facts. Having dynamic facts makes the
versioning system somewhat meaningless.
Signed-off-by: Iain Billett <iain@roadie.io >
2021-11-17 15:22:01 +00:00
Colton Padden
b41e8f158c
Support bucketRootPath configuration for AWS and GCS in publish commands
...
Introduces command options `--awsBucketRootPath` and `--gcsBucketRootPath` which
map to respective publisher configurations, allowing users to upload files to S3
and GCS in a non-root directory.
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-11-17 08:48:28 -05:00
Andre Wanlin
2ab905acf6
Merge branch 'backstage:master' into topic/add-entity-pull-requests
2021-11-17 06:36:49 -06:00
Fredrik Adelöw
d701630972
Merge pull request #8083 from backstage/freben/abort-urlreader
...
Add `AbortSignal` support to `UrlReader`
2021-11-17 13:16:04 +01:00
Johan Haals
d0a8bdb179
Merge pull request #8087 from backstage/jhaals/loadconfig
...
config-loader: Change loadConfig return type to object
2021-11-17 13:05:09 +01:00
Patrik Oldsberg
0d07225e70
Merge pull request #8078 from backstage/rugvip/ignorapp
...
core-app-api: explicitly do not export TargetRouteMap and friends
2021-11-17 13:03:21 +01:00
Eric Peterson
ec2c835afc
Merge pull request #8007 from backstage/refactor/merge-back-techdocs-cli
...
Tech Docs Command Line Reunification
2021-11-17 13:00:48 +01:00
Patrik Oldsberg
a4c46863d5
core-app-api: explicitly do not export TargetRouteMap and friends
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-17 12:23:12 +01:00
Johan Haals
1e99c73c75
config-loader: Change loadConfig return type to object
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-17 11:26:35 +01:00
Fredrik Adelöw
01f74aa878
Add AbortSignal support to UrlReader
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-17 11:01:07 +01:00
Eric Peterson
7439368ce5
Merge pull request #7917 from mertcb/migrate/oss
2021-11-17 08:44:42 +01:00
Camila Belo
c0e64a685f
test(techdocs-cli): kill detached child process
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2021-11-16 20:45:30 +01:00
Fredrik Adelöw
c2f3502ad7
Merge pull request #7892 from gmambro/allow-prefix
...
Optional paths in backend.reading.allow to restrict allowed targets
2021-11-16 16:29:33 +01:00
Johan Haals
4754315ee3
Merge pull request #8070 from backstage/jhaals/core-api-api-cleanup
...
core-app-api: Add missing exports and API annotations
2021-11-16 15:49:22 +01:00
Fredrik Adelöw
59dc704631
Merge pull request #8066 from backstage/freben/do-not-redact-empty-strings
...
Do not redact empty/one-character secrets
2021-11-16 14:46:27 +01:00
Fredrik Adelöw
d17e27f54a
Merge pull request #8055 from tudi2d/tudi2d/header-styles
...
Small adjustments to the Header typography to use theme variables
2021-11-16 14:46:11 +01:00
Johan Haals
10a5e819dd
Unexport internal utility types
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-16 14:36:13 +01:00
Johan Haals
0da0143e85
core-app-api: Add missing exports and API annotations
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-16 14:16:55 +01:00
Philipp Hugenroth
469a47250e
Remove comment
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2021-11-16 13:45:16 +01:00
Fredrik Adelöw
50154fb792
exclude one-character secrets as well
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-16 13:37:28 +01:00