Johan Haals
88f5378397
Add export, update API report
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-24 09:36:40 +01:00
Johan Haals
950b36393c
core-plugin-api: Add tests and changesets
...
Co-authored-by: blam <ben@blam.sh >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-23 16:58:27 +01:00
Johan Haals
a3c5b2f70b
core-plugin-api: Deprecate Plugin register and output
...
Co-authored-by: blam <ben@blam.sh >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-11-23 16:58:21 +01:00
Patrik Oldsberg
68eddf88a0
Merge pull request #8118 from backstage/rugvip/test-port
...
packages,plugins: migrate to using TestApiProvider and TestApiRegistry
2021-11-23 13:47:51 +01:00
Patrik Oldsberg
a7085710d5
Merge pull request #8208 from backstage/rugvip/rollupup
...
yarn.lock: bump rollup-plugin-postcss
2021-11-23 13:10:51 +01:00
Camila Belo
c0a624b03f
Merge pull request #8179 from cmpadden/snyk-ignore-techdocs-cli
...
Add .snyk ignore file for @techdocs/cli
2021-11-23 13:03:00 +01:00
Patrik Oldsberg
b922d3be1b
yarn.lock: bump rollup-plugin-postcss
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-23 12:10:37 +01:00
Patrik Oldsberg
5573149d3a
Merge pull request #8206 from backstage/rugvip/app-theme
...
docs/deprecations: add note about working around AppTheme type
2021-11-23 11:39:36 +01:00
Fredrik Adelöw
0eee3d98b9
Merge pull request #8117 from cbjjensen/add-headers
...
Letting GraphiQL use headers
2021-11-23 11:11:59 +01:00
Fredrik Adelöw
a6b5becf0f
Merge pull request #8202 from backstage/freben/bump-rjsf
...
bump rjsf
2021-11-23 11:11:13 +01:00
Patrik Oldsberg
7e4a1ea4cb
docs/deprecations: add note about working around AppTheme type
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-23 10:05:07 +01:00
blam
c9ddb070c2
chore: fixing changeset formatting
...
Signed-off-by: blam <ben@blam.sh >
2021-11-23 09:42:08 +01:00
Fredrik Adelöw
e74daa5893
Merge pull request #8199 from timja/patch-1
...
Fix broken ssl postgres docs
2021-11-22 20:20:54 +01:00
Fredrik Adelöw
2d7d165737
bump rjsf
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-22 19:59:52 +01:00
Patrik Oldsberg
8a96019a39
Merge branch 'master' into rugvip/test-port
2021-11-22 17:33:10 +01:00
Tim Jacomb
52d3ca287e
Fix broken ssl postgres docs
...
Signed-off-by: Tim Jacomb <tim.jacomb@hmcts.net >
2021-11-22 16:30:51 +00:00
Patrik Oldsberg
9f9ff42e28
Merge pull request #8193 from backstage/mod/auth-responses
...
auth-backend: use more standardized error responses
2021-11-22 17:28:52 +01:00
Ainhoa
a2e1a008bf
Merge pull request #8116 from ainhoaL/user-search-displayname
...
Add User entities displayName to default catalog collator to be able to search by user's full name
2021-11-22 15:32:26 +00:00
Patrik Oldsberg
87cd8ca64b
Merge pull request #8186 from backstage/freben/bump-serialize-javascript
...
bump terser-webpack-plugin and therefore serialize-javascript
2021-11-22 16:31:12 +01:00
Ben Lambert
d413156a2a
Merge pull request #8187 from backstage/freben/remove-is-svg
...
make sure to get rid of is-svg
2021-11-22 16:24:27 +01:00
Ben Lambert
1d6f337916
Merge pull request #8195 from adamdmharvey/adr-title-bug
...
fix(docs): Missing ADR number in title
2021-11-22 16:24:01 +01:00
Fredrik Adelöw
1e57d1c23e
Merge pull request #8071 from backstage/feat/change-default-port
...
Change default port of backend from 7000 to 7007
2021-11-22 15:58:48 +01:00
Chad Jensen
c844898a73
fixing another prettier issue
...
Signed-off-by: Chad Jensen <Chad.Jensen@c2fo.com >
2021-11-22 08:22:36 -06:00
Adam Harvey
7b4db0d1aa
Fix missing ADR number in title
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2021-11-22 09:17:19 -05:00
Fredrik Adelöw
e62bf29c1d
Merge pull request #8069 from goenning/fix-techinsights-docs
...
Fix techinsights docs: replaced DefaultTechInsightsBuilder with buildTechInsightsContext
2021-11-22 14:41:26 +01:00
Fredrik Adelöw
cd3aac016f
Merge pull request #7817 from backstage/joonp/entitiessearchfilter-refactor
...
[Mini PRFC] EntitiesSearchFilter type refactor
2021-11-22 13:48:38 +01:00
Ainhoa Larumbe
4167f6ed7e
change uppercase method
...
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com >
2021-11-22 12:42:29 +00:00
Patrik Oldsberg
3487a35ee4
Merge pull request #8175 from backstage/rugvip/release-flow
...
Tweak release process to require changesets for new packages
2021-11-22 13:23:04 +01:00
Patrik Oldsberg
c8dac3c3b8
Merge pull request #8174 from backstage/rugvip/deprecations
...
scripts: add script for listing deprecations
2021-11-22 13:22:49 +01:00
Patrik Oldsberg
b9af54d431
Merge pull request #8089 from backstage/rugvip/test-api
...
core,test-utils: deprecate ApiRegistry, add new TestApiProvider and TestApiRegistry
2021-11-22 13:22:33 +01:00
Patrik Oldsberg
9312572360
auth-backend: use more standardized error responses
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-22 13:17:26 +01:00
Ben Lambert
030ef22639
Merge pull request #8188 from backstage/freben/bump-mixme
...
bump mixme
2021-11-22 13:04:12 +01:00
Ainhoa Larumbe
e5bff80f78
uppercase kind
...
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com >
2021-11-22 11:45:10 +00:00
Himanshu Mishra
979879d970
Merge pull request #8191 from petejespersqbe/feature/fix-qbe-name
...
Fix QBE name in adopters list
2021-11-22 16:53:24 +05:30
Pete Jespers
776cb9c1c5
Fix QBE name in adopters list
2021-11-22 11:04:11 +00:00
Fredrik Adelöw
45dbf26094
bump mixme
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-22 11:15:18 +01:00
Fredrik Adelöw
84ea8bf566
make sure to get rid of is-svg
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-22 11:09:46 +01:00
Fredrik Adelöw
4f3f55f15f
bump terser-webpack-plugin and therefore serialize-javascript
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-22 10:57:56 +01:00
Ainhoa Larumbe
73438d1ff1
change methods to private
...
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com >
2021-11-22 09:41:09 +00:00
Patrik Oldsberg
54fe58b85b
Merge pull request #8173 from backstage/rugvip/best
...
cli: test coverage and speed improvements
2021-11-22 10:24:11 +01:00
Fredrik Adelöw
2c35a28386
Merge pull request #8180 from backstage/freben/frontmattersalot
...
Fix broken frontmatter on blog entries
2021-11-22 07:30:41 +01:00
Himanshu Mishra
1adba3011d
Merge pull request #8184 from backstage/dependabot/npm_and_yarn/octokit/webhooks-9.18.0
...
chore(deps): bump @octokit/webhooks from 9.17.0 to 9.18.0
2021-11-22 11:31:00 +05:30
dependabot[bot]
3c15ad9a55
chore(deps): bump @octokit/webhooks from 9.17.0 to 9.18.0
...
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js ) from 9.17.0 to 9.18.0.
- [Release notes](https://github.com/octokit/webhooks.js/releases )
- [Commits](https://github.com/octokit/webhooks.js/compare/v9.17.0...v9.18.0 )
---
updated-dependencies:
- dependency-name: "@octokit/webhooks"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-22 04:13:50 +00:00
Tim Hansen
acd0b2b939
Merge pull request #8183 from adamdmharvey/script-var-typo
...
chore(utility): Refactor script var typo
2021-11-21 20:44:32 -07:00
Adam Harvey
58aaad546e
Refactor script var typo
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2021-11-21 22:01:33 -05:00
Fredrik Adelöw
07699d303f
Fix broken frontmatter on blog entries
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-21 21:15:01 +01:00
Colton Padden
5919df85d1
Add .snyk ignore file for @techdocs/cli
...
Ignores with 6-month duration for vulnerabilities that have also been ignored
for @backstage/cli:
- SNYK-JS-BROWSERSLIST-1090194
- SNYK-JS-IMMER-1540542
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-11-21 09:39:02 -05:00
Patrik Oldsberg
08dc0d6788
scripts/list-deprecations: allow args to be passed to filter packages
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-21 15:09:42 +01:00
Patrik Oldsberg
05ccc8276c
scripts/list-deprecations: improve release lookup to check for actual release
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-21 13:53:33 +01:00
Patrik Oldsberg
910c2674b5
test-utils: review fixes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 15:52:01 +01:00