Commit Graph

4269 Commits

Author SHA1 Message Date
Fredrik Adelöw 4d248725e6 detach the badges plugin from the catalog plugin
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-25 14:37:41 +01:00
Tim 4e1227ce2e Merge pull request #5032 from backstage/timbonicus/create-app-updates
Update create-app template for better parity with example app
2021-03-25 06:23:36 -06:00
Eric Peterson bb378ac6f2 Merge pull request #4515 from backstage/iameap/search-indexer
[Search] Foundation: plugins and types
2021-03-25 13:15:33 +01:00
Oliver Sand 38fcac8133 Merge pull request #5022 from SDA-SE/feat/renderintestapp-sub-routes
Support routes of type `SubRouteRef` in `mountedRoutes` parameter of `renderInTestApp`
2021-03-25 12:24:30 +01:00
Oliver Sand 47569802cc Merge pull request #5006 from SDA-SE/feat/userouteparams
Introduce `useRouteRefParams` to `core-api` to retrieve typed route params
2021-03-25 12:24:18 +01:00
Nicolas Torres 2ae8cf4608 Fixes untar not happening under certain occasions
Signed-off-by: Nicolas Torres <nicolast@backbase.com>
2021-03-25 09:00:10 +01:00
Brian Leathem 5691532f89 Changed the signature of createRoutableExtension to include null
Signed-off-by: Brian Leathem <bleathem@netflix.com>
2021-03-24 20:55:05 -07:00
Patrik Oldsberg 83da6bbe4a Merge pull request #4697 from robinjmurphy/fix-tooltip-overflow-props
OverflowTooltip: Don't render component when text is empty
2021-03-24 22:44:34 +01:00
Fredrik Adelöw 8baaa17ca4 Merge pull request #5037 from azerbe/5033-fix_AnalyzerBackend_in_DefaultApp
5033: (fix) adds locationAnalyzer to default-app template
2021-03-24 14:36:07 +01:00
Adam Harvey 865e76d9b6 Refactor for composability pattern
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
2021-03-23 16:27:41 -04:00
Mateus Marquezini 4449b497f9 #3497 Created an example of how to use the Dialog component
Signed-off-by: Mateus Marquezini <mateusmarquezini01@gmail.com>
2021-03-23 10:05:47 -03:00
dependabot[bot] d42f055d48 chore(deps): bump express-promise-router from 3.0.3 to 4.1.0
Bumps [express-promise-router](https://github.com/express-promise-router/express-promise-router) from 3.0.3 to 4.1.0.
- [Release notes](https://github.com/express-promise-router/express-promise-router/releases)
- [Changelog](https://github.com/express-promise-router/express-promise-router/blob/trunk/CHANGELOG.md)
- [Commits](https://github.com/express-promise-router/express-promise-router/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 04:26:33 +00:00
Robin Murphy db4bf2edc1 Default title to empty string
Signed-off-by: Robin Murphy <robin@monzo.com>
2021-03-22 17:08:01 +00:00
Robin Murphy a51fb698b7 Add basic test
Signed-off-by: Robin Murphy <robin@monzo.com>
2021-03-22 17:08:01 +00:00
Robin Murphy b230d5a10a OverflowTooltip: Don't render component when text is empty
Signed-off-by: Robin Murphy <robin@monzo.com>
2021-03-22 17:08:01 +00:00
Patrik Oldsberg dddf2bc5d6 Merge pull request #4747 from inrumi/a11y-patches
Better contrast in dark theme
2021-03-22 11:28:13 +01:00
Alexander Zerbe 02cbb3673a fix: placement of locationAnalyzer definition
Signed-off-by: Alexander Zerbe <alex@aqube.de>
2021-03-21 12:00:13 +01:00
Alexander Zerbe 4912f21ef6 fix: adds locationAnalyzer to default-app template
Signed-off-by: Alexander Zerbe <alex@aqube.de>
2021-03-21 12:00:13 +01:00
Tim Hansen 8817a87cdd Add missing core kinds
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-19 15:37:32 -06:00
Tim Hansen d1168562f3 Remove deprecated files
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-19 15:24:50 -06:00
Tim Hansen f88fe9dd9b Update create-app template for better parity with example app
Fixes #4613

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-19 15:18:26 -06:00
Oliver Sand 2fe195e8f2 Revert everything except the test
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-19 11:40:51 +01:00
Eric Peterson cb85673c71 Satisfy the test requirement.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 11:36:56 +01:00
dependabot[bot] d32e8f0086 chore(deps): bump @roadiehq/backstage-plugin-github-insights
Bumps [@roadiehq/backstage-plugin-github-insights](https://github.com/RoadieHQ/backstage-plugin-github-insights) from 0.2.16 to 0.3.2.
- [Release notes](https://github.com/RoadieHQ/backstage-plugin-github-insights/releases)
- [Commits](https://github.com/RoadieHQ/backstage-plugin-github-insights/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19 10:15:32 +00:00
Patrik Oldsberg bee2805b2b Merge pull request #4581 from kaos/kaos/4457_badges
Kaos/4457 badges
2021-03-19 11:01:44 +01:00
Oliver Sand 06dd774eac Support routes of type SubRouteRef in mountedRoutes parameter of renderInTestApp
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-19 10:34:42 +01:00
Eric Peterson fb2ff7dfb0 Provide useful logging in the IndexBuilder.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:49 +01:00
Eric Peterson 44ec2571b6 Use Catalog REST API instead of assuming local process.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:49 +01:00
Eric Peterson 3560405cab Call a builder a builder.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:49 +01:00
Anders Näsman e450be8227 move search-next page from app to plugin-search
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:49 +01:00
Anders Näsman 5a045906c2 remove singleton pattern from indexer
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:49 +01:00
Anders Näsman 51fc8de48c Tweak Collator/Decorator to be classes instead of methods
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:48 +01:00
Anders Näsman 124b93bff4 rename plugin-search-indexer to plugin-search-backend-node
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:45 +01:00
Anders Näsman 0057692401 move collation to search plugin
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:04 +01:00
Anders Näsman 5e70312d67 unwind dependencies
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:04 +01:00
Anders Näsman 608649b13c add search-common package
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:04 +01:00
Anders Näsman b7cb59dd7b standard TODO syntax
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:03 +01:00
Eric Peterson 925f5847de Fix app.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:03 +01:00
Eric Peterson 92cd651fa4 Ditch the feature flag.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:03 +01:00
Eric Peterson e49bc5f4cf Avoid [object] in title bar by moving <Lifecycle /> to subtitle.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:03 +01:00
Eric Peterson 1c136c7da8 <Lifecycle alpha />
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:02 +01:00
Eric Peterson 3e9d8427b6 Illustrate potential software catalog indexing.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:42:00 +01:00
Eric Peterson 199f66a565 Add feature flag + app-based search page.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:41:17 +01:00
Eric Peterson b7b4cc319c Wire up search backend to app backend testbed.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-03-19 09:41:15 +01:00
Joel Low fcc3ada247 feat(errors): Reuse ResponseErrorList for non ResponseErrors
Signed-off-by: Joel Low <joel@joelsplace.sg>
2021-03-19 16:25:38 +08:00
Andreas Stenius 5a09c681d7 badges: refactoring to use badge factories to create dynamic badges.
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
2021-03-19 08:41:13 +01:00
Andreas Stenius 6a68e79217 badges-backend: drop support for defining badges in app config.
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
2021-03-19 08:41:13 +01:00
Andreas Stenius ac17aeb35d badges: load default badges from code rather than config. #4457.
Signed-off-by: Andreas Stenius <git@astekk.se>
2021-03-19 08:41:12 +01:00
Andreas Stenius 798002ee03 badges-backend: refactor to use badge definitions in config. #4457
Signed-off-by: Andreas Stenius <git@astekk.se>
2021-03-19 08:41:11 +01:00
Andreas Stenius 61078ba14d badges: introduce badges field on entity about card.
Signed-off-by: Andreas Stenius <git@astekk.se>
2021-03-19 08:41:11 +01:00