AaronvDiepen
99f9406a2d
Implemented changes suggested by Deepsource.io
...
Signed-off-by: AaronvDiepen <aaronvdiepen@gmail.com >
2022-03-17 18:41:46 +01:00
MT Lewis
ffaaec5950
Merge pull request #9202 from backstage/add-search-document
...
search-common: add SearchDocument type for use in the frontend
2022-03-17 17:13:35 +00:00
Joe Porpeglia
910f5b69a6
Fix double comma
...
Signed-off-by: Joe Porpeglia <josephp@spotify.com >
2022-03-17 12:43:10 -04:00
Patrick Jungermann
31436ffcad
chore: add Bonial to adopters list
...
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-03-17 17:17:26 +01:00
MT Lewis
d48122a439
search: discourage use of IndexableDocument in the frontend
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-03-17 16:00:26 +00:00
Fredrik Adelöw
38b78e60d5
Merge pull request #10269 from nokia/catalog-backend-scm-slug-add-gitlab
...
catalog-backend: add gitlab to AnnotateScmSlugEntityProcessor
2022-03-17 16:42:17 +01:00
Fredrik Adelöw
f9f512559b
fix the secret marker in database config
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-03-17 15:30:47 +01:00
Patrik Oldsberg
fe319399d6
root: also format .changeset as part of release
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-03-17 14:54:02 +01:00
Fredrik Adelöw
9f8d2714f0
Merge pull request #10273 from backstage/freben/blog-quotes
...
change the blog title quotes
2022-03-17 14:42:16 +01:00
Fredrik Adelöw
ffd2644185
change the blog title quotes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-03-17 14:40:05 +01:00
Johan Haals
17f7c3ab50
Merge pull request #10245 from backstage/dependabot/npm_and_yarn/aws-sdk-2.1095.0
...
build(deps): bump aws-sdk from 2.1088.0 to 2.1095.0
2022-03-17 14:39:18 +01:00
Fredrik Adelöw
0d1be66c17
Merge pull request #10271 from backstage/freben/storybook-bump
...
bump prism past vulnerable version in storybook too
2022-03-17 14:35:27 +01:00
Fredrik Adelöw
1496f1a820
bump prism past vulnerable version in storybook too
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-03-17 14:15:34 +01:00
blam
7af0e2efd8
chore: fixing the api-reports again
...
Signed-off-by: blam <ben@blam.sh >
2022-03-17 14:10:19 +01:00
Patrik Oldsberg
a856043798
Merge pull request #10146 from backstage/rugvip/noglobalmocks
...
scaffolder-backend,techdocs-node: remove global dependency mocks
2022-03-17 14:08:35 +01:00
Johan Haals
0d217cbc02
format
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-03-17 13:58:51 +01:00
Johan Haals
316a3a682a
drop asterisk
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-03-17 13:58:14 +01:00
Manuel Stein
ffec894ed0
catalog-backend: add gitlab to AnnotateScmSlug
...
Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com >
2022-03-17 14:54:59 +02:00
Fredrik Adelöw
ffd57ccb87
Merge pull request #10262 from backstage/freben/more-errors
...
catalog-backend: tell what entity failed validation
2022-03-17 13:48:32 +01:00
Fredrik Adelöw
be8807ad01
Merge pull request #10266 from backstage/freben/pre
...
enter prerelease mode
2022-03-17 13:48:05 +01:00
MT Lewis
a6d402200d
search-common: restrict allowed type parameters for Result and ResultSet
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:41:38 +00:00
MT Lewis
aab3bac7fc
search-backend: switch to minor bump in changeset
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:41:36 +00:00
Johan Haals
678390db83
actions: label GH issues automagically
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-03-17 13:40:02 +01:00
Mike Lewis
38e01f2f70
search: switch to SearchDocument type in DefaultResultListItem props
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:39:42 +00:00
Mike Lewis
94ccd772d4
search-backend: filter out authorization property in api responses
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:39:42 +00:00
Mike Lewis
a0fbae7aeb
search-backend: use new IndexableResultSet type as return type of engine#query
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:39:42 +00:00
Mike Lewis
d07ed471dc
search-backend-node: use new IndexableResultSet type as return type of engine#query
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:39:42 +00:00
Mike Lewis
234e91e2ed
search-module-pg: use new IndexableResultSet type as return type of engine#query
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:39:41 +00:00
Mike Lewis
62ee65422c
elasticsearch: use new IndexableResultSet type as return type of engine#query
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:39:41 +00:00
Mike Lewis
c8b295f2fb
search-common: introduce SearchDocument type
...
This type is a subset of `IndexableDocument`, and is intended to be
used in place of `IndexableDocument` in the frontend.
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2022-03-17 12:39:41 +00:00
Fredrik Adelöw
7f4b6cea17
enter prerelease mode
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-03-17 13:26:39 +01:00
Fredrik Adelöw
9fe24b0fc8
catalog-backend: tell what entity failed validation
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-03-17 12:43:18 +01:00
Fredrik Adelöw
83072184fd
Merge pull request #10234 from backstage/jhaals/release-docs
...
microsite: document release bump option
2022-03-17 11:35:54 +01:00
Fredrik Adelöw
16f7992786
Merge pull request #10236 from fcorti/fcorti-blog-001
...
Blog post for 1.0 release.
2022-03-17 11:35:44 +01:00
Patrik Oldsberg
8d8dd10eef
Merge pull request #10175 from backstage/rugvip/release-notes
...
microsite: add release notes section
2022-03-17 11:33:36 +01:00
dependabot[bot]
a03b0040ab
build(deps): bump @kubernetes/client-node from 0.16.1 to 0.16.3
...
Bumps [@kubernetes/client-node](https://github.com/kubernetes-client/javascript ) from 0.16.1 to 0.16.3.
- [Release notes](https://github.com/kubernetes-client/javascript/releases )
- [Changelog](https://github.com/kubernetes-client/javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes-client/javascript/compare/0.16.1...0.16.3 )
---
updated-dependencies:
- dependency-name: "@kubernetes/client-node"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-17 09:48:58 +00:00
dependabot[bot]
0edc57e547
build(deps): bump aws-sdk from 2.1088.0 to 2.1095.0
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.1088.0 to 2.1095.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1088.0...v2.1095.0 )
---
updated-dependencies:
- dependency-name: aws-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-17 09:48:49 +00:00
Ben Lambert
e9496f746b
Merge pull request #10108 from backstage/changeset-release/master
...
Version Packages
2022-03-17 10:44:07 +01:00
Patrik Oldsberg
638cef0ae5
docs/releases/v1.0.0: clearer attribution + scaffolder templates preview
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-03-17 10:39:14 +01:00
Emma Indal
6f2b6a804a
fixups
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-03-17 10:16:36 +01:00
Emma Indal
be260c99ab
remove deprecated config documentation
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-03-17 10:14:57 +01:00
Emma Indal
d50fbeddc1
update roadmap docs
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-03-17 10:14:36 +01:00
Patrik Oldsberg
0535a5c22a
release version 1.0.0 🎉
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-03-17 10:04:34 +01:00
github-actions[bot]
0bc1611d6e
Version Packages
2022-03-17 09:02:30 +00:00
Patrik Oldsberg
dd7cc848d5
Merge pull request #10250 from backstage/rugvip/title
...
scaffolder: remove unused titleComponent property
2022-03-17 09:56:21 +01:00
Patrik Oldsberg
9a408928a1
scaffolder: remove unused titleComponent property
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-03-17 09:44:21 +01:00
Fredrik Adelöw
6bd928a4aa
vale and prettier
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-03-17 09:36:16 +01:00
Jussi Hallila
b70bdac610
Modify based on code review comments.
...
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2022-03-17 08:44:20 +01:00
Fredrik Adelöw
b1fc1c3c44
Merge pull request #10241 from backstage/dependabot/npm_and_yarn/microsite/prettier-2.6.0
...
build(deps-dev): bump prettier from 2.5.1 to 2.6.0 in /microsite
2022-03-17 07:54:19 +01:00
dependabot[bot]
282b421450
build(deps): bump @typescript-eslint/parser from 5.13.0 to 5.15.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.13.0 to 5.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.15.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-17 04:12:28 +00:00