Commit Graph

27999 Commits

Author SHA1 Message Date
Patrick Jungermann 272106fdad fix: check for integrations.github without retrieving integrations
Support use without `integrations` or only integrations without frontend visible properties
(e.g., `bitbucketCloud`) being configured by checking `integrations.github` directly
without attempting to load `integrations`.

Previously, `integrations` was retrieved first and then the existence of the
key `github` was checked.

This could fail if there was no config below `integrations` which has `@visibility frontend`.

This happened if no integration or only non-Github integrations without
frontend visible properties like `integrations.bitbucketCloud` are used.

After this change, we will check `integrations.github` directly.

Closes: #11700
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-06-15 13:17:58 +02:00
Patrick Jungermann 8829e175f2 fix: allow frontend visibility for integrations itself
Currently, `integrations` is retrieved at catalog-import to check
configured integrations.

This could fail if there was no config below `integrations` which has `@visibility frontend`.

This happened if no integration or only non-Github integrations without
frontend visible properties like `integrations.bitbucketCloud` are used.

After this change, at least `integrations` will always be visible to the frontend.

Closes: #11700
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-06-15 13:17:20 +02:00
Patrik Oldsberg d40b199c48 ADOPTERS.md: remove duplicate adopter
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-15 12:13:28 +02:00
Patrick Jungermann e636a01227 chore: replace integrations.bitbucket with [..].bitbucketCloud in app-config.yaml
Replace `integrations.bitbucket` with `integrations.bitbucketCloud`
in `app-config.yaml` (local dev, demo).

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-06-15 11:47:17 +02:00
Patrik Oldsberg 2bb51571de Merge pull request #12023 from backstage/rugvip/adopters
ADOPTERS.md: add new adopters
2022-06-15 10:23:17 +02:00
Patrik Oldsberg 0e453e3851 Merge branch 'master' into rugvip/adopters 2022-06-15 10:09:23 +02:00
Ben Lambert 7e652f2a17 Merge pull request #12022 from backstage/jhaals/mdx
chore: Make docstrings MDX compatible
2022-06-15 09:33:49 +02:00
Johan Haals afbb994ed0 Merge pull request #12036 from OkayHQ/add-okay-to-adopters
Add Okay to adopters
2022-06-15 09:33:41 +02:00
Johan Haals d91bdd0e4d Merge pull request #12005 from gregorytalita/fix/github-open-pull-requests-board
fix: removed unnecessary filter on spec.type at Github Open Pull Requests Board plugin
2022-06-15 09:33:17 +02:00
tomasrb 8447b7dbb7 Add Okay to adopters
Signed-off-by: tomasrb <tomas@okayhq.com>
2022-06-14 23:25:05 -07:00
James Russo 1380b389dc add changeset
Signed-off-by: James Russo <jrusso@brex.com>
2022-06-15 00:32:32 -04:00
James Russo f306c2e842 Add type to EntityLinks
Add an optional type field to entity links that will allow developers
to group and categorize links based on types.

closes #10404

Signed-off-by: James Russo <jrusso@brex.com>
2022-06-15 00:30:31 -04:00
Patrik Oldsberg 8fe2357101 core-app-api: navigate to app base URL on signout
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-14 17:55:14 +02:00
Patrik Oldsberg 1c8469dfd0 ADOPTERS.md: add new adopters
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-14 16:37:26 +02:00
Johan Haals 8c31785ed0 chore: please vale
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-06-14 16:32:53 +02:00
Maixmilian Ressel 85f2d90543 docs: scaffolder: improve docs to setup the RepoUrlPicker authentication
Signed-off-by: Maixmilian Ressel <maximiliandotressel@gmail.com>
2022-06-14 16:30:24 +02:00
Johan Haals c3cfc83af2 chore: Make docstrings MDX compatible
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-06-14 16:29:17 +02:00
Patrik Oldsberg c2f9527fe2 Merge pull request #11908 from fr0stf0x/master
Add backstage-grpc-playground plugin to marketplace
2022-06-14 15:55:02 +02:00
Olivier Liechti 11a4d9157c Generate new api-report.md
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 15:33:45 +02:00
Patrik Oldsberg 6900464e28 Merge pull request #12020 from backstage/rugvip/authnotes
docs: auth & identity doc tweaks to highlight some info more clearly
2022-06-14 15:19:47 +02:00
Olivier Liechti 066626f166 Fix export
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 15:16:38 +02:00
Patrik Oldsberg d5b57c78ab docs: stronger encouragement to check out proxy sign-in page docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-14 14:58:04 +02:00
Patrik Oldsberg 47502d78e6 docs: quick start retitle + note with providers link in identity docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-14 14:57:09 +02:00
Ben Lambert 52d6d85575 Merge pull request #12015 from backstage/jhaals/enter-prerelease
Enter pre release mode
2022-06-14 14:56:25 +02:00
Fredrik Adelöw 94a9121b53 Merge pull request #12018 from backstage/freben/act
Minor cleanup in gh actions - do not unpack in the signature
2022-06-14 14:51:13 +02:00
Patrik Oldsberg 6fe5a1f445 Merge pull request #12010 from backstage/rugvip/release-notes-1.3
docs: add release notes for 1.3
2022-06-14 14:36:47 +02:00
Fredrik Adelöw 217f919f0a Minor cleanup in gh actions - do not unpack in the signature
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-06-14 14:21:42 +02:00
Patrik Oldsberg 02f15e86b7 docs: add release notes for 1.3
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-14 14:05:51 +02:00
Johan Haals 26bc668023 Enter pre release mode
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-06-14 13:14:24 +02:00
Patrik Oldsberg e42cb3887e Merge pull request #11894 from backstage/changeset-release/master
Version Packages
2022-06-14 11:48:31 +02:00
github-actions[bot] 2e2a82c9d7 Version Packages 2022-06-14 09:12:05 +00:00
Patrik Oldsberg 123b300084 Merge pull request #12009 from backstage/rugvip/change
scaffolder: add missing changesets for template editor
2022-06-14 11:04:41 +02:00
Johan Haals c8c5115e58 Merge pull request #12008 from backstage/blam/codeowners
chore: updating codeowners for kubernetes plugins
2022-06-14 11:04:27 +02:00
Patrik Oldsberg 3500c13a33 scaffolder: add missing changesets for template editor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-14 10:59:23 +02:00
Olivier Liechti a839907411 Improve changeset
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 10:49:35 +02:00
blam f0eed32519 chore: updating codeowners for kubernetes
Signed-off-by: blam <ben@blam.sh>
2022-06-14 10:43:27 +02:00
Olivier Liechti e173877d51 Fix typo in changeset
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 10:23:06 +02:00
Olivier Liechti 74dc3acb1a Fix typo in changeset
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 10:23:06 +02:00
Olivier Liechti 33ad22a309 Update api-report.md
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 10:23:06 +02:00
Olivier Liechti ae8c6bf162 Fix linter issue
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 10:23:06 +02:00
Olivier Liechti 93971d41c4 Fix typo in changeset
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 10:23:06 +02:00
Olivier Liechti 8f8273eb93 Fix typo in changeset
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 10:23:06 +02:00
Olivier Liechti dcaf1cb418 Add changeset
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2022-06-14 10:23:06 +02:00
Patrik Oldsberg c2d47eac12 Merge pull request #12001 from backstage/rugvip/noloco
catalog-backend: disallow non-url location registration
2022-06-14 09:47:34 +02:00
Raghunandan 3cbebf710e Add changeset
Signed-off-by: Raghunandan <soapraj@gmail.com>
2022-06-13 23:21:00 +02:00
Talita Gregory c6690d9d24 added changeset
Signed-off-by: Talita Gregory <talitag@spotify.com>
2022-06-13 20:34:49 +02:00
Talita Gregory 247d66cfce fix: removed unnecessary filter on spec.type
Signed-off-by: Talita Gregory <talitag@spotify.com>
2022-06-13 20:26:09 +02:00
Eric Peterson 48c72660f1 Merge pull request #11977 from omerfarukdogan/feature/docs-entity-title
feat(techdocs): use entity title in searchbar placeholder
2022-06-13 18:12:22 +02:00
Eric Peterson 0487088594 Merge pull request #11995 from backstage/cleanup/techdocs-search
[TechDocs] [Search] Cleanup legacy packages
2022-06-13 18:06:39 +02:00
Eric Peterson 923fdd76f5 Merge pull request #12003 from backstage/fix/techdocs-windows-build
[TechDocs] Fix failing windows test
2022-06-13 18:03:50 +02:00