Emma Indal
c9ca0e917d
add support for icon property for StackOverflowQuestions homepage component
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-15 19:42:12 +02:00
Emma Indal
a906f6ce24
add stack overflow plugin to marketplace
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-15 19:42:12 +02:00
github-actions[bot]
c05474292a
Merge pull request #12053 from backstage/renovate/semver-7.x-lockfile
...
chore(deps): update dependency @types/semver to v7.3.10
2022-06-15 17:28:52 +00:00
Patrik Oldsberg
9689d5ecde
Merge pull request #12054 from kuangp/feat/adr-result-tracking
...
feat(adrs): track discover event and result rank in AdrSearchResultListItem
2022-06-15 18:54:35 +02:00
Phil Kuang
7d47e7e512
feat(adrs): track discover event and result rank in AdrSearchResultListItem
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-06-15 12:34:29 -04:00
Renovate Bot
bbf3e13932
chore(deps): update dependency @types/semver to v7.3.10
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-06-15 16:33:52 +00:00
Patrik Oldsberg
3ac5462aaf
Merge pull request #11922 from backstage/renovate/glob-8.x
...
fix(deps): update dependency glob to v8
2022-06-15 18:09:05 +02:00
Patrik Oldsberg
903c77274a
Merge pull request #11923 from RoadieHQ/add-protoc-gen-doc-support
...
Add protoc gen doc support
2022-06-15 18:04:23 +02:00
Patrik Oldsberg
39d8fa60f3
Merge pull request #11935 from backstage/renovate/google-auth-library-8.x
...
fix(deps): update dependency google-auth-library to v8
2022-06-15 18:02:17 +02:00
Kiss Miklos
5df7a4bdbe
add release tag to widget
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 16:45:35 +02:00
Kiss Miklos
3c705f9309
rename package
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 15:32:03 +02:00
Kiss Miklos
3605d0b691
move type deps to devDeps
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 15:32:03 +02:00
Kiss Miklos
425dc3ae57
add api-report.md
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 15:32:03 +02:00
Kiss Miklos
3c1d596425
remove private prop
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 15:32:03 +02:00
Kiss Miklos
b9aeb42e65
update readme
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 15:32:03 +02:00
Kiss Miklos
e0328f2107
update readme
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 15:32:03 +02:00
Kiss Miklos
3a086ef50c
fix directory name
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 15:32:03 +02:00
Kiss Miklos
82f052e74b
move widget to its own package
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-06-15 15:32:03 +02:00
Patrik Oldsberg
43bf3ae171
Merge pull request #12038 from Bonial-International-GmbH/pjungermann/update-appconfig
...
chore: replace `integrations.bitbucket` with `[..].bitbucketCloud` in `app-config.yaml`
2022-06-15 15:11:20 +02:00
Patrik Oldsberg
2d63f5db14
Merge pull request #12046 from backstage/rugvip/e2e-fix
...
e2e-test: make sure workspace dep packages are clean
2022-06-15 15:10:16 +02:00
Patrik Oldsberg
72e5059ef9
Merge pull request #12041 from Bonial-International-GmbH/pjungermann/catalog-import
...
fix: check for `integrations.github` without retrieving `integrations`
2022-06-15 15:10:01 +02:00
Patrik Oldsberg
a1c4f243e3
Merge pull request #11769 from AvaliaSystems/bf-entity-context-menu-style
...
Bf entity context menu style
2022-06-15 15:07:54 +02:00
Patrik Oldsberg
25e89a7469
Merge pull request #12045 from Bonial-International-GmbH/pjungermann/awsS3/default-region
...
fix: fix parsing of S3 URLs for the default region
2022-06-15 14:49:26 +02:00
Patrik Oldsberg
13ef5e7768
Merge pull request #12042 from Bonial-International-GmbH/pjungermann/integrations-visibility
...
fix: allow frontend visibility for `integrations` itself
2022-06-15 14:48:47 +02:00
Patrik Oldsberg
ee3c232c60
e2e-test: make sure workspace dep packages are clean
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-06-15 14:29:21 +02:00
Patrik Oldsberg
650765f179
Merge pull request #12039 from backstage/rugvip/drop
...
ADOPTERS.md: remove duplicate adopter
2022-06-15 14:27:11 +02:00
Patrick Jungermann
b1edb5cfd9
fix: fix parsing of S3 URLs for the default region
...
Closes : #11913
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-06-15 14:26:05 +02:00
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
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
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