github-actions[bot]
|
64a03bd946
|
Version Packages
|
2022-05-17 09:26:29 +00:00 |
|
github-actions[bot]
|
23e587eadc
|
Version Packages (next)
|
2022-05-10 13:44:38 +00:00 |
|
Ben Lambert
|
c86bbc5ab1
|
Revert "fix(deps): update dependency event-source-polyfill to v1.0.26"
Signed-off-by: blam <ben@blam.sh>
|
2022-05-10 14:50:31 +02:00 |
|
github-actions[bot]
|
c02ce52da1
|
Version Packages (next)
|
2022-05-10 08:00:04 +00:00 |
|
Fredrik Adelöw
|
16dcf2a807
|
Merge pull request #10981 from kuangp/feat/search/highlight
feat(search): highlight search result terms
|
2022-05-09 18:27:07 +02:00 |
|
Phil Kuang
|
3a74e203a8
|
feat(search): highlight search result terms
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2022-05-09 11:13:34 -04:00 |
|
Renovate Bot
|
1af133f779
|
fix(deps): update dependency event-source-polyfill to v1.0.26
Signed-off-by: Renovate Bot <bot@renovateapp.com>
|
2022-05-03 13:24:22 +00:00 |
|
github-actions[bot]
|
55da880bf9
|
Version Packages (next)
|
2022-05-03 09:38:51 +00:00 |
|
github-actions[bot]
|
1bff70d602
|
Version Packages (next)
|
2022-04-26 12:22:43 +00:00 |
|
Patrik Oldsberg
|
a307a14be0
|
search-react,techdocs: remove core-app-api dependency
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-04-21 13:46:30 +02:00 |
|
github-actions[bot]
|
3f7acfb96e
|
Version Packages
|
2022-04-19 14:28:08 +00:00 |
|
Patrik Oldsberg
|
1a21f8e017
|
Merge pull request #10840 from backstage/rugvip/pin
techdocs: restore event-source-polyfill pinning
|
2022-04-14 16:12:48 +02:00 |
|
Patrik Oldsberg
|
ee7b46e1c3
|
techdocs: restore event-source-polyfill pinning
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-04-14 13:06:13 +02:00 |
|
dependabot[bot]
|
7c7919777e
|
build(deps-dev): bump @testing-library/react-hooks from 7.0.2 to 8.0.0
Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-hooks-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v7.0.2...v8.0.0)
---
updated-dependencies:
- dependency-name: "@testing-library/react-hooks"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-13 04:10:59 +00:00 |
|
github-actions[bot]
|
2e1cce5528
|
Version Packages (next)
|
2022-04-12 15:19:00 +00:00 |
|
Eric Peterson
|
39a6eda01d
|
Review feedback 2: electric boogaloo
Co-authored-by: Otto Sichert <git@ottosichert.de>
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-04-12 15:37:29 +02:00 |
|
Eric Peterson
|
3fde9ea637
|
Merge branch 'master' into techdocs/addon-integration
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-04-12 11:36:59 +02:00 |
|
Otto Sichert
|
883ab7228a
|
Moved shared TechDocs utilities from plugin-techdocs to plugin-techdocs-react
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
|
2022-04-11 17:06:32 +02:00 |
|
Otto Sichert
|
b05870bcb7
|
Move @backstage/techdocs-addons to @backstage/plugin-techdocs-react
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
|
2022-04-11 16:13:07 +02:00 |
|
Emma Indal
|
301b4606e3
|
import from new search-react package
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-11 11:42:57 +02:00 |
|
Eric Peterson
|
6a96ba0eaa
|
Using version-bridge for the TechDocs Reader Page context.
Co-authored-by: Anders Näsman <andersn@spotify.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-04-11 11:05:33 +02:00 |
|
Emma Indal
|
d26e1b0146
|
[TechDocs Addons] Give Feedback Addon (#10733)
* give feedback addon implementation
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Anders Näsman <andersn@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
* export replaceUrlType from @backstage/integration-reacte
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Anders Näsman <andersn@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
* export give feedback addon
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
* add hooks used for give feedback addon
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Anders Näsman <andersn@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
* replaceUrlType -> replaceGitLabUrlType
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
* clarify template + template builder types
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
* feedback fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Anders Näsman <andersn@spotify.com>
|
2022-04-11 08:55:54 +02:00 |
|
Emma Indal
|
88fd7d1e55
|
rebase fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-09 14:28:45 +02:00 |
|
Emma Indal
|
b4ed5c1226
|
remove duplicated dependency
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2022-04-09 13:47:28 +02:00 |
|
Camila Belo
|
5ad229a24b
|
fix(techdocs): entity page links
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-04-09 13:47:00 +02:00 |
|
Camila Belo
|
fbc5c68d91
|
feat(techdocs): merge reader components
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-04-09 13:46:10 +02:00 |
|
Eric Peterson
|
10a7736ced
|
Testbed to help iterate on addons + correct dependency graph
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-04-09 13:46:08 +02:00 |
|
Eric Peterson
|
ff1cc8bced
|
Expose an alternative, add-on-aware read component and hooks.
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Otto Sichert <git@ottosichert.de>
Co-authored-by: Anders Näsman <andersn@spotify.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-04-09 13:44:47 +02:00 |
|
Ben Lambert
|
38d6a4745c
|
Merge pull request #10558 from backstage/blam/node16types
chore: @node/types -> 16.x
|
2022-04-06 15:47:21 +02:00 |
|
dependabot[bot]
|
24254fd433
|
build(deps): bump @testing-library/user-event from 13.5.0 to 14.0.0
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.5.0 to 14.0.0.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0)
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2022-04-05 10:19:52 +02:00 |
|
github-actions[bot]
|
39e446d0ff
|
Version Packages (next)
|
2022-04-05 07:35:01 +00:00 |
|
blam
|
f4fd7f5400
|
chore: fixing the version numbers
Signed-off-by: blam <ben@blam.sh>
|
2022-04-04 16:01:28 +02:00 |
|
blam
|
2538bf72e3
|
chore: @node/types -> 16.x
Signed-off-by: blam <ben@blam.sh>
|
2022-04-04 16:01:06 +02:00 |
|
Fredrik Adelöw
|
9975ff9852
|
pin event-source-polyfill to 1.0.25
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-04-04 13:16:20 +02:00 |
|
github-actions[bot]
|
e6f3fb8575
|
Version Packages (next)
|
2022-03-29 08:42:22 +00:00 |
|
github-actions[bot]
|
ad955c1b1b
|
Version Packages (next)
|
2022-03-22 12:28:03 +00:00 |
|
github-actions[bot]
|
0bc1611d6e
|
Version Packages
|
2022-03-17 09:02:30 +00:00 |
|
Patrik Oldsberg
|
c689d7a94c
|
catalog: group, rename, and move filter components to catalog-react
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-03-16 15:10:41 +01:00 |
|
dependabot[bot]
|
a422d7ce5e
|
chore(deps): bump @testing-library/react from 11.2.6 to 12.1.3
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.6 to 12.1.3.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.6...v12.1.3)
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-10 14:07:33 +01:00 |
|
github-actions[bot]
|
b6d947b67f
|
Version Packages
|
2022-03-10 11:30:23 +00:00 |
|
github-actions[bot]
|
1693f2dc74
|
Version Packages (next)
|
2022-03-09 16:09:04 +00:00 |
|
github-actions[bot]
|
3c8bb2854d
|
Version Packages
|
2022-03-03 15:23:53 +00:00 |
|
dependabot[bot]
|
64b430f80d
|
chore(deps): bump react-text-truncate from 0.17.0 to 0.18.0
Bumps [react-text-truncate](https://github.com/ShinyChang/react-text-truncate) from 0.17.0 to 0.18.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-02-28 04:11:12 +00:00 |
|
github-actions[bot]
|
c9da151d84
|
Version Packages
|
2022-02-24 13:54:37 +00:00 |
|
github-actions[bot]
|
408b0300cb
|
Version Packages
|
2022-02-17 10:38:59 +00:00 |
|
Patrik Oldsberg
|
9892d74326
|
cli: renamed script commands to package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-15 21:27:12 +01:00 |
|
Patrik Oldsberg
|
8f82d80adf
|
migrate all package scripts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-14 21:50:07 +01:00 |
|
Patrik Oldsberg
|
bb5fcc3209
|
update all plugin package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-14 21:50:05 +01:00 |
|
Patrik Oldsberg
|
b521c1b83b
|
detect all package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-02-14 21:50:03 +01:00 |
|
Fredrik Adelöw
|
1ed305728b
|
bump node-fetch and cross-fetch
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-02-10 15:51:50 +01:00 |
|