Commit Graph

26 Commits

Author SHA1 Message Date
Jan Van Bruggen c51efce2a0 Update docs to always use yarn add --cwd for app & backend
Some commands currently error, and others are simply formatted inconsistently.
This format seems to work and be the most popular/common,
so I applied it to all similar occurrences.

Signed-off-by: Jan Van Bruggen <JanVB@verily.com>
2023-02-13 09:40:20 -07:00
Patrick Jungermann bae3617be5 feat(catalog/awsS3): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 11:15:20 +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
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 f60c94b5cc Update task schedule examples
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-05-03 13:39:54 +02:00
Patrick Jungermann 5969c4b65c feat: add AwsS3EntityProvider as replacement for AwsS3DiscoveryProcessor
Add a new provider `AwsS3EntityProvider` as a replacement for the now deprecated
`AwsS3DiscoveryProcessor`.

The new provider will scan configured S3 buckets (with optional) prefix and
add `Location` entities for all discovered catalog files.

These `Location` entities will then be processed as usual.

At each execution, the provider will apply a full mutation, replacing all previous
entities with the new entities/state.

Relates-to: #10183
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-04-07 08:44:01 +02:00
LvffY 22bd2bead1 [#10459] 📝 Update documentation to use yarn --cwd arg
Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-29 21:59:53 +02:00
Iain Billett 1fc19dd3ec Add docs
Signed-off-by: Iain Billett <iain@roadie.io>
2022-03-16 15:56:41 +00:00
Marcus Crane 5cb5463c0a Merge branch 'master' of github.com:backstage/backstage into s3-backend-docs 2022-03-10 12:05:58 +13:00
Marcus Crane fd2d285f86 Clarify that users need to install the S3 backend plugin
Signed-off-by: Marcus Crane <marcus.crane@lightspeedhq.com>
2022-03-10 11:39:29 +13:00
Fredrik Adelöw f115a7f8fd moved AwsS3DiscoveryProcessor to where it should live
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-05 17:11:19 +01:00
Fredrik Adelöw 69c082065c Merge pull request #8649 from nigelwright-roam/s3-discovery-docs
Added additional S3 Discovery instructions
2022-01-13 20:07:27 +01:00
Nigel Wright 5de4482b44 chore: cleaned up markdown with prettier
Signed-off-by: Nigel Wright <nigel.wright@roamdigital.com>
2022-01-11 09:16:25 +13:00
Nigel Wright fb33739fbe updated integration instructions
Signed-off-by: Nigel Wright <nigel.wright@roamdigital.com>
2022-01-10 08:19:52 +13:00
Leon Stein cf073fa2cf prettify
Signed-off-by: Leon Stein <leons727@gmail.com>
2022-01-04 14:05:03 -05:00
Leon 9767bf8570 Add doc on custom endpoint and path-style access
These features were added in https://github.com/backstage/backstage/commit/cf2e20a79223997baf2480db0d1c63f4c98abe8b

Signed-off-by: Leon Stein <leons727@gmail.com>
2022-01-04 13:22:09 -05:00
Nigel Wright 3df39d8ed3 added additional information for s3 discovery usage
Signed-off-by: Nigel Wright <nigel.wright@roamdigital.com>
2021-12-28 13:25:05 +13:00
Sean Tan fab79adde1 Add changeset. Change awsS3-discovery to s3-discovery. Change dependencies
Signed-off-by: Sean Tan <seant@splunk.com>
2021-09-15 13:50:48 -07:00
Sean Tan 7177a9a822 Update PR to reflect change requests
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-31 12:53:29 -07:00
Sean Tan 5ee96032fe Begin changes on PR
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-30 14:56:56 -07:00
Sean Tan 0b45dece09 Preparing for PR
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-30 14:56:56 -07:00
Sean Tan 9d5738b3f5 Fix format errors and other small changes per suggestion
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-12 10:05:02 -07:00
Kiera Jost fdece1f716 Add documentation for IAM role authentication
Signed-off-by: Kiera Jost <kjost@splunk.com>
2021-08-12 10:05:02 -07:00
Sean Tan 2e5e2decc7 Make change to AwsS3 Integration to support list
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-12 10:05:02 -07:00
Kiera Jost c26405a9c6 Fixed typo in Aws S3 Locations Integrations Documentation
Signed-off-by: Kiera Jost <kjost@splunk.com>
2021-08-12 10:05:02 -07:00
Sean Tan 4351bf1577 Add documentation and changeset to Aws S3 Reader PR.
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-12 10:05:02 -07:00