Commit Graph

22041 Commits

Author SHA1 Message Date
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
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
Marcus Eide 71a2fbaa58 Simplify the cookiePath logic
Signed-off-by: Marcus Eide <eide@spotify.com>
2022-01-24 14:22:54 +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
Eric Peterson 84208528d9 Use precise imports for react-use hooks.
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
Eric Peterson 86164e96ce Add an entity filter just for TechDocs search.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Eric Peterson bb20c30a7d Add initial <Search.Autocomplete /> implementation.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Eric Peterson d4d48e1b1a Add asyncValues and asyncDebounce to props and implement in select filter.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:06:39 +01:00
Eric Peterson edfb46bc71 Add an internal utility hook for handling async values.
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
Patrik Oldsberg 180408d052 Merge pull request #9135 from backstage/rugvip/bumpapi
root: bump api extractor packages
2022-01-24 12:24:04 +01:00
Philipp Hugenroth 9abb28bb22 Add changeset
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2022-01-24 12:00:26 +01:00
Philipp Hugenroth cf772fc02e Fix unnecessary recreation of react element
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2022-01-24 12:00:26 +01:00
Philipp Hugenroth 41f4f2dd88 Fix component type comparison in Sidebar
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2022-01-24 12:00:26 +01:00
Patrik Oldsberg b53a1afd67 Merge pull request #9128 from backstage/dependabot/npm_and_yarn/puppeteer-13.1.1
chore(deps-dev): bump puppeteer from 10.4.0 to 13.1.1
2022-01-24 11:57:44 +01:00
Patrik Oldsberg df93cec94c Merge pull request #9126 from backstage/dependabot/npm_and_yarn/http-proxy-middleware-2.0.2
chore(deps): bump http-proxy-middleware from 2.0.1 to 2.0.2
2022-01-24 11:57:31 +01:00
Patrik Oldsberg 01f8acebd3 Merge pull request #9124 from backstage/dependabot/npm_and_yarn/shx-0.3.4
chore(deps-dev): bump shx from 0.3.3 to 0.3.4
2022-01-24 11:57:25 +01:00
Patrik Oldsberg bec7ced88e Merge pull request #9123 from backstage/dependabot/npm_and_yarn/mini-css-extract-plugin-2.5.2
chore(deps): bump mini-css-extract-plugin from 2.4.2 to 2.5.2
2022-01-24 11:57:19 +01:00
Johan Haals 19a9c341a7 Output script path in error
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-24 11:55:24 +01:00
Johan Haals 06f0296cae Rename workflow
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-24 11:54:55 +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
Francesco Corti 55692c0036 Checking the header of the page.
Signed-off-by: Francesco Corti <francescoc@spotify.com>
2022-01-24 11:47:03 +01:00
Francesco Corti 0fde8397d2 Updating the roadmap page in the documentation to make it more readble.
Signed-off-by: Francesco Corti <francescoc@spotify.com>
2022-01-24 11:43:42 +01:00
Juan Pablo Garcia Ripa b97a2460d5 removes ignoreChildEventutility
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2022-01-24 11:27:27 +01:00
Marcus Eide 033493a8af Add changeset
Signed-off-by: Marcus Eide <eide@spotify.com>
2022-01-24 11:20:50 +01:00
Marcus Eide 129dc2e099 Update api-reports
Signed-off-by: Marcus Eide <eide@spotify.com>
2022-01-24 11:20:49 +01:00
Marcus Eide 2bef25550d Add tests
Signed-off-by: Marcus Eide <eide@spotify.com>
2022-01-24 11:20:49 +01:00
Marcus Eide aec40d321d Add support for callbackUrl when setting cookie configuration
Signed-off-by: Marcus Eide <eide@spotify.com>
2022-01-24 11:20:49 +01:00
Patrik Oldsberg 228077143c root: bump api extractor packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-24 11:19:50 +01:00
dependabot[bot] 18201557a1 chore(deps): bump mini-css-extract-plugin from 2.4.2 to 2.5.2
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.4.2 to 2.5.2.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.4.2...v2.5.2)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 10:04:20 +00:00
Johan Haals ee3ee0701f github-actions: Add assemble release workflow
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-24 11:02:00 +01:00
dependabot[bot] f30e334e2f chore(deps): bump http-proxy-middleware from 2.0.1 to 2.0.2
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 09:48:09 +00:00
dependabot[bot] 69ba7c1c07 chore(deps-dev): bump shx from 0.3.3 to 0.3.4
Bumps [shx](https://github.com/shelljs/shx) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/shelljs/shx/releases)
- [Changelog](https://github.com/shelljs/shx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shx/compare/v0.3.3...v0.3.4)

---
updated-dependencies:
- dependency-name: shx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 09:40:17 +00:00
dependabot[bot] cc6ba5dd03 chore(deps-dev): bump puppeteer from 10.4.0 to 13.1.1
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 10.4.0 to 13.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v10.4.0...v13.1.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 09:37:34 +00:00
Johan Haals 52621b9755 Merge pull request #9131 from backstage/jhaals-patch-1
github-actions: Use SA token for checkout
2022-01-24 10:34:17 +01:00
Fredrik Adelöw 19bc43c41e Merge pull request #9130 from backstage/freben/no-priv-changeset
do not generate changesets for private repos
2022-01-24 10:33:56 +01:00
Fredrik Adelöw 65cf1d5836 do not generate changesets for private repos
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-24 10:14:54 +01:00
Johan Haals 975f3b7bc2 github-actions: Use SA token for checkout
Needed to fool github actions to run workflows when changes are made by a bot
2022-01-24 10:10:22 +01:00
Patrik Oldsberg af10edb2ea Merge pull request #9114 from backstage/revert-9105-dependabot/npm_and_yarn/material-table/core-4.3.19
Revert "chore(deps): bump @material-table/core from 3.1.0 to 4.3.19"
2022-01-24 10:05:30 +01:00