Commit Graph

14197 Commits

Author SHA1 Message Date
Patrik Oldsberg 2cb9998beb Merge pull request #15058 from wayfair-contribs/smedeiros_filters
Fix owner and lifecycle picker
2022-12-13 14:02:34 +01:00
Renan Mendes Carvalho 0bc908d0eb fix(plugins-search-backend-module-elasticsearch): Missing node config
This patch fixes the engine creation by adding the missing and
necessary config: node.

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
2022-12-13 13:50:00 +01:00
Renan Mendes Carvalho 717bd13875 plugin-search-backend-module-elasticsearch: Opensearch provider
This patch continues the work started by jinnjwu on
https://github.com/backstage/backstage/pull/14988

It creates a new provider, opensearch, allowing the usage of it
outside of managed aws solutions.

Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
2022-12-13 13:50:00 +01:00
Jin Wu 99ae859cb0 Update config.d.ts
Signed-off-by: Jin Wu <jin_kk666@163.com>
2022-12-13 13:50:00 +01:00
Patrik Oldsberg 2c2d656395 Merge pull request #15158 from K-Phoen/costs-insights-metrics-axis
Added Y axis for metric data
2022-12-13 13:46:45 +01:00
Patrik Oldsberg 3245187b9c Merge pull request #14584 from AmericanAirlines/3574-catalog-import-filter
adding filters to catalog import
2022-12-13 11:27:56 +01:00
Patrik Oldsberg 5cc6d6ce05 Merge pull request #15127 from backstage/rugvip/rrd
Replace usages of react-router with react-router-dom
2022-12-12 23:51:54 +01:00
Patrik Oldsberg 530a1f1299 plugins: replace react-router mocks with react-router-dom
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-12 21:30:57 +01:00
Patrik Oldsberg 27b07b3700 Merge pull request #14807 from Linneaiv/error_conditional_rendering
ErrorReporting conditional rendering
2022-12-12 18:04:26 +01:00
Patrik Oldsberg 3579468489 Merge pull request #14125 from clareliguori/aws-creds-provider
Standardize AWS credentials configuration
2022-12-12 16:27:45 +01:00
Lucas De Souza 30d0090e26 prettier
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
2022-12-12 09:17:51 -06:00
Fredrik Adelöw a48cfaa653 Merge pull request #15169 from backstage/freben/zod-back
move zod back a step to avoid type issues
2022-12-12 14:40:12 +01:00
Fredrik Adelöw b05dcd5530 move zod back a step to avoid type issues
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-12-12 13:40:40 +01:00
Johan Haals e4f1df809e Merge pull request #15163 from RoadieHQ/show-array-types
show array of types on installed actions page
2022-12-12 13:35:40 +01:00
Fredrik Adelöw c6a2600770 one more timeout that sometimes is not enough
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-12-12 13:07:39 +01:00
Brian Fletcher 1dbf2ce24b add test
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-12-12 11:06:06 +00:00
Fredrik Adelöw 64a8bb96cf Merge pull request #15048 from backstage/stackoverflow/search-highlights
[Search] Add highlighting to StackOverflow result list item
2022-12-12 11:58:43 +01:00
Fredrik Adelöw 903d29a028 Merge pull request #15005 from jamieklassen/k8s-cluster-cafile
[kubernetes-backend] support caFile on clusters defined in app-config
2022-12-12 11:46:57 +01:00
Brian Fletcher db6310b6a0 show array of types on installations actions page
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-12-12 10:29:12 +00:00
Patrik Oldsberg adaadedc44 Merge pull request #15143 from backstage/mob/catafactor
catalog-backend: split up catalog database into 3 separate implementations + operations
2022-12-12 11:20:08 +01:00
Kévin Gomez 593c22253a Added Y axis for metric data
Signed-off-by: Kévin Gomez <contact@kevingomez.fr>
2022-12-11 01:51:41 +01:00
Patrik Oldsberg ab597e6a10 fix yarn.lock + forgotten package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-10 15:17:53 +01:00
Patrik Oldsberg 2e701b3796 refactor react-router -> react-router-dom
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-10 15:17:53 +01:00
Sarah Medeiros 7a7073f75c Add test for new functionality
Signed-off-by: Sarah Medeiros <smedeiros@wayfair.com>
2022-12-09 15:00:45 -05:00
Sarah Medeiros 5be74dcb59 fix failing tests
Signed-off-by: Sarah Medeiros <smedeiros@wayfair.com>
2022-12-09 15:00:45 -05:00
Justin De Burgo 5a17cc9b41 adding documentation for exact locations
Signed-off-by: Justin De Burgo <justin.deburgo@aa.com>
2022-12-09 11:22:12 -06:00
Patrik Oldsberg 88d64d3e4c Update plugins/catalog-backend/src/database/operations/provider/deleteWithEagerPruningOfChildren.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-09 17:07:39 +01:00
Patrik Oldsberg f9f4f87a78 catalog-backend: split out pruned delete and refresh by key operations
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-09 16:11:43 +01:00
Patrik Oldsberg effc37cf49 catalog-backend: split out some common DB operations
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-09 14:29:45 +01:00
Patrik Oldsberg 89035a0f58 catalog-backend: split up catalog database into 3 separate implementations
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-09 14:18:25 +01:00
Ben Lambert d0f063e873 Merge pull request #15072 from RoadieHQ/document-square-bracket-syntax-in-docs
use nunjucks "square bracket syntax" for steps in docs
2022-12-09 10:26:34 +01:00
Clare Liguori 1748d3478c Merge remote-tracking branch 'upstream/master' 2022-12-08 13:50:52 -08:00
Fredrik Adelöw 25e38ebb8c move to root
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-12-08 20:53:45 +01:00
Fredrik Adelöw 2cb4cd1a7b down too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-12-08 20:04:11 +01:00
Fredrik Adelöw d91bac0013 add the beginnings of a migrations test for the catalog
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-12-08 19:29:41 +01:00
Clare Liguori 6071293f53 Merge remote-tracking branch 'upstream/master' 2022-12-08 08:47:04 -08:00
Sarah Medeiros 3e3edaea27 Simplify fix
Signed-off-by: Sarah Medeiros <smedeiros@wayfair.com>
2022-12-08 10:15:28 -05:00
github-actions[bot] fbc645cf88 Version Packages (next) 2022-12-08 09:11:43 +00:00
Sarah Medeiros 50aa75ed80 Add available filters check back
Signed-off-by: Sarah Medeiros <smedeiros@wayfair.com>
2022-12-07 14:25:01 -05:00
Sarah Medeiros c773242555 Remove check from useMemo in order to keep function pure
Signed-off-by: Sarah Medeiros <smedeiros@wayfair.com>
2022-12-07 14:08:46 -05:00
Clare Liguori 645749df11 Merge remote-tracking branch 'upstream/master' 2022-12-07 08:15:18 -08:00
Fredrik Adelöw 485bd85c69 Merge pull request #15047 from backstage/jhaals/srv-catalog-client
chore: simplify catalogService tests
2022-12-07 14:49:22 +01:00
Fredrik Adelöw 6c0c91e766 Merge pull request #15033 from backstage/renovate/object-hash-3.x
Update dependency @types/object-hash to v3
2022-12-07 14:48:59 +01:00
Brian Fletcher c0097db1c8 more fixes and changesets
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-12-07 13:22:10 +00:00
Brian Fletcher 626a71fa06 fix review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-12-07 13:03:45 +00:00
Brian Fletcher e5f61559d5 use nunjucks "square bracket syntax" for steps in docs
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-12-07 08:09:05 +00:00
Sarah Medeiros 4e65bd9a58 Fix owner and lifecycle picker
Signed-off-by: Sarah Medeiros <smedeiros@wayfair.com>
2022-12-06 17:56:24 -05:00
Paulo Eduardo Peixoto 7b89dba556 docs(plugins/dynatrace/README.md): fix at example implements.
Signed-off-by: Paulo Eduardo Peixoto <pauloeduardo_peixoto@hotmail.com>
2022-12-06 17:12:44 -03:00
Paulo Eduardo Peixoto 712cb98d73 docs(plugins/dynatrace): update doc and package.json.
Signed-off-by: Paulo Eduardo Peixoto <pauloeduardo_peixoto@hotmail.com>
2022-12-06 16:55:43 -03:00
Linnéa Ivansson ae8234d391 Fix prettier and tests.
Signed-off-by: Linnéa Ivansson <liniv742@student.liu.se>
2022-12-06 20:15:33 +01:00