Commit Graph

19265 Commits

Author SHA1 Message Date
Emma Indal b02a698947 use material-uis autoFocus prop as an option, not default
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-17 17:18:42 +01:00
Eric Peterson 86db169be1 Merge pull request #8096 from cmpadden/techdocs-cli-bucketrootpath
Support bucketRootPath for AWS and GCS in `techdocs-cli` publish command
2021-11-17 17:02:58 +01:00
Ben Lambert 0e1f3b1ce5 Merge pull request #7922 from lykkeaxlin/bazaar-columns
[Bazaar] Added more fields to a Bazaar project
2021-11-17 16:49:10 +01:00
Ben Lambert 1db337ea59 Merge pull request #7942 from backstage/permission-common
Add permission-common package
2021-11-17 16:48:55 +01:00
Ben Lambert 85a65ff98a Merge pull request #8060 from backstage/dependabot/npm_and_yarn/types/unzipper-0.10.4
build(deps-dev): bump @types/unzipper from 0.10.3 to 0.10.4
2021-11-17 16:29:52 +01:00
Colton Padden 1578ad341b rename famous-donuts-warn.md to techdocs-famous-donuts-warn.md
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-11-17 10:29:39 -05: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
Fredrik Adelöw 8317edc83d Merge pull request #8098 from brian-at-epic/patch-1
Adding Epic Games as an adopter
2021-11-17 16:13:34 +01:00
Johan Haals 19768ee289 update tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-11-17 16:07:16 +01:00
Tim Hansen bd1d8b1757 package.json module
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2021-11-17 07:55:10 -07:00
Philipp Hugenroth f93e56ae3a Add tooltips to shortcuts
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-11-17 15:52:40 +01:00
Fredrik Adelöw 727efc3c69 Merge pull request #8094 from backstage/freben/browserslist
update browserslist and some of its deps
2021-11-17 15:39:05 +01:00
Brian Jung a45bd50c34 Adding Epic Games as an adopter 2021-11-17 09:24:23 -05:00
Johan Haals 5d2a7303bd catalog-backend: refactor entityProviders connect
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-11-17 14:55:13 +01:00
Fredrik Adelöw ffff194cb6 update browserslist and some of its deps
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-17 14:50:11 +01: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
Joon Park 7f82ce9f51 API reports and Changelog
Signed-off-by: Joon Park <joonp@spotify.com>
2021-11-17 13:47:53 +00:00
Joon Park b5c5479504 Fix tests
Signed-off-by: Joon Park <joonp@spotify.com>
2021-11-17 13:47:47 +00:00
Joon Park 8d1309bf7d Fix complex negation bug
Signed-off-by: Joon Park <joonp@spotify.com>
2021-11-17 13:47:41 +00:00
Joon Park 5f1de0fc60 Allow negation through nesting a "not" object.
Signed-off-by: Joon Park <joonp@spotify.com>
2021-11-17 13:47:35 +00:00
Joon Park 154c77bf7f EntitiesSearchFilter type refactor
The current EntitiesSearchFilter's matchValueExists field is a bit confusing - it's not immediately clear the nuances of its behavior until you closely examine the implementation in NextEntitiesCatalog. By splitting the filter into to distinct types (one for key and another for key + value) as well as renaming the fields, I think this expresses the intent of the filters more cleanly. This also allows filtering by negation for key + value filters, which is not possible with the current implementation).

Signed-off-by: Joon Park <joonp@spotify.com>
2021-11-17 13:47:25 +00:00
blam 19ab827222 chore: update deps properly
Signed-off-by: blam <ben@blam.sh>
2021-11-17 14:43:09 +01:00
Andre Wanlin bafa085a2a Improvements from review feedback
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-11-17 07:37:36 -06: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 000190de69 changesets: add changeset for ApiRegistry deprecation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-17 12:25:43 +01:00
Patrik Oldsberg b811fadaec core-*: migrate to using TestApiProvider
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-17 12:25:42 +01:00
Patrik Oldsberg 417f80c0c8 test-utils: add tests for TestApiProvider & Registry
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-17 12:25:42 +01:00
Patrik Oldsberg 5f6d97d044 test-utils: add TestApiRegistry
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-17 12:25:42 +01:00
Patrik Oldsberg 57591f5754 test-utils: add TestApiProvider
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-17 12:25:42 +01:00
Patrik Oldsberg 1c37c3c26c core-app-api: deprecate ApiRegistry
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-17 12:25:42 +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
Patrik Oldsberg 937189f15a Merge pull request #8077 from backstage/rugvip/ignore
api-extractor: add support for @ignore
2021-11-17 12:22:08 +01:00
Eric Peterson f1a8e3a819 Merge pull request #8068 from stephane-mori/fix-reader
Set doc reader configurable
2021-11-17 12:09:33 +01:00
Patrik Oldsberg c9e19092a7 api-extractor: add support for @ignore
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-17 11:55:39 +01:00
Stéphane MORI e266687580 Update changeset to switch from minor to patch
Signed-off-by: Stéphane MORI <stephane.mori@gmail.com>
2021-11-17 11:45:02 +01:00
Ben Lambert 33c7d6522a Merge pull request #8027 from backstage/catalog-query-isolation
catalog-backend: ensure subqueries are isolated from one another
2021-11-17 11:26:40 +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
Patrik Oldsberg c736fe24d0 Update splunk-on-call.yaml
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-17 11:15:20 +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
Fredrik Adelöw 107dc83c15 Merge pull request #8063 from gotson/patch-1
Update Kafka configuration types
2021-11-17 10:15:40 +01:00
Lykke Axlin 4264d92f43 Merge branch 'master' of https://github.com/backstage/backstage into bazaar-columns 2021-11-17 09:54:56 +01:00
Eric Peterson 7439368ce5 Merge pull request #7917 from mertcb/migrate/oss 2021-11-17 08:44:42 +01:00
Gauthier Roebroeck f8db7c3988 remove untouched package from changeset
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
2021-11-17 09:42:36 +08:00
Tim Hansen db299e05ef Add config, type fixes
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2021-11-16 14:41:13 -07:00
Patrik Oldsberg 39a8cbfd33 Merge pull request #8080 from lcsbaroni/add-picpay
Add PicPay as adopter
2021-11-16 21:40:41 +01:00
Luís Baroni c10bb22343 Add PicPay as adopter
Signed-off-by: Luís Baroni <luis.baroni@picpay.com>
2021-11-16 17:17:41 -03:00