Adam Harvey
58aaad546e
Refactor script var typo
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2021-11-21 22:01:33 -05:00
Tim Hansen
2b00e00f18
Merge pull request #8151 from backstage/permission-client-pass-config
...
permission-common: accept configApi in PermissionClient constructor
2021-11-19 20:18:32 -07:00
Himanshu Mishra
c4328a1274
Merge pull request #8167 from awanlin/bug/fix-azure-devops-readme-missed-naming-change
...
Fixed missed naming and typos in Azure DevOps README
2021-11-19 20:29:05 +05:30
Eric Peterson
5bfead02ec
Merge pull request #8141 from backstage/emmaindal/techdocs-search-default-app
...
Add techdocs search to default app
2021-11-19 15:56:41 +01:00
Andre Wanlin
a519640e67
Rushing, this is the correct change
...
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com >
2021-11-19 07:34:56 -06:00
Andre Wanlin
ab7f280cb4
Fixed missed naming and typos
...
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com >
2021-11-19 07:31:10 -06:00
Himanshu Mishra
d0ced15700
Merge pull request #8152 from RoadieHQ/sidebar-pin-default
...
Pin Sidebar by default
2021-11-19 17:24:06 +05:30
Himanshu Mishra
a2d82ed3dc
Merge pull request #8161 from petejespersqbe/feature/add-qbe-adopter
...
Add QBE as a Backstage adopter
2021-11-19 16:33:36 +05:30
Himanshu Mishra
7c4ae26d71
Merge pull request #8159 from gotson/disable-snyk-workflow-on-forks
...
disable snyk workflow on forks
2021-11-19 16:33:24 +05:30
Pete Jespers
8c4397730c
Add QBE as a Backstage adopter
...
Signed-off-by: Pete Jespers <pete.jespers@uk.qbe.com >
2021-11-19 10:30:20 +00:00
Mike Lewis
92439056fb
add changeset for new PermissionClient constructor signature
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-11-19 09:36:02 +00:00
Mike Lewis
d1dcd7e309
permission-common: make permission.enabled config optional
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-11-19 09:36:02 +00:00
Mike Lewis
430b3f7a8f
permission-common: accept configApi in PermissionClient constructor
...
Moving the responsibility of pulling the right configuration key inside
the PermissionClient keeps it as the responsibility of
permission-common, whereas putting it on the outside means anyone
constructing a PermissionClient has to know which key to use.
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-11-19 09:35:09 +00:00
Patrik Oldsberg
2d03529828
Merge pull request #8144 from backstage/jhaals/errorz
...
errors: rework error response naming
2021-11-19 09:49:39 +01:00
Gauthier Roebroeck
20900440a3
disable snyk workflow on forks
...
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com >
2021-11-19 16:43:10 +08:00
Fredrik Adelöw
d83ce65d5b
Merge pull request #8148 from backstage/freben/notitle
...
use id instead of title in the default plugin routes
2021-11-19 09:38:24 +01:00
Patrik Oldsberg
784cfe482d
Merge pull request #8157 from backstage/dependabot/npm_and_yarn/types/diff-5.0.1
...
chore(deps-dev): bump @types/diff from 5.0.0 to 5.0.1
2021-11-19 09:24:43 +01:00
dependabot[bot]
0496f6497c
chore(deps-dev): bump @types/diff from 5.0.0 to 5.0.1
...
Bumps [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff )
---
updated-dependencies:
- dependency-name: "@types/diff"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-19 04:07:58 +00:00
Patrik Oldsberg
db8d694229
Merge pull request #8153 from backstage/rugvip/typfix
...
core-app-api: fix and release accidental createApp type breakage
2021-11-19 00:09:22 +01:00
Patrik Oldsberg
0fae9f2c0b
core-app-api: fix and release accidental createApp type breakage
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-18 22:54:46 +01:00
Fredrik Adelöw
eb780ea9e7
Merge pull request #8155 from caeugusmao/master
...
Add Globo as a Backstage Developer Portal adapter
2021-11-18 22:44:38 +01:00
Carlos Eugenio Rodrigues Gusmão
478c4e180a
Add Globo as a Backstage Developer Portal adapter
2021-11-18 18:12:41 -03:00
sblausten
157530187a
Add Changeset
...
Signed-off-by: sblausten <sam@roadie.io >
2021-11-18 19:00:28 +01:00
sblausten
bfa5957669
Change sidebar to be pinned by default
...
Signed-off-by: sblausten <sam@roadie.io >
2021-11-18 18:25:43 +01:00
Fredrik Adelöw
ee055cf6db
use id instead of title in the default plugin routes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-18 17:00:39 +01:00
Fredrik Adelöw
fb03c47c8b
Merge pull request #8142 from gotson/patch-1
...
[Doc] fix typos in todo plugin Readme
2021-11-18 15:40:13 +01:00
Ben Lambert
153eac4252
Merge pull request #8143 from backstage/freben/await-error
...
Fixed missing `await` when throwing server side errors
2021-11-18 15:17:36 +01:00
Johan Haals
4d97ec07fa
Update tests
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-18 14:56:32 +01:00
Johan Haals
4d09c60256
errors: rework error response naming
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: blam <ben@blam.sh >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-18 14:51:16 +01:00
Emma Indal
860254207c
prettier
...
Signed-off-by: Emma Indal <emmai@spotify.com >
2021-11-18 14:45:06 +01:00
Fredrik Adelöw
9f21236a29
Fixed a missing await when throwing server side errors
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-18 14:30:34 +01:00
Fredrik Adelöw
ddfdcd2b44
Merge pull request #7991 from backstage/changeset-release/master
...
Version Packages
2021-11-18 13:45:44 +01:00
Gauthier
6a2cc4cfa7
Update README.md
...
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com >
2021-11-18 20:29:48 +08:00
Gauthier
587265a489
Update README.md
...
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com >
2021-11-18 20:29:47 +08:00
github-actions[bot]
99bf179ccf
Version Packages
2021-11-18 11:52:08 +00:00
Fredrik Adelöw
70e4b222be
Merge pull request #8132 from backstage/freben/behavior-init-constructor
...
move the BehaviorSubject init into the constructor
2021-11-18 12:46:39 +01:00
Emma Indal
a5a5d7e1f1
add changeset
...
Signed-off-by: Emma Indal <emmai@spotify.com >
2021-11-18 12:39:48 +01:00
Ben Lambert
e72b1b83c8
Merge pull request #8122 from backstage/blam/sec/dockerode
...
Bumping testcontainers + dockerode
2021-11-18 12:18:17 +01:00
Emma Indal
d3248fb8c9
add techdocs search capabilities to default app
...
Signed-off-by: Emma Indal <emmai@spotify.com >
2021-11-18 12:15:02 +01:00
Ben Lambert
30477dbd59
Merge pull request #8139 from backstage/dependabot/npm_and_yarn/microsite/hosted-git-info-2.8.9
...
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /microsite
2021-11-18 12:10:31 +01:00
Fredrik Adelöw
ae381d0156
Merge pull request #8138 from backstage/dependabot/npm_and_yarn/microsite/postcss-7.0.39
...
chore(deps): bump postcss from 7.0.35 to 7.0.39 in /microsite
2021-11-18 11:57:24 +01:00
Fredrik Adelöw
23678544ee
Merge pull request #8057 from RoadieHQ/entity-fact-retriever
...
Catalog fact retriever
2021-11-18 11:57:01 +01:00
dependabot[bot]
3b06282579
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /microsite
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
---
updated-dependencies:
- dependency-name: hosted-git-info
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-18 10:48:52 +00:00
Fredrik Adelöw
684af3dd81
Merge pull request #8137 from backstage/dependabot/npm_and_yarn/microsite/set-getter-0.1.1
...
chore(deps): bump set-getter from 0.1.0 to 0.1.1 in /microsite
2021-11-18 11:48:19 +01:00
Fredrik Adelöw
eaf85fd456
Merge pull request #8134 from backstage/dependabot/npm_and_yarn/microsite/path-parse-1.0.7
...
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /microsite
2021-11-18 11:38:06 +01:00
dependabot[bot]
08dc441019
chore(deps): bump postcss from 7.0.35 to 7.0.39 in /microsite
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.35 to 7.0.39.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.39 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-18 10:37:27 +00:00
Ben Lambert
60f77cc971
Merge pull request #8135 from backstage/dependabot/npm_and_yarn/microsite/color-string-1.6.0
...
chore(deps): bump color-string from 1.5.4 to 1.6.0 in /microsite
2021-11-18 11:37:22 +01:00
Ben Lambert
0f651094b7
Merge pull request #8136 from backstage/dependabot/npm_and_yarn/microsite/prismjs-1.25.0
...
chore(deps): bump prismjs from 1.23.0 to 1.25.0 in /microsite
2021-11-18 11:36:51 +01:00
dependabot[bot]
5ca190c431
chore(deps): bump set-getter from 0.1.0 to 0.1.1 in /microsite
...
Bumps [set-getter](https://github.com/doowb/set-getter ) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/doowb/set-getter/releases )
- [Commits](https://github.com/doowb/set-getter/commits/0.1.1 )
---
updated-dependencies:
- dependency-name: set-getter
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-18 10:36:19 +00:00
Fredrik Adelöw
10ebe95c81
Merge pull request #8133 from backstage/dependabot/npm_and_yarn/microsite/url-parse-1.5.3
...
chore(deps): bump url-parse from 1.4.7 to 1.5.3 in /microsite
2021-11-18 11:35:43 +01:00