Commit Graph

2483 Commits

Author SHA1 Message Date
github-actions[bot] bc0f47b7b7 Version Packages 2020-11-19 15:13:57 +00:00
Ryan Vazquez 3e16e86ab6 Merge pull request #3335 from backstage/ryanv/product-panel-improvements
Ryanv/product entity dialog improvements
2020-11-19 10:10:10 -05:00
Askar 019c67a022 fix(search): return EmptyState/Progress bar/Alert depending on result of api call (#3350)
* fix(search): return EmptyState/Progress bar/Alert depending on result of api request

* Update plugins/search/src/components/SearchResult/SearchResult.tsx

Co-authored-by: Emma Indal <emma.indahl@gmail.com>

Co-authored-by: Emma Indal <emma.indahl@gmail.com>
2020-11-19 13:39:22 +01:00
Ben Lambert bb6ea2bc48 Merge pull request #3338 from StefanoVuerich/master
fix: conditional getuid and getgid for Windows environment
2020-11-19 12:01:48 +01:00
Stefano Vuerich 09d90484ea fix: runned prettier 2020-11-19 11:46:34 +01:00
Ben Lambert 20fc9b684a Merge pull request #3319 from adamdmharvey/about-tooltips
Add tooltips on About card
2020-11-19 11:14:52 +01:00
Mateusz Lewtak 49554d43e3 Feat: update Lighthouse plugin to use new MarkdownComponent (#3328) 2020-11-19 10:30:34 +01:00
Stefano Vuerich 3525e6f687 fix: conditional getuid and getgid for Windows environment 2020-11-19 08:40:14 +01:00
Ryan Vazquez c645ea174a widen first column of entity dialog table 2020-11-18 15:21:09 -05:00
Himanshu Mishra c7d7e6d978 Merge pull request #3320 from backstage/orkohunter/use-config-for-backend-base-url 2020-11-18 21:19:58 +01:00
Fredrik Adelöw 4a25ee5cf5 auth-backend: use the catalog client (#3298) 2020-11-18 21:10:04 +01:00
Ryan Vazquez c6eb0c1f41 Merge branch 'master' into ryanv/product-panel-improvements 2020-11-18 15:06:03 -05:00
Ryan Vazquez 9d792a435b pretty print subdollar values for sku costs 2020-11-18 15:05:21 -05:00
Patrik Oldsberg 4c7be36164 Merge pull request #3313 from mfrinnstrom/scaffolder-extract-pushToRemote
Extract pushToRemote in scaffolder-backend
2020-11-18 20:52:33 +01:00
Himanshu Mishra f8ad868738 Merge remote-tracking branch 'origin/master' into orkohunter/use-config-for-backend-base-url 2020-11-18 20:44:13 +01:00
Himanshu Mishra f8877545c5 TechDocs: Reject promise if call to getBaseUrl fails 2020-11-18 20:35:22 +01:00
Himanshu Mishra 66daa47c6a 1. Remove DiscoveryApi (frontend) and use PluginEndpointDiscovery(SingleHostDiscovery) (backend)
2. Mock class for testing
2020-11-18 20:29:07 +01:00
Fredrik Adelöw f8cb1a976d fix: unbreak search after merging catalog client change 2020-11-18 20:09:38 +01:00
Fredrik Adelöw 717e43de14 catalog-client: change entities interface, add fields support (#3296) 2020-11-18 19:58:36 +01:00
Patrik Oldsberg 16bb5a0c8e Merge pull request #3264 from backstage/rugvip/confs
config-loader: add configuration schema support
2020-11-18 19:18:25 +01:00
Ryan Vazquez 35375f8a11 Merge pull request #3322 from backstage/ryanv/fix-tooltip-text-overflow
fix(cost-insights-plugin): fix tooltip title for very long period separated titles
2020-11-18 12:01:04 -05:00
Patrik Oldsberg 9621ef3a96 techdocs: add storageUrl to config schema
Co-authored-by: Sebastian Qvarfordt <s.qvarfordt@gmail.com>
2020-11-18 11:31:18 +01:00
Patrik Oldsberg e2fc08cb15 app-backend: fix tests 2020-11-18 11:31:18 +01:00
Patrik Oldsberg feb9905a37 plugins: add config schema needed by frontend plugins 2020-11-18 11:31:15 +01:00
Patrik Oldsberg c18769cc00 config-loader: visibilities -> visiblity 2020-11-18 11:31:12 +01:00
Patrik Oldsberg 7f95e40fbb app-backend,cli: add support for injecting full config based on serialized schema 2020-11-18 11:31:12 +01:00
Patrik Oldsberg ddb5a38f77 backend-common,core,auth-backend: added initial config schemas 2020-11-18 11:31:08 +01:00
Emma Indal 7d680c075e [Search] Search frontend plugin (#3086)
* feat(search) search plugin

* feat(search): search page components

* feat(search): api

* feat(search): filters wip

* feat(search): wip filters

* fix(search): delete unused useParams hook

* fix(search): update docs

* fix(search): use latest versions of dependencies

* fix(search): change version of catalog plugin

* fix(search api): pass instance of catalog api to search api

* fix(filters): rename component from FilterButton to FiltersButton

* fixup

* fix(filters): use list of checkboxes to match style of catalog page filters

* fix(styles): use theme spacing for margins and paddings, delete unused styles

* fix(search): change terminology of search input to be more consistent and clear

* fix(search): restructure component exports according to ADR

* fix(search): replace sm with xs on Grid components to support smaller screens

* fix(search): add types

* fixup

* fix(search): bump backstage core

* change versions of backstage theme and dev-utils
2020-11-18 11:20:37 +01:00
Ryan Vazquez a6a61f192c fix tooltip for long period separated titles 2020-11-17 17:28:30 -05:00
Himanshu Mishra 3b314807c6 TechDocs: Use discovery instead of config to read base url 2020-11-17 21:03:56 +01:00
Himanshu Mishra c01bf361a4 Modify tests to include new config param in LocalPublish 2020-11-17 20:19:30 +01:00
Himanshu Mishra 65edcdee22 TechDocs: Remove hardcoded backend URL from techdocs-backend 2020-11-17 20:03:44 +01:00
Adam Harvey 5efc00c6a6 Add typescript support for title 2020-11-17 13:45:11 -05:00
Adam Harvey ea0fe99f82 Add tooltips 2020-11-17 12:40:52 -05:00
Mattias Frinnström d33f5157c7 Extracted pushToRemote in scaffolder-backend 2020-11-17 10:36:12 +01:00
brendasukh 56e4278428 Merge pull request #3306 from backstage/remove-cur-feature-flag
Remove cur feature flag
2020-11-16 18:07:33 -05:00
Brenda Sukh 7cfabd4d51 Add label to currency select 2020-11-16 17:34:35 -05:00
Brenda Sukh 885526474e Fix styling on dropdowns 2020-11-16 16:14:19 -05:00
Ryan Vazquez 07d33bc352 Merge pull request #3305 from backstage/fix/cost-insights-excessive-header-margin
fix:(cost-insights-plugin): remove excessive header margin from cost overview banner
2020-11-16 12:37:30 -05:00
Brenda Sukh 746e861d0b Remove currency feature flag 2020-11-16 09:56:21 -05:00
brendasukh 04c0698df8 Merge pull request #3294 from backstage/fix-cost-excess-amount-calculation
Fix cost excess amount calculation
2020-11-16 09:51:38 -05:00
Ryan Vazquez 2f8a074dd2 remove excessive header margin from cost overview banner 2020-11-16 09:41:01 -05:00
Patrik Oldsberg 05ae2a4e52 cli: remove plugin:export 2020-11-16 13:17:35 +01:00
Brenda Sukh 319b6b17de Make exclusive end dates explicit 2020-11-13 15:51:25 -05:00
Brenda Sukh 259d848eee Add changeset 2020-11-13 15:21:24 -05:00
Brenda Sukh b13324a4de Fix ts errors 2020-11-13 15:18:50 -05:00
Brenda Sukh da883b1fb1 Pass in last complete billing date to compared change calculation 2020-11-13 15:16:32 -05:00
Brenda Sukh 3a86e69f8c Fix cost chart tooltip date label 2020-11-13 15:16:15 -05:00
Brenda Sukh 4339612789 Update compared change calculation to use last billing date 2020-11-13 15:15:58 -05:00
Brenda Sukh 83e3df8a57 Add mock daily cost data for test purposes 2020-11-13 10:16:38 -05:00