Commit Graph

20743 Commits

Author SHA1 Message Date
Patrik Oldsberg 1834a02e16 docs: fix package architecture diagram reference
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-03 18:00:14 +01:00
Johan Haals 1c36cf7b84 Merge pull request #8699 from cmpadden/techdocs-footer-navigation-dynamic-width
Bug fix Techdocs footer navigation going off the screen
2022-01-03 15:41:06 +01:00
Johan Haals a88401c76e Merge pull request #8726 from backstage/jhaals-patch-1
Stalebot: Ignore issues/pr's with will-fix label
2022-01-03 15:35:51 +01:00
Johan Haals 4f5b44d3a3 Merge pull request #8708 from backstage/dependabot/npm_and_yarn/roadiehq/backstage-plugin-travis-ci-1.2.3
build(deps): bump @roadiehq/backstage-plugin-travis-ci from 1.0.11 to 1.2.3
2022-01-03 15:34:47 +01:00
Johan Haals 02ba513776 Stalebot: Ignore issues/pr's with will-fix label 2022-01-03 15:21:43 +01:00
Colton Padden 4d7df87f54 fix dynamic footer size for mobile display width and fix issue with overlapping footer linksv
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2022-01-03 08:55:22 -05:00
Eric Peterson 4a8c57227e Merge pull request #8682 from kuangp/feat/SearchTypeTabs
feat(SearchTypeTabs): implement a tabs variant search type filter
2022-01-03 14:40:19 +01:00
Johan Haals df52424c1e Merge pull request #8602 from tomwolfgang/fix/docs-aut-api-requests
Updating tutorial to work with latest backstage
2022-01-03 14:16:06 +01:00
Johan Haals 8a8aa0b1db Merge pull request #8704 from backstage/rugvip/arch
docs: add package architecture section to the architecture overview
2022-01-03 14:04:39 +01:00
Johan Haals 2e86d06617 Merge pull request #8709 from backstage/dependabot/npm_and_yarn/css-loader-6.5.1
build(deps): bump css-loader from 5.2.6 to 6.5.1
2022-01-03 13:14:08 +01:00
Fredrik Adelöw ae32e71237 Merge pull request #8589 from backstage/feature/add-gcp-iap-auth-provider
Updated: add gcp iap auth provider
2022-01-03 13:04:48 +01:00
Fredrik Adelöw 78074ab1d6 review fixes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-03 12:25:32 +01:00
Johan Haals a68d86eaa6 Merge pull request #8722 from backstage/rugvip/csp
backend-common: reintroduce unsafe-eval
2022-01-03 11:39:44 +01:00
Johan Haals 37123b4851 Add changeset
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-03 11:37:38 +01:00
Patrik Oldsberg 9c57723c2c Merge pull request #8694 from backstage/rugvip/use
use precise imports of react-use hooks
2022-01-03 11:18:48 +01:00
Patrik Oldsberg eacc582473 backend-common: reintroduce unsafe-eval
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-03 11:06:22 +01:00
Ben Lambert 75c85b81ba Merge pull request #8720 from backstage/blam/remove-notice
chore: removing notice
2022-01-03 10:43:09 +01:00
blam f701b67f5b chore: removing notice
Signed-off-by: blam <ben@blam.sh>
2022-01-03 10:33:44 +01:00
Johan Haals 8fdb2d8c0c Merge pull request #8703 from kuangp/fix/homepageSearchBar
fix(HomePageSearchBar): fix missing search context issue
2022-01-03 10:12:55 +01:00
Phil Kuang e05b9115aa fix(HomePageSearchBar): fix missing search context issue
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-12-31 14:25:46 -05:00
Fredrik Adelöw 46116d2d39 Merge pull request #8683 from awanlin/topic/update-backend-tasks-readme
Updated backend-tasks readme
2021-12-31 18:59:30 +01:00
dependabot[bot] 09553959b7 build(deps): bump css-loader from 5.2.6 to 6.5.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.6 to 6.5.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.6...v6.5.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 04:19:11 +00:00
dependabot[bot] 1cd13fc748 build(deps): bump @roadiehq/backstage-plugin-travis-ci
Bumps [@roadiehq/backstage-plugin-travis-ci](https://github.com/RoadieHQ/roadie-backstage-plugins/tree/HEAD/plugins/frontend/backstage-plugin-travis-ci) from 1.0.11 to 1.2.3.
- [Release notes](https://github.com/RoadieHQ/roadie-backstage-plugins/releases)
- [Changelog](https://github.com/RoadieHQ/roadie-backstage-plugins/blob/main/plugins/frontend/backstage-plugin-travis-ci/CHANGELOG.md)
- [Commits](https://github.com/RoadieHQ/roadie-backstage-plugins/commits/HEAD/plugins/frontend/backstage-plugin-travis-ci)

---
updated-dependencies:
- dependency-name: "@roadiehq/backstage-plugin-travis-ci"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 04:17:59 +00:00
Patrik Oldsberg fa63e63198 docs: tweak package architecture diagram layout
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-31 00:12:27 +01:00
Patrik Oldsberg 9480b862b8 docs: add package architecture section to the architecture overview
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 23:57:16 +01:00
Patrik Oldsberg 6475cd1ec4 docs: add compatibility table to package architecture diagram
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 23:57:00 +01:00
tom.wolf 5f2e4bd180 Returning usage of 'jose" and removing the null token retry code
Signed-off-by: tom.wolf <tom.wolf@overwolf.com>
2021-12-31 00:13:25 +02:00
Andre Wanlin e188b37024 Feedback changes and changeset
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-12-30 14:08:53 -06:00
Andre Wanlin 099e540595 Merge branch 'backstage:master' into topic/update-backend-tasks-readme 2021-12-30 14:01:37 -06:00
Patrik Oldsberg cce485cf7d docs/adr011: add frontend module suffix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 19:19:08 +01:00
Tim Hansen 04da4ec45c Merge pull request #8685 from kuangp/feat/customization
feat(customization): support customizing catalog and api index pages via outlets
2021-12-30 11:04:43 -07:00
Patrik Oldsberg 48087b4395 docs: add initial package architecture diagram
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 19:03:25 +01:00
Phil Kuang 11b81683a9 feat(customization): support customizing catalog and api index pages via outlets
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-12-30 12:40:20 -05:00
Colton Padden fb36de6138 validate footer element exists before applying style
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-30 11:40:18 -05:00
Colton Padden e0271456d8 dynamically resize width of techdocs footer navigation
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-30 11:09:35 -05:00
Patrik Oldsberg 2997bbe3c4 Merge pull request #8643 from dehamzah/overrideable-components-for-catalog-react
Overridable components for components in plugin catalog react
2021-12-30 16:50:18 +01:00
Patrik Oldsberg 5ba7b6b20e Merge pull request #8641 from livetocode/feature/addGkeLinkFormatter
implement dashboard link formatter for GKE
2021-12-30 16:47:56 +01:00
Patrik Oldsberg 02f4767b2a Merge pull request #8657 from goenning/go/tech-insights-optimization
[Tech Insights] remove unecessary http request when running all checks
2021-12-30 16:31:49 +01:00
Fredrik Adelöw 88aad0803d remove frontend parts
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-30 15:38:35 +01:00
Fredrik Adelöw 761ff980f1 use only a sign-in resolver
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-30 15:38:34 +01:00
Fredrik Adelöw 59c5c70bf7 first minor cleanups
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-30 15:38:08 +01:00
Fabian Hippmann 1e932ee498 fix tsc errors
Signed-off-by: Fabian Hippmann <fabian.hippmann@moonshiner.at>
2021-12-30 15:38:08 +01:00
Fabian Hippmann e0e57817d2 add changeset
Signed-off-by: Fabian Hippmann <fabian.hippmann@moonshiner.at>
2021-12-30 15:38:08 +01:00
Fabian Hippmann 1756d252ce update tests, add dependencies
Signed-off-by: Fabian Hippmann <fabian.hippmann@moonshiner.at>
2021-12-30 15:38:08 +01:00
Fabian Hippmann 876a5351d8 update documentation location
Signed-off-by: Fabian Hippmann <fabian.hippmann@moonshiner.at>
2021-12-30 15:38:08 +01:00
Fabian Hippmann 9fa77c4b91 feat: add gcp-iap first draft
Signed-off-by: Fabian Hippmann <fabian.hippmann@moonshiner.at>
2021-12-30 15:38:08 +01:00
Patrik Oldsberg 1fa18f2ab6 Merge pull request #8692 from backstage/rugvip/verichange
scripts,workflows: added scripts to verify changesets
2021-12-30 13:44:12 +01:00
Patrik Oldsberg 4ce51ab0f1 use precise imports of react-use
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 12:53:16 +01:00
Patrik Oldsberg 4b2a8ed96f Merge pull request #8618 from backstage/changeset-release/master
Version Packages
2021-12-30 12:49:27 +01:00
github-actions[bot] 7d27a11079 Version Packages 2021-12-30 11:06:46 +00:00