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
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
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
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
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
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
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
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
blam
f779860811
chore: fix deps level
...
Signed-off-by: blam <ben@blam.sh >
2022-04-21 16:02:14 +01:00
blam
06c648242a
chore: reference the gapi.client.calnder types directly in the types.d.ts
...
Signed-off-by: blam <ben@blam.sh >
2022-04-21 16:02:14 +01:00
Alex Rybchenko
1429dbbea9
fixed gapi types
...
Signed-off-by: Alex Rybchenko <arybchenko@box.com >
2022-04-21 16:02:13 +01:00
Eric Peterson
9fbcc4b3b8
Merge pull request #10852 from kuangp/refactor/elasticsearch
2022-04-21 16:49:50 +02:00
Patrick Jungermann
787ae0d541
feat: add common signIn resolver to more provider
...
- `providers.microsoft.resolvers.emailLocalPartMatchingUserEntityName()`
- `providers.okta.resolvers.emailLocalPartMatchingUserEntityName()`
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-04-21 16:19:00 +02:00
Patrik Oldsberg
7af4ce3d25
Merge pull request #10937 from backstage/rugvip/app-api
...
search-react,techdocs: remove core-app-api dependency
2022-04-21 14:54:11 +02:00
Johan Haals
3feeeef3b6
Merge pull request #10669 from anicke/gerrit-entity-provider
...
New plugin: "plugin-catalog-backend-module-gerrit"
2022-04-21 14:20:23 +02:00
David Weber
433a609a15
fix: add fetch resolver to use an url with \$ref
...
Signed-off-by: David Weber <david.weber@w3tec.ch >
2022-04-21 14:14:14 +02:00
Patrik Oldsberg
754409bef5
techdocs: replace usage of FlatRoutes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-04-21 13:55:54 +02:00
Patrik Oldsberg
a307a14be0
search-react,techdocs: remove core-app-api dependency
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-04-21 13:46:30 +02:00
Johan Haals
cd539a7ff3
Merge pull request #10943 from backstage/renovate/knex-1.x-lockfile
...
fix(deps): update dependency knex to v1.0.7
2022-04-21 11:41:28 +02:00
Ben Lambert
7331521807
Merge pull request #10848 from ctrombley/feat/gh-scaffolder-required-checks
...
Allow definition of required status checks for new github repos
2022-04-21 11:25:13 +02:00
Johan Haals
34e7d8af0d
Merge pull request #10736 from Bonial-International-GmbH/PJ_bitbucket_split
...
Split bitbucket support into bitbucketCloud and bitbucketServer
2022-04-21 10:37:31 +02:00
Niklas Aronsson
566407bf8a
New plugin: "plugin-catalog-backend-module-gerrit"
...
The "plugin-catalog-backend-module-gerrit" exports an entity
provider for discovering catalog entities from Gerrit
repositories. The provider uses the "List Projects" API in Gerrit
to get a list of repositories and will automatically ingest all
"catalog-info.yaml" files stored in the root of the matching
projects.
Also added the "getGerritProjectsApiUrl" function to the Gerrit
integration. This returns the url to the "List Projects" API for
a given integration.
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2022-04-21 07:33:40 +02:00
Patrik Oldsberg
29291f9399
Merge pull request #10913 from Bonial-International-GmbH/PJ_fix-aggregated-relations-catalog-filters
...
fix: fix ref to filtered catalog table view when using aggregated relations
2022-04-21 00:41:11 +02:00
Patrik Oldsberg
7a5d1be657
Merge pull request #10918 from Bonial-International-GmbH/PJ_fix-awsS3-provider
...
fix: fix S3 object URL creation at AwsS3EntityProvider
2022-04-21 00:14:09 +02:00
Shivam bisht
a25afad370
api reports
...
Signed-off-by: Shivam bisht <shvmbisht@gmail.com >
2022-04-21 00:12:25 +05:30
Shivam bisht
b031b2ca09
default commit msgs of rest providers
...
Signed-off-by: Shivam bisht <shvmbisht@gmail.com >
2022-04-20 23:32:25 +05:30
Matthew Clarke
b9f7ffb162
feat: add gke cluster locator resource label filtering ( #10908 )
...
* feat: add gke cluster locator resource label filtering
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* test: add gke label filter tests
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* docs: add gke label filtering changeset
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* style: prettier
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* docs: add gke label matching docs
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* style: prettier
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-04-20 13:36:54 -04:00
Patrik Oldsberg
9022b89229
Merge pull request #10902 from Bonial-International-GmbH/PJ_msgraph_email-annotation
...
feat: add annotation `microsoft.com/email` when using the `defaultUserTransformer`
2022-04-20 19:07:48 +02:00
Chris Trombley
eb45134bf2
chore: update api-report.md
...
Signed-off-by: Chris Trombley <ctrombley@gmail.com >
2022-04-20 08:56:38 -07:00
blam
a3a49fb088
chore: fixing types for search stitching
...
Signed-off-by: blam <ben@blam.sh >
2022-04-20 14:29:27 +02:00
Patrik Oldsberg
71278da304
Merge pull request #10779 from djamaile/feat/-homepage-star-colors
...
feat(home): give star icon yellow color to make it consistent
2022-04-20 10:02:57 +02:00
Patrick Jungermann
bffec1c96a
fix: fix S3 object URL creation at AwsS3EntityProvider
...
Fix S3 object URL creation at AwsS3EntityProvider by
- handle absence of region config,
- handle regions with region-less URIs (us-east-1),
- apply URI encoding,
- and simplify the logic overall.
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-04-20 06:11:54 +02:00
Patrick Jungermann
8da4a207dd
fix: fix ref to filtered catalog table view when using aggregated relations
...
Instead of using the query parameters `&filters[owners][0]=foo&filters[owners][1]=bar`, etc.
the query parameters `&filters[owners]=foo&filters[owners]=bar` need to be used.
Closes : #10911
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-04-20 01:34:48 +02:00
Joe Porpeglia
8cc75993a6
Fix PermissionEvaluator instance checks
...
Signed-off-by: Joe Porpeglia <josephp@spotify.com >
2022-04-19 14:32:58 -04:00
Patrick Jungermann
8d5a2238a9
feat: split publish:bitbucket scaffolder action for Bitbucket Cloud/Server
...
Split the `publish:bitbucket` scaffolder action into `publish:bitbucketCloud`
and `publish:bitbucketServer`.
Both replacements use `integrations.bitbucketCloud` or `integrations.bitbucketServer`
respectively.
Relates-to: #9923
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-04-19 19:20:56 +02:00
Patrick Jungermann
06ab5218f9
feat: add new integrations bitbucketCloud/Server to ScaffolderClient
...
Relates-to: #9923
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-04-19 19:20:56 +02:00
Patrick Jungermann
8d9f673106
feat: add annotation microsoft.com/email when using the defaultUserTransformer.
...
This will allow users of the Microsoft auth provider to utilize the predefined
SignIn resolver instead of maintaining their own.
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-04-19 19:14:50 +02:00
Patrik Oldsberg
f7bb10178d
Merge pull request #10184 from carusooo/jose-version-update
...
Update jose to 4.6.0
2022-04-19 18:39:28 +02:00
Patrik Oldsberg
4c818a2728
Merge pull request #10859 from skgandikota/auth-token-newrelic-dashboard
...
Incl. Authorization Token to New Relic Dashboard Plugin
2022-04-19 18:19:54 +02:00
Chris Trombley
8d624a7fd3
refactor: make BranchProtectionOoptions.requiredStatusCheckContexts optional
...
Signed-off-by: Chris Trombley <ctrombley@gmail.com >
2022-04-19 09:11:15 -07:00
Chris Trombley
9818112d12
Allow definition of required status checks for new github repos
...
Signed-off-by: Chris Trombley <ctrombley@gmail.com >
2022-04-19 09:08:30 -07:00
Patrik Oldsberg
5434c9fcb4
Merge branch 'master' into jose-version-update
2022-04-19 18:01:06 +02:00
Phil Kuang
a7f7a63d14
refactor(elasticsearch): support retrying failed deletion of stale indices
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-04-19 11:58:51 -04:00
Patrik Oldsberg
267191e2bb
org: tweak test for empty content
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-04-19 17:42:17 +02:00