Commit Graph

25211 Commits

Author SHA1 Message Date
Rogerio Angeliski 567b13a84a Add checksId option to EntityTechInsightsScorecardContent component
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2022-04-07 18:14:44 -03:00
Fredrik Adelöw 9f78f91a4c Merge pull request #10480 from Bonial-International-GmbH/PJ_awsS3-provider
feat: add `AwsS3EntityProvider` as replacement for `AwsS3DiscoveryProcessor`
2022-04-07 14:27:01 +02:00
Fredrik Adelöw 14ea9fcf5f Merge pull request #10613 from pedroparraortega/allow-group-select
Allow group select
2022-04-07 14:04:02 +02:00
Patrik Oldsberg 1b3ddef7a6 Merge pull request #10692 from backstage/rugvip/backtransforms
cli: do not apply react-hot-loader transforms for backend development
2022-04-07 14:01:22 +02:00
Johan Haals a6735b2c1a Merge pull request #10683 from backstage/dependabot/npm_and_yarn/cronstrue-2.2.0
build(deps): bump cronstrue from 1.125.0 to 2.2.0
2022-04-07 13:53:27 +02:00
Fredrik Adelöw 9948aef03d api report
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-04-07 13:45:16 +02:00
Fredrik Adelöw 0b6871da65 Merge pull request #10622 from Bonial-International-GmbH/PJ_prettier-adopters
ci(prettier): ignore `ADOPTERS.md` using `.prettierignore`
2022-04-07 13:40:16 +02:00
Johan Haals 8a7cee9c59 Merge pull request #10679 from backstage/dependabot/npm_and_yarn/codemirror/stream-parser-0.19.9
build(deps): bump @codemirror/stream-parser from 0.19.7 to 0.19.9
2022-04-07 13:30:06 +02:00
Johan Haals e7c8f427a7 Merge pull request #10688 from backstage/jhaals/run-on-bs
Sync issues in repo only
2022-04-07 13:28:39 +02:00
Patrik Oldsberg df7862cfa6 cli: do not apply react-hot-loader transforms for backend development
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-07 12:37:57 +02:00
Johan Haals c596db3757 Merge pull request #10686 from backstage/dependabot/npm_and_yarn/storybook/sucrase-3.21.0
build(deps): bump sucrase from 3.20.3 to 3.21.0 in /storybook
2022-04-07 11:39:43 +02:00
Johan Haals 612a361715 Sync issues in repo only
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-07 11:38:10 +02:00
Eric Peterson 06bbaf96df Merge pull request #10578 from backstage/techdocs-roadmap-update
Update TechDocs roadmap page
2022-04-07 10:41:10 +02:00
Eric Peterson 1b44c18d29 Prettier
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-04-07 10:27:49 +02:00
Gary Niemen 49280ffc33 Update TechDocs roadmap page
Signed-off-by: Gary Niemen <65337273+garyniemen@users.noreply.github.com>
2022-04-07 10:27:12 +02:00
Patrik Oldsberg 88f832e07d Merge pull request #10681 from backstage/dependabot/npm_and_yarn/types/react-dom-17.0.14
build(deps-dev): bump @types/react-dom from 17.0.11 to 17.0.14
2022-04-07 10:15:48 +02:00
Ben Lambert 2a1b1d624b Merge pull request #10685 from backstage/dependabot/npm_and_yarn/keyv-4.2.2
build(deps): bump keyv from 4.1.1 to 4.2.2
2022-04-07 09:54:01 +02:00
Johan Haals 5ac9a0c2d4 Merge pull request #10680 from backstage/dependabot/npm_and_yarn/types/luxon-2.3.1
build(deps): bump @types/luxon from 2.3.0 to 2.3.1
2022-04-07 09:28:55 +02:00
Johan Haals b4dbe85be0 Merge pull request #10677 from backstage/dependabot/npm_and_yarn/zod-3.14.4
build(deps): bump zod from 3.14.2 to 3.14.4
2022-04-07 09:28:40 +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
dependabot[bot] 9c31eef71f build(deps): bump sucrase from 3.20.3 to 3.21.0 in /storybook
Bumps [sucrase](https://github.com/alangpierce/sucrase) from 3.20.3 to 3.21.0.
- [Release notes](https://github.com/alangpierce/sucrase/releases)
- [Changelog](https://github.com/alangpierce/sucrase/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alangpierce/sucrase/commits)

---
updated-dependencies:
- dependency-name: sucrase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 04:50:10 +00:00
dependabot[bot] df6f8741a2 build(deps): bump keyv from 4.1.1 to 4.2.2
Bumps [keyv](https://github.com/jaredwray/keyv) from 4.1.1 to 4.2.2.
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

---
updated-dependencies:
- dependency-name: keyv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 04:33:58 +00:00
dependabot[bot] 82e2ae6ff6 build(deps): bump cronstrue from 1.125.0 to 2.2.0
Bumps [cronstrue](https://github.com/bradymholt/cronstrue) from 1.125.0 to 2.2.0.
- [Release notes](https://github.com/bradymholt/cronstrue/releases)
- [Commits](https://github.com/bradymholt/cronstrue/compare/v1.125.0...v2.2.0)

---
updated-dependencies:
- dependency-name: cronstrue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 04:17:46 +00:00
dependabot[bot] 23efc119b3 build(deps-dev): bump @types/react-dom from 17.0.11 to 17.0.14
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.11 to 17.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 04:15:33 +00:00
dependabot[bot] b6ce3084af build(deps): bump @types/luxon from 2.3.0 to 2.3.1
Bumps [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

---
updated-dependencies:
- dependency-name: "@types/luxon"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 04:14:25 +00:00
dependabot[bot] 0d2f31f5f7 build(deps): bump @codemirror/stream-parser from 0.19.7 to 0.19.9
Bumps [@codemirror/stream-parser](https://github.com/codemirror/stream-parser) from 0.19.7 to 0.19.9.
- [Release notes](https://github.com/codemirror/stream-parser/releases)
- [Changelog](https://github.com/codemirror/stream-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/stream-parser/compare/0.19.7...0.19.9)

---
updated-dependencies:
- dependency-name: "@codemirror/stream-parser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 04:11:39 +00:00
dependabot[bot] c28dc218b2 build(deps): bump zod from 3.14.2 to 3.14.4
Bumps [zod](https://github.com/colinhacks/zod) from 3.14.2 to 3.14.4.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.14.2...v3.14.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 04:09:55 +00:00
Patrick Jungermann 0f8bb7e351 ci(prettier): ignore ADOPTERS.md using .prettierignore
Ignore `ADOPTERS.md` using `.prettierignore`
instead of ignoring it at the GitHub action config.

This will cause the same rules to be applied locally as these checks.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-04-06 23:44:03 +02:00
Patrik Oldsberg db21d78179 Merge pull request #10671 from backstage/rugvip/check
cli: stop warning about duplicate plugin libraries
2022-04-06 16:39:13 +02:00
Ben Lambert 8553aa18fe Merge pull request #9677 from ismailelbadawy/master 2022-04-06 16:34:51 +02:00
blam 43e84f7510 chore: patch change only
Signed-off-by: blam <ben@blam.sh>
2022-04-06 15:50:42 +02:00
Ismail El Badawy 65c1878d04 updating the yarn.lock
Signed-off-by: Ismail El Badawy <ismailelbadawyw@gmail.com>
2022-04-06 15:48:19 +02:00
Ismail El Badawy 794f7542b6 Updated openid-client from 4.1.2 to 5.1.3
Signed-off-by: Ismail El Badawy <ismailelbadawyw@gmail.com>
2022-04-06 15:48:19 +02:00
Ben Lambert 38d6a4745c Merge pull request #10558 from backstage/blam/node16types
chore: @node/types -> 16.x
2022-04-06 15:47:21 +02:00
Patrik Oldsberg 0383cd0228 cli: stop warning about duplicate plugin libraries
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-06 15:46:44 +02:00
blam 230ad0826f chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2022-04-06 15:07:29 +02:00
Ben Lambert 5b9559ca9e Merge pull request #10490 from OctopusDeploy/liam-mackie/export-IdentityProviders
Added IdentityProviders to exports from SignInPage
2022-04-06 15:00:44 +02:00
Ben Lambert 5135987eb6 Merge pull request #10666 from helaoutar/bugfix/fix_user_settings_toggleButtonGroup_overlapping_text
Fixed User-settings page ToggleButtonGroup overlapping text
2022-04-06 14:33:42 +02:00
blam 4bfde894e0 chore: just force the type for now to see if it works
Signed-off-by: blam <ben@blam.sh>
2022-04-06 14:30:00 +02:00
Ben Lambert af364b9b72 Merge pull request #10588 from backstage/dependabot/npm_and_yarn/prettier-2.6.2
build(deps-dev): bump prettier from 2.5.1 to 2.6.2
2022-04-06 14:21:10 +02:00
Ben Lambert 1c0d18f0e8 Merge pull request #10629 from backstage/dependabot/npm_and_yarn/microsoft/api-extractor-model-7.16.0
build(deps): bump @microsoft/api-extractor-model from 7.15.3 to 7.16.0
2022-04-06 13:06:00 +02:00
Ben Lambert e14c6de949 Merge pull request #10654 from backstage/dependabot/npm_and_yarn/types/lunr-2.3.4
build(deps): bump @types/lunr from 2.3.3 to 2.3.4
2022-04-06 13:05:18 +02:00
Ben Lambert 7133f79ebf Merge pull request #10665 from marleypowell/marley/cost-insights-doc-fix
fix: Fixed small issue with cost-insights README diff code block
2022-04-06 13:04:33 +02:00
Hamza El Aoutar af508a895e Fixed User-settings page ToggleButtonGroup overlapping text
Signed-off-by: Hamza El Aoutar <elaoutarhamza@gmail.com>
2022-04-06 10:35:50 +00:00
Marley Powell 5154bb861b fix: Fixed small issue with cost-insights README diff code block
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2022-04-06 10:47:28 +01:00
blam 442e254cab chore: fixing duplicate depedencies
Signed-off-by: blam <ben@blam.sh>
2022-04-06 11:24:24 +02:00
dependabot[bot] 030626a846 build(deps): bump @microsoft/api-extractor-model from 7.15.3 to 7.16.0
Bumps [@microsoft/api-extractor-model](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor-model) from 7.15.3 to 7.16.0.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Changelog](https://github.com/microsoft/rushstack/blob/master/apps/api-extractor-model/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor-model_v7.16.0/apps/api-extractor-model)

Signed-off-by: blam <ben@blam.sh>

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor-model"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 11:24:24 +02:00
Ben Lambert 0d065ca8fc Merge pull request #10651 from rayabueg/master
update the yarn command to start a backend instance that would fail with er…
2022-04-06 11:20:28 +02:00
Ben Lambert 3aaf27c52d Merge pull request #10657 from backstage/dependabot/npm_and_yarn/react-hookz/web-13.2.0
build(deps): bump @react-hookz/web from 13.0.0 to 13.2.0
2022-04-06 11:18:26 +02:00
blam 3766028309 chore: fixing prettier warnings
Signed-off-by: blam <ben@blam.sh>
2022-04-06 10:55:10 +02:00