Commit Graph

164 Commits

Author SHA1 Message Date
Marcus Crane 4da5a2fc40 Updated documentation to reflect new topic filter API
Signed-off-by: Marcus Crane <marcus.crane@lightspeedhq.com>
2022-09-03 17:13:57 +12:00
Marcus Crane e6d5534126 Switch to a clearer enum setup and default to ex
clude

Signed-off-by: Marcus Crane <marcus.crane@lightspeedhq.com>
2022-08-29 20:32:40 +12:00
Marcus Crane fd57abb200 Remove the term hackathon
Signed-off-by: Marcus Crane <marcus.crane@lightspeedhq.com>
2022-08-28 16:08:46 +12:00
Marcus Crane dc9ea910b2 Add discovery documentation
Signed-off-by: Marcus Crane <marcus.crane@lightspeedhq.com>
2022-08-28 16:03:22 +12:00
Johan Haals f0dfda7f52 integration/docs: Clarify GCS credentials discovery config requirement
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-08-19 10:35:04 +02:00
Patrik Oldsberg 00d1527a12 Merge pull request #12835 from ONordander/catalog-backend-module-bitbucket-server
feat: add BitbucketServerEntityProvider (new plugin)
2022-08-09 10:17:48 +02:00
Andre Wanlin e983631c5e Updated documentation
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-08-08 09:42:04 -05:00
blam b25f479618 chore: fixing the prettier formatting
Signed-off-by: blam <ben@blam.sh>
2022-08-07 21:37:14 +02:00
Martin Ehrnst 52ea23151d Update org.md
Add example on how to assign Microsoft Graph permission on a managed identity, as this is not possible through the Azure Portal. Up until recently no official Microsoft documentation existed for it, but now it does

Signed-off-by: Martin Ehrnst <martin@ehrnst.no>
2022-08-05 12:48:33 +02:00
Otto Nordander eadfa84a99 Add docs for plugin-catalog-backend-module-bitbucket-server
Signed-off-by: Otto Nordander <otto.nordander@resurs.se>
2022-08-02 16:17:39 +02:00
bnechyporenko b169ddac67 Added project pattern for GitLab provider to be able to filter projects on more granular level.
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2022-08-02 13:23:12 +02:00
Ben Lambert 80ba0a280f Merge pull request #12822 from brentg-telus/github-entity-provider-3
feat: github entity provider
2022-07-29 11:19:44 +02:00
brentg-telus 1c7e940b39 chore: requested update to docs
Signed-off-by: brentg-telus <50498366+brentg-telus@users.noreply.github.com>
2022-07-26 08:31:51 -04:00
brentg-telus ae09b78551 chore: requested update to docs
Signed-off-by: brentg-telus <50498366+brentg-telus@users.noreply.github.com>
2022-07-25 14:37:22 -04:00
brentg-telus f48950e34b feat: github discovery provider
Signed-off-by: brentg-telus <50498366+brentg-telus@users.noreply.github.com>
2022-07-25 13:00:53 -04:00
Patrick Jungermann 593dea6710 feat: support Basic Auth for Bitbucket Server
Closes: #12586
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-07-25 15:53:30 +02:00
Patrick Jungermann 17d45dbf10 chore(catalog): deprecate AwsS3DiscoveryProcessor
Deprecate `AwsS3DiscoveryProcessor` in favor of `AwsS3EntityProvider` (since v0.1.4).

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-07-18 22:44:38 +02:00
Alex Crome 1bb8a9006a Fix level of App Registration header in MS Graph docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-15 19:22:48 +01:00
Stephan Schielke dc063ecedc Update docs/integrations/datadog-rum/installation.md
Co-authored-by: Ben Lambert <blam@spotify.com>

Signed-off-by: Stephan Schielke <401815+stephanschielke@users.noreply.github.com>
2022-07-14 11:49:11 +01:00
Stephan Schielke 10150b140c backstage-create-app doesn't add vital init() piece automatically
You have to adjust your `index.html` template file manually.

Signed-off-by: Stephan Schielke <401815+stephanschielke@users.noreply.github.com>
2022-07-13 18:09:01 +01:00
Alex Crome bd0b731ffd Merge remote-tracking branch 'upstream/master' into aadazurecli 2022-07-13 08:10:37 +01:00
Alex Crome e4ef21c84f Misc small fixes
* Updated @azure/identity to improve error message when no credentials are avaialble.
* Misc small text fixes

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-13 08:06:32 +01:00
Marc Rooding faf37e12a8 Reworded the supported vendors
Signed-off-by: Marc Rooding <marc@mrooding.me>
2022-07-08 15:33:35 +02:00
Marc Rooding 545db2ba6c Fix typo in docs
Signed-off-by: Marc Rooding <marc@mrooding.me>
2022-07-08 11:05:37 +02:00
Marc Rooding 03d2902685 Add support for FreeIPA as an LDAP vendor
Signed-off-by: Marc Rooding <marc@mrooding.me>
2022-07-08 11:05:37 +02:00
Alex Crome 5107aa6048 Updated docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-07 22:04:04 +01:00
7Hazard ae6a4d7520 Fixed broken link in docs
GitHub Apps docs, the uppercase H really made it broken

Signed-off-by: 7Hazard <leo@zaki.se>
2022-07-05 16:16:53 +02:00
Ben Lambert 67fe99a656 Merge pull request #12195 from awanlin/topic/fix-azure-discovery-config-example
Fixed Azure Discovery config example in the docs
2022-06-23 10:14:28 +02:00
Andre Wanlin 0ae5d7858d Fixed Azure Discovery config example
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-06-21 17:29:35 -05:00
ivgo 1189f00d23 Set group as optional parameter. Scan everything if not present
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2022-06-20 11:48:58 +02:00
ivgo 49ff472c0b Add possibility to scan all the groups in the project
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2022-06-15 15:27:30 +02:00
ivgo 6b1ed2292d Remove rules & update some tsc errors
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2022-06-09 14:56:04 +02:00
ivgo f96cdcb9f0 Fix typo and add more explanation in the changeset
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2022-06-09 14:50:18 +02:00
ivgo eea8126171 Gitlab entity provider
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2022-06-09 14:50:18 +02:00
goenning b1f7d6c7e4 fix typo
Signed-off-by: goenning <me@goenning.net>
2022-06-01 15:48:55 +01:00
goenning e69cd23e20 code review
Signed-off-by: goenning <me@goenning.net>
2022-06-01 15:48:21 +01:00
goenning b8884fd579 introduce AzureDevOpsEntityProvider
Signed-off-by: goenning <me@goenning.net>
2022-06-01 15:48:18 +01:00
Patrick Jungermann dfc4efcbf0 feat: add BitbucketCloudEntityProvider (new plugin)
Add a new entity provider `BitbucketCloudEntityProvider`
as a new plugin `@backstage/plugin-catalog-backend-module-bitbucket-cloud`.

The new plugin utilizes `@backstage/plugin-bitbucket-cloud-common`
and it fully independent of `@backstage/plugin-catalog-backend-module-bitbucket`
which provides a catalog processors supporting Bitbucket Cloud and Bitbucket Server.

Relates-to: #9923
Relates-to: #10183
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-05-30 12:02:46 +02:00
Ruslan.Nasyrov 30824042f1 feat/catalog-backend-module-gitlab: create url location only if file exists (fixes #4)
Signed-off-by: Ruslan.Nasyrov <goququ@ya.ru>
2022-05-20 11:50:14 +05:00
Ruslan.Nasyrov 6f8dfe1071 feat/catalog-backend-module-gitlab: create url location only if file exists (fixes #3)
Signed-off-by: Ruslan.Nasyrov <goququ@ya.ru>
2022-05-18 15:04:19 +05:00
Ruslan.Nasyrov cf864e9e25 feat/catalog-backend-module-gitlab: create url location only if file exists (fixes #2)
Signed-off-by: Ruslan.Nasyrov <goququ@ya.ru>
2022-05-18 14:53:12 +05:00
Patrick Jungermann b594679ae3 feat: support array as arg for CatalogBuilder.addEntityProvider and others
Allows to use e.g.

```
builder.addEntityProvider(getArrayOfProviders());
```

instead of

```
builder.addEntityProvider(...getArrayOfProviders());
```

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-05-16 19:01:26 +02:00
Johan Haals 2a30970524 Merge pull request #11245 from backstage/jhaals/human-duration
backend-tasks: Introduce human friendly scheduling
2022-05-03 15:06:08 +02:00
Fredrik Adelöw a7de43f648 update docs for github org ingestion, and add scheduling to the provider
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-05-03 14:15:20 +02:00
Johan Haals f60c94b5cc Update task schedule examples
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-05-03 13:39:54 +02:00
Patrik Oldsberg 89bb53685c vale: prune accepted vocabulary
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-27 18:44:55 +02:00
blam 264a189389 docs: reworking some more things
t
Signed-off-by: blam <ben@blam.sh>
2022-04-26 14:48:24 +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
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
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