Commit Graph

6246 Commits

Author SHA1 Message Date
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
Otto Sichert b23bc7f9c3 Change default port of backend to 7007 due to MacOS Control Center update
Signed-off-by: Otto Sichert <git@ottosichert.de>
2021-11-18 16:45:57 +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
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
Patrik Oldsberg 71acc3a887 Merge pull request #8064 from backstage/rugvip/lesstyping
core-app-api: deprecate the BackstagePluginWithAnyOutput type
2021-11-16 13:25:58 +01:00
Fredrik Adelöw f9daf056e5 add test
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-16 11:47:51 +01:00
Fredrik Adelöw 26b5da1c1a Do not redact the empty string
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-16 11:42:10 +01:00
Eric Peterson 19a400b3d9 Merge pull request #7882 from therynamo/aws-encryption-s3
feat: Allow SSE on AWS S3 Buckets
2021-11-16 11:01:11 +01:00
Patrik Oldsberg ecd1fcb80a core-app-api: deprecate the BackstagePluginWithAnyOutput type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-16 10:59:31 +01:00
Vincenzo Scamporlino d63e5dcfdd Merge branch 'master' into vinzscam/create-app-add-bsversion-file 2021-11-16 10:51:25 +01:00
Eric Peterson b0c7748ab5 Ensure sse config is optional; pass through sse from constructor.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-11-16 10:34:56 +01:00
Johan Haals eaeac8fdac Merge pull request #7936 from backstage/jhaals/remove-route-export
core-plugin-api: Remove exports of unused types
2021-11-16 09:03:04 +01:00
Mert Can Bilgiç 35acef9931 Merge branch 'master' into migrate/oss 2021-11-16 10:27:39 +03:00