Commit Graph

21914 Commits

Author SHA1 Message Date
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
Patrik Oldsberg 4c48766266 Merge pull request #9170 from backstage/rugvip/nowarn
cli: fix app:serve dependency warning
2022-01-26 10:55:49 +01:00
Fredrik Adelöw 093720ecbc Merge pull request #9171 from backstage/freben/providers
add docs on how to add custom entity providers
2022-01-26 10:32:54 +01:00
Fredrik Adelöw da9cba20f2 add docs on how to add custom entity providers
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-26 10:06:47 +01:00
Johan Haals 0386a59755 Merge pull request #9175 from backstage/dependabot/npm_and_yarn/date-io/luxon-2.13.1
chore(deps): bump @date-io/luxon from 2.11.1 to 2.13.1
2022-01-26 09:17:09 +01:00
dependabot[bot] aee5b168f2 chore(deps): bump @date-io/luxon from 2.11.1 to 2.13.1
Bumps [@date-io/luxon](https://github.com/dmtrKovalenko/date-io) from 2.11.1 to 2.13.1.
- [Release notes](https://github.com/dmtrKovalenko/date-io/releases)
- [Commits](https://github.com/dmtrKovalenko/date-io/compare/v2.11.1...v2.13.1)

---
updated-dependencies:
- dependency-name: "@date-io/luxon"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-26 04:18:15 +00:00
Patrik Oldsberg 1effad00de cli: fix app:serve problem package condition
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-25 22:38:11 +01: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
Otto Sichert 3bbf6125c6 Merge pull request #9164 from backstage/search/filter-timers
Use fake timers to test search filter hooks debounce
2022-01-25 16:59:17 +01:00
Otto Sichert 6efb76581c Use fake timers to test search filter hooks debounce
Signed-off-by: Otto Sichert <git@ottosichert.de>
2022-01-25 15:40:14 +01:00
Emma Indal 5cd8efd576 homepage templates blog post (#9158) 2022-01-25 15:17:32 +01:00
Johan Haals 2d96be2810 Merge pull request #9134 from backstage/mob/release-manifest
github-actions: Add assemble release workflow
2022-01-25 13:34:16 +01:00
Johan Haals ea8158d252 Merge pull request #9159 from backstage/jhaals/cleanup-cli
cli: Remove `remove-plugin` command and lax option
2022-01-25 13:33:38 +01:00
Johan Haals f5aac9b35c Merge pull request #9155 from backstage/dependabot/npm_and_yarn/prettier-2.5.1
chore(deps-dev): bump prettier from 2.4.1 to 2.5.1
2022-01-25 10:57:36 +01:00
Johan Haals 1ddf6d9d5a Add changeset
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-25 10:35:09 +01:00
Johan Haals c52347c51f cli: Remove deprecated commands
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-25 10:32:01 +01:00
Patrik Oldsberg 4463b661af Merge pull request #9150 from backstage/dependabot/npm_and_yarn/html-webpack-plugin-5.5.0
chore(deps): bump html-webpack-plugin from 5.3.1 to 5.5.0
2022-01-25 09:17:43 +01:00
Johan Haals 3cd9123a32 chore: format with prettier
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-25 09:11:48 +01:00
Fredrik Adelöw 7081f1cb9f Merge pull request #9142 from backstage/freben/postcss-too
bump postcss past CVE-2021-23382
2022-01-25 08:48:34 +01:00
dependabot[bot] beff00764f chore(deps-dev): bump prettier from 2.4.1 to 2.5.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 04:28:43 +00:00
dependabot[bot] b82292a61a chore(deps): bump html-webpack-plugin from 5.3.1 to 5.5.0
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.3.1 to 5.5.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.3.1...v5.5.0)

---
updated-dependencies:
- dependency-name: html-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 04:07:28 +00: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
Patrik Oldsberg 1ce0bf62b8 Merge pull request #9143 from backstage/Rugvip-patch-1
docs: fix typo in composability docs
2022-01-24 18:26:51 +01:00
Fredrik Adelöw 843f0347fb Merge pull request #9141 from backstage/freben/some-node
get almost all of node-fetch past CVE-2022-0235
2022-01-24 18:00:14 +01:00
Fredrik Adelöw e47a70b601 Merge pull request #9144 from backstage/freben/bump-json-schema
bump json-schema past CVE-2021-3918
2022-01-24 17:59:42 +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
Fredrik Adelöw 019460a9af bump json-schema past CVE-2021-3918
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-24 17:02:39 +01:00
Patrik Oldsberg 250f4a5091 docs: fix type in composability docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-24 17:00:54 +01:00
Fredrik Adelöw 296ad00b45 bump postcss past CVE-2021-23382
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-24 16:55:38 +01:00
Fredrik Adelöw 1ce84943fb get almost all of node-fetch past CVE-2022-0235
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-24 16:40:30 +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
Johan Haals 232f66cfbf fix ref format
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-24 16:36:50 +01:00
Johan Haals e77926db84 checkout tag, yarn install
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-24 16:24:53 +01:00
Johan Haals 6880c9ac53 ensure that tagPath exists
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-24 16:23:24 +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 4ffc16b9c6 Updated useAsync import
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-01-24 08:03:26 -06:00
Andre Wanlin 3efec40f74 Merge branch 'backstage:master' into topic/use-definition-name 2022-01-24 07:57:21 -06:00
Johan Haals 64700a10e4 Merge pull request #9140 from erihanse/patch-1
Update writing-custom-actions.md
2022-01-24 14:29:52 +01:00
Johan Haals 3b948a982e Move symlinking to script. Require valid semver range
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-24 14:21:53 +01:00
Erik Aaron Hansen 8e09fc712e Update writing-custom-actions.md
Signed-off-by: Erik Aaron Hansen <erikaaron.hansen@technipfmc.com>
2022-01-24 13:51:30 +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 21705f6432 Document asyncValues/asyncDebounce props.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Eric Peterson 3b0000669a Test filter utility hooks.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Eric Peterson 73811cfb33 Refactor default value logic into utility hook.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Eric Peterson c84c404fc8 Initial tests.
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