Commit Graph

25887 Commits

Author SHA1 Message Date
Charles Lowell bde1631c83 Don't swallow indexing failures
When an error occurs in the indexer pipeline, it logs it out, and then
drops it on the floor. This is problematic because externally, from
the task scheduler's perspective, it appears to have succeeded, which
is not true.

As a result, these failures are invisible to tooling which introspects
over tasks.

This makes the index task promise resolve when the pipeline finishes as
before, but it rejects if the pipeline failed.

Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2022-05-16 15:48:37 +03:00
Johan Haals b43dc9408d Merge pull request #11033 from backstage/jhaals/ignore-elaticsearch-library
renovate: ignore @elastic/elasticsearch
2022-04-25 14:08:39 +02:00
Johan Haals bdc848c877 Merge pull request #11056 from backstage/renovate/node-14.x-lockfile
chore(deps): update dependency @types/node to v14.18.14
2022-04-25 13:49:55 +02:00
Johan Haals 1ff6236eed Merge pull request #11047 from shmaram/entity-not-found-custom-component
Added an ability to use a custom component when an entity is not found
2022-04-25 13:23:32 +02:00
Eric Peterson c57446c858 Merge pull request #10846 from TierMobility/master
[TechDocs] Accept sequence node custom tags in mkdocs config validation
2022-04-25 11:37:08 +02:00
Viktor Bahr b26f4cb6a1 fix(changeset): add techdocs prefix to changeset
As requested by reviewer @iamEAP

Signed-off-by: Viktor Bahr <viktor.bahr@tier.app>
2022-04-25 11:02:36 +02:00
Viktor Bahr 465c8770e5 fix(techdocs-node): add trailing newline to fixture
Signed-off-by: Viktor Bahr <viktor.bahr@tier.app>
2022-04-25 11:00:48 +02:00
shahar.shmaram 0e971111b2 changes to the api-report.md
Signed-off-by: shahar.shmaram <shahar.shmaram@appsflyer.com>
2022-04-25 11:56:30 +03:00
Johan Haals 055ab67111 Merge pull request #10531 from alexrybch/gcalendar-types
fixed gapi types
2022-04-25 10:29:16 +02:00
Johan Haals ccfed3c87f Merge pull request #11031 from backstage/renovate/cypress-7.x-lockfile
fix(deps): update dependency cypress to v7.7.0
2022-04-25 09:49:51 +02:00
Renovate Bot d388688414 chore(deps): update dependency @types/node to v14.18.14
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 07:41:50 +00:00
Johan Haals e484af6749 Merge pull request #11037 from backstage/renovate/fs-extra-10.x
fix(deps): update dependency fs-extra to v10.1.0
2022-04-25 09:30:47 +02:00
shahar.shmaram ceca63d149 added support for a custom component when entity not found
Signed-off-by: shahar.shmaram <shahar.shmaram@appsflyer.com>
2022-04-23 23:24:44 +03:00
shahar.shmaram 0cd4f041b7 added support for a custom component when entity not found
Signed-off-by: shahar.shmaram <shahar.shmaram@appsflyer.com>
2022-04-23 23:24:44 +03:00
shahar.shmaram 27032df2d1 added supoprt for a custom component when entity not found
Signed-off-by: shahar.shmaram <shahar.shmaram@appsflyer.com>
2022-04-23 23:24:44 +03:00
Patrik Oldsberg 6aea66b400 Merge pull request #11029 from backstage/rugvip/auth-docs
auth/docs: Update user identity and sign-in resolver docs
2022-04-22 17:07:53 +02:00
Renovate Bot cfc0f19699 fix(deps): update dependency fs-extra to v10.1.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 14:12:43 +00:00
Johan Haals 9d5f10e686 Merge pull request #11032 from backstage/renovate/eslint-plugin-import-2.x-lockfile
fix(deps): update dependency eslint-plugin-import to v2.26.0
2022-04-22 15:58:32 +02:00
Johan Haals ced26dbec3 Merge pull request #10773 from anicke/gerrit-readtree
GerritUrlReader: Implemented "readTree"
2022-04-22 15:35:06 +02:00
Johan Haals 7b8b2e46f5 renovate: ignore @elastic/elasticsearch
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-22 15:18:23 +02:00
Renovate Bot c4115703b4 fix(deps): update dependency eslint-plugin-import to v2.26.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 13:08:56 +00:00
Renovate Bot 69dcdc0864 fix(deps): update dependency cypress to v7.7.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 13:07:41 +00:00
Johan Haals 206e5efa21 Merge pull request #11030 from backstage/renovate/cronstrue-2.x-lockfile
fix(deps): update dependency cronstrue to v2.4.0
2022-04-22 14:53:51 +02:00
Niklas Aronsson 6673babab9 GerritUrlReader: Implemented "readTree"
"readTree" has been implemented for the "GerritUrlReader". Gerrit have
a REST API's to download repo contents but there are a number of
limitations that makes it unusable.

This implementation works as follows:
* The project and branch is parsed from the url.
* The current revision is fetched from the Gerrit REST API.
* The revision string is used as "etag".
* If the etag has changed a temporary directory is created.
* The project is cloned to the temporary directory.
* The cloned content is read into a "Readable Stream".
* The temporary directory is removed.
* "readTree" returns a response using "fromTarArchive" as read from the
  temporary directory.

Also added an option to specify the base "cloneUrl" has been added to the
gerrit integration config.

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-04-22 14:52:02 +02:00
Emma Indal b3ff46716a Merge pull request #11014 from kuangp/fix/searchBarBase
fix(HomePageSearchBar): don't require SearchContext
2022-04-22 14:47:48 +02:00
Johan Haals 74bf95277a Merge pull request #11028 from backstage/renovate/core-js-3.x-lockfile
fix(deps): update dependency core-js to v3.22.2
2022-04-22 14:42:20 +02:00
Patrik Oldsberg 38e08c2b7e auth/docs: Update user identity and sign-in resolver docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-22 14:28:49 +02:00
Renovate Bot 37de2a0c25 fix(deps): update dependency cronstrue to v2.4.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 12:23:45 +00:00
Phil Kuang 11a46863de fix(HomePageSearchBar): don't require SearchContext
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-04-22 08:22:43 -04:00
Renovate Bot f5b228bc7f fix(deps): update dependency core-js to v3.22.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 12:10:19 +00:00
Johan Haals 99b32f911b Merge pull request #11025 from backstage/renovate/commander-9.x-lockfile
fix(deps): update dependency commander to v9.2.0
2022-04-22 13:58:09 +02:00
Johan Haals f352afbe07 Merge pull request #10976 from dweber019/fix/backstage-cli-proxy
fix: add global-agent
2022-04-22 13:57:45 +02:00
Johan Haals 2620f29cd2 Merge pull request #11024 from backstage/renovate/aws-sdk-2.x-lockfile
fix(deps): update dependency aws-sdk to v2.1119.0
2022-04-22 13:42:22 +02:00
Johan Haals 034614a9e1 Merge pull request #11022 from kcheriyath/adopters-patch
Add M&S to list of adopters
2022-04-22 13:42:00 +02:00
Renovate Bot 9fc7d8ee1f fix(deps): update dependency commander to v9.2.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 11:32:01 +00:00
David Weber 08e12a3a14 fix: add global-agent
support behind a proxy for backstage-cli commands like versions:bump

Signed-off-by: David Weber <david.weber@w3tec.ch>
2022-04-22 13:27:28 +02:00
Patrik Oldsberg 5d5f913166 Merge pull request #11021 from backstage/renovate/uiw-react-codemirror-4.x-lockfile
fix(deps): update dependency @uiw/react-codemirror to v4.6.0
2022-04-22 13:19:32 +02:00
Renovate Bot 3a1b737f08 fix(deps): update dependency aws-sdk to v2.1119.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 11:12:46 +00:00
Patrik Oldsberg 4ee4bb58e9 Merge pull request #11019 from backstage/renovate/npm-packlist-5.x-lockfile
fix(deps): update dependency npm-packlist to v5.0.2
2022-04-22 13:00:17 +02:00
Alex Rybchenko 449385e3c0 added @maxim_mazurok/gapi.client.calendar types directly
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2022-04-22 11:43:57 +01:00
Kamal Cheriyath 53b571d549 Added M&S to list of adopters
Signed-off-by: Kamal Cheriyath <kamal.cheriyath@mnscorp.net>
2022-04-22 10:53:47 +01:00
Renovate Bot 18c1517fee fix(deps): update dependency @uiw/react-codemirror to v4.6.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 09:36:57 +00:00
Renovate Bot 5476b656b1 fix(deps): update dependency npm-packlist to v5.0.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 09:35:29 +00:00
Johan Haals ca5b3476ab Merge pull request #11020 from backstage/revert-10997-rugvip/reftypecheck
Revert "scripts/check-type-dependencies: always require referenced deps to exist"
2022-04-22 11:22:12 +02:00
Patrik Oldsberg dd8d9fbe55 Revert "scripts/check-type-dependencies: always require referenced deps to exist"
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-22 11:13:36 +02:00
Johan Haals bae982b875 Merge pull request #11002 from backstage/renovate/roadiehq-backstage-plugin-github-pull-requests-2.x-lockfile
fix(deps): update dependency @roadiehq/backstage-plugin-github-pull-requests to v2.1.0
2022-04-22 10:52:55 +02:00
Ben Lambert f2aae97292 Merge pull request #10997 from backstage/rugvip/reftypecheck
scripts/check-type-dependencies: always require referenced deps to exist
2022-04-22 10:48:58 +02:00
Johan Haals 52c1d0bd76 Merge pull request #11005 from Bonial-International-GmbH/PJ_resolvers
feat: add common signIn resolver to more provider
2022-04-22 10:23:36 +02:00
Patrik Oldsberg 3573a20780 Merge pull request #10975 from dweber019/fix/api-docs-async-api-url-ref
fix: add fetch resolver to use urls with \$ref
2022-04-22 09:44:59 +02:00
Johan Haals c255c5183d Merge pull request #11016 from backstage/renovate/esbuild-0.x-lockfile
chore(deps): update dependency esbuild to v0.14.38
2022-04-22 08:50:38 +02:00