Commit Graph

4786 Commits

Author SHA1 Message Date
Fredrik Adelöw 14472509a3 Move to a file dependency for embedded-techdocs-app
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-27 13:07:39 +01:00
github-actions[bot] 406848efee Version Packages 2022-01-27 11:07:27 +00:00
MT Lewis c46a99b045 Merge pull request #8506 from backstage/authz-search-backend
search: filter unauthorized results
2022-01-27 11:01:51 +00:00
Ben Lambert caab696f28 Merge pull request #9191 from backstage/auth-backend/full-ref-subs
Auth backend/full ref subs
2022-01-27 11:37:36 +01:00
Patrik Oldsberg 26c7fca6be auth-backend: prettier + changeset tweak
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-27 10:52:00 +01:00
Patrik Oldsberg 5148c4f29d Merge pull request #9176 from backstage/dependabot/npm_and_yarn/react-text-truncate-0.17.0
chore(deps): bump react-text-truncate from 0.16.0 to 0.17.0
2022-01-27 10:20:22 +01:00
Ben Lambert bc91e2563a Merge pull request #9167 from backstage/rugvip/host
backend-common: fix config schema using address rather than host
2022-01-27 09:54:31 +01:00
elonj 67349916ac changeset
Signed-off-by: elonj <elonj@spotify.com>
2022-01-26 17:30:14 -05:00
Patrik Oldsberg 867d44c82e Merge pull request #9149 from tradcliffe-expediagroup/tradcliffe/add-input-option-github-actions-dispatch
Tradcliffe/add input option GitHub actions dispatch
2022-01-26 21:58:34 +01:00
Patrik Oldsberg 16b925ed4d Update eight-tools-sleep.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-26 19:00:18 +01:00
Patrik Oldsberg 1aee8c207c Merge pull request #9136 from backstage/eide/auth-callback-urls
[auth-backend]: Support callbackUrl when setting cookie configuration
2022-01-26 16:34:21 +01:00
Patrik Oldsberg 214e91b216 Merge pull request #9121 from Sarabadu/fix-popover-focus
removes `ignoreChildEvent`utility
2022-01-26 15:34:03 +01:00
Emma Indal 1787694435 [Header] remove flex wrap and add max width of characters for subtitle (#9180) 2022-01-26 13:56:01 +01:00
Patrik Oldsberg c8f377eeb3 Merge pull request #9152 from backstage/dependabot/npm_and_yarn/react-markdown-8.0.0
chore(deps): bump react-markdown from 7.1.2 to 8.0.0
2022-01-26 12:47:07 +01:00
Patrik Oldsberg b30cb642cc Merge pull request #9154 from backstage/dependabot/npm_and_yarn/remark-gfm-3.0.1
chore(deps): bump remark-gfm from 2.0.0 to 3.0.1
2022-01-26 12:34:06 +01:00
Patrik Oldsberg 43e1fd5766 Merge pull request #9179 from backstage/rugvip/wsproxy
cli: use auto proto for ws url
2022-01-26 12:09:27 +01:00
Patrik Oldsberg dc46efa2cc cli: use auto proto for ws url
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-26 11:08:34 +01:00
dependabot[bot] bdc53553eb chore(deps): bump react-text-truncate from 0.16.0 to 0.17.0
Bumps [react-text-truncate](https://github.com/ShinyChang/react-text-truncate) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/ShinyChang/react-text-truncate/releases)
- [Changelog](https://github.com/ShinyChang/React-Text-Truncate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ShinyChang/react-text-truncate/commits)

---
updated-dependencies:
- dependency-name: react-text-truncate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-26 04:19:59 +00:00
Patrik Oldsberg 1b4ab0d44c cli: fix app:serve dependency warning
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-25 22:38:11 +01:00
Patrik Oldsberg de9d7eba63 backend-common: fix config schema using address rather than host
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-25 20:40:43 +01:00
MT Lewis 01b27d547c create-app: add changeset for new search-backend createRouter params
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 14:35:38 +00:00
MT Lewis bd895e5812 search-backend: update changeset to minor and add migration steps
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 14:35:37 +00:00
MT Lewis 634abc1a41 search: move DocumentTypeInfo to search-common
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:40 +00:00
MT Lewis 1887a857c4 reduce detail in changesets
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:40 +00:00
MT Lewis bbfbc755aa [wip] search-backend: result-by-result authorization
To do:
- add tests for AuthorizedSearchEngine
- update router tests
- add diff to changeset

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:39 +00:00
MT Lewis 4682340457 techdocs-backend: support authorization in DefaultTechDocsCollator
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:39 +00:00
MT Lewis 4f5bde47e9 catalog-backend: support authorization in DefaultCatalogCollator
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:38 +00:00
MT Lewis f6389e9e5d search-backend-node: track document visibility permission by type in IndexBuilder
Tracking permissions by collator ensures that all the documents of a
given type are authorized using the same permission. This is not
critical for result-by-result authorization, but will likely be a
useful constraint when adding in-engine permission filtering to
specific search engines in the future.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:38 +00:00
MT Lewis 9a511968b1 search-common: add optional visibilityPermission property to DocumentCollator type
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:38 +00:00
MT Lewis 96cbebc629 search-common: add optional request options with token to SearchEngine#query
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:37 +00:00
MT Lewis b2e918fa0b search-common: add optional resourceRef field to IndexableDocument type
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:37 +00:00
Johan Haals 1ddf6d9d5a Add changeset
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-25 10:35:09 +01:00
dependabot[bot] 05f0f44180 chore(deps): bump remark-gfm from 2.0.0 to 3.0.1
Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 2.0.0 to 3.0.1.
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](https://github.com/remarkjs/remark-gfm/compare/2.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: remark-gfm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 04:17:19 +00:00
dependabot[bot] 15bac1d738 chore(deps): bump react-markdown from 7.1.2 to 8.0.0
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 7.1.2 to 8.0.0.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/7.1.2...8.0.0)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 04:13:28 +00:00
Tracey ac2f1eeec0 comitting changeset
Signed-off-by: Tracey <tradcliffe@expediagroup.com>
2022-01-24 13:53:09 -08:00
Patrik Oldsberg 06562229bb Merge pull request #8716 from awanlin/topic/use-definition-name
Updated to add definition name support
2022-01-24 21:54:38 +01:00
Jussi Hallila 491409c014 Merge pull request #9094 from RoadieHQ/update-readme-tech-insights
Update tech-insight BE README.
2022-01-24 17:25:31 +01:00
Patrik Oldsberg 15910d70a6 Merge pull request #8945 from backstage/identity/reliable-methods
[Identity] Wait for implementation instead of throwing
2022-01-24 17:09:25 +01:00
Eric Peterson 2488a81e20 Merge pull request #8697 from backstage/search/filter-autocomplete
Introduce a <SearchFilter.Autocomplete /> Component
2022-01-24 16:36:55 +01:00
Jussi Hallila bbb6622752 Update tech-insight BE README.
Signed-off-by: Jussi Hallila <jussi@hallila.com>
2022-01-24 15:33:12 +01:00
Andre Wanlin 3efec40f74 Merge branch 'backstage:master' into topic/use-definition-name 2022-01-24 07:57:21 -06:00
Marcus Eide 3b6e41009b Revert the cookiePath to include the handler suffix
Signed-off-by: Marcus Eide <eide@spotify.com>
2022-01-24 14:24:39 +01:00
Fredrik Adelöw 32b44f571d Merge pull request #9091 from tudi2d/fix-component-type-comparison
Fix component type comparison in Sidebar
2022-01-24 13:27:16 +01:00
Eric Peterson 8f370b038d Review feedback.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:11:51 +01:00
Eric Peterson 1dbe63ec39 Don't fallback to name on label to help clarify the different uses for each and allow label-less filters.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Eric Peterson 3e5400cfa8 Minor docs updates.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Eric Peterson 4aca2a5307 Update search plugin API report and add changesets.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Patrik Oldsberg 631807c5c5 Merge pull request #9066 from mufaddal7/feature/EntitySystemDiagramCard
Feature/entity system diagram card
2022-01-24 12:40:21 +01:00
Philipp Hugenroth 9abb28bb22 Add changeset
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2022-01-24 12:00:26 +01:00
Patrik Oldsberg b0b1d84c01 Merge pull request #9065 from DavidZemon/feature/8920-custom-nunjucks-filters
feat: [#8920] Add `nunjucksFilters` option for user-provided filters
2022-01-24 11:50:26 +01:00